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
Can we use ddl commands in pl sql?
What is data modelling in sql?
How long will it take to learn pl sql?
Mention what does the hierarchical profiler does?
Is id a reserved word in sql?
Why is a trigger used?
What are triggers in sql?
What is sqlerrd?
Which is better stored procedure or query?
how is exception handling handled in mysql? : Sql dba
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
How to raise user-defined exception with custom sqlerrm ?
How does an execution block start and end in pl sql?
How does stored procedure reduce network traffic?
what is query cache in mysql? : Sql dba