what is differences between Fastload and Multiload as per DBA aspect ?
Answer / vennela12
DBA want to check the table structure regarding load..
In Fload case table structure should have set table and index should be UPI
In Mload case table structure should have any table and any index
| Is This Answer Correct ? | 4 Yes | 3 No |
what are the roles and responsibilities of teradata DBA ?
which option is used to restart the fast load script?
Can u load same data into multiple tables using multiload? How will be the loading process? Whether it will be serially or parallely?
Explain the term 'columns' related to relational database management system?
what is sysdba and sysdbc ? which has high priority ?
Hello Frndz, I have a table named product as shown below: product_id product_name 1 AAA 1 BBB 1 CCC 2 PPP 2 QQQ 2 RRR Now my output should be: product_id product_name_1 product_name_2 product_name_3 1 AAA BBB CCC 2 PPP QQQ RRR
What are tpump utility limitations?
What is meant by a node?
Why FLOAD does not support multiset tables??
"pravalli nagireddy" record is there in address column but i want display only 'nagireddy' from the main string what is query for that pls tell me
Highlight the limitations of TPUMP Utility.
Is it necessary to add? Quit statement after a bteq query when I am calling it in a unix environment?