I want to know how to query the hive metastore database and grab a few key properties including:
select TBL_NAME, OWNER, CREATE_TIME, LAST_ACCESS_TIM from TBLS limit 11;