0 votes
in Big Data | Hadoop by (5.7k points)
Describe

There are three types of command statements.

  • describe <tablename>
  • describe extended <tablename>
  • describe formatted <tablename>

It's more convenient to use formatted command to get the details.

  1. Describe database.
describe database;
  1. Describe table.
describe table.

Related questions

...