This document provides an overview of Module 3 which focuses on designing and implementing tables in a relational database. It covers topics such as normalizing data, primary and foreign keys, schemas, and creating/altering/dropping tables. The module consists of 3 lessons and 3 demonstrations. Lesson 1 discusses table design principles including normalization forms, keys, and system tables. Lesson 2 describes schemas and how they can be used to organize database objects and manage permissions. Lesson 3 explains how to work with tables through creating, altering, dropping, temporary tables, and computed columns.