|< < 39 > >|

Demo

Scripts are available here

(I have already created a database user named jao.)

  • createdb -O jao store

  • psql store < schema.sql

  • psql store < populate.sql

  • psql store < queries.sql

To start from scratch:

  • dropdb store

|< < 39 > >|