shanthicse

Technology Blogs

None

Code Snipptes
Interview Questions
Database : What is the use of commit command?

What is the use of commit command?

Commit command is used to make all the changes permanent to the underlying database which we made du....
Category: Database Date: 9/21/2009 9:51:29 PM
Database : What is the use of rollback command?

What is the use of rollback command?

ROLLBACK command is used to end the current transaction and undo all the changes we made since the c....
Category: Database Date: 9/21/2009 9:49:59 PM
Database : What is the difference between rollback and commit commands?

What is the difference between rollback and commit commands?

COMMIT command is used to make all the changes permanent to the underlying database which we made du....
Category: Database Date: 9/21/2009 9:47:19 PM