3 Steps to Duplicate a MySQL Table Using CREATE TABLE LIKE
Duplicating a table actually contains three phases, if you're using CREATE TABLE LIKE (CTL) clause: Metadata duplication. Data duplication. (Optional) Constraints and Triggers duplication. Metadata… Read More »3 Steps to Duplicate a MySQL Table Using CREATE TABLE LIKE