write a query to display to 10 max record from the employee
table?

Answer Posted / ram

select * from
(
select e.*,dense_rank() over(order by sal desc) rank from emp e
)
where rank<=&rank

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to connect datamarts

2368


Can you define pivot?

539


dumps needed ASAP for - C2020-180 Cognos IBM Certification

1806


Suppose you run a report with empty data, how will you inform the end user that it has no data while running the report in report studio? Is it possible, if so how?

555


How do you call a store procedure within a transformation?

546






how u will determine the performence tune will occur either in report or system

1672


What is the difference between regular dimension and derminant?

1679


What is difference between page break and section report? What is main advantage datawarehousing over oracle?

600


What is meant by drill down?

518


what is stitch query in reportnet?

607


What are the methods by which it non-durable model could be changed into the durable model?

513


After applying date prompt and when we run the report we fet from date and todate prompts..so when we enter todate

1594


How can we import Excel data in to FWM?Wt is mean by Ragged dimensions?where can we observe the Regular dimensions & measure dimensions?

2797


What are cognos connection initial page components?

595


--------------Explain Table of contents?

1551