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

i have oracle table A and target B. i don't know how many
records. i want get get last record in table A as first record
in target table B. write a sql query?

Answer Posted / devi

CREATE TABLE B
AS
SELECT * FROM A
ORDER BY ROWNUM DESC;

Is This Answer Correct ?    26 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain in detail about scd type 1 through mapping.

1627


What are junk dimensions?

1111


What is meant by lookup transformation? Explain the types of lookup transformation?

1019


What are the performance considerations when working with aggregator transformation?

1201


Describe the impact of several join conditions and join order in a joiner transformation?

1111


Separate from an archive server and a powerhouse?

1005


What are the differences between joiner transformation and source qualifier transformation?

1235


Explain incremental aggregation in informatica

1182


in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records

2289


How can we use mapping variables in informatica? Where do we use them?

1280


What is a node in Informatica?

1083


Can one use mapping parameter or variables created in one mapping into any other reusable transformation?

1137


COM components can be used in Informatica

2450


What is the difference between router and filter?

1365


How to use pmcmd utility command?

1073