Write a SQL query which should fetch the 5th maximum salary
of an employee from the table?
Answer Posted / balanandam
select * from emp where sal =(select sal from(select sal,rank() over(order by sal desc) sal_rank from emp group by sal) where sal_rank=&rank)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you define a catalog and types of catalogs in cognos?
Define cognos report net?
Define query items?
how you migrate reports to cognos 8 from previous versions?
Name the types of gateway?
What do you understand by the term 'aggregate advisor?'
After applying date prompt and when we run the report we
fet from date and todate prompts..so when we enter
todate How to do Performence Tunning in Cognos Reports? -----------With out using DrillThrough how to do Reports? Can the expiration parameter of 365 in the cognos 8
configuration
how to increase common symmetric key lifetime in days Explain about scorecarding? How to join multiple db in catalog? How do we drill through from a powerplay cube to reportnet?\ Can you explain dynamic query mode? What is defined as catalog and types of catalogs in Cognos?