SQL: DISTINCT keyword
What is the SQL DISTINCT keyword? The SQL DISTINCT keyword is used in conjunction with the SELECT statement to remove all duplicate records and only return unique records. DISTINCT can also be used in conjunction with aggregate SQL functions such as COUNT, MAX, SUM, AVG, and so on. DISTINCT operates not only on a single […]
March 29, 2023 | DBMS | No comments