├── Answering Strategies └── Chapter 5 │ └── readme.md ├── Exercise ├── Chapter 1 │ └── readme.md ├── Chapter 2 │ └── readme.md ├── Chapter 3 │ └── readme.md ├── Chapter 4 │ └── readme.md ├── Chapter 5 │ └── readme.md ├── Chapter 6 │ └── readme.md └── Chapter 7 │ └── readme.md ├── Important Notes ├── Chapter 1 │ └── ApplicationAreasOfDatabaseSystem.md ├── Chapter 2 │ └── Data-Information-Knowledge.md ├── Chapter 3 │ ├── DatabaseDesignLanguage.md │ ├── EntityRelationshipDiagram.md │ └── HowToIdentifyForeignKey.md ├── Chapter 4 │ ├── AggregateFunctions.md │ └── StructuredQueryLanguage.md ├── Chapter 5 │ ├── Data Anomalies.md │ ├── HowToIdentifyRepeatingGroupIn1NF.md │ └── Normalisation.md ├── Chapter 6 │ └── setOperator.md └── Chapter 7 │ └── readme.md ├── README.md └── src └── banner.svg /Answering Strategies/Chapter 5/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Exercise/Chapter 1/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Exercise/Chapter 2/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Exercise/Chapter 3/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Exercise/Chapter 4/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Exercise/Chapter 5/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Exercise/Chapter 6/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Exercise/Chapter 7/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Important Notes/Chapter 1/ApplicationAreasOfDatabaseSystem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joan0018/AACS3013-202409/HEAD/Important Notes/Chapter 1/ApplicationAreasOfDatabaseSystem.md -------------------------------------------------------------------------------- /Important Notes/Chapter 2/Data-Information-Knowledge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joan0018/AACS3013-202409/HEAD/Important Notes/Chapter 2/Data-Information-Knowledge.md -------------------------------------------------------------------------------- /Important Notes/Chapter 3/DatabaseDesignLanguage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joan0018/AACS3013-202409/HEAD/Important Notes/Chapter 3/DatabaseDesignLanguage.md -------------------------------------------------------------------------------- /Important Notes/Chapter 3/EntityRelationshipDiagram.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joan0018/AACS3013-202409/HEAD/Important Notes/Chapter 3/EntityRelationshipDiagram.md -------------------------------------------------------------------------------- /Important Notes/Chapter 3/HowToIdentifyForeignKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joan0018/AACS3013-202409/HEAD/Important Notes/Chapter 3/HowToIdentifyForeignKey.md -------------------------------------------------------------------------------- /Important Notes/Chapter 4/AggregateFunctions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joan0018/AACS3013-202409/HEAD/Important Notes/Chapter 4/AggregateFunctions.md -------------------------------------------------------------------------------- /Important Notes/Chapter 4/StructuredQueryLanguage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joan0018/AACS3013-202409/HEAD/Important Notes/Chapter 4/StructuredQueryLanguage.md -------------------------------------------------------------------------------- /Important Notes/Chapter 5/Data Anomalies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joan0018/AACS3013-202409/HEAD/Important Notes/Chapter 5/Data Anomalies.md -------------------------------------------------------------------------------- /Important Notes/Chapter 5/HowToIdentifyRepeatingGroupIn1NF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joan0018/AACS3013-202409/HEAD/Important Notes/Chapter 5/HowToIdentifyRepeatingGroupIn1NF.md -------------------------------------------------------------------------------- /Important Notes/Chapter 5/Normalisation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joan0018/AACS3013-202409/HEAD/Important Notes/Chapter 5/Normalisation.md -------------------------------------------------------------------------------- /Important Notes/Chapter 6/setOperator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joan0018/AACS3013-202409/HEAD/Important Notes/Chapter 6/setOperator.md -------------------------------------------------------------------------------- /Important Notes/Chapter 7/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joan0018/AACS3013-202409/HEAD/README.md -------------------------------------------------------------------------------- /src/banner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Joan0018/AACS3013-202409/HEAD/src/banner.svg --------------------------------------------------------------------------------