Database Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 1877 Page Views: 

What is the use of commit command?



Posted By: shanthicse Date: 21 September 2009 09:51:29 PM
 Answer:

Commit command is used to make all the changes permanent to the underlying database which we made during the current transaction. Until we commit the changes, other users cannot see them.


Posted By: Mike


Date: 30 September 2009 06:47:14 PM

If commands are executed within a transaction, the commit will make the changes made by the commands permanent. The commands can also be undone using a rollback or by closing the session without an explicit commit.


Posted By: Johndecruse


Date: 13 February 2010 12:44:47 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image JHDmcj
Related Questions
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
Database : What do you mean by Cardinality?

What do you mean by Cardinality?

Cardinality refers to the type of relationship like the relationship between two entities is one to ....
Category: Database Date: 8/20/2009 3:06:52 AM
Database : What do you mean by Deadlock?

What do you mean by Deadlock?

When number of transaction are running at the same time and if a situation occurs when the one trans....
Category: Database Date: 8/20/2009 3:04:53 AM
Database : What do you mean by concurrency?

What do you mean by concurrency?

Concurrency refers when the two or more transaction are executed simultaneously.
Category: Database Date: 8/20/2009 3:03:52 AM