write a query to display to 10 max record from the employee
table?
Answer Posted / harish
based on salary top 10 records for emp table
select * from ( select * from emp order by sal desc)where rownum<=10;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the function of cognos dispatcher?
Mention the difference between ‘macros’ and ‘prompt’?
Can you define pivot?
Diff b/w Crossproduct and Outerjoin?
What is main advantage datawarehousing over oracle?
4. How many dimensions did you use in your reports?
how to perform single sign in cognos by using url?
How to generate cubes in cognos?
Can you define cognos decision stream?
9. What was the most complex type of report you dealt with?
I have two queries in first query i have to show all values,in second query i have to show 3 values and want to hide 3 values what prompt ur going to use, why that prompt
Can you define cognos impromptu?
Can you define slice?
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?
What is metric store database?