This is a great way to test and experiment without risking your current table, or to make a backup of your current table to avoid corruption or dataloss due to malicious activity eg. deletion etc..
There are two steps and two commands
CREATE TABLE cars_backup LIKE cars;
INSERT cars_backup SELECT * FROM cars;
mysql, howto, duplicate, purposesthis, risking, corruption, dataloss, malicious, eg, deletion, etc, commands, quot, cars_backup, copied, insert, select,