5
Provided Resources
A pre-configured virtual machine
Xubuntu OS
PostgreSQL 12 with documentation in English
a sample web application Bookstore
pgAdmin 4
Course materials
Student’s Guide
presentations, demos, practical assignments with keys
(in html and pdf formats)
reference materials: PostgreSQL functions and data types,
a chart of the main system catalog tables with psql commands,
some Unix commands
If you are taking the course on your own, take a look at the Student’s Guide
first. Among other things, it provides download links for the virtual machine
and other resources, and explains how to use them. All course materials are
available at:
Doing practical assignments is very important for gaining the skills of
working with PostgreSQL. Always try completing the tasks on your own, and
then look through the provided keys, even if you did not have any questions:
you can find there some more theory, which is not covered in presentations
and demos.
Course materials (presentations, demos, practical assignments, and their
keys) are available in two formats. The html format is convenient for
browsing online and allows copying text and code snippets. The pdf format
works best for printing.
Additional reference materials will help you quickly find the required
information.
There is pgAdmin 4 installed on the virtual machine. Although we use psql
throughout the course, you can try this GUI tool if you like.