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
Why commit is not used in triggers?
What is a .db file?
What is sql*loader and what is it used for? : aql loader
What is pl/sql language case sensitive?
What is a temp table?
What is gpt format?
Why do we use set serveroutput on?
What is the starting oracle error number?
What is difference between left and right outer join?
Explain unique key in sql.
How to add new employee details in an employee_details table with the following details
What is primary key and foreign key?
What is package in pl sql?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
What is union, minus and interact commands?