skip to main content
Supported SQL Functionality and Extensions for The Driver for Apache Hive : Data Definition Language (DDL)
  
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.