Creating an ERD John Wright Where to Start We need a description of some kind from interviews, questionnaires, etc Armed with the description we can.

Slides:



Advertisements
Similar presentations
EBooks and Audiobooks. This class will give you an overview of eBooks and electronic Audiobooks available from the Library. We will also explain the basic.
Advertisements

Conducting a Search in the Albuquerque Public Library Catalog.
Relational Database Modeling II We dont live in a world of reality, we live in a world of perceptions. J. Gerald Simmons.
Part III: Reserves North Central Texas College Libraries NCTC Instructors often place materials on reserve at the library for their students to use for.
FRBR – A Refresher Course Marjorie E. Bloss RDA Project Manager April 9, 2008.
NoodleTools Tutorial Created by Jessica Flaggs & Brenda Randolph.
1 Pickup Anywhere overview Based on Alliance Borrowing Day presentation by Pam Mofjeld, III and OhioLINK documentation Some slides courtesy of III and.
Patron Categories Ability to organize patrons into: different roles (staff, patron, student, juvenile, etc.) age groups (age requirement) patron types.
ETT 229 Fall 2004 Web Design Basics II. Agenda 11:00-11:05 – Quiz 14 11:05-11:50 – Web Design Lecture 11:50-12:15 – Web Design Practice 2.
Finding Entities.
1 Reading (and Writing) About Research Studies  Is this fun? Not usually but we can be duped by others if we don’t know the research!!!  Peer-reviewed.
1 The Information School of the University of Washington Nov 29fit forms © 2006 University of Washington More Forms INFO/CSE 100, Fall 2006 Fluency.
Finding Books in the Library Catalog CARSON-NEWMAN COLLEGE.
Creating a Schema John Wright Where to Start We start with the ERD. We create a relation for each entity. We need to determine the attributes for each.
PLUG-INs Information Fujariah Colleges
Writing a Literary Research Paper How to Read an Article of Literary Criticism.
How to Create a Research PowerPoint
CSE 441: Systems Analysis & Design
ENGL 1101 A LIBRARY SKILLS PRACTICE SEPT SEMINAR Chapter 5 pp (Choosing a topic & preparing for research) pp (Research resources &
How to hold items online? First, search the item..
Literature Class 10. We are all going to read a novel by John Green. Earlier this week we all explained our title choice. The books are being shipped.
Information Systems & Databases 2.2) Organisation methods.
Endnote Tutorial How to Navigate Click to move forward Click to go back Click to return to Menu page.
IESE Library. Your Link to Knowledge IESE Library Catalog How do I access My Profile?
We will create a unit on interesting people and present this to each other. You will create a power point and publisher document that shows us why YOU.
New Searching Capabilities from the State Library of Kansas Searching the Kansas Library Catalog PLUS magazine, newspaper, and book databases.
Purpose of Career Project Provide information about a chosen topic (career) Allows student to use Internet and library resources to investigate a career.
ResistVir-Db The database of ResistVir European Project Co-ordination of Research on Genetic Resistance to Plant Pathogenic Viruses, and their Vectors,
Database Design – Lecture 4 Conceptual Data Modeling.
Denary (our numbers) Binary
+ Travel Survey How to write a questionnaire and collate the data.
Entity-Relationship Diagram Presentation Gianna-lee Williams 6AQ Ms. Anderson.
Year 11 IGCSE Mock Exam Preparation Literature Paper Language Papers.
1 U3O2: Database Design Tools  Naming Conventions  Eg.s prefix tables with tblCustomer, tblProducts; customer table, cusCustomerID, cusAddress; Queries,
TO BE A SLAVE. Your task: Find five quotes from the book that speak to you (use pages only…please do not choose quotes that we’ve already read together.
1 Yoel Kortick Senior Librarian Adding a local Electronic Collection.
How do I find books? The UNVA Book Catalog lists the books available at the UNVA Library in Manassas. You can search by title, author or subject. Books.
FOR MORE CLASSES VISIT  DBM 380 Week 1 Individual Assignment DataBase Paper (New) DBM 380 Week 1 DQ 1 (New) DBM 380 Week 1 DQ 2 (New)
Step One: Task Definition 1.1 Define the Information Problem: What do you need to know? Make sure you understand the assignment and the teacher’s requirements.
Midway evaluation Your name. Title of your PhD work Title.
BUS 660 Week 1 Assignment Developing Leaders at UPS Developing Leaders at UPS Read and answer the questions to the UPS case study. Submit your answers.
POS 110 Complete Class POS 110 Complete Class Version 2 To purchase this material click below link Complete-Class.
POS 420 Complete Class POS 420 Introduction to UNIX Version 11 To purchase this material click below link 420-Complete-Class.
POS 420 Week 1 DQ 1 Complete the UNIX® commands table found on the material tab and add at least five more commands not on the list To purchase this material.
Showing you all main Author features in Editorial Manager
Domestic Wiring Instructions
Management Movie Management System Customers Databases Vendors
VCE IT Theory Slideshows – ITI Updated for 2016
4th Quarter Saint and Personal
Noodletools – Works Cited
International Wiring Instructions
Affiliate Advantage How to
DBM 380 AID Perfect Education/ dbm380aid.com.
DBM 380 HELP Perfect Education/ dbm380help.com.
DBM 380 HELP Lessons in Excellence-- dbm380help.com.
INFO/CSE 100, Spring 2005 Fluency in Information Technology
How to Prepare an Annotated Bibliography
Instructional Design Document
Course Book Order Procedure
Metric to English Conversions
AP English Language and Composition
How to use this Template
Logic Gates Revision Package.
How to Prepare an Annotated Bibliography
TOPIC: (insert here) INSERT STUDENT NAMES HERE.
Lesson Objectives: HOT POTATO!
Showing you all main Author features in Editorial Manager
Responsibilities Title slide:_____________________________________
Independent Reading How do strong readers choose a book? What kind of selection strategies do they engage in? Recommendations, online reviews, author.
Data Base.
Presentation transcript:

Creating an ERD John Wright

Where to Start We need a description of some kind from interviews, questionnaires, etc Armed with the description we can apply do some english things to find the entities. There is another slide show to explain this. In this example we already have a case study document. I have highlighted candidate entities.

Local Town Library Case Study

Entities Based on this list of Candidate Entities I have chosen the following:  BOOK  PATRON  PUBLISHER  PURCHASE ORDER I did not choose the others because they don’t really play in the database we are going to build.

ERD PublisherBook Patron Purchase Order CheckOut Publishes Contains Submitted

ERD Notes Notice the many to many. These must be resolved to Associative Entities A book can have many authors and an author can publish many books, so I need to add an author entity. A Purchase order can contain many books. The question is how many. We don’t know. So like a paper version we need lines for each book. We just don’t know how many lines we need.  The answer is another table that is linked to the PO entity

ERD II Publisher Book Patron Purchase Order CheckOut Publishes Contains Submitted Author Order Item Associative Entity Writes Contains

ERD III Publisher Book Patron Purchase Order CheckOut Publishes Contains Submitted Author Order Item Associative Entity AuthorBook Contains Associative Entity