Answer Posted / akki reddy
SELECT *
(SELECT SAL, ROWNUM RN FROM EMP ORDER BY SAL DESC)
WHERE RN=100;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
what is meant by urlencode and urldocode? : Sql dba
Explain the rollback statement?
how to fetch common records from two tables? : Sql dba
explain commit and rollback in mysql : sql dba
what are the 'mysql' command line options? : Sql dba
Explain the difference in execution of triggers and stored procedures?
What is pivot in sql?
What is secondary key?
How to revise and re-run the last sql command?
What is the advantage of index in sql?
what is the difference between char_length and length? : Sql dba
What is dialect in sql?
How to select unique records from a table?
What is forward declaration in pl sql?
what is heap table? : Sql dba