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:
Related Book For
C# Programming From Problem Analysis To Program Design
ISBN: 9781285096261
4th Edition
Authors: Barbara Doyle
Question Posted: