diff --git a/database/README.md b/database/README.md index 300ed06..675ee34 100644 --- a/database/README.md +++ b/database/README.md @@ -1,11 +1,11 @@ ## Notes -| Name | .md | .pdf | MCQs | -| ---------------------------- | -------------------------------------- | --------------------------------------- | ------------------------------------- | -| Database Fundamentals | [1](notes/01-database-fundamentals.md) | [2](notes/01-database-fundamentals.pdf) | [3](mcqs/01-database-fundamentals.md) | -| Data Integrity & ER Diagrams | [1](notes/02-integrity-er-diagram.md) | [2](notes/02-integrity-er-diagram.pdf) | [3](mcqs/02-integrity-er-diagram.md) | -| Data Normalisation and ACID | [1](notes/03-normalisation-acid.md) | [2](notes/03-normalisation-acid.pdf) | [3](mcqs/03-normalisation-acid.md) | -| Transactions and Indexes | [1](notes/04-transactions-indexes.md) | [2](notes/04-transactions-indexes.pdf) | [3](mcqs/04-transactions-indexes.md) | +| Name | .md | .pdf | Handwritten | MCQs | +| ---------------------------- | -------------------------------------- | --------------------------------------- | ------------------------------------------ | ------------------------------------- | +| Database Fundamentals | [1](notes/01-database-fundamentals.md) | [2](notes/01-database-fundamentals.pdf) | [3](notes/01-database-fundamentals-hw.pdf) | [4](mcqs/01-database-fundamentals.md) | +| Data Integrity & ER Diagrams | [1](notes/02-integrity-er-diagram.md) | [2](notes/02-integrity-er-diagram.pdf) | [3](notes/02-integrity-er-diagram-hw.pdf) | [4](mcqs/02-integrity-er-diagram.md) | +| Data Normalisation and ACID | [1](notes/03-normalisation-acid.md) | [2](notes/03-normalisation-acid.pdf) | [3](notes/03-normalisation-acid-hw.pdf) | [4](mcqs/03-normalisation-acid.md) | +| Transactions and Indexes | [1](notes/04-transactions-indexes.md) | [2](notes/04-transactions-indexes.pdf) | [3](notes/04-transactions-indexes-hw.pdf) | [4](mcqs/04-transactions-indexes.md) | ## Assignments diff --git a/database/notes/01-database-fundamentals-hw.pdf b/database/notes/01-database-fundamentals-hw.pdf new file mode 100644 index 0000000..105c37f Binary files /dev/null and b/database/notes/01-database-fundamentals-hw.pdf differ diff --git a/database/notes/02-integrity-er-diagram-hw.pdf b/database/notes/02-integrity-er-diagram-hw.pdf new file mode 100644 index 0000000..451581d Binary files /dev/null and b/database/notes/02-integrity-er-diagram-hw.pdf differ diff --git a/database/notes/03-normalisation-acid-hw.pdf b/database/notes/03-normalisation-acid-hw.pdf new file mode 100644 index 0000000..ae422d6 Binary files /dev/null and b/database/notes/03-normalisation-acid-hw.pdf differ