write a query to display to 10 max record from the employee
table?
Answer Posted / m m naidu
To display first 10 records we can write the query as
select * from(select * from emp order by ename desc) where
ronum<=10;
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
How to generate cubes in cognos?
what are all the versions of cognos and cognos8 as well as mention all the advantages nd disadvantages in cognos8 versions. any one plz answer this question.
how many numbers of cubes can we create on a single model? How can we navigate between those cubes?
What are all the types of hierarchies?
hi my name is siraj i want to know cognos queriy language
Define datastores in cognos?
Define query items?
what is a prompt value in report studio and variables ?
what are the errors faced while bursting the reports and how to solve those errors?
What is cognos connection?
what are the components in the cognos connection page consists (eg: my folder, public folder,directions, schedule management tool etc.....)
Cleared COG-112 with 100% score today. What next certification should i go for?
i have taken quantity on ANx-axis & months on y-axis(months r not in oreder )when i run the reoprt i need months in proper order .how can i do this ?
What are slice and dice?
If we are migrating lower version of Cognos reports (e.g. from Ver 7.0 to Cognos 8) then how we migrate Impromptu Catalog (ver 7.0) in Cognos 8? Do we create FM model for that? Please explain.