Data Definition Language (DDL)
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
The Driver for Apache Hive 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 Hive Data Definition Language manual for information about using HiveQL.