Data Definition Language (DDL)
- Last Updated: October 26, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Apache Spark SQL 8.0
- Documentation
The driver supports a broad set of DDL, including (but not limited to) the following:
- CREATE Database and DROP Database
- CREATE Table and DROP Table
- ALTER Table and Alter Partition statements
- CREATE View and Drop View
- CREATE Function and Drop Function
Refer to the Spark SQL Programming Guide for information about using Spark SQL.