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?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Backup Script was blocked you are unable to archive the data now. how do you analyze it and where do you identify ?

1605


What is the opening step in basic teradata query script?

598


Explain fallback in teradata?

608


What interface is used to connect to windows based applications?

583


What is inner join and outer join?

617






Why managing the data is important?

590


What is the purpose of joins in teradata and what are the available join types?

547


What is multi insert?

628


what are the day to day activities of teradata DBA ?

5370


What are different table types used in teradata?

587


What is called partitioned primary index (ppi) and discuss the advantages of using it in a query?

547


Can we collect statistics on table level?

604


Give a justifiable reason why Multi-load supports NUSI instead of USI.

676


What is the difference between union and union all in teradata?

622


Explain vproc in teradata?

566