mirror of
https://github.com/robindhole/fundamentals.git
synced 2025-03-16 08:10:08 +00:00
19 lines
842 B
Markdown
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/)
|