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

Hi Frnds this que is recently asked at IBM there are two rows like aa6588fhfhf,gru282vbvv. Question is howcan we retrive the first number from two rows. Can any one help thanks in advance

5 Answers   IBM,


What are normalization, first normal form, second normal form and third normal form?

0 Answers  


What happens in a conflict? How do you handle that?

0 Answers  


List out some of the primary characteristics of teradata.

0 Answers  


What do high confidence, low confidence and no confidence mean in explain plan?

0 Answers  






Aborted in Phase 1 data Acquistion Incomplete in fastload?

2 Answers  


How do you do backup and recovery in teradata?

0 Answers  


Why MultiLoad Utility supports only Non Unique Secondary Index(NUSI) in the Target Table ?

9 Answers   IBM,


Difference between client character set and server character set? What is the use of these two?default character set in teradata?

1 Answers   TCS,


TCS recently asked this question I have records like below Emp id Empname Salary DateTimestamp 1 AA 6000 20120609:11:30 1 AA 7000 20120609:12:30 1 AA 8000 20120609:01:30 I want to exceute records max timestamp(20120609:01:30)

2 Answers   TCS,


Explain how spool space is used.

0 Answers  


What are default access rights in teradata?

0 Answers  


Categories