How to retrieve first and last records from a table?
Answer Posted / avnish srivastava-test engg fc
select* from employees where rowid=(select min(rowid) from
employees)
union
select* from employees where rowid=(select max(rowid) from
employees)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how can we store any pdf file in oracle
what is the scripts in data base?
What do you mean by merge in oracle and how can you merge two tables?
How to get last row id?
Explain the features of oracle?
When system tablespace is created?
How to view the data files in the current database?
What is a snapshot in oracle database?
What is the difference between sharding and replication?
How to assign a table row to a record variable?
HI, Please let me know the syllabus for Oracle OCA and OCP Certification
Differentiate between post-database commit and post-form commit?
How to use "in out" parameter properly?
Explain the use of record option in exp command.
What are the common oracle dba tasks?