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

1. generally how many node system will be used by the client. 2. while running mload if the job is aborted/failed at any phase what we have to look after to run the job successfully? 3.i wanted to know how to write the fastload script for table creation as well as table loading in a single script?

3 Answers  


Explain BYNET.

0 Answers  


What are the scenarios in which full table scans occurs?

0 Answers  


List out all forms of LOCKS that are available in Teradata.

0 Answers  


What is upsert statement in teradata?

0 Answers  






What are the various indexes in teradata? How to use them?

0 Answers  


Explain how spool space is used.

0 Answers  


Hi All, can anyone tell me how many types of Skew exists? whats the difference between amp skew,data skew,cpu skew, io skew, delta amp cpu ?

2 Answers  


Mention the procedure via which, we can run Teradata jobs in a UNIX environment.

0 Answers  


what is DYNAMIC SQL in TD?

1 Answers   IBM,


What is meant by a Least Cost Plan?

0 Answers  


What is meant by a Virtual Disk?

0 Answers  


Categories