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

What are the scenarios in which full table scans occurs?

540


What is the opening step in basic teradata query script?

600


Explain the advantages of partitioned primary index in a query?

567


What are tpump utility limitations?

600


What is the use of stored procedures in teradata?

568






What are the various indexes in teradata? Why are they preferred?

565


Name the five phases that come under MultiLoad Utility.

586


Why are oltp database designs not generally a good idea for a data warehouse?

601


Give the sizes of SMALLINT, BYTEINT and INTEGER.

668


Can we collect statistics on table level?

606


What do you mean by teradata intelliflex?

632


Explain and compare pros and cons of start schemas?

548


Highlight the need for Performance Tuning.

592


What is logical data model?

644


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

682