C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML
| Hive CommandsHive supports Data definition Language(DDL), Data Manipulation Language(DML) and User defined functions. Hive DDL Commands
 create database drop database create table drop table alter table create index create views Hive DML Commands
 Select Where Group By Order By Load Data Join: 
 
Next TopicHive DDL Commands
 |