Question 1. of 15
Which of the following SQL statements will select all records with all their columns from a table called Sales.
DELETE FROM Sales
SELECT * FROM Sales
SELECT * FROM SALES WHERE OrderID < 1