0

there is table "student" created in hive 0.14 version. i want to delete that table. can use DELETE command for that?

Swapnil Dixit
  • 101
  • 1
  • 8

1 Answers1

0

You can use:

DROP TABLE table_name_goes_here;

Raunak Jhawar
  • 1,541
  • 1
  • 12
  • 21