Home > Topic List > What are the commonly used commands in postgresql?

What are the commonly used commands in postgresql?

Postgresql commonly used commands psql, createdb, dropdb, createuser, dropuser, \l, \c, \dt, \d table_name, \du, \i file_name, \e and \q, etc. For more detailed postgresql common commands, you can visit the following article.

Related courses More >
Related Tutorials More >