Children’s swimming lessons at the local swimming pool:

Slides:



Advertisements
Similar presentations
Banking Business Scenario
Advertisements

ER Model For a college DB
Normalisation.
P3 & M1.
Advanced Database Projects In Access © Hodder Education 2008 Access Projects – Problem Specification.
WJEC Applied ICT Databases – Attributes & Entities Normalisation It is important in Database Design to make sure that the correct attributes are grouped.
Data Elements and Tables IT Key Ideas, Dynamic Database Systems, 2002 Chapter 7.
Normalisation Ensuring data integrity in database design 1.
Database design concepts info1408 Lecture 8 Worked example of E:R Modelling.
Database design concepts info1408 Lecture 8 Worked example of E:R Modelling.
The Computer Super Store A Sample Presentation Depicting the Requirements of Your Group Project.
Database development (MIS 533) MBS in Management Information Systems and Managerial Accounting Systems (2007 / 2008) Fergal Carton Business Information.
WJEC Applied ICT Databases – Attributes & Entities Entities A database contains one or more related tables. Each table holds all of the information.
Entity Relationship Diagram Farrokh Alemi Ph.D. Francesco Loaiza, Ph.D. J.D. Vikas Arya.
DATA MODELING AND DATABASE DESIGN DATA MODELING AND DATABASE DESIGN Part 1.
Welcome This presentation explains what you need to know and do to prepare for the Oracle Academy Oracle Database Design and SQL class.
CSE 441: Systems Analysis & Design
Year 10 Retail Business Unit 3 – Lesson 4. Lesson Objectives Will be able to evaluate the importance of the functional areas Evaluation ~ GCSE Grade A*
Driving School Database
3 Opting out. Lesson 3 Opting out If you tick the box, what will happen?
Normalisation Mia’s Sandwich Shop The Process Explained.
CORE 2: Information systems and Databases NORMALISING DATABASES.
CISB113 Fundamentals of Information Systems Revision.
1 Information Retrieval and Use Data Analysis & Data Modeling, Relational Data Analysis and Logical Data Modeling Geoff Leese September 2009.
Databases. Not All Tables Are Created Equal Spreadsheets use tables to store data and formulas associated with that data The “meaning” of data is implicit.
Information Systems & Databases 2.2) Organisation methods.
1.  An introduction to data modelling  The purpose of data modelling  Modelling data relationships 2.
Database Design Shortcuts. What’s your problem? Sort out the basic idea for the Database… e.g. : Your local Angling Club is looking to set up a Database.
DATABASE What exactly is a database How do databases work? What's the difference between a spreadsheet database and a "real" database?
System and data modeling tools Revision. Schemas A schema shows the organisational structure of a database. It should show the entities (the tables in.
WHAT IS A COMPUTER? LESSON 1-1. OBJECTIVES The student will be able to: Explain and give examples of the concepts on computers and computing.
Quiz questions. 1 A data structure that is made up of fields and records? Table.
Database Design Normalisation. Last Session Looked at: –What databases were –Where they are used –How they are used.
Lesson 9: Types of information system. Introduction  An MIS is a decision support system in which the form of input query and response is predetermined.
Instructor: Pavlos Pavlikas1 How Data is Stored Chapter 8.
EProject Document. Group 4 Group Member : Nguyen Thanh Chuong A Truong Ngoc Dai A Nguyen Vinh Loc A Nguyen Minh Tu A03755.
Tutorial 2 Data Modelling. 3 Terminology & Notation(1) An entity is an object about which the system needs to hold information –Customer, Student, Course.
Aa. Long-term Goal ➲ State the intended goal Customer Wishes ➲ Describe customer needs and wishes ➲ Explain the requirements.
Sample Table Standard Notation Entity name in uppercase
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.
Composition of runbritain UK Athletics England Athletics Celtic Nations Elected race directors London Marathon Sweatshop British Association of Road Races.
Normalisation Worked example for an Order Remember : The data should depend upon the key, the whole key and nothing but the key.
NORMALISATION OF DATABASES. WHAT IS NORMALISATION? Normalisation is used because Databases need to avoid have redundant data, which makes it inefficient.
Godrej Golf Links
Introducing a New Product
Introducing a New Product
DATA MODELING AND DATABASE DESIGN
Roadmap Week 1: Intro to MIS Week 2: Systems Analysis
Database Management Systems II
Databases – Exam questions
OPTIONS Post a Score Players Events Last 20 Profile
Database Concepts Relational Databases Start ….
Do it now – PAGE 13 You will find your do it now task in your workbook – look for the start button! Thursday, 20 September 2018.
CIS 336 str Competitive Success/snaptutorial.com
CIS 336 Competitive Success/snaptutorial.com
CIS 336 PAPERS Lessons in Excellence-- cis336papers.com.
Information Systems in Organizations 2. 1
Information Systems in Organizations 2. 1
The Men’s Pairs Open Saturday 7th July 2018
Ladies AM - AM Open (Stableford) Wednesday 18th April 2018
[Insert club or facility name]
Entity Relationship Diagrams - 2
Information Systems in Organizations 2. 1
Year 11 GCSE PE Revision Booklet.
Databases 1.
Information Systems in Organizations 2. 1
G061 - Data Dictionary.
Ladies AM - AM Open (Stableford) Tuesday 16th April 2019
DATA MODELING AND DATABASE DESIGN
The Men’s Pairs Open Saturday 6th July 2019
Presentation transcript:

Children’s swimming lessons at the local swimming pool: Create an entity relationship diagram in 3NF for the following scenarios: Children’s swimming lessons at the local swimming pool: SWIMSCHOOL (childname, contact number, member number, class name, time of lesson, instructors name) MEMBERS CLASS TAKEN CLASS DETAIL ALL students MUST be able to IDENTIFY (E) and DESCRIBE (D) the term normalisation and what a Database is, along with its key terms. MOST students WILL be able to EXPLAIN (C) what 3NF, 2NF and 1NF is in relation to databases and normalisation. SOME students WILL be able to ANALYSE (B) and LINK (A) their knowledge of normalisation in order to successfully normalise a database table from 0NF  3NF.

2) Online computer hardware retailer: Create an entity relationship diagram in 3NF for the following scenarios: 2) Online computer hardware retailer: ORDERS (customer number, order date, order number, item ordered, price, customer address, contact number) CUSTOMER ORDERS ORDER DETAIL ALL students MUST be able to IDENTIFY (E) and DESCRIBE (D) the term normalisation and what a Database is, along with its key terms. MOST students WILL be able to EXPLAIN (C) what 3NF, 2NF and 1NF is in relation to databases and normalisation. SOME students WILL be able to ANALYSE (B) and LINK (A) their knowledge of normalisation in order to successfully normalise a database table from 0NF  3NF.

