Differences between UNIQUE and DISTINCT in select statements
Answer Posted / ajeet
there is no diff between distinct and unique in user point
of view. both are same. same functionality. dont bother
about it use whatever you want....
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
What do you mean by dbms? What are its different types?
Is delete faster than truncate?
What are the different sql languages?
How many sql core licenses do I need?
what are the different tables present in mysql? : Sql dba
What is dynamic query?
How to add a column ‘salary’ to a table employee_details?
Can a commit statement be executed as part of a trigger?
explain normalization concept? : Sql dba
Can you load data into multiple tables at once? : aql loader
What is tuple in sql?
Why do we go for stored procedures?
What is a full join?
Is the primary key an index?