Presentation is loading. Please wait.

Presentation is loading. Please wait.

2004-09-08 - SLIDE 1IS 257 – Fall 2004 Database Design: Conceptual Model and ER Diagramming Ray R. Larson University of California, Berkeley School of.

Similar presentations


Presentation on theme: "2004-09-08 - SLIDE 1IS 257 – Fall 2004 Database Design: Conceptual Model and ER Diagramming Ray R. Larson University of California, Berkeley School of."— Presentation transcript:

1 2004-09-08 - SLIDE 1IS 257 – Fall 2004 Database Design: Conceptual Model and ER Diagramming Ray R. Larson University of California, Berkeley School of Information Management and Systems SIMS 257: Database Management

2 2004-09-08 - SLIDE 2IS 257 – Fall 2004 Lecture Outline Information Systems Planning –Information Systems Architecture –Information Engineering Database Design ER Diagrams Developing the Conceptual Model

3 2004-09-08 - SLIDE 3IS 257 – Fall 2004 Lecture Outline Information Systems Planning –Information Systems Architecture –Information Engineering Database Design ER Diagrams Developing the Conceptual Model

4 2004-09-08 - SLIDE 4IS 257 – Fall 2004 Information Systems Planning Scope of IS is now the entire organization Sometimes called “enterprise-wide” computing Problem: isolated groups in an organization start their own databases and it becomes impossible to find out who has what information, where there are overlaps, and to assess the accuracy of the information

5 2004-09-08 - SLIDE 5IS 257 – Fall 2004 Information Systems Planning To support enterprise-wide computing, there must be enterprise-wide information planning One framework for thinking about and planning for enterprise-wide computing is an Information Systems Architecture or ISA Most organizations do NOT have such an architecture

6 2004-09-08 - SLIDE 6IS 257 – Fall 2004 Information Systems Architecture An ISA is a “conceptual blueprint or plan that expresses the desired future structure for information systems in an organization” It provides a “context within which managers throughout the organization can make consistent decisions concerning their information systems” –Quotes from McFadden (Modern Database Management, 4 th edition), Ch. 3

7 2004-09-08 - SLIDE 7IS 257 – Fall 2004 Information Systems Architecture Benefits of ISA: –“Provides a basis for strategic planning of IS –Provides a basis for communicating with top management and a context for budget decisions concerning IS –Provides a unifying concept for the various stakeholders in information systems. –Communicates the overall direction for information technology and a context for decisions in this area –Helps achieve information integration when systems are distributed (increasing important in a global economy) –Provides a basis for evaluating technology options (for example, downsizing and distributed processing)” Read Chapter 2 in Hoffer…

8 2004-09-08 - SLIDE 8IS 257 – Fall 2004 Information Systems Architecture Zachman ISA Framework components –Data The “what” of the information system –Process The “how” of the information system –Network The “where” of the information system –People Who performs processes and are the source and receiver of data and information. –Events and Points in time When processes are performed –Reasons For events and rules that govern processing

9 2004-09-08 - SLIDE 9IS 257 – Fall 2004 Information Engineering A formal methodology that is used to create and maintain information systems Starts with the Business Model and works in a Top-Down fashion to build supporting data models and process models for that business model

10 2004-09-08 - SLIDE 10IS 257 – Fall 2004 Information Engineering Planning Design Analysis Implementation

11 2004-09-08 - SLIDE 11IS 257 – Fall 2004 Focus In this course we will focus on the design aspects for databases We will NOT focus on interaction design or interface design (That is covered in other courses)

12 2004-09-08 - SLIDE 12IS 257 – Fall 2004 Lecture Outline Information Systems Planning –Information Systems Architecture –Information Engineering Database Design ER Diagrams Developing the Conceptual Model

13 2004-09-08 - SLIDE 13IS 257 – Fall 2004 Database Design Process Conceptual Model Logical Model External Model Conceptual requirements Conceptual requirements Conceptual requirements Conceptual requirements Application 1 Application 2Application 3Application 4 Application 2 Application 3 Application 4 External Model External Model External Model Internal Model

14 2004-09-08 - SLIDE 14IS 257 – Fall 2004 Stages in Database Design Requirements formulation and analysis Conceptual Design -- Conceptual Model Implementation Design -- Logical Model Physical Design --Physical Model

15 2004-09-08 - SLIDE 15IS 257 – Fall 2004 Database Design Process Requirements formulation and analysis –Purpose: Identify and describe the data that are used by the organization –Results: Metadata identified, Data Dictionary, Conceptual Model-- ER diagram

