write a query for the fifth highest salary?
Answer Posted / prasanna
select max(sal) from emp where sal not in (select Top 4 sal
from emp order by sal desc)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the Lock Based Protocol used for?
Explain data independence & its types.
can any one tell me how i can start database testing mean what should be initial point and how i can write a query for listing page of any item thanks in advance
When should you not use firebase?
Given a table of Player which contains Sno and player name, write a query which finds all possible Table Tennis doubles pairings.
Which database is best to store images?
How many types of locks are present in a database?
What is the DIF format and when we will use in teradata
What do you mean by foreign key and primary key?
Why do we need distributed database?
Explain the table term used in database.
Explain transaction manager?
What is dialect in database?
How to do Data size testing? Who does this testing (Developer or tester)?
A lowest level of security by most RDBMS is