Create an entity relationship diagram in 3NF for the following scenarios: 3) A Golf club’s monthly competition entries and results. Each player has one tee time: COMPETITION (competition name, date, tees used, member number, member contact number, tee off time, member handicap, gross score) MEMBERS COMP TAKEN COMP PLAYERS SCORE ALL students MUST be able to IDENTIFY (E) and DESCRIBE (D) the term normalisation and what a Database is, along with its key terms. MOST students WILL be able to EXPLAIN (C) what 3NF, 2NF and 1NF is in relation to databases and normalisation. SOME students WILL be able to ANALYSE (B) and LINK (A) their knowledge of normalisation in order to successfully normalise a database table from 0NF  3NF.

Create an entity relationship diagram in 3NF for the following scenarios: 4) Marathon organiser’s database of entrants. Runners are members of one club: RACES (race name, venue, start point, end point, miles, runners name, time to finish, club name, club address, club telephone number) MEMBERS CLUB CLUBS / RACING RACE ALL students MUST be able to IDENTIFY (E) and DESCRIBE (D) the term normalisation and what a Database is, along with its key terms. MOST students WILL be able to EXPLAIN (C) what 3NF, 2NF and 1NF is in relation to databases and normalisation. SOME students WILL be able to ANALYSE (B) and LINK (A) their knowledge of normalisation in order to successfully normalise a database table from 0NF  3NF.