Q. To retrieve all columns from a table named ‘Customers’, which query would you use?

A
SELECT all FROM Customers
B
GET * FROM Customers
C
SELECT * FROM Customers
D
FETCH * FROM Customers
Solution:

The SELECT statement is used to query data. The asterisk * is a wildcard that represents all columns in the table.

Entri Contact Image

Get Expert Advice for Free: Register for Your Free Consultation Now!