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
What is bind reference and how can it be created?
What is function and procedure?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
What are the advantages of pl sql over sql?
how many sql ddl commands are supported by 'mysql'? : Sql dba
What is dcl in sql?
What is record in pl sql?
How do I enable sql encryption?
What is a string data type in sql?
How do I find sql profiler?
What are the disadvantages of not performing database normalization?
What are the two types of exceptions.
How do you delete data from a table?
What is having clause in sql?
What are different types of queries in sql?