1Z0-882 Web TestEngine demo

Exit VCEDump 1Z0-882 MySQL 5.6 Developer
Question 6 of 15
0% complete
Q6 Single choice

Consider the table t1 created with this statement: CREATE TABLE t1(
id INT NOT NULL AUTO_INCREMENT
PRIMARY KEY,
Name CHAR (20)
ENGINE=InnoDB;
After inserting three rows, the table contains:

Question 6 diagram

These commands are executed:

DELETE FROM t1 WHERE id=200;

INSERT INTO t1 (name) VALUES (`pluto'):

Which data set is inserted in the table?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in