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...

In a table, 4 person having same salary. How to get Third
person record only?

Answer Posted / krishnakanth.ch

It can be retrieved with a simple subquery.

For example, I create a table sal with id,sal

id sal
-------
11 1000
22 1000
33 1000
44 1000

to retrieve the third column with the same salary
use the below query:

select id,sal from (select id,sal,rownum r from sal)
where r=3;

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

complex mapping ur project u r invlve can u explain and give real time example give me ?

2348


Explain the types of lookup transformation?

1101


How to extract sap data using informatica?

1092


Implementation methodology

1770


What is domain and gateway node?

1205


What is rank transformation in informatica

1231


While importing the relational source definition from the database, what are the metadata of source that will be imported?

1315


What are mapplets? How is it different from a Reusable Transformation?

1134


Briefly describe lookup transformation?

1094


what are factless facts? And in which scenario will you use such kinds of fact tables.

1855


How might you approve all mappings in the archive all the while?

1081


What is an expression transformation in informatica?

1089


What is sorter transformation?

1108


waht type of interface is used for testing the data in informatica

2296


draw informatica architecture 8.6 ?

3927