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
What is truncate in mysql?
What can you do with mysql?
how to display nth highest salary from a table in a mysql query? : Mysql dba
Where is the mysql config file?
how you will Create a database on the mysql server with unix shell.
Is mysql still popular?
What is mysqli procedural?
What is difference between group by and order by clause?
What is the current mysql version?
How can I compare two mysql databases?
What is different between sql and mysql?
What is auto increment in mysql?
How do I rename a mysql database?
How to convert character strings to numeric values?
How Switch (select or use) to a database.