Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

MetaData Infromation

avatar
New Contributor

I need to pull out all the Tables and thier columns and dataTypes using a query. How can we do that. I need output in below format;

 

Table1    ID           Interger

Table1    Name     String

Table2    ID           Integer

Table2    Address String

 

Please let me know if this is possible.

 

Who agreed with this topic