ALTER Row

We are UPDATING a field in SQL and ALTER the row also. After giving the COMMIT command the system is crashed. What will happen to the commands given, whether it will UPDATE and ALTER the table or not?

Questions by sweetysmarty   answers by sweetysmarty

Showing Answers 1 - 18 of 18 Answers

sujit.sahoo

  • May 21st, 2010
 

Whenever a DML statement is fired and then we are firing a DDL statement then all the transaction will get committed.  Because in all the DDL statements auto commit is on. so when you do an ALTER after UPDATE, all the records will get committed.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions