exam questions

Exam FC0-U61 All Questions

View all questions & answers for the FC0-U61 exam

Exam FC0-U61 topic 1 question 311 discussion

Actual exam question from CompTIA's FC0-U61
Question #: 311
Topic #: 1
[All FC0-U61 Questions]

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
  • B. Query builder
  • C. User interface
  • D. Programmatic access
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
lexxone
4 months ago
Selected Answer: D
D. Programmatic access. Programmatic access refers to the method where a script or program is used to interact with a database. In this case, the script is designed to save the survey results to a database table, meaning it uses a programming language or framework to execute commands (like INSERT statements) to add the data into the database.
upvoted 1 times
...
_denw
11 months ago
Selected Answer: D
D. Programmatic access Programmatic access refers to using code or scripts to interact with a database, which would be the method used to add survey data to a table automatically after a user completes a survey. This typically involves using a programming language with a database driver or API to insert the data into the database.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...