Disclaimer

Sunday, 15 November 2020

PostgreSQL commands

PostgreSQL commands :-  



Most of cases you can use '+' to display more information for same command.

e.f.

\dt (display table information)

\dt+ ( display table information with addition columns)





No comments:

Post a Comment

SQL Explain Plan in Oracle

  The SQL Explain Plan has been confusing for many Oracle DBAs. I would like to explain it in a simple way as follows. Whenever we write an ...