Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 568 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 568 Bytes

Database Normalization

Overview

Today is the final buildout of the book collection app. Our final step is to normalize our database and remove duplicates while persisting the books we have already saved.

Daily Plan

  • Warm-up exercise

  • Review code challenges

  • Code review of lab assignment

  • Data modeling

  • Code Demo

  • Lab Preview

  • Introduction of Code Challenge topic

Learning Objectives

As a result of completing lecture 14 of Code 301, students will:

  • Be able to perform a database migration in postgreSQL
  • Update their schema to model data