Q. With SQL, how do you select all the columns from a table named "Persons"?
β
Correct Answer: (A)
SELECT * FROM Persons
You must be Logged in to update hint/solution