CBSE Class 12 Informatics Practices Question 76 of 79

MySQL SQL Revision Tour — Question 4

Back to all questions
4
Question

Question 4

SELECT DISTINCT is used if a user wishes to see duplicate columns in a query.

Answer

False

ReasonSELECT DISTINCT statement is used if a user wishes to eliminate duplicate rows from the results of a query.