Instruction Assignment #1 (due May 16, 2018)

Slides:



Advertisements
Similar presentations
Picking out ERD Entities 14 th March Steps in Constructing ERDs 1.Read and re-read the narrative 2.Make assumptions 3.Identify the entities 4.Define.
Advertisements

Relationships Relational Database. Identifying Entities… In the previous tutorial you learnt about identifying entities in a flat file database. Also.
Chapter 3 Database Management
The Entity-Relationship Data Model
Database Design Concepts
Database Design Sections 4 & 5 Subtype, Supertype, Mutually exclusive, non-transferability, transferable, 1:1, 1:M, M:M, Redundant, Intersection entity,
DAY 12: DATABASE CONCEPT Tazin Afrin September 26,
Assignements. CSC343: Intro. to Databases2 Exercise 1 Superkeys: Candidate keys: Primary key:
INFO1408 Database Design Concepts Week 15: Introduction to Database Management Systems.
E-R model for Exercise #1 Comments: 1. There is a lot of process, or data flow information in this description that will not be modeled in the E-R diagram,
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. Adding a new field 1Right click the table name and select design view 2Type the field information at the end.
Btec National - Advanced Databases 1 Advanced Databases Entity Relationship Diagrams.
Scenario  You are starting a new summer business selling lemonade to customers along a popular canyon trail. You mix the lemonade by using water from.
Unit 18 Advanced Database Design
The relational model A data model (in general) : Integrated collection of concepts for describing data (data requirements). Relational model was introduced.
© 2006 Pearson Education Canada Inc. 3-1 Chapter 3 Database Management PowerPoint Presentation Jack Van Deventer Ward M. Eagen.
© 2003 Prentice Hall, Inc.3-1 Chapter 3 Database Management Information Systems Today Leonard Jessup and Joseph Valacich.
Database Design Process For many businesses, the database is the most important set of computer files they have. For some, like EBay or Facebook, the database.
Btec National - IT SYSTEMS ANALYSIS AND DESIGN 1 IT Systems Analysis and Design Entity Relationship Diagrams.
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.
AOIT Database Design Unit 3, Lesson 9 Data Integrity Copyright © 2009–2011 National Academy Foundation. All rights reserved.
CS422 Principles of Database Systems Entity-Relationship Model
SELECT, IMPLEMENT & USE TODAY’S ADVANCED BUSINESS SYSTEMS
DATA MODELING AND DATABASE DESIGN
Tips for running Classroom Trivia
Assignment #1 due Wed. Feb. 15, (15)
Order Database – ER Diagram
Database Development Lifecycle
Parental Information League Structure
Assignements.
Databases Chapter 9 Asfia Rahman.
Group Assignment 3.
IPL 2017 Live Score & Schedule
Chapter 9 Part-1: Concepts & Foreign Keys
COP 4540 Database Management
MIS2502: Data Analytics Relational Data Modeling
CIS 155 Table Relationship
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.
Accounting Information Systems 9th Edition
DBM 502Competitive Success/snaptutorial.com
DBM 502 Education for Service-- snaptutorial.com
DBM 502 Teaching Effectively-- snaptutorial.com
Databases and Information Management
Entity-Relationship Model and Diagrams (continued)
Introduction lecture1.
Registration and League Process Flow
Order Database – ER Diagram
Accounting System Design
Data Modelling Introduction
Database Fundamentals
Exploring Microsoft Access 2003
Chapter 9 Part-1: Concepts & Foreign Keys
Database Development Lifecycle
Coach at Hand.
Bookstore DB Requirements
CHAPTER 4: LOGICAL DATABASE DESIGN AND THE RELATIONAL MODEL
Business Application Development
2017 GELL Coaches Meeting.
Accounting System Design
Databases and Information Management
ER Modeling Case Studies
Entity-Relationship Model & Diagram
MIS2502: Data Analytics Relational Data Modeling
Entity-Relationship Diagram (ERD)
NORTHERN ILLINOIS HOCKEY LEAGUE
E.R. Examples.
Dr. Uhave Kale Department of Physical Education
DATA MODELING AND DATABASE DESIGN
INTRODUCTION A Database system is basically a computer based record keeping system. The collection of data, usually referred to as the database, contains.
Presentation transcript:

Instruction Assignment #1 (due May 16, 2018) This assignment is worth 5% of your term grade. User Microsoft powerpoint or another computer program to make ERDs or draw them on paper and scan them . The submission should with your name and you student number, you will loose marks if you don’t follow this standard. This assignment has a total of 100 marks.

QUESTION 1 (35) • Drawn an ERD including entities, attributes, and relationships for the following scenario. • Please store all the attributes you feel necessary, you will be penalized if you store too few. • This ERD should model a sports league. • There are Teams that have many Players on them. Every team must have players but every player doesn’t have to play on a team (free agents). • Teams play against other teams in games. They play many against different teams during the season. And, may play against the same team a few times in the same season. • Each team may have many coaches. You should keep track of the type of coach i.e. an assistant coach or head coach, or any other type of coach you like. • Each game has a referee, this referee is the referee for many different games. • You will want to know the score of each team in each game along with the date it was played on. • There are Fans who have exactly one favorite team. This should be established in a relationship.

QUESTION 2 (30) Make your ERD into a database in access Form all relationships Primary keys Enforce referential integrity And populate with data

QUESTION 3 (35) Work with the database “a01h1traders.accdb” which can be found in http://ion.uwinnipeg.ca/~ychen2/access2814/a01h1traders.accdb • Make a query to find all the employees whose title is ‘Sales Representative’ • Make a query to find all those customers coming from Germany or Swenden. • Make a query to find any product name in the category of Condiments and supplied by Mayumi’s. • Make a query to find all the product names which have been ordered by a customer (with the CustomerId = ‘VINET’.)