2.2: Drop Database

  1. Open pgAdmin.

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

  3. Click on the plus sign next to the specific server where your database is located.

  4. Enter the password for that server.

  5. Click on the plus sign next to "Databases."

  6. Right click on the database you want to delete. A new menu will pop up.

  7. Click on "Delete/Drop" in the new menu.

  8. A new "Drop Database" window will pop up that says, "Are you sure you want to drop database 'SQL_Library'?" Click the blue "Okay" button.

Make sure to recreate your database by following the steps in 2.1. Then, continue to step 2.3 Create Table.

Last updated