How will you select unique values from a list of records?
Answer Posted / dinesh kumar
select distinct * from table_name;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I run pl sql in sql developer?
Explain cursor types?
Is merge a dml statement?
What is multiple columns?
Which is faster union or join?
give the syntax of grant and revoke commands? : Sql dba
What is a .db file?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
how to extract a unit value from a date and time? : Sql dba
How much does a sql dba make? : SQL DBA
How do I find duplicates in two columns?
Which operator is used in query for pattern matching?
Can pl sql procedure have a return statement?
what is the different between now() and current_date()? : Sql dba
what is union? : Sql dba