IST 220 – Intro to Databases Database Design I. DB Design – Sports League The league needs to keep track of Teams Players Coaches Sponsors How many tables.

Slides:



Advertisements
Similar presentations
Exploring Microsoft Access 2003 Chapter 5 One-to-Many Relationships : Subforms and Multiple Table Queries.
Advertisements

Test practice Multiplication. Multiplication 9x2.
Chapter 3 Database Management
1 times table 2 times table 3 times table 4 times table 5 times table
Case study Lisa’s Bookstore IST210.
MIS 2502 Business Rules BJ’s is interested in developing a new application. The database will track product, customer, and sale information. It will.
Fluency with Information Technology INFO100 and CSE100 Katherine Deibel Katherine Deibel, Fluency in Information Technology1.
AP Statistics Section 6.3C More Conditional Probability
Positions for 100 Rules for 100 Teams for 100.
SQL Schemas DATA SCIENCE BOOTCAMP. Schema The structure of the database (relationships between tables)
Some of the best books of  &mid= A23D2FC75CD A23D2FC75CD7.
DirtBike Order Database– ER Diagram Prepared by (Your Name) Summer 2013.
Prepared by Trevor Scherlin Fall 2012 DIRTBIKE ORDER DATABASE– ER DIAGRAM.
IST 318 – DB Administration
Order Database – ER Diagram Prepared by Megan Foster Fall Semester 2014.
CS453: Databases and State in Web Applications (Part 2) Prof. Tom Horton.
Any Sports League A Sample Presentation Depicting the Requirements of Your Group Project.
Database for online bookstore Yaxian Yao
DirtBike Order Database– ER Diagram Prepared by Dustin Withee Fall 2012.
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Fluency with Information Technology INFO100 and CSE100 Katherine Deibel Katherine Deibel, Fluency in Information Technology1.
Tables Learning Support
1 U3O2: Database Design Tools  Naming Conventions  Eg.s prefix tables with tblCustomer, tblProducts; customer table, cusCustomerID, cusAddress; Queries,
Order Database – ER Diagram Prepared by Bryan Borcher Spring 2014.
DATA MODELING AND ENTITY-RELATIONSHIP MODEL II IST 210: Organization of Data IST210 1.
Order Database – ER Diagram Prepared by Evan Hollister Spring 2016.
Presentation Title.
Presentation Title.
Order Database – ER Diagram
The Entity-Relationship Model
Order Database – ER Diagram
Multiplication table. x
The Jonesburgh County Basketball Conference (JCBC) is an amateur basketball  association. Each city in the county has one team that represents it.  Each.
Errors in ER Diagram Do not represent a concept as both a relationship type and an attribute Make sure every entity type must have a key attribute Relationship.
Published: July 2017 Single User PDF: US$ 4200 No. of Pages: 737
Order Database – ER Diagram
Times Tables.

Team 1: 32 responses Team 2: 55 responses Team 3: 29 responses
EXAMPLE INSERT PROJECT TITLE
Order Database – ER Diagram
Bookstore DB Requirements
Order Database – ER Diagram
Instruction Assignment #1 (due May 16, 2018)
Group 1 Group 1 Group 1 Group 1 word word word word word word word word word word word word word word word word word word word word word word word.
Dots 5 × TABLES MULTIPLICATION.
Dots 5 × TABLES MULTIPLICATION.
Dots 2 × TABLES MULTIPLICATION.
Order Database – ER Diagram
5 × 7 = × 7 = 70 9 × 7 = CONNECTIONS IN 7 × TABLE
5 × 8 = 40 4 × 8 = 32 9 × 8 = CONNECTIONS IN 8 × TABLE
Dots 3 × TABLES MULTIPLICATION.
- Creating a Passion for Basketball
Dots 6 × TABLES MULTIPLICATION.
4 × 6 = 24 8 × 6 = 48 7 × 6 = CONNECTIONS IN 6 × TABLE
5 × 6 = 30 2 × 6 = 12 7 × 6 = CONNECTIONS IN 6 × TABLE
Dots 2 × TABLES MULTIPLICATION.
Dots 4 × TABLES MULTIPLICATION.
10 × 8 = 80 5 × 8 = 40 6 × 8 = CONNECTIONS IN 8 × TABLE MULTIPLICATION.
3 × 12 = 36 6 × 12 = 72 7 × 12 = CONNECTIONS IN 12 × TABLE
Functions and Relations
Resource Pool Teams Steering Committee Process Owners Project Sponsors
Presentation Title Your information.
3 times tables.
6 times tables.
5 × 12 = × 12 = × 12 = CONNECTIONS IN 12 × TABLE MULTIPLICATION.
5 × 9 = 45 6 × 9 = 54 7 × 9 = CONNECTIONS IN 9 × TABLE
3 × 7 = 21 6 × 7 = 42 7 × 7 = CONNECTIONS IN 7 × TABLE
Dots 3 × TABLES MULTIPLICATION.
Multiplication Facts 3 x Table.
Presentation transcript:

IST 220 – Intro to Databases Database Design I

DB Design – Sports League The league needs to keep track of Teams Players Coaches Sponsors How many tables are needed?

Sports League – relationship diagram The following rules apply: Each team has multiple players, and may have multiple coaches A specific player is associated with only one team A given coach is associated with only one team One business can sponsor many teams, but a team cannot have more than one sponsor

DB Design – online bookstore An online bookstore needs to keep track of Customers Books Orders How many tables are needed?

Online Bookstore One customer can have any number of orders One order involves one or many books One book title may show up in any number of orders The hardest part: how is an order related to the books included in it?