Hello all,
There is a table with 4 columns in that 3 columns has been
already loaded with 5 million records.4th column is
empty,Now I have got 5 million records data which has to be
loaded into 4th column.How can I load this data fastly in to
the 4th column with out using update

Answer Posted / yuvaevergreen

Assumptions made:
1.The last column has to be loaded from the file.
2.The file has also got the other three columns with it.
3.Access has been given to create tables.

>>Since, update cannot be used, mload update script may not
be preferable.
>>TPUMP and BTEQ would be slow.
>>So, my option would be
* create new_table as table with no data;
* Use the fastload to load the empty table with the 5
million rows from the file.
* rename table table to old_table;
* rename new_table to table;

Is This Answer Correct ?    13 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How you will check the version of teradata?

588


What are types of partition primary index (ppi) in teradata?

590


In general, how do you optimze any sql in teradata?

549


Is multi insert ansi standard?

1749


What are different table types used in teradata?

587






Difference between inner join and outer join?

587


Why are oltp database designs not generally a good idea for a data warehouse?

597


List out teradata data types?

559


Explain BYNET.

608


How can we check the version of Teradata that we are using currently?

593


What is called partitioned primary index (ppi)?

561


What is primary index and secondary index?

574


What are default access rights in teradata?

628


What is the purpose of indexes?

591


Why teradata is used?

578