Prepare for your Next Interview
This is a discussion on difference between unique and distinct within the Oracle forums, part of the Databases category; hey.. Both r remove duplicats.. thn. what is a difffernce between unique and distinct.....
|
|||
|
UNIQUE constraints are typically enforced using a UNIQUE index. However, in a data warehouse whose tables can be extremely large, creating a unique index can be costly both in processing time and in disk space. a unique constraint doesn't allow duplicate values in a column. where as distinct Eliminating duplication in the result set
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| what is unique key | priyasp_msit | SQL Server | 3 | 04-22-2008 05:45 AM |
| Distinct keyword in Oracle SQL | ily_saravanan | SQL | 1 | 03-29-2008 12:45 AM |
| Load Distinct and Duplicate values to different targets | tanya123 | Data Warehousing | 1 | 02-25-2008 09:06 PM |
| Alternative for SELECT DISTINCT to query 2 million records | Geek_Guest | SQL | 1 | 08-06-2007 09:29 AM |
| difference bet unique and distinct | smitai | Oracle Certification | 2 | 06-18-2007 04:00 AM |