1.

In the CREATE TABLE statement, the engine name specified is case insensitive.(a) True(b) FalseI have been asked this question in quiz.Enquiry is from Arranging for MySQL Server Startup and Shutdown topic in portion General MySQL Administration of MySQL

Answer»

The correct OPTION is (a) True

The explanation is: 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