I am using Azure Databricks INFORMATION_Schema. Need list all tables and columns using SQL.
I used SHOW TABLES command for viewing all tables within a database. SHOW COLUMNS command for viewing all columns within a table. What am I missing? How do I get combine list of table name, and column name information using sql?