how to find the fifth highest salary?
Answer Posted / srinu
SELECT MIN(SAL) FROM(SELECT TOP 5 * FROM EMP ORDER BY SAL
DESC) AS MIN_SAL
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
in oracle BPM composer in part BA model on design model in enterprise model i cannot connection with value chain model work not links in part properties do you can me help me?
Explain about the implementation of stored procedures?
What is Functional Dependency?
How do you communicate with an RDBMS?
What is a Relation Schema and a Relation?
Why fastload support to empty table?
What is external database?
What do you mean by flat file database?
What is app tier?
What do you mean by atomicity and aggregation?
What is "transparent DBMS"?
Where the procedures are stored in database?
Brief theory of Network, Hierarchical schemas and their properties
What is DDL (Data Definition Language)?
Explain logical database components? : sql server architect