ExamGecko
Question list
Search
Search

Question 372 - FC0-U61 discussion

Report
Export

A script is designed to save the results of user input from a survey to a database table. Which of the following database access methods is used to add the survey data to the table?

A.

Direct access

Answers
A.

Direct access

B.

Query builder

Answers
B.

Query builder

C.

User interface

Answers
C.

User interface

D.

Programmatic access

Answers
D.

Programmatic access

Suggested answer: D

Explanation:

Programmatic access refers to the use of scripts or code to interact with a database and manipulate data. In this case, the script is designed to save user input from a survey to a database table, which requires programmatically inserting the data into the table through SQL commands or other database APIs.

A . Direct access refers to low-level access to the database, typically not involving scripts.

B . Query builder is a tool to create queries but does not involve script-based interactions.

C . User interface refers to interacting with the database through graphical or form-based interfaces.

CompTIA Database Fundamentals Study Guide

Official CompTIA A+ Certification Exam Objectives

asked 06/10/2024
Chaston Williams
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first