1.

In the CREATE TABLE statement, the engine name specified is case sensitive.(a) True(b) FalseThis question was addressed to me in unit test.My question is taken from Creating, Dropping, Indexing and Altering Tables topic in chapter Using SQL to Manage Data of MySQL

Answer»

Correct choice is (b) False

To elaborate: Suppose a table is CREATED using the following STATEMENT: ‘CREATE TABLE my_tbl (…..) ENGINE = INNODB;’. The engine name ‘InnoDB’ USED is always case insensitive.



Discussion

No Comment Found

Related InterviewSolutions