+1 vote
in Class 12 by kratos

Write the syntax for distinct commands in SQL.

1 Answer

+3 votes
by kratos
 
Best answer

Syntax:
SELECT DISTINCT columnname FROM tablename;

...