To describe a table in PostgreSQL which of the following is correct:

To describe a table in PostgreSQL which of the following is correct:
psql> \d table_name
Well Done. Your Answer is Correct Keep it Up!
psql> DESCRIBE table_name
psql> describe table_name
psql> \D table_name

Leave a Reply

Your email address will not be published. Required fields are marked *