-
Notifications
You must be signed in to change notification settings - Fork 22
PostgreSQL Tutorial
Jennifer Scheuerell edited this page Mar 3, 2020
·
5 revisions
SCaLE 18x
- Quick introduction to relational databases
- PostgreSQL software and community
- The SQL programming language
-
Connect to PostgreSQL for the first time
- Create a database
- Create a user
- Connect to the tutorial database as your user
- Play around with a simple test table
- Create the measure and program tables
- Write data into the measure and program tables
- Write queries
- Create views
- Create materialized views
- Export data from the database
- Triggers
- Stored Procedures
- Functions
- Views and Materialized Views
- Foreign Data Wrappers