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)
Wherever multiple tables are used, always refer to a column by either using an alias or using the fully qualified name. Do not leave the g...
No comments:
Post a Comment