select distinct dept_name
from institute;
What does the above query do?
- It gives all the tuples having a distinct dept_name
- It gives the dept_name attribute values of all tuples without repetition
- It gives all the dept_name attribute of all the tuples
- It gives all the tuples having a null value under the dept_name attribute
(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