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
How to get unique records from a table?
What is record in pl sql?
What do you understand by pl/sql records?
What is schema in sql?
Why do we use function in pl sql?
Why is theta join required?
How do I truncate a word?
what are myisam tables? : Sql dba
What is difference between group by and partition by?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
What are the various levels of constraints?
what is innodb? : Sql dba
Why having clause is used in sql?
What is a data definition language?
what is query cache in mysql? : Sql dba