Changes between Initial Version and Version 1 of P2


Ignore:
Timestamp:
02/11/26 17:33:45 (6 weeks ago)
Author:
211099
Comment:

Added page structure.

Legend:

Unmodified
Added
Removed
Modified
  • P2

    v1 v1  
     1= Relational Design for Handcraft ChapterX=
     2
     3== Notation ==
     4
     5* Primary keys are bolded and underlined.
     6* Foreign keys are marked with `*` at the end of their name and the referenced entity is written in parentheses.
     7* Complex attributes are bolded, and their containing attributes are following the, made italic.
     8* Multivalued attributes have their own table
     9
     10== Tables ==
     11
     12=== DDL script for creation and deletion of tables ===
     13
     14
     15=== DML script for inserting data in the tables ===
     16
     17
     18=== Relational diagram made in DBeaver ===
     19
     20
     21
     22= AI Usage for Relational Design =
     23