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