Overview
The name of INFO-I308 is Information Representation, which is not very informative. In computing, important information is stored in a database, and I308 is an introduction to how that process unfolds.
Table of Contents
- Persistence and Databases
- Records, Data Models, and Relationships
- Tables and an Intro. to SQL
- More than one table in a query
- Sorting Results and Calculating from Data
- The Relational Model
- Conceptual Data Models and ERDs in Chen notation
- Converting ERDs to Relational Database Schemas
- Normal Forms — being precise about redundancy
- Queries with NULL values
- Nested queries
- The IN operator and Intersection queries
- Non-participation queries
- Self-join queries
- Aggregation queries
- Data Warehousing: OLAP Data Cubes and Star Schemas