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

Answer Posted / srinu

select * from(select rownum r,emp.*from emp order by sal
desc) where r<=10;

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between native sql and cognos sql?

523


What DB View and Bus View?

1555


2. What functional area you worked on.

1921


-----------With out using DrillThrough how to do Reports?

1612


What is main difference mapplets and mapping?

582






What are shortcuts? Where it can be used? What are the advantages?

563


what is hints in cognos and where we use it.

2000


I have 7500 rows. I need all rows in single reports. Which type of prompt we have used retrieving all rows and show in a report? We have dynamical queries q1, q2, q3, q4, q5. If customer selects the particular, query that only show in execution report. In case it may more then one, how do you execute the particular query item in report page? What are the difference bt OLDP and OLAP?

1694


What do you mean by Drill down and Drill Up?

580


-----------------What is Determination Model?

1702


What is the model filter?

608


How do we convert from Numeric to be Words?

2516


What are the different types of important services used in cognos?

595


How can we create a dynamic column name in cognos?

549


What are the different types of reports present in cognos?

582