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
Why do we need a foreign key?
Does pdo prevent sql injection?
What are different types of statements supported by sql?
What is primary key sql?
What are conditional predicates?
What is sql*loader?
What are the different types of a subquery?
What is pragma in pl sql?
what is view? : Sql dba
what is the difference between $message and $$message? : Sql dba
How show all rows in sql?
How do I find duplicates in a single column in sql?
What is sql partition?
What are pl sql procedures?
what are date and time intervals? : Sql dba