- CREATE TABLE new_table AS SELECT * FROM existing_table;
- COPY TABLE existing_table TO new_table;
- BACKUP TABLE existing_table TO new_table;
- DUPLICATE TABLE existing_table AS new_table;