For InnoDB tables in mysqldump an online backup that takes no locks on tables can be performed by which option?

🎲 Try a Random Question  |  Total Questions in Quiz: 52  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
MySQL Basics Practice Test: MySQL Data Type Reference, Operators and Functions — practice the complete quiz, review flashcards, or try a random question.

Quiz questions on numeric, string and spatial data types, operators and functions. MySQL has three main data types: numeric, date and time, and string. Other data types include: Spatial: Geometric-based information for geographic data JSON: Stores JSON documents ENUM: A string object whose value is chosen from a list of permitted values defined at the time of column creation  MySQL also has arithmetic operators, which are used to perform mathematical calculations on numerical values in queries. These include: Addition (+) Subtraction (-) Multiplication (*) Division (/: ) Modulus... Show more

For InnoDB tables in mysqldump an online backup that takes no locks on tables can be performed by which option?