Hive DDL commands :

Viewing 1 reply thread
  • Author
    Posts
    • #6638
      DataFlair TeamDataFlair Team
      Spectator

      > DDL – Data Defination Language –> Used to define database schema.

      1—> CREATE
      2—> DROP
      3—> ALTER
      4—> SHOW
      5—> DESCRIBE
      6—> TRUNCATE

      More details is as follows :

    • #6639
      DataFlair TeamDataFlair Team
      Spectator

      Basically, as above answer, there are several types of Hive DDL commands, we commonly use in Apache Hive. such as:

      – Create Database Statement
      – Hive Show Database
      – Drop database
      – Creating Hive Tables
      – Browse the table
      – Altering and Dropping Tables
      – Hive Select Data from Table
      – Hive Load Data

      But here is a link through which we can learn all these commands in detail; follow the link: Hive DDL Commands : Types of DDL Hive Commands

Viewing 1 reply thread
  • You must be logged in to reply to this topic.