Most of the major relational database management systems (RDBMSs) allow for a DISTINCT
clause to be included in our SQL queries.
We use the DISTINCT
keyword to return only unique rows. It eliminates duplicates from the results. If we have two or more rows with exactly the same data, we’ll only see one row in the results.