Managing Postgres with PgAdmin GUI
General Overview


Creating an the instance to connect in PgAdmin



Create a new Database



Create a Table





Interacting with Table
To fetch all Data in table:

To Add Row:

Adding a brand new column



Adding a Timestamp to the Table


Last updated