write a query to display the third record from the employee
table?
Answer Posted / krishna
To display the 3rd record of emp table we can write query as
select * from emp where rownum<4 minus select * from emp
where rownum<3;
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are the themes in a data warehouse?
How to create model and how to test model?
What is a Query Subject?
Can you define materialized view?
What is a Framework manager?
how to create cubes in transformer ?
Define cognos report net?
how to explain health care project and which reports we can create in health care doain?
i was asked what are the caluclations done by you in your report? plz give reply
Why are meta service important then other services?
What is called cognos reporting tool?
How can reports be bursted based on two groups? I want to schedule to burst a report based on product line and years and I need the burst report for every product line and every year. How can this be done? Please help..
What are the main services provided by application tier?
How to limit the cut,copy and paste operations for an user in reportlevel? Can anyone please send me the steps as i am new to cognos?
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.