Given an employee table, how would you find out the second
highest salary?
Answer Posted / ravikumar
select ename,esal from
(select ename,esal from hsal
order by esal desc)
where rownum <=2
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a database development?
What you can do to remove data from the cache and query plans from memory for testing the performance of a query repeatedly?
In which database can extended stored procedures be added?
Explain the cube operator?
To convert IDMS to DB2, how to deal with IDMS occurs and redefined clause?
Explain about query and reporting.
What are the types of database model?
How to combine two function together?
How you can make a parameterized view?
How to replace not in with not exist?
What is database design and development?
How is data stored in dbms?
How to read and create .LDC data files which are used by linguatic dictionary.
Explain about the relational database?
Explain about a primary key?