write a query for the fifth highest salary?
Answer Posted / shahid
select *from(select sal,rank() over(order by sal desc)as sal_rank from emp) where sal_rank=5;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between specialization and generalization?
How do you connect to a database?
What is redis good for?
Please post the scenerois for writing the complex sql queries , for my practice.Can be any query if you cannot solve.
can we delete autodiff back up that we have set through sql server agent.
Explain the record term used in database.
Is storing images in a database a good idea?
What is ole db used for?
Why do we need distributed database?
define primary key index, bitmap index, hash index,virtual indwx
How do you pass parameter in stored procedure?
Re: Where can i get informatica certification Exam dumps and details? please forward it to emailid:
Differentiate between unique key and foreign key?
Write a query to retrieve for many to many relationships?
Explain transaction manager?