Differences between UNIQUE and DISTINCT in select statements
Answer Posted / manoj
UNIQUE(Constraint):- Can be only once for a column in a
table
DISTINCT(Clause):- Useed in select query to retrive distinct
(non repeated) data from table(s)
| Is This Answer Correct ? | 114 Yes | 68 No |
Post New Answer View All Answers
Explain what is dbms?
How to display the current date in sql?
what happens if you no create privilege in a database? : Sql dba
What is sql profiling in oracle?
What is sql catalog?
How to load data with sql*loader?
How do sql databases work?
Is sql pronounced sequel or sql?
Explain what is rdbms?
How can I change database name in sql?
Why is sql better than hql?
What are types of exception?
Explian rowid, rownum? What are the psoducolumns we have?
What is the location of pre_defined_functions.
What are types of joins?