Differences between UNIQUE and DISTINCT in select statements
Answer Posted / vidya
unique allows null value but distinct does not consider
null value
| Is This Answer Correct ? | 2 Yes | 44 No |
Post New Answer View All Answers
Can you sum a count in sql?
What does stand for in sql?
Why stored procedure is faster than query?
Can procedure in package be overloaded?
What is union?
What is autocommit sql?
Can a table contain multiple primary key’s?
How many sql statements are used?
What is the difference between database trigger and stored procedure?
Does sql require a server?
What is out parameter used for eventhough return statement can also be used in pl/sql?
what is difference between delete and truncate commands? : Sql dba
What is query optimization in sql?
how to create a table index in mysql? : Sql dba
what is foreign key? : Sql dba