how to find the fifth highest salary?
Answer Posted / arun
Select max(Employee_Sal) From Employee where Employee_Code
in(Select Top 5 Employee_Code,Employee_Name,Employee_Sal
From Employee Order by Employee_sal desc)
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are the unary operations in Relational Algebra?
What is the difference between layer and tier?
What is indexing and what are the different kinds of indexing?
what is the difference between LENGTH AND SIZE?
What is one tier architecture?
Brief theory of Network, Hierarchical schemas and their properties
Name the buffer in which all the commands that are typed in are stored
What is hypermedia database?
State the different extensions for stored procedures?
Explain the microsoft sql server delete command? : sql server architect
What is a Database system?
How can we call stored procedures inside store procedures?
What is msdb database? : sql server architect
Which part of the RDBMS takes care of the data dictionary? How
How many types of stored procedure?