Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to retrieve first and last records from a table?

Answer Posted / abc

SELECT * from empl WHERE ROWID IN (
SELECT MAX(ROWID) FROM empl
UNION
SELECT MIN(ROWID) FROM empl
);

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by a database object? Can you list a few of them?

1063


What is a dead lock in oracle?

1175


Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.

1991


How to retrieve the count of updated rows?

1190


what is the use of triggers in Java program? I mean where do we use triggers in Java programming?

2232


What is oracle instant client?

1067


What is backup in Oracle?

1076


How do I learn what codesets are available in oracle?

1077


Can the query output be sorted by multiple columns in oracle?

1052


How to use group functions in the select clause using oracle?

1132


Explain oracle’s server parameter file.

1039


How to assign values to data fields in record variables?

1077


How does one get the view definition of fixed views/tables?

1069


How different is ms access and oracle?

1089


How to install oracle database 10g xe?

1060