write a query for the fifth highest salary?
Answer Posted / nitin bisht
SELECT empSalary FROM empTable e1 WHERE (5 = (SELECT
COUNT(DISTINCT (e2.empSalary))
FROM empTable e2 WHERE e2.empSalary >= e1.empSalary))
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What are the most common databases?
What does currency type mean in database?
Re: Where can i get informatica certification Exam dumps and details? please forward it to emailid:
What is a driver in database?
Explain various types of locks in a transaction? Which is better and why?
What does specialization in DBMS mean?
What is the advantage of varchar2 over char?
List various types of log-based recovery in DBMS.
Please post the scenerois for writing the complex sql queries , for my practice.Can be any query if you cannot solve.
What is the purpose of firebase?
What is table scan and index scan?
can u combine pipeline parallelism and partition parallalism? how and whan?
Which is the most reliable programming language for RDBMS Relational Database Management System for Multi user applicaton. For PC application or web application ?
What is the role of tester in discovery(in Checklist)?
What is the function of cluster index?