Q. With SQL, how do you select all the columns from a table named "Persons"? (A) SELECT * FROM Persons (B) SELECT Persons (C) SELECT [all] FROM Persons (D) SELECT *.Persons ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) SELECT * FROM Persons