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


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

Answers were Sorted based on User's Feedback



Hello all, There is a table with 4 columns in that 3 columns has been already loaded with 5 milli..

Answer / 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

Hello all, There is a table with 4 columns in that 3 columns has been already loaded with 5 milli..

Answer / tdguy

Incase if you have priveleges to delete the data, delete
and load all the 4 columns using fload utility. Else use
bteq and load all the 4 columns in a volatile table
followed by delete and loading into target table. But this
would be slow when compared to fload.

Is This Answer Correct ?    3 Yes 0 No

Hello all, There is a table with 4 columns in that 3 columns has been already loaded with 5 milli..

Answer / anil

For this question you have to ask clearly is that data
wants to load fresh or they want to load override ,Or is it
same data next time also getting 5 million records .If we
getting same records again 5 million records then use Mload
utility

1) write 2 staments in mload 1st insert into temp table
then again temp table to select only 4th column and insert
into original table(select 4 column) this is one type of
procedure.
2) Then again load by using fast load it will not takes big
time.

Is This Answer Correct ?    3 Yes 2 No

Hello all, There is a table with 4 columns in that 3 columns has been already loaded with 5 milli..

Answer / pavan

The update is not accessible,so we cannot use the FLOAD
Utility why because FLOAD is the utility only used to
insert that to incae of empty tables only. and we can go
for MLOAD utility.

Is This Answer Correct ?    3 Yes 3 No

Hello all, There is a table with 4 columns in that 3 columns has been already loaded with 5 milli..

Answer / mohan

I would prefer to go with Multiload utility. Since we are
not sure all the records from flat file are equivalent to
the data which are already stored in teradata database. so
if we use multiload upsert concept we can load newly
available data as well as can update the 4th column. And we
can easily pick up the details how many new and how many are
updated, etc., etc., Please let me know if it makes sense!!!

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Teradata Interview Questions

What are the uses of bynets in multi-node systems?

0 Answers  


Hi send me the Teradata dumps to my id rajeshanantha@yahoo.co.in Thanks Rajesh. A

0 Answers  


What is teradata?

0 Answers  


What is real time and near real time data warehousing?

0 Answers  


How is MLOAD Teradata Server restarted after execution?

0 Answers  


What do you mean by caching in teradata?

0 Answers  


Syntax for case when statement?

0 Answers  


Explain amp in teradata?

0 Answers  


Why MLOAD needs Work Tables?

5 Answers   Teradata,


Why FLOAD doesn't supports NUSI? Where as Mload supports NUSI. Please explain in this regard. Thanks in advance.

4 Answers   Teradata,


Differentiate database data and data warehouse data?

0 Answers  


Explain the term 'database' related to relational database management system?

0 Answers  


Categories