CompTIA ITF+ (FC0-U61) — Question 100
A developer embeds a query in a high-level program to extract information from a database. This is an example of:
Answer options
- A. database direct access.
- B. database utility access.
- C. database programmatic access.
- D. database manual access.
Correct answer: B
Explanation
The correct answer is B, as database utility access refers to using tools or embedded queries to interact with the database programmatically. The other options do not accurately describe this method; for instance, direct access implies a more straightforward connection, while manual access suggests user intervention without automation.