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
What do you mean by teradata sql assistant?
Explain the teradata primary index mechanics in detail with a diagram.
Explain the types of join supports by teradata?
What is teradata? Also, list out some of the primary characteristics of teradata.
Explain and compare pros and cons of snow flake schemas?
How is the teradata different from oracle?
i learn teradata,it is so intersting,now i want teradata certifications ,so any 1 help me to get teradata certifications TD 12 ? email:kdcrazyy@gmail.com
what is sysdba and sysdbc ? which has high priority ?
Explain amp in teradata?
If RDBMS is halted what will you do ?
What is the use of having index on table?
What are the joins in teradata and how many types of joins are there in teradata?
List out teradata data types?
What are the updated features of teradata?
Highlight the differences between Primary Key and Primary Index.