Can you have a nested transaction?



Can you have a nested transaction?..

Answer / abinash

yes we can have nested transaction.

A transaction is nothing a set of sql statement which either executes at a time or nothing will happen and we specify the transaction using Begin and End.

And also we can have multiple begin end (nested transaction) inside a transaction.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More DB Development Interview Questions

Write short notes on manual refreshes.

0 Answers  


Explain about relational database management systems?

0 Answers  


To convert IDMS to DB2, how to deal with IDMS occurs and redefined clause?

0 Answers  


On friday, you issued several insert statements using query analyzer. You then verified the data had been correctly entered with a select statement on monday, your users report that the data is not there what happened?

0 Answers  


fact table and dimension table containg one to many relationship or many to one relastionship

0 Answers  






How to use timestamp datatypes

0 Answers  


Explain about a primary key?

0 Answers  


What are the three types of database design?

0 Answers  


Pgm A calls Pgm B and pgm B uses cursor, when pgm B is called second time, the program is abending saying the cursor is opened? Why?

0 Answers   IBM,


what is the use of foreginkey

2 Answers  


Why does this query return 0?

0 Answers  


What are cursors? Explain different types of cursors?

6 Answers  


Categories