0 votes
in Big Data | Hadoop by
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

0 votes
asked Jan 13, 2020 in Big Data | Hadoop by AdilsonLima
0 votes
asked Apr 3, 2020 in Big Data | Hadoop by Tate
...