CREATE [OR REPLACE] TABLE
Creates a new table or replaces the table in the database.
Syntax
CREATE [OR REPLACE} TABLE table_name (
column1 datatype,
column2 datatype,
column3 datatype,
....
);
Subtopics
Creates a new table or replaces the table in the database.
CREATE [OR REPLACE} TABLE table_name (
column1 datatype,
column2 datatype,
column3 datatype,
....
);
Copyright © 2002-2025. Cloud Software Group, Inc. All Rights Reserved.