1.

Using the _______ clause retains only one copy of identical tuples(a) distinct(b) is not null(c) no repeat(d) fromI got this question by my school teacher while I was bunking the class.The origin of the question is Set Operations topic in portion Introduction to Relational Model and Sql of RDBMS

Answer»

The CORRECT ANSWER is (a) distinct

Easiest explanation: Specifying the distinct clause beside the select clause RETAINS only one copy of identical tuples resulting from the QUERY.



Discussion

No Comment Found

Related InterviewSolutions