Question: Which of the following is a valid SQL statement that retrieves all four columns from the customer table? a. SELECT ALL FROM customer b. SELECT
Which of the following is a valid SQL statement that retrieves all four columns from the customer table?
a. SELECT ALL FROM customer
b. SELECT * FROM customer
c. SELECT customer
d. SELECT,,, , FROM customer
e. SELECT @@@@ FROM customer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
