How will you select unique values from a list of records?
Answer Posted / rakesh
select distinct * from emp;
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between 'between' & 'and' operators in sql
What is difference between primary and secondary key?
How do I send sql query results to excel?
what is text? : Sql dba
How to Declare Fixed Length String Value In PL SQL
Is it possible to include an insert statement on the same table to which the trigger is assigned?
Explain the rollback statement?
What is 19 null in sql?
How to Execute a Package in PL/SQL.?
how to delete an existing column in a table? : Sql dba
How do you go back in sql?
Can we use loop in sql?
What is the use of sql trace?
Why coalesce is used in sql?
Why left join is used in sql?