CREATE & SELECT
CREATE TABLE students_archived AS SELECT * FROM students
Pro tip: use ```triple backticks around text``` to write in code fences