PDF Version Available

This document is also available in PDF format: dbvocab.pdf

The PDF version includes bookmarks for easy navigation and is optimized for printing.

Accessibility Notice

This document is also available in HTML format at:

https://aholdengouveia.name/IntroData/labs/dbvocab.html

The HTML version provides enhanced accessibility features including keyboard navigation, screen reader support, responsive design, dark mode support, and high contrast options.

Objectives:

References, a video, a PowerPoint and some notes are available at my website https://www.aholdengouveia.name/IntroData/databasekeysandvocab.html

Complete the following

Using the data you have collected and started working with

If you need to switch away from your original data for any reason, please check in with me before you do so.

My examples will be based on the book data I collected previously, 100bestbooks.csv if you have trouble adding your data, make sure to check how many characters are allowed in each field, it's likely the default will be a text[varchar] and only allow 100 characters, but you can change that to whatever you need.

Entity relationship diagram showing three normalized database tables with primary and foreign key relationships for the books database schema
This is an image of my 3 tables after choosing how I want to start normalizing my data and planning my database.

Deliverables

  1. A text document that contains the answers to all the above questions
  2. Your data in saved as a database, not a spreadsheet.
  3. Image of your original labeled table from question 1
  4. Image of your Entity Relationship Diagram (ERD) from question 5