2022-07-07 15:45:00 +01:00
|
|
|
## Notes
|
|
|
|
<!-- Table with .md and .pdf links -->
|
2022-07-08 16:01:23 +01:00
|
|
|
| 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/)
|