2022-07-13 16:27:51 +01:00

2.0 KiB

Notes

Name .md .pdf Handwritten MCQs
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

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