1.

Write the syntax for distinct commands in SQL.

Answer»

Syntax:
SELECT DISTINCT columnname FROM tablename;



Discussion

No Comment Found