description
Course Content
TEST E2E PROGRESS SQL
What syntax is used to retrieve all fields and columns from a table?
Select the correct answer
SELECT ALL FROM table
SELECT * FROM table
SELECT *** FROM table
How can we improve it?
Thanks for your feedback!