Objectives
◈ Install PostGreSQL
◈ Install PgAdmin
◈ Restore Database
◈ Perform Example Query
PgAdmin
◈ Graphical Interface which is used to make queries.
◈ There are two versions, 3.x and 4.x
◈ PgAdmin 4 which is the latest and stable version, it opens in browser. Even if it opens in browser it doesn't require internet.
◈ PgAdmin 3 is no longer supported, means there will be no updates by the developer of PgAdmins. It opens as a program.
PostGreSQL
◈ PostGreSQL is the actual SQL engine that stores the data and from which we are quering from.
◈ Once we will install PgAdmin and PostGreSQL, then we will connect PostGreSQL Server to PgAdmin and then we can use that graphical interface to restore a database to that server.
Download PgAdmin
◈ First we will download PgAdmin from https://www.pgadmin.org/download/
◈ Once the download is finished, click on the executable file and follow the GIF below.
Download PostGreSQL
◈ Now it is time to download PostGreSQL from https://www.pgadmin.org/download/.
◈ Once you are on the download page, select the approprate operating system.
◈ Once the download is finished, click on the executable file and follow the GIF below.
No comments:
Post a Comment