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

How you will check the version of teradata?

0 Answers  


What do you mean by fastexport in teradata?

0 Answers  


Difference between Teradata V2R5 and Teradata V12 versions?

2 Answers   IBM,


How do you eliminate duplicates?

3 Answers  


write lock is compatiable with which type of lock?

6 Answers   Infosys,






how can i answer for question like teradat architecture in interveiw

4 Answers   TCS,


Explain teradata vs. Redshift?

0 Answers  


What is the purpose of indexes?

0 Answers  


I WANT TO LEARN TERA-DATA ,SO CAN ANY BODY PLZ REFER WHAT ARE THE TOPICS I HAVE TO GO THROUGH, TO GET ASAP JOB ,SO PLZ REFER ME WHERE I CAN GET NICE COACHING ON TERADATA.

13 Answers  


What does Amp contain and what are all the operations that it performs?

0 Answers  


Aborted in Phase 1 data Acquistion Incomplete in fastload?

2 Answers  


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

2 Answers   IBM,


Categories