Not able to create external table In hive_metastore permanent

harsh_Dev
Databricks Partner

Hi @everyone i am using databricks community edition in which i created one database and some external table in the hive_metastore catalog but i terminate the spark cluster then i came back so there was no table could anybody help me with this why its not showing me ? 

i created this way:-

CREATE EXTERNAL TABLE hive_metastore.lending_club.loans_defaulters_delinq
USING PARQUET
LOCATION 'dbfs:/FileStore/tables/cleaned/file_name'

harsh_Dev_0-1744084229445.png

here you can see there is no landing_club database ? why it is happening ?