Which SQL keyword is used to select distinct values from one column while retrieving multiple columns in the result set?
A. SELECT DISTINCT
B. SELECT UNIQUE
C. SELECT ALL
D. SELECT DISTINCT ON



Answer :

Other Questions