nerdexam
CompTIA

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

Software Development

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)
  • A
    4% (1)
  • B
    4% (1)
  • C
    8% (2)
  • D
    84% (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

#database access#scripting#programmatic interaction#data entry

Community Discussion

No community discussion yet for this question.

Full FC0-U61 Practice