1
0
mirror of https://github.com/robindhole/fundamentals.git synced 2025-03-16 19:10:10 +00:00
2022-07-11 15:06:16 +01:00

1.3 KiB

Notes

Name .md .pdf
Database Fundamentals link link
Data Integrity & ER Diagrams link link
Data Normalisation and ACID link link

Assignments

ER Diagram

Download the ER diagram from here and import it into draw.io.

  • Add the mentor entity
  • Modify batch to add more attributes
  • Add relationships between the mentor and batch entities. A mentor can be assigned to multiple batches and a batch can have multiple mentors.

RDBMS

SQL clients

Online Playgrounds