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
How to move files from one directory to another in pl sql?
explain the difference between myisam static and myisam dynamic. : Sql dba
What is AUTH_ID and AUTH_USER in pl/sql ?
how to create a new table by selecting rows from another table in mysql? : Sql dba
Explain ddl statements in pl/sql?
What is data profiling in sql?
can sql servers linked to other servers like oracle? : Sql dba
What are crud methods?
Explain the working of foreign key?
What is the difference between a primary key and a clustered index?
What is view? Can we update view
How do I start sql profiler?
write an sql query to find names of employee start with 'a'? : Sql dba
What type of database is cloud sql?
Why schema is used in sql?