CBSE Class 12 Informatics Practices
Question 70 of 79
MySQL SQL Revision Tour — Question 13
Back to all questionsSELECT DISTINCT
Reason — The SELECT DISTINCT statement is used in SQL to return only unique (distinct) values within the result set. It removes duplicate records, ensuring that each row in the result set is unique.