Differences between UNIQUE and DISTINCT in select statements
Answer Posted / chandrakant agrawal
Let us try one using :
select distinct dept_name
from departments;
What this query would return if dept_name column contains
NULL values.
Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
How to disable a trigger name update_salary?
How do I create a memory optimized filegroup?
Do we need commit after truncate?
What is cursor and its types?
What is a natural join?
Explain the uses of a database trigger?
How many sql commands are there?
Where is pl sql used?
How to convert comma separated string to array in pl/sql?
Does sql require a server?
what is the difference between undefined value and null value? : Sql dba
How many databases can sql express handle?
what is a trigger? : Sql dba
What is rank dense_rank and partition in sql?
Which data type is a composite type?