Differences between UNIQUE and DISTINCT in select statements
Answer Posted / satish parashar
After applying the unique clause all the value of column
will be sorted, But in distinct clause it only remove the
duplicacy from the table,not sorted the column value.
| Is This Answer Correct ? | 6 Yes | 15 No |
Post New Answer View All Answers
Why we use pl sql?
how to calculate expressions with sql statements? : Sql dba
How do I remove sql plus from windows 10?
What is the maximum size of sqlite database?
Explain the uses of control file.
Does sql full backup truncate logs?
Does sqlite need a server?
How do I write a sql query in pgadmin 4?
what is data integrity? : Sql dba
What is a record in a database?
What does the sign mean in sql?
What is coalesce in sql?
Show the cursor attributes of pl/sql.
Explain cursor types?
What is the difference between an inner join and an outer join?