Study for the CompTIA ITF+ Exam. Enhance your tech literacy with multiple-choice questions and detailed explanations. Prepare thoroughly and succeed!

Practice this question and more.


A systems administrator wants to retrieve results for a specific time range within a database. Which command should the administrator use?

  1. INSERT

  2. UPDATE

  3. SELECT

  4. DELETE

The correct answer is: SELECT

A systems administrator can use the SELECT command to retrieve results for a specific time range within a database. INSERT, UPDATE, and DELETE commands are used for adding, modifying, and removing data from a database respectively, but they do not retrieve results. Therefore, none of these options would be appropriate for the given scenario.