Hive statement types
Lists the SQL statement types for workloads that use Apache Hive. You can find the statement types on the Hive Queries page in the Type list.
| Statement Type | Description |
|---|---|
| DDL | The Data Definition Language, whose SQL statements change the structure of the
database by creating, deleting, or modifying schema objects, such as databases,
tables, and views. For example, |
| DML | The Data Manipulation Language, whose SQL statements modify the data stored in
tables. For example, |
| EXPLAIN | Generates a query execution plan for a specific query. For example,
|
| LOAD | Loads data from an external data source into a table. For example,
|
| QUERY | Requests data from a data source. For example, |
