Which of the following options is used to select unique values from the
SELECT ** FROM Persons
—>> SELECT DISTINCT column_name(s) FROM Persons
SELECT UNIQUE * Persons
SELECT FROM * Persons
Tutors, Past Questions and Projects.
Which of the following options is used to select unique values from the
SELECT ** FROM Persons
—>> SELECT DISTINCT column_name(s) FROM Persons
SELECT UNIQUE * Persons
SELECT FROM * Persons