FC0-U61 · Question #872
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?
The correct answer is D. Programmatic access. 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 comma
Question
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?
Options
- ADirect access
- BQuery builder
- CUser interface
- DProgrammatic access
How the community answered
(25 responses)- A4% (1)
- B4% (1)
- C8% (2)
- D84% (21)
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.
Topics
Community Discussion
No community discussion yet for this question.