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 do I select a database in mysql?
How to see table's field formats or description of table .
What is a procedure example?
How can I see mysql database?
What is mysql database extension?
Is mysql free download?
Is mysql free for commercial use?
How do I quit mysql?
What is delimiter $$?
What are the technical specifications of mysql?
Suppose you have to collect the first name, middle name and the last name of students from the below table. But, you observe that there few missing values either in the first name, middle name and the last name columns. How will you return the first non-null values?
How do I kill a mysql query?
How to set the time zone for MySQL to particular country time?
Explain what is mysql?
How do you use auto increment?