CompTIA ITF+ (FC0-U61) — Question 265
A database administrator is writing code to ask the database a question. Which of the following is the administrator doing?
Answer options
- A. Manipulating data
- B. Mining data
- C. Creating a query
- D. Making a report
Correct answer: C
Explanation
The correct answer is C because writing code to ask a question of the database involves formulating a query, which is a structured request for information. Options A and B refer to data manipulation and extraction, which are not directly related to the act of writing a query. Option D, making a report, refers to presenting data rather than querying it.