skip to main content
SQL Functionality for the Driver for Apache Spark SQL : Data Definition Language (DDL)
  

Try DataDirect Drivers Now

Data Definition Language (DDL)

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.