Q:

What does the above query do?

belongs to collection: DBMS - SQL MCQ

0

select distinct dept_name
from institute;
What does the above query do?


  1. It gives all the tuples having a distinct dept_name
  2. It gives the dept_name attribute values of all tuples without repetition
  3. It gives all the dept_name attribute of all the tuples
  4. It gives all the tuples having a null value under the dept_name attribute

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(b).It gives the dept_name attribute values of all tuples without repetition

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What does the following query do?... >>
<< The where clause is a predicate involving attribut...