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

What do you mean by concurrency?



Posted By: Avi Date: 20 August 2009 03:03:52 AM
 Answer:

Concurrency refers when the two or more transaction are executed simultaneously.


Posted By: eTechPlanet


Date: 20 August 2009 03:03:52 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image ESmINt
Related Questions
Database : What is Database Denormalization?

What is Database Denormalization?

Database denormalization is the reverse process of database normalization. Denormalization is the pr....
Category: Database Date: 10/7/2009 2:29:21 AM
Database : Explain Database Normalization?

Explain Database Normalization?

Database Normalization is a process to ensure that every non-key column in every table is directly d....
Category: Database Date: 10/7/2009 2:16:03 AM
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