A Quick Relational Database Tour
From LMU BioDB 2017
This page gives you a tutorial-style walkthrough of a relational database, specifically PostgreSQL. The walkthrough assumes that you are at a Seaver 120 lab computer.
But first, a little leadoff cartoon: http://xkcd.com/327
Running PostgreSQL on the Lab Machines
- Login to the computer as usual
- Launch pgAdmin III
- The pgAdmin III window starts with a hierarchical view on the left that starts with three layers:
- Server Groups
- Servers (1)
- PostgreSQL 9.6 (localhost:5432)
- Servers (1)
- Server Groups
- Double-click on PostgreSQL 9.6 (localhost:5432) to connect to the database server
- The password to start the server will be given in class