Spark SQL DDL

Data Definition Language from Spark SQL to Snowflake SQL

DDL can appear to be pretty standard on the surface. But the deeper you go, the parameters that are specific to a certain flavor of SQL can cause major problems.

Here's a quick look at an initial set of those DDL statements:

Let's dig in on each of these.

Last updated