Review the changes from the notes yesterday (I made a couple mistakes and a couple changes)
Run the CREATE TABLE statements in APEX
INSERT Statements
Come see me to roll the die to get your division
NL East
AL East
NL Central
AL Central
NL West
AL West
You each have five teams in your division
Search the internet for "SQL INSERT Statements" and you'll get a lot of info
Write the INSERT statements to add the data into your database, all of the data should be on your team's website, which can be reached through MLB.com
Add stadium info to STADIUM table
Add team info to TEAMS table
Look at the seating map for your stadium, add 6 different sections' info into the Sections table, you don't have to do the whole stadium
Add 10 games into your table, these should be between only teams in your division, use real data from teams schedule. You should have a variety of teams, not all the same home team, even if they are your favorite.