Updates links.

This commit is contained in:
Tanmay
2022-07-08 16:01:23 +01:00
parent e19ac05fa7
commit cefa4e4bc0
3 changed files with 22 additions and 5 deletions

View File

@@ -1,5 +1,18 @@
## Notes
<!-- Table with .md and .pdf links -->
| Name | .md | .pdf |
| --------------------- | ----------------------------------------- | ------------------------------------------ |
| Database Fundamentals | [link](notes/01-database-fundamentals.md) | [link](notes/01-database-fundamentals.pdf) |
| 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/)