Part of the Relational Database course, which can be found at: https://www.freecodecamp.org/learn/relational-database/ You should create a types table that will store ...
For this project, you need to log in to PostgreSQL with psql to create your database. Do that by entering psql --username=freecodecamp --dbname=postgres in the terminal. Make all the tests below pass ...