Multiple choice

The end of SQL command is

  1. System.exit()

    • Q
  2. an ‘enter key’ marker

  3. a semicolon(;)

  4. End

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

The sqlite3 program looks for a semicolon to know when your SQL command is complete.