How will you select unique values from a list of records?
Answer Posted / os reddy
select distinct * from emp;
OR
select unique * from emp;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is scalar function in sql?
How do I count records in sql?
Can we create table in function?
how to return query output in html format? : Sql dba
Does access use sql?
Is delete faster than truncate?
Can a table contain multiple primary key’s?
What is sql*loader and what is it used for?
What is the difference between Union and Union all. Which is faster.
How to write a query to show the details of a student from students table whose
what are the limitations of identity column? : Transact sql
how can we submit a form without a submit button? : Sql dba
what happens if you no create privilege in a database? : Sql dba
How to install oracle sql developer?
what are different types of collation sensitivity? : Sql dba