1. With SQL, how do you select all the columns from a table named "Persons"?
  1. SELECT Persons

  2. SELECT *.Persons

  3. SELECT * FROM Persons

  4. SELECT [all] FROM Persons


Correct Option: C

Find more quizzes: