Check sibling questions

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).

  1. Computer Science - Class 12
  2. Solutions to CBSE Sample Paper - Computer Science Class 12

About the Author

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 and Computer Science at Teachoo