2.1: Create Database

Start by creating a folder outside of an existing git repository. Name the folder "SQL_Library."

  1. Open pgAdmin.

  2. Click on the plus sign next to "Servers."

  3. Click on the plus sign next to the specific server where you want to create your database.

  4. Enter the password for that server.

  5. Right click on "Databases," hover over "Create," and then click on "Database" when it pops up.

  6. A new window will pop up. Enter "SQL_Library" in the first box of the new window to name your database.

  7. Click on the blue "Save" button at the bottom of the window.

Please continue to Part 2.2: Drop Database.

Last updated