6.3. Cloning a Table
There may be a situation when you just want to create an exact copy or clone of an existing table to test or perform something without affecting the original table.
QUERY: - SELECT * INTO new_table FROM original_table;
Last modified: Monday, 2 December 2019, 12:18 PM