“Here which of the following displays the unique values of the column? SELECT __ dept_name
FROM instructor;”

Here which of the following displays the unique values of the column? SELECT ________ dept_name
FROM instructor;
Distinct
Explanation: Distinct keyword selects only the entries that are unique.
From
Name
All

Leave a Reply

Your email address will not be published. Required fields are marked *