write a query for the fifth highest salary?
Answer Posted / suparna
select salary from employee e where 4=(select count(*) from
emp f where e.sal<f.sal)
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
What is a driver in database?
List various types of log-based recovery in DBMS.
What is a database string?
Please post the scenerois for writing the complex sql queries , for my practice.Can be any query if you cannot solve.
Explain entity type?
What is the best database software for small businesses?
A lowest level of security by most RDBMS is
What is a sequence? Explain it with one example?
If the master device is full, how do I make the master database bigger?
i applied prompt on country when i run report it shows list of all countries but want it to show only four countries name
Is storing images in a database a good idea?
What is a database call?
What is the difference between database and server?
What is difference between server and database?
Difference between sql and mysql?