Hive – Drop Database

Hive Tutorials

The usage of SCHEMA and DATABASE are same. Drop Database Statement Drop Database is a statement that drops all the tables and deletes the database. …

Read More ➜

Hive – Create Table

Hive Tutorials

The conventions of creating a table in HIVE is quite similar to creating a table using SQL. Create Table Statement Create Table is a statement …

Read More ➜

Hive – Alter Table

Hive Tutorials

Alter Table Statement It is used to alter a table in Hive. Syntax The statement takes any of the following syntaxes based on what attributes …

Read More ➜

Hive – Drop Table

Hive Tutorials

When you drop a table from Hive Metastore, it removes the table/column data and their metadata. It can be a normal table (stored in Metastore) …

Read More ➜

Hive – Partitioning

Hive Tutorials

Hive organizes tables into partitions. It is a way of dividing a table into related parts based on the values of partitioned columns such as …

Read More ➜

Hive – Built-in Operators

Hive Tutorials

There are four types of operators in Hive: Relational Operators Arithmetic Operators Logical Operators Complex Operators Relational Operators These operators are used to compare two …

Read More ➜

Hive – Built-in Functions

Hive Tutorials

The functions look quite similar to SQL functions, except for their usage. Built-In Functions Hive supports the following built-in functions: Return Type Signature Description BIGINT …

Read More ➜