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

What are the tasks that source qualifier perform?

629


design of staging area?

1581


How to load the data from people soft hrm to people soft erm using informatica?

557


Did u used latest transformations of 8.6.0? for what?

1472


Does an informatica transformation support only aggregate expressions?

604






How to update or delete the rows in a target, which do not have key fields?

649


Differentiate between source qualifier and filter transformation?

994


How do you load only null records into target?

736


What is a rank transform?

670


What is blocking transformation?

712


What is Data Caches size?

652


Briefly define a session task?

587


can anyone suggest best free Talend data integration training online

1253


How to extract sap data using informatica? What is abap? What are idocs?

550


scenario where i can use only concurrent execution of workflow.

2535