Multiple Choice
To insert non-sequential data into a MySQL table that uses AUTO_INCREMENT:
A) Disable AUTO_INCREMENT.
B) Temporarily remove AUTO_INCREMENT.
C) Use the AUTO_INCREMENT_INSERT command.
D) A or C
E) B or C
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: The MySQL Table Editor is accessible from
Q30: SQL statements can be run individually or
Q33: MySQL supports AFTER triggers.
Q35: To run an SQL script,click the Execute
Q37: To run an SQL script,click the Execute
Q40: A new MySQL database is created using:<br>A)the
Q41: The MySQL block structure defines variables with
Q44: MySQL Community Edition uses operating system authentication.
Q66: Explain the MySQL control-of-flow statements.
Q95: MySQL uses the "Safe Updates"-Forbid UPDATE and