1 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Chapter 1 Introduction to Database Management.

Slides:



Advertisements
Similar presentations
Introduction to Database Management J.G. Zheng June 22 nd 2005 DB Chapter 1.
Advertisements

BUSINESS DRIVEN TECHNOLOGY Plug-In T4 Designing Database Applications.
Concepts of Database Management Seventh Edition Chapter 6 Database Design : ERD Model.
Database Design University of California, Berkeley
Concepts of Database Management Sixth Edition
Concepts of Database Management Sixth Edition
Concepts of Database Management, 4th Edition, Pratt & Adamski
1 6 Concepts of Database Management, 4 th Edition, Pratt & Adamski Chapter 6 Database Design 2: Design Methodology.
Introduction to Database ISYS 363. File Concepts File consists of a group of records. Each record contains a group of fields. Example: Student file –SIDSnameMajorSexGPA.
A Guide to SQL, Seventh Edition. Objectives Understand the concepts and terminology associated with relational databases Create and run SQL commands in.
© 2007 by Prentice Hall 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden.
A Guide to SQL, Seventh Edition. Objectives Introduce Premiere Products, a company whose database is used as the basis for many of the examples throughout.
Concepts of Database Management Sixth Edition
Concepts of Database Management, 4th Edition, Pratt & Adamski
“DOK 322 DBMS” Y.T. Database Design Hacettepe University Department of Information Management DOK 322: Database Management Systems.
Concepts of Database Management Seventh Edition Chapter 1 Introduction to Database Management.
Concepts of Database Management Seventh Edition
BUSINESS DRIVEN TECHNOLOGY
8/28/97Information Organization and Retrieval Database Design University of California, Berkeley School of Information Management and Systems SIMS 202:
Chapter 1: The Database Environment
Databases Creating databases to store information.
Chapter 12 Information Systems. Spreadsheets Databases 12-2.
Chapter 5 Database Processing.
Databases Illuminated
Concepts of Database Management Seventh Edition Chapter 1 Introduction to Database Management.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2012 (September 5, 2012)
Concepts of Database Management Seventh Edition
Concepts of Database Management, Fifth Edition Chapter 1: Introduction to Database Management.
A Guide to SQL, Eighth Edition 1 Chapter One Introduction to Premiere Products, Henry Books, and Alexamara Marina Group.
Chapter 1 Introduction to Premiere Products and Henry Books
Concepts of Database Management Eighth Edition
A Guide to SQL, Eighth Edition Chapter Two Database Design Fundamentals.
Chapter 1 Overview of Database Concepts Oracle 10g: SQL
Chapter 4 The Relational Model 3: Advanced Topics Concepts of Database Management Seventh Edition.
1 INTRODUCTION TO DATABASE MANAGEMENT SYSTEM L E C T U R E
Concepts of Database Management, Fifth Edition Chapter 1: Introduction to Database Management.
Concepts of Database Management Seventh Edition Chapter 4 Keys and Relationship.
Lecture 2 An Overview of Relational Database IST 318 – DB Admin.
Database & Data Warehouse Assignments
1 A Guide to MySQL 2 Database Design Fundamentals.
Databases Topic 4 Text Materials Chapter 3 – Databases and Data Warehouses.
Database Technology and Church Management MSCM 8630 IT for Church Management Dr. Wagner October 9, 2008.
Database & Data Warehouse Assignments BCIS 4660 – Dr. Nick Evangelopoulos Spring 2012.
1 A Guide to MySQL 2 Database Design Fundamentals.
Concepts of Database Management Sixth Edition Chapter 6 Database Design 2: Design Method.
A Guide to MySQL. 2 Objectives Introduce Premiere Products, a company whose database is used as the basis for many of the examples throughout the text.
Database System Introduction to Database Environment October 31, 2009 Software Park, Bangkok Thailand Pree Thiengburanathum College of Arts and Media Chiang.
Chapter 1 Chapter 1: The Database Environment Modern Database Management 8 th Edition Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden © 2007 by Prentice.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Chapter 7 Storing Organizational Information - Databases.
Chapter 1 1 Lecture # 1 & 2 Chapter # 1 Databases and Database Users Muhammad Emran Database Systems.
DAY 14: MICROSOFT ACCESS – CHAPTER 1 Madhuri Siddula October 1, 2015.
1 CSE 2337 Introduction to Data Management Textbook: Chapter 1.
1 Database Systems Instructor: Nasir Minhas Assistant Professor UIIT PMAS-AAUR
Concepts of Database Management Seventh Edition Chapter 1 Introduction to Database Management.
Database & Data Warehouse Assignments BCIS 4660 – Dr. Nick Evangelopoulos Spring 2012.
BSA206 Database Management Systems Lecture 2: Introduction to Oracle / Overview of Database Concepts.
1 2 Concepts of Database Management, 4 th Edition, Pratt & Adamski Chapter 2 The Relational Model 1: Introduction, QBE, and Relational Algebra.
1 6 Concepts of Database Management, 5 th Edition, Pratt & Adamski Chapter 6 Database Design 2: Design Methodology Spring 2006.
Concepts of Database Management Seventh Edition Chapter 4 Keys and Relationship.
Database & Data Warehouse Assignments BCIS 4660 – Dr. Nick Evangelopoulos Spring 2012.
Database & Data Warehouse Assignments
A Guide to SQL, Eighth Edition 1 Chapter One Introduction to Premiere Products, Henry Books, and Alexamara Marina Group.
A Guide to MySQL.
A Guide to SQL, Eighth Edition
A Guide to SQL, Ninth Edition
CHAPTER 1: THE DATABASE ENVIRONMENT AND DEVELOPMENT PROCESS
Chapter 1: The Database Environment
Database Design Hacettepe University
DATABASE TECHNOLOGIES
A Guide to SQL, Eighth Edition
Presentation transcript:

1 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Chapter 1 Introduction to Database Management

2 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Objectives u Introduce Premiere Products, the company that is used as the basis for many of the examples throughout the text u Introduce basic database terminology u Describe database management systems u Explain the advantages and disadvantages of database processing u Introduce Henry Books, the company that is used in the case that runs throughout the text

3 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Premiere Products u Distributor of appliances, housewares, and sporting goods u Uses spreadsheet software to maintain important data u Recent growth has made the spreadsheet approach problematic l Redundancy l Difficulty accessing data l Limited security l Size limitations

4 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Premiere Products Required Information u Sales Reps l Sales rep number, last name, first name, address, total commission, commission rate u Customers l Customer number, name, address, current balance, credit limit, customer sales rep u Parts Inventory l Part number, description, number units on hand, item class, warehouse number, unit price

5 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Premiere Products Sample Order Figure 1.2

6 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Premiere Products Customer Order u Order l Order number, order date, customer number u Order line l Order number, part number, number units ordered, unit price u Overall order total l Not stored since it can be calculated

7 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Database Background u Database l Structure to store information about multiple types of entities, attributes, and relationships u Entity l Person, place, thing, or event l Premiere Products has sales reps, customers, orders, and parts u Attribute l Property of an entity l Customer has name, street, city, et cetera

8 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Entities and Attributes Figure 1.3

9 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Database Background (con’t.) u Relationship l Association between entities l Rep is related to many customers l Customer is related to a single rep u Data file l File used to store data l Computer counterpart to ordinary paper file

10 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski One-to-Many Relationship Figure 1.4

11 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Rep and Customer Tables Figure 1.5

12 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Orders and OrderLine Tables Figure 1.5 (con’t.)

13 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Part Table Figure 1.5 (con’t.)

14 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Alternative Orders Table Figure 1.6

15 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Database Management Systems u Program(s) through which users interact with database u Popular DBMSs include Access, Oracle, DB2, SQL Server u Premiere Products decides to use Access

16 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Using DBMSs in Different Ways Figures 1.7 and 1.8

17 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Building a Database u Database design determines the structure of a database u Design entered into DBMS during Construction l Tables l Forms l Reports l Switchboards

18 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Part and Order Forms Figures 1.9 and 1.10

19 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Parts Report Figure 1.11

20 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Switchboards Figure 1.12

21 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Switchboards (con’t.) Figure 1.13

22 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Advantages of Database Processing Figure 1.14

23 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Disadvantages of Database Processing Figure 1.15

24 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Introduction to Henry Books Database Case u Book store chain operated by Ray Henry u Henry decided to use database to gather and store information on: l Branches l Publishers l Authors l Books

25 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Sample Branch Data Figure 1.16

26 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Sample Publisher Data Figure 1.16 (con’t.)

27 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Sample Author Data Figure 1.17

28 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Sample Book Data Figure 1.18

29 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Wrote Table Relates Authors to Books Figure 1.19

30 1 Concepts of Database Management, 4 th Edition, Pratt & Adamski Inventory Table Relates Branches to Books Figure 1.19 (con’t.)