complete-intro-to-sql
complete-intro-to-sql copied to clipboard
The Complete Intro to Postgres, as taught by Brian Holt for Frontend Masters
I'm getting a `error: database "recipeguru" does not exist` message when I try to run the completed exercise using the `btholt/complete-intro-to-sql` docker container When I use psql to connect to...
In the Constraints section the following is stated: > UNIQUE is another constraint that dictates that this column must be unqiue amongst all other columns I don't think this is...
Hello, When creating the `recipe_ingredients` table in the Many-to-Many Relationships section we currently use `ON DELETE NO ACTION` in the column that reference the `recipes`' table primary key, and in...
Hey there. I am at the point of the first exercise for pg. I have my docker container running at port 5444. I can query it and everything works in...
Images from public folder are not being rendered ### Example The image [SQL Join](https://sql.holt.courses/lessons/images/SQL_Joins.png) is not displaying on page [Other Types of Joins – Complete Intro to SQL](https://sql.holt.courses/lessons/joins-and-constraints/other-types-of-joins) #### Screenshots
Reading the documentation i found some small typos. Thanks a lot for this course.