
The following three commands return information about the entries in a database.
 list-tables &key  database ownerReturns a list of table names in database .
 list-attributes  table &key  database ownerReturns a list of attributes of table .
 attribute-type  attribute  table &key  database ownerReturns the type of attribute of table . This is a keyword representing a vendor-specific type value.