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
Is it good to store images in database?
what is data access layer?
How to implement database security?
What are the tools used for backup and ticketing?
What is a sequence? Explain it with one example?
What is the use of default key?
Explain database partitioning. What is its importance?
What does currency type mean in database?
What are different types of clusters present?
List the properties of a transaction.
If the master device is full, how do I make the master database bigger?
What is the DIF format and when we will use in teradata
Data structure used to implements a menu:
What is difference between data and database?
What is a Database?