Answer Posted / murali
select salary from (select salary from table order by salary
desc) v where rownum<=100
| Is This Answer Correct ? | 8 Yes | 19 No |
Post New Answer View All Answers
What is a loop in sql?
What is pessimistic concurrency control? : Transact sql
What is difference between joins and union?
what is self-join? : Sql dba
How many types of cursors are available in pl/sql?
What is the use of double ampersand (&&) in sql queries? Give an example
how can you see all indexes defined for a table? : Sql dba
What are triggers and its uses?
What is java sql drivermanager?
describe mysql connection using mysql binary. : Sql dba
What is a pl/sql block?
how tsql statements can be written and submitted to the database engine? : Transact sql
Does normalization improve performance?
What are hotfixes and patches?
Are stored procedures faster than dynamic sql?