adplus-dvertising
frame-decoration

Question

What is InnoDB in the following MySQL code?
CREATE TABLE student (
  name CHAR(30),
  student_id INT,
  PRIMARY KEY (student_id)
 ) ENGINE = InnoDB;

a.

database name

b.

table name

c.

reference engine

d.

storage engine

Answer: (d).storage engine

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is InnoDB in the following MySQL code?

Similar Questions

Discover Related MCQs

Q. In which file are the statements entered in ‘mysql’ saved?

Q. Mysql cannot be used to execute script files.

Q. Which command is used to make a script file ‘run_me.sh’ executable?

Q. The superuser account of the grant tables in the mysql database is called ______________

Q. Which script initializes the data directory during installation?

Q. Anonymous accounts have user name ______________

Q. For REVOKE statements, the server automatically rereads the grant tables.

Q. What does the default case sensitivity of database and table names depend on?

Q. The case sensitive among these is ______________

Q. The variable used to set table alias names as non case sensitive is ______________

Q. The clause that can be used to sort string values according to a specific collation is ______________

Q. The statement used to find out which character sets are available is ______________

Q. The error log file has a suffix ______________

Q. The option which finds the startup options supported by the server through mysqld is ______________

Q. Server startup can also be done by the ______________

Q. It is required to have an access privilege for a database before selecting it with ‘USE’.

Q. The keyword used to create a database is __________

Q. Which file is created by the server to store the database attributes?

Q. What is the default storage engine?

Q. The name of the format file for a table named my_tbl is __________