Write a SQL query which should fetch the 5th maximum salary
of an employee from the table?

Answer Posted / rakesh

select rownum as rank,name,sal
from
( select name,sal from employees order by sal desc)
where
rownum=5

Is This Answer Correct ?    3 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the use of backward drilling in cognos 8?is it possible?whats the uws of it?

1504


How can I test reports in cagonos?

556


hi i need to rename a file in cognos8? can anyone help me out how 2 do it? pls suggest some solution such as using a batch file or using a procedure node or anything to rename the file

1940


Hi, I'm planning to write COG-132 exam so looking out for dumps. If anybody is having then please e-mail me at afrinshaikh86@gmail.com. your help would be appreciated. -Regards Afrin

1694


What is the difference between regular dimension and derminant?

1692






What is a Transformer?

653


Name the types of report?

556


my report ended at the half of the last page but i don't want that matter in the last page I would like to adjust the matter in the previous page .how can i do this?

1664


What is a Framework manager?

561


Can you define a datastore in cognos?

606


How create measures and dimensions?

608


what are the migration tools available in the market with respect to cognos such as impromptu reports are migrated to cognos reportnet?

577


What is a Folder?

683


What is dtm?

715


what are the limitations of cognos reportnet? What are the enhancements in reportnet ?

618