2022-07-08 16:01:23 +01:00

19 lines
842 B
Markdown

## Notes
<!-- Table with .md and .pdf links -->
| Name | .md | .pdf |
| ---------------------------- | ----------------------------------------- | ------------------------------------------ |
| Database Fundamentals | [link](notes/01-database-fundamentals.md) | [link](notes/01-database-fundamentals.pdf) |
| Data Integrity & ER Diagrams | [link](notes/02-integrity-er-diagram.md) | [link](notes/02-integrity-er-diagram.pdf) |
## RDBMS
* [MySQL](https://www.mysql.com/)
* [PostgreSQL](https://www.postgresql.org/)
* [SQLite](https://www.sqlite.org/)
## SQL clients
* [TablePlus](https://www.tableplus.com/)
* [MySQL Workbench](https://www.mysql.com/products/workbench/)
## Online Playgrounds
* [SQL Fiddle](http://sqlfiddle.com/)