How to create clone of Mysql table | Copy and Duplicate table using mysql query | mysql copy table

preview_player
Показать описание
Hey Guy's,
In this video i will show you How to create clone of Mysql table | Copy and Duplicate database table using mysql query, mysql create copy of table

Follow Coderwebtrix:

You can Visit out coding tutorials video from below link:
Рекомендации по теме
Комментарии
Автор

As per the above instruction we use like to create a duplicate table and table is created with all the constraints and the keys as well.


If in case i deleted a Primary Key record from the duplicate table will that affect to the data in child table?

Anups