what is a multi statement request in TD?
what is the diif b/w V2R5 & TD12?
what is the diff b/w MACRO & STORED PROCEDURE?

Answers were Sorted based on User's Feedback



what is a multi statement request in TD? what is the diif b/w V2R5 & TD12? what is the diff b/..

Answer / tdguy

multistatementrequest: TD considers two or more sqls to be
processed during a single transaction. Example is BTET.
BT;
update emp set fname='tdguy';
update emp1set lname='tdguy';
ET;
Both the above sqls are considered as single transaction
and any error would lead to rollback of both the tables.
This is multistatement request.

Is This Answer Correct ?    3 Yes 0 No

what is a multi statement request in TD? what is the diif b/w V2R5 & TD12? what is the diff b/..

Answer / yuvaevergreen

macro - consists of one or more sqls. cannot consists of
more than one ddl,dcl.
stored procedure - more like a programming language.
consists of looping statements, conditional branching, input
and output variables.

Is This Answer Correct ?    3 Yes 0 No

what is a multi statement request in TD? what is the diif b/w V2R5 & TD12? what is the diff b/..

Answer / yuvaevergreen

multi statement request consists of more than one sql
statements. Semi colon placed in middle or beginning of sql
requests identifies the multi statement request. Only DML
statements can be included in the MSR. In ansi mode, multi
statement requests are to be committed by COMMIT. In
teradata mode, explicitly by BT and ET or implicitly.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Teradata Interview Questions

What are the different softwares used with their functions in teradata?

0 Answers  


What can be achieved by using the teradata rdbms?

0 Answers  


what are the roles and responsibilities of teradata DBA ?

1 Answers   TCS,


what is the difference between primary index and secondary index?.

2 Answers   IBM,


What are the functions involved in shared information architecture?

0 Answers  






teradata support to automatically increase the character length or not?

1 Answers  


what are the file sizes in your project?

2 Answers  


What is the difference between teradata and basic rdbms?

0 Answers  


Can any one explain me the difference between BTEQ and MLOAD,TUMP. All canbe used for same purpose but still differnt methods. why ?

0 Answers  


which join mostly use in realtime?

2 Answers   TCS,


What is a node in teradata?

0 Answers  


How do you create a table with an existing structure of another table with data and with no data?

1 Answers  


Categories