skip to main content
Supported SQL Functionality and Extensions : Data definition language (DDL)
  

Try DataDirect Drivers Now

Data definition language (DDL)

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.