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

  1. SELECT [all] FROM Persons

  2. SELECT Persons

  3. SELECT *.Persons

  4. SELECT * FROM Persons


Correct Option: D

Find more quizzes: