Multiple choice

Which of the following SQL commands would you use to query data?

  1. DROP

  2. SELECT

  3. ALTER

  4. INSERT

  5. _

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The SELECT command is used to select data from a database and query the data from the database.