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
Is it possible to revert a global repository to local one and why?
Explain the types of transformations?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
What is informatica metadata and where is it stored?
complex mapping ur project u r invlve can u explain and give real time example give me ?
What is Index Caches size?
Explain what is informatica metadata and where is it stored?
What if the source is a flat-file?
How to generate sequence numbers?
What is the surrogate key?
Implementation methodology
Where do we use mapping variables in informatica?
Explain the different kinds of facts.
I need the output file in the below format using Informatica. __0946684800__ 6 1 3 1 5 1 6 1 10 1 6 10 Pos State Time Split AgentID Reason Spaces Code in Code Spare state ______ ___ _____ ______ __________ ______ 1234 14 0 4321 3103 abcd 4321 15 5 123452 3150 Can someone help please?? We need the data in space-delimited, fixed ASCII format .
What is the benefit of session partitioning?