January 2019
Intermediate to advanced
286 pages
7h 41m
English
In a CREATE TABLE statement, you can add the ENGINE table option to reference a storage engine, as follows:
CREATE TABLE table1 (i INT) ENGINE = INNODB;CREATE TABLE table2 (i INT) ENGINE = CSV;CREATE TABLE table3 (i INT) ENGINE = MEMORY;
Read now
Unlock full access