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
Explain what a database is?
Explain about network model?
Explain about post-relational databases?
Who are end users in dbms?
How to use timestamp datatypes
What is an application role and explain a scenario when you would use one?
How can I detect whether a given connection is blocked?
How is data stored in dbms?
What is data modeling with example?
How to replace not in with not exist?
Which four data types cannot be used as a return type from a user-defined function?
Any sample or model question of punjab national bank for deputy manger IT or any sample of PNB.any1 plz do send on
What are the three types of database design?
State the acid rules?
How can you fix a poorly performing query?