Computer Science - Class 12
Solutions to CBSE Sample Paper - Computer Science Class 12

Fill in the blank:

The SELECT statement when combined with __________ clause,

returns records without repetition.

(a) DESCRIBE

(b) UNIQUE

(c) DISTINCT

(d) NULL

 

Answer:

The SELECT statement when combined with DISTINCT clause, returns records without repetition. 

Syntax:

SELECT DISTINCT column1 , column2, ...

FROM table_name ;

So, the correct answer is (c).

Ask a doubt
Davneet Singh's photo - Co-founder, Teachoo

Made by

Davneet Singh

Davneet Singh has done his B.Tech from Indian Institute of Technology, Kanpur. He has been teaching from the past 14 years. He provides courses for Maths, Science, Social Science, Physics, Chemistry, Computer Science at Teachoo.