We can clone a table using
CREATE & SELECT
statement
CREATE TABLE students_archived AS
SELECT * FROM students
by Valeri Tandilashvili
4 years ago
MySQL
CREATE & SELECT
MySQL Tutorial for Beginners
1
Pro tip: use ```triple backticks around text``` to write in code fences