DESCRIBE
statement is used to show columns within a table as well as tables within a database.
table_name
: name of the table that you want to show
USAGE
privilege on the schema, where the table is locatedDESCRIBE
statement, take a look at some examples below:
public
schema (the default schema in Oxla). You can also display tables from other schemas, by following the doc here