Use app×
QUIZARD
QUIZARD
JEE MAIN 2026 Crash Course
NEET 2026 Crash Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
967 views
in Information Technology by (121k points)
closed by
In SQL, which command is used to SELECT only one copy of each set of duplicable rows

(a) SELECT DISTINCT

(b) SELECT UNIQUE

(c) SELECT DIFFERENT

(d) All of the Mentioned

1 Answer

0 votes
by (120k points)
selected by
 
Best answer
Correct option is (a) SELECT DISTINCT

The best explanation: The keyword allows us to grab all information from a column (or columns) on a table. This, of course, necessarily means that there will be redundancies. What if we only want to select each distinct element? This is easy way to accomplish in SQL. All we need to do is that to add  after  The syntax is:SELECT DISTINCT column_name FROM table_name;.

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...