SELECT DISTINCT in SQL
Jan 18, 2025 · 1 min read · The SELECT DISTINCT statement is used to retrieve unique values from a column or combination of columns in a table. It eliminates duplicate rows from the result set. Key Points Removes Duplicate Rows: The DISTINCT keyword ensures that only unique r...
Join discussion











