CompTIA ITF+ (FC0-U61) — Question 151
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?
Answer options
- A. Direct access
- B. Query builder
- C. User interface
- D. Programmatic access
Correct answer: D
Explanation
Programmatic access is the correct approach as it allows for automated interactions with the database through code, enabling the insertion of data. Direct access and user interface do not provide the necessary programming capabilities to add data programmatically, while a query builder is typically used for constructing complex queries rather than direct data insertion.