1.

What is InnoDB in the following code?CREATE TABLE Employee ( Emp_name CHAR(30), Emp_id INT, PRIMARY KEY (Emp_id) ) ENGINE = InnoDB;

A. reference engine
B. table name
C. storage engine
D. database name
E. None of these
Answer» D. database name


Discussion

No Comment Found