Differences between UNIQUE and DISTINCT in select statements
Answer Posted / howard cheon
DISTINCT AND UNIQUE are same operation.
But, You cannot specify DISTINCT if the select_list
contains LOB columns.
| Is This Answer Correct ? | 16 Yes | 16 No |
Post New Answer View All Answers
What are triggers and its uses?
Can we edit a view in sql?
What is sql profiler in oracle?
what is cross join? : Sql dba
Does inner join return duplicate rows?
What is raid? How does it help storage of databases?
What is a heap in sql?
What does subquery mean in sql?
What is fmtonly in sql?
Is a secondary key the same as a foreign key?
What is trigger explain it?
what is a trigger in mysql? : Sql dba
What are the two types of periodical indexes?
What do you understand by exception handling in pl/sql?
Differentiate pl/sql and sql?