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
Is sql a programming?
Why indexing is needed?
How to prepare for oracle pl sql certification?
How do I view a sql trace file?
Can we enter data in a table in design view?
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
What is indexing in sql and its types?
What is sql select statement?
What is sqlca in db2?
how can we repair a mysql table? : Sql dba
How many rows can sqlite handle?
Explain how to use transactions efficiently : transact sql
How do you concatenate in sql?
How to run pl/sql statements in sql*plus?
What is basic structure of pl sql?