To duplicate table structure of existing table, we can use this command:
CREATE TABLE student_contact_deleted LIKE student_contact;
To duplicate table structure of existing table, we can use this command:
CREATE TABLE student_contact_deleted LIKE student_contact;
0 Comments.