You want to retrieve all the data from any given table. You also want to ensure that no duplicate
values are displayed. Which of the following SQL statements will you use to accomplish the task?

A.
SELECT…TOP
B.
SELECT…WHERE
C.
SELECT…DISTINCT
D.
SELECT…ALL
Explanation:
C
0
0