Queries and Statements - Describe
 
Database Meta-Information ('describe')

Some statements like 'describe' in Oracle are not part of the SQL language and therefore will not work using the JDBC driver.

The plugin gives the user the possibility to view information about database tables by using the keyword 'describe'. The keyword can be used like a normal statement.

Syntax:

describe [<schema name>.]<table name>

Example: