Write a SQL query which should fetch the 5th maximum salary
of an employee from the table?
Answer Posted / pavan kumar
select * from emp e where 5=(select count(distinct sal)
from emp e where e.sal<=sal)
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
What is the size of database for you project?
What are the different types of reports present in cognos?
Can you define slice?
What do you understand by the term 'dynamic cube'?
what are the errors faced while bursting the reports and how to solve those errors?
After applying date prompt and when we run the report we
fet from date and todate prompts..so when we enter
todate What is the metric store database? What is catalog and types of catalogs in cagonos and which is better? What is the difference between low affinity and high affinity connections? What do you understand by ‘ibm predictive maintenance and quality’? What is the deployment requirements used in cognos? Can you define framework manager? What are the components of the report studio? How to limit the cut,copy and paste operations for an user
in reportlevel? Can anyone please send me the steps as i am
new to cognos? write a query to display the departments with no employee?