Explain multi-version concurrency control in MySQL?
Answer Posted / amith
Each row has two additional columns associated with it -
creation time and deletion time, but instead of storing
timestamps, MySQL stores version numbers
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to take mysql database backup?
How many triggers are possible in mysql?
How do I restart mysql on windows?
How to increment dates by 1 in mysql?
Why do we use views instead of tables?
How you can create a trigger in mysql?
What is the use of mysql_fetch_array () function in php?
Can you tell how to find the number of rows in a resultset using php?
Can foreign key have duplicate values?
What is mysql optimization?
How do you stop an access query?
Write a program using the select statement, while loop.
How do I download mysql on my laptop?
Who owns mysql database?
How do I free up space in mysql?