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
Can pl sql procedure have a return statement?
What is sql and how does it work?
What is integrity in sql?
Why do we use function in pl sql?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
What is the difference between microsoft access and sql server?
what is rollback? : Sql dba
describe transaction-safe table types in mysql : sql dba
What types of commands can be executed in sql*plus?
What do you understand by pl/sql cursors?
What is parallel hint?
how to convert numeric values to character strings? : Sql dba
Are subqueries faster than joins?
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
What are the different types of a subquery?