CREATE TABLE users ( id INTEGER AUTO_INCREMENT PRIMARY KEY, username VARCHAR(255) UNIQUE NOT NULL, created_at TIMESTAMP DEFAULT NOW() ); CREATE TABLE photos ( id INTEGER AUTO_INCREMENT PRIMARY KEY, ...
[!INCLUDE [applies-to-version/fabric-dw](../../includes/applies-to-version/fabric-dw.md)] Creates a new table as a [zero-copy clone of another table](/fabric/data ...
If you want to take a copy of one table and make a copy of it in another schema (under another username), you can use the SQL*Plus COPY command, or a simple <code>"create table foo as select * from ...