Which of the following is a valid SQL statement that retrieves all four columns from the customer

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 * FROM customer

c. SELECT customer

d. SELECT,,, , FROM customer

e. SELECT @@@@ FROM customer

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: