Skip to content

Duplicate Table

How to Copy Table

CREATE TABLE LIKE (CTL) Duplicating a table actually contains three phases, if you're using CREATE TABLE LIKE (CTL) clause: Metadata Duplication Metadata duplication means copying… Read More »How to Copy Table