Home » MYSQL » MySQL Table Operations » Question
  1. In the CREATE TABLE statement, the engine name specified is case sensitive.
    1. False
    2. True
    3. NA
    4. NA
    5. 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.



Your comments will be displayed only after manual approval.