write a query for the fifth highest salary?
Answer Posted / p.chella vijaya
select top 5 (salary) from emp order by salary desc
| Is This Answer Correct ? | 1 Yes | 14 No |
Post New Answer View All Answers
How to do Stored procedure testing? Who does this testing (Developer or tester)?
What are the most common databases?
What does specialization in DBMS mean?
how to reject duplicates in source sequential file and if by filter option then where is that filter option in the sequential file.
What is redis good for?
List various types of log-based recovery in DBMS.
What do you mean by foreign key and primary key?
How many indexes can be created on a table?
Explain the table term used in database.
What is the difference between a stored procedure and a query?
What is ole db provider for sql server?
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
Explain data independence & its types.
What are the types of joins?
What is the difference between primary key, foreign key and candidate key?