In the CREATE TABLE statement the engine name specified is case insensitive.
False
True
NA
NA
NA
Correct Option: B
Suppose a table is created using the following statement: ‘CREATE TABLE my_tbl (…..) ENGINE = InnoDB;’. The engine name ‘InnoDB’ used is always case insensitive.