16 2004-09-08 - SLIDE 16IS 257 – Fall 2004 Database Design Process Requirements Formulation and analysis –Systems Analysis Process Examine all of the information sources used in existing applications Identify the characteristics of each data element –numeric –text –date/time –etc. Examine the tasks carried out using the information Examine results or reports created using the information

17 2004-09-08 - SLIDE 17IS 257 – Fall 2004 Database Design Process Conceptual Model –Merge the collective needs of all applications –Determine what Entities are being used Some object about which information is to maintained –What are the Attributes of those entities? Properties or characteristics of the entity What attributes uniquely identify the entity –What are the Relationships between entities How the entities interact with each other?

18 2004-09-08 - SLIDE 18IS 257 – Fall 2004 Database Design Process Logical Model –How is each entity and relationship represented in the Data Model of the DBMS Hierarchic? Network? Relational? Object-Oriented?

19 2004-09-08 - SLIDE 19IS 257 – Fall 2004 Database Design Process Physical (AKA Internal) Model –Choices of index file structure –Choices of data storage formats –Choices of disk layout

20 2004-09-08 - SLIDE 20IS 257 – Fall 2004 Database Design Process External Model –User views of the integrated database –Making the old (or updated) applications work with the new database design

21 2004-09-08 - SLIDE 21IS 257 – Fall 2004 Lecture Outline Review –Information Systems Planning –Information Systems Architecture –Information Engineering Database Design ER Diagrams Developing the Conceptual Model

22 2004-09-08 - SLIDE 22IS 257 – Fall 2004 Entity An Entity is an object in the real world (or even imaginary worlds) about which we want or need to maintain information –Persons (e.g.: customers in a business, employees, authors) –Things (e.g.: purchase orders, meetings, parts, companies) Employee

23 2004-09-08 - SLIDE 23IS 257 – Fall 2004 Attributes Attributes are the significant properties or characteristics of an entity that help identify it and provide the information needed to interact with it or use it. (This is the Metadata for the entities.) Employee Last Middle First Name SSN Age Birthdate Projects

24 2004-09-08 - SLIDE 24IS 257 – Fall 2004 Relationships Relationships are the associations between entities. They can involve one or more entities and belong to particular relationship types

25 2004-09-08 - SLIDE 25IS 257 – Fall 2004 Relationships Class Attends Student Part Supplies project parts Supplier Project

26 2004-09-08 - SLIDE 26IS 257 – Fall 2004 Types of Relationships Concerned only with cardinality of relationship Truck Assigned EmployeeProject Assigned EmployeeProject Assigned Employee 11 n n 1 m Chen ER notation

27 2004-09-08 - SLIDE 27IS 257 – Fall 2004 Other Notations Truck Assigned EmployeeProject Assigned EmployeeProject Assigned Employee “Crow’s Foot”

28 2004-09-08 - SLIDE 28IS 257 – Fall 2004 Other Notations Truck Assigned EmployeeProject Assigned EmployeeProject Assigned Employee IDEFIX Notation

29 2004-09-08 - SLIDE 29IS 257 – Fall 2004 More Complex Relationships Project Evaluation Employee Manager 1/n/n 1/1/1 n/n/1 Project Assigned Employee 4(2-10) 1 SSNProjectDate Manages Employee Manages Is Managed By 1 n

30 2004-09-08 - SLIDE 30IS 257 – Fall 2004 Weak Entities Owe existence entirely to another entity Order-line Contains Order Invoice # Part# Rep# QuantityInvoice#

31 2004-09-08 - SLIDE 31IS 257 – Fall 2004 Supertype and Subtype Entities Clerk Is one of Sales-rep Invoice Other Employee Sold Manages

32 2004-09-08 - SLIDE 32IS 257 – Fall 2004 Many to Many Relationships Employee Project Is Assigned Project Assignment Assigned SSN Proj# SSN Proj# Hours

33 2004-09-08 - SLIDE 33IS 257 – Fall 2004 Lecture Outline Review –Information Systems Planning –Information Systems Architecture –Information Engineering Database Design ER Diagrams Developing the Conceptual Model

34 2004-09-08 - SLIDE 34IS 257 – Fall 2004 Developing a Conceptual Model Overall view of the database that integrates all the needed information discovered during the requirements analysis. Elements of the Conceptual Model are represented by diagrams, Entity-Relationship or ER Diagrams, that show the meanings and relationships of those elements independent of any particular database systems or implementation details. Can also be represented using other modeling tools (such as UML)

35 2004-09-08 - SLIDE 35IS 257 – Fall 2004 Developing a Conceptual Model Building the Conceptual Model for the Diveshop database Names for the Diveshop company?

36 2004-09-08 - SLIDE 36IS 257 – Fall 2004 Developing a Conceptual Model We will look at a small business -- a diveshop that offers diving adventure vacations Assume that we have done interviews with the business and found out the following information about the forms used and types of information kept in files and used for business operations...

37 2004-09-08 - SLIDE 37IS 257 – Fall 2004 Primary Business Operations The shop takes orders from customers for dive vacations. It ships information about the dive vacation to the customers. It rents diving equipment for the divers going on the trips (these may include additional people other than the customer) It bills the customer for the vacation and for equipment rental or sales.

38 2004-09-08 - SLIDE 38IS 257 – Fall 2004 Business Operations (cont.) It arranges sub-trips to particular dive sites at the primary location. It provides information about the features of various sites to help customers choose their destinations. –Features include sea life found at the location and shipwrecks

39 2004-09-08 - SLIDE 39IS 257 – Fall 2004 Business Operations (cont.) Each dive order (or sale or trip) is on an invoice to one customer. –Invoices contain: Line items for each type of equipment ordered, Total amount due for the invoice, Customer information: –Name, address, phone, credit card info. Information must be kept on inventory of dive equipment. There are multiple types of dive equipment: –The prices charged for sale or rental are maintained.

40 2004-09-08 - SLIDE 40IS 257 – Fall 2004 Business Operations (cont.) Destination information includes: –Name of the destination –information about the location (accomodations, night life, travel cost, average temperatures for different times of the year Destinations have associated dive sites. Dive Sites have associated features – Sea life –Shipwrecks

41 2004-09-08 - SLIDE 41IS 257 – Fall 2004 Business Operations (cont.) One record is kept for each order by a customer and will include the method of payment, total price, and location information. (I.e. Customers may have multiple orders) The company needs to know how an order is to be shipped. The shop has to keep track of what equipment is on-hand and when replacements or additional equipment is needed

42 2004-09-08 - SLIDE 42IS 257 – Fall 2004 Entities Customer Dive Order Line item Shipping information Dive Equipment/ Stock/Inventory Dive Locations Dive Sites Sea Life Shipwrecks

43 2004-09-08 - SLIDE 43IS 257 – Fall 2004 Diveshop Entities: DIVECUST Name Customer no Street State/ProvCity ZIP/Postal Code Country First Contact Phone DiveCust

44 2004-09-08 - SLIDE 44IS 257 – Fall 2004 Diveshop Entities: DIVEORDS Customer No Order no Sale Date Ship Via Destination CCExpDate CCNumber Payment Method DiveOrds No of People Vacation Cost Return Date Depart Date

45 2004-09-08 - SLIDE 45IS 257 – Fall 2004 Diveshop Entities: DIVEITEM Item no Order no Rental/ Sale Qty Line Note DiveItem

46 2004-09-08 - SLIDE 46IS 257 – Fall 2004 Diveshop Entities: SHIPVIA Ship Via Ship Cost ShipVia

47 2004-09-08 - SLIDE 47IS 257 – Fall 2004 Diveshop Entities: DIVESTOK Description Item No Equipment Class Reorder Point On HandCost Sale Price DiveStok Rental Price

48 2004-09-08 - SLIDE 48IS 257 – Fall 2004 Diveshop Entities: DEST Destination name Destination no Avg Temp (F) Spring Temp (F) Avg Temp (C) Summer Temp (C) Summer Temp (F) Travel Cost Winter Temp (C) Fall Temp (F) Fall Temp (C) Dest Winter Temp (F) Accommodations Body of Water Night Life Spring Temp (C)

49 2004-09-08 - SLIDE 49IS 257 – Fall 2004 Diveshop Entities: SITES Destination no Site no Site Name Site Notes Site Highlight Distance From Town (M) Distance From Town (Km) Skill Level Visibility(ft) Depth (m) Depth (ft) Sites Visibility (m) Current

50 2004-09-08 - SLIDE 50IS 257 – Fall 2004 Diveshop Entities: BIOSITE Species No Site No BioSite

51 2004-09-08 - SLIDE 51IS 257 – Fall 2004 Diveshop Entities: BIOLIFE Category Species no Common Name Length (cm) Species Name Length (in) Notes external Graphic external BioLife

52 2004-09-08 - SLIDE 52IS 257 – Fall 2004 Diveshop Entities: SHIPWRCK Site no Ship Name Category InterestTypeTonnage Length (ft) Beam (m) Beam (ft) Length (m) Shipwrck Cause Comments external Date Sunk Passengers/ Crew Graphic external Survivors Condition

53 2004-09-08 - SLIDE 53IS 257 – Fall 2004 Functional areas Ordering Inventory Supplies Shipping Billing Location/Site Selection –We will concentrate on Ordering and Location/Site Selection (these are joined tasks)

54 2004-09-08 - SLIDE 54IS 257 – Fall 2004 Ordering Orders (DIVORDS) Customer (DIVECUST) Customers place Orders Each Order needs Customer information

55 2004-09-08 - SLIDE 55IS 257 – Fall 2004 Ordering DiveOrds Orders DiveCust Customer No ship ShipVia Order No Ship Via DiveItem Repeating attribute Customer No

56 2004-09-08 - SLIDE 56IS 257 – Fall 2004 Ordering Normalization DiveCust Orders Customer No DiveOrds Ship ShipVia Order No Ship Via DiveItem Contains Item No QtyOrder No Customer No Rental/sale

57 2004-09-08 - SLIDE 57IS 257 – Fall 2004 Details of DiveItem DiveStok Supplies Supplier Company# Has DiveItem Item No On Hand Sale Price Order No mn We’re ignoring this part...

58 2004-09-08 - SLIDE 58IS 257 – Fall 2004 Ordering: Full ER Customer No ShipVia Dest ShipVia DiveStok DiveItem DiveOrds DiveCust Customer No ShipVia Order No Order No Item No Item No Destination Name Destination no 1 1 1 1 1 n n n n n

59 2004-09-08 - SLIDE 59IS 257 – Fall 2004 Location/Site Selection Dest Going to? DiveOrds Destination No Destination Name Destination

60 2004-09-08 - SLIDE 60IS 257 – Fall 2004 Destination/ Sites Dest Sites DiveOrds Customer No Order No Destination Name Destination Site No Destination no Destination no 1 1 n n

61 2004-09-08 - SLIDE 61IS 257 – Fall 2004 Sites and Sea Life 1 BioLife Sites Site No Destination no Multiple occurrences of sea life...

62 2004-09-08 - SLIDE 62IS 257 – Fall 2004 Diveshop ER diagram: BioSite Species No Site No BioSite

63 2004-09-08 - SLIDE 63IS 257 – Fall 2004 Sites and Sea Life 2 Sites BioSite BioLife Species No Site No Destination no Species No 1 1 n n

64 2004-09-08 - SLIDE 64IS 257 – Fall 2004 Sites and Shipwrecks Sites ShipWrck Site No Destination no Site No 1/n 1

65 2004-09-08 - SLIDE 65IS 257 – Fall 2004 DiveShop ER Diagram Customer No ShipVia Dest Sites BioSite ShipVia ShipWrck BioLife DiveStok DiveItem DiveOrds DiveCust Customer No ShipVia Order No Order No Item No Item No Destination Name Destination Species No Site No Destination no Site No Destination no Species No Site No 1 1 1 1 1 1 1/n 1 1n n n n n n n n 1

66 2004-09-08 - SLIDE 66IS 257 – Fall 2004 What must be calculated? Total price for equipment rental? Total price for equipment sale? Total price of an order? –Vacation price –Equipment (rental or sale) –Shipping

67 2004-09-08 - SLIDE 67IS 257 – Fall 2004 What is Missing?? Not really an “enterprise-wide” database –No personnel Sales people Dive masters Boat captains and crew payroll –Local arrangements Dive Boats Hotels –Suppliers/Wholesalers for dive equipment Orders for new/replacement equipment –No history (only current or last order)

68 2004-09-08 - SLIDE 68IS 257 – Fall 2004 Next Week I will be away Matt will lead design sessions during scheduled class time: – ER modelling –Designing the Conceptual Model for your personal database projects –Experiences from Internship in DB design

69 2004-09-08 - SLIDE 69IS 257 – Fall 2004 Assignment 2 Due Wednesday Sept. 22 Personal Database Project Design The following information should be turned in for the preliminary design of your personal database project. 1.A written description of the data you will be using for the database, and what uses you might expect the database to have. (1-2 pages) 2.A preliminary data dictionary for the entities and attributes and format of the data elements of the database. You should have at least 5 entities with some logical connections between them. The data dictionary consists of all of the attributes that you have identified for each entity, along with indication of whether the attribute is a primary key (or part of a primary key), and what format the data will be (e.g.: text, decimal number, integer, etc.) 3.Produce an entity-relationship diagram of the database OR a UML diagram. These will be preliminary design specifications, so do not feel that you must follow everything that you describe here in the final database design. The report should be printed (no handwritten reports please!).


Download ppt "2004-09-08 - SLIDE 1IS 257 – Fall 2004 Database Design: Conceptual Model and ER Diagramming Ray R. Larson University of California, Berkeley School of."

Similar presentations


Ads by Google