Interview Questions

How would you change a table to InnoDB?

MySQL and SQL


(Continued from previous question...)

How would you change a table to InnoDB?

ALTER TABLE techinterviews_questions ENGINE innodb;

(Continued on next question...)

Other Interview Questions