MSCEWI3024
Table properties were removed because Snowflake does not require them.
Severity
Description
Example Code
Input Code:
CREATE TABLE TABLE1 (
col1 NUMBER,
col2 XMLTYPE REFERENCES T1 (col1)
)
XMLTYPE warehouse_spec STORE AS BINARY XML (
TABLESPACE example
STORAGE (INITIAL 6144 NEXT 6144)
CHUNK 4000
NOCACHE LOGGING
);Output Code:
Recommendations
Last updated
