= Relational Design for ChapterX= == Notation == * Primary keys are bolded and underlined. * Foreign keys are marked with `*` at the end of their name and the referenced entity is written in parentheses. * Complex attributes are bolded, and their containing attributes are following the, made italic. * Multivalued attributes have their own table == Tables == === DDL script for creation and deletion of tables === === DML script for inserting data in the tables === === Relational diagram made in DBeaver === = AI Usage for Relational Design =