📚 Practice Mode

Database Administration and SQL Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 19
Multiple Choice

With SQL, how can you insert a new record into the "Persons" table?

  1. INSERT INTO Persons VALUES ('Jimmy', 'Jackson')
  2. INSERT ('Jimmy', 'Jackson') INTO Persons
  3. INSERT VALUES ('Jimmy', 'Jackson') INTO Persons
  4. INSERT ('Jimmy', 'Jackson') INTO Persons