CBSE Class 12 Computer Science Question 71 of 78

Simple Queries in SQL — Question 5

Back to all questions
5
Question

Question 5

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.