DESCRIBE TABLE is a command used in Oracle database to show structure of a table in database.
The PostgreSQL equivalent is
\d+ TABLE_NAME
You will need to see database structure to work with databases.
Example
DESCRIBE TABLE is a command used in Oracle database to show structure of a table in database.
The PostgreSQL equivalent is
\d+ TABLE_NAME
You will need to see database structure to work with databases.
Example