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 is an Extension of entity type?
What are the 3 levels of data abstraction?
How one call ddl statement using stored procedures in oracle?
What is BCNF (Boyce-Codd Normal Form)?
Where the procedures are stored in database?
Define the "integrity rules"?
What is the meaning of 3 tier?
What is the job of the information stored in data-dictionary?
What do you mean by flat file database?
Not only RDBMS takes care of locating data it also
How does Tuple-oriented relational calculus differ from domain-oriented relational calculus
What is "transparent DBMS"?
What is n tier architecture with example?
What is parallel database architecture?
What is a query?