When querying data from a table, you may get duplicate rows. To remove these duplicate rows, you use the DISTINCT clause in the SELECT statement. Here’s the syntax of the DISTINCT clause: In this ...