Which command is used to list all the tables in a database or list all the columns in a table?
Answer Posted / Pragya Aparajita
In Apache HCatalog, you can use the 'describe' command followed by the table name to view the structure of a table, including its columns. To list all tables in a database, execute the command as: hcat describe default.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers