Schemas
This section shows information about the schemas of the top-level objects identified in the source code by SnowConvert
Last updated
This section shows information about the schemas of the top-level objects identified in the source code by SnowConvert
Last updated
CREATE TABLE schema1.table1 (col1 VARCHAR(255));
CREATE TABLE SCHEMA1.table2 (col1 VARCHAR(255));
CREATE TABLE schema2.table3 (col1 VARCHAR(255));
CREATE TABLE "SCHEMA3"."table4" (col1 VARCHAR(255));
CREATE TABLE "schema3"."table5" (col1 VARCHAR(255));
CREATE TABLE table6 (col1 VARCHAR(255));
CREATE TABLE table7 (col1 VARCHAR(255));