What does SELECT DISTINCT do?

SQL Data Analyst Easy

SQL Data Analyst — Easy

What does SELECT DISTINCT do?

Key points

  • SELECT DISTINCT is used to eliminate duplicate rows
  • It works on the entire row, not just specific columns
  • It is commonly used in SQL queries to clean up results

Ready to go further?

Related questions