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 are expressions?
Does view contain data?
What is recursive join in sql?
What is the left table in sql?
Describe types of sql statements?
How many disk partitions should I have?
what is a trigger? : Sql dba
What is sql stand for?
What is full join?
What is the difference between Union and Union all. Which is faster.
what are string data types? : Sql dba
What is difference between table and view?
How do I count rows in sql query?
What is error ora-01000: maximum open cursors exceeded
What is the purpose of a secondary key?