Learning databases

Over the last few weeks I stepped up my (relational) database game.

Did some video courses on coursera, read some books.

My recommendations:

  1. Database design with UML and SQL
  2. SQL Antipatterns

Why? Because just typing some SQL statement doesn't tell you anything about why you should type this.

Both books explain a lot of fundamentals, solved problems and feedback included.