Differences between UNIQUE and DISTINCT in select statements
Answer Posted / anilkumar kambala
UNIQUE:
UNIQUE CAN TAKE UNIQUE DATA
USING DISTINCT CLAUSE SORTING THE DATA
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is a constraint? Tell me about its various levels.
Is it possible to include an insert statement on the same table to which the trigger is assigned?
How to write pl sql program in mysql command prompt?
Why schema is used in sql?
Is sqlite good enough for production?
What view means?
how do you login to mysql using unix shell? : Sql dba
how to calculate expressions with sql statements? : Sql dba
what are aggregate and scalar functions? : Sql dba
What is the difference between microsoft access and sql?
What are crud methods?
What does fetching a cursor do?
What are the parts of a basic sql query?
Is oracle and sql same?
Which join is like an inner join?