mirror of
https://github.com/robindhole/fundamentals.git
synced 2025-03-15 22:59:53 +00:00
2.5 KiB
2.5 KiB
Notes
Name | .md | Handwritten | MCQs | Worksheet | Worksheet with Answers | |
---|---|---|---|---|---|---|
Database Fundamentals | 1 | 2 | 3 | 4 | _ | _ |
Data Integrity & ER Diagrams | 1 | 2 | 3 | 4 | _ | _ |
Data Normalisation and ACID | 1 | 2 | 3 | 4 | _ | _ |
Transactions and Indexes | 1 | 2 | 3 | 4 | _ | _ |
SQL Primer | 1 | 2 | 3 | 4 | 5 | 6 |
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
andbatch
entities. A mentor can be assigned to multiple batches and a batch can have multiple mentors.