Linux Hint published a quick tutorial about how to copy a table in MySQL.
How to Copy a Table in MySQL
There are some instances where we may need to copy a specific table from the same or a different database. For example, when performing backups or migrations, we might need to restore a table without restoring the entire database. How to Copy a Table in MySQL is explained in this article.