CompTIA ITF+ (FC0-U61) — Question 69
A systems administrator wants to return results for a time range within a database. Which of the following commands should the administrator use?
Answer options
- A. SELECT
- B. INSERT
- C. DELETE
- D. UPDATE
Correct answer: A
Explanation
The correct answer is A, SELECT, as it is the command used to retrieve data from a database, including filtering by time ranges. The other options, INSERT, DELETE, and UPDATE, are used to add, remove, or modify records, respectively, and do not serve the purpose of fetching data.