how to retrieve 1st and last row of table without using
group functions??
Answer Posted / ajay reddy
Select * from (select e.*,rownum r from emp e) where r in(1,(select count(*) from emp));
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between truncate & delete command?
Explain the use of record option in exp command.
Design database draw er diagram for a certain scenario ?
What are the original export and import utilities?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
Explain what are the different type of segments?
What are the restrictions on external table columns?
How to invoke the data pump export utility?
Is there an oracle sql query that aggregates multiple rows into one row?
What is where clause in oracle?
What is ceil and floor in oracle?
How to turn on or off recycle bin for the session?
What do you understand by database schema and what does it hold?
material view and view disadvantages?
Differentiate between post-database commit and post-form commit?