Example: barber

FIFTEENTH EDITION DATABASE PROCESSING - Pearson

DATABASE PROCESSINGFUNDAMENTALS, DESIGN, AND IMPLEMENTATIONFIFTEENTH EDITIOND avid M. KroenkeDavid J. AuerWestern Washington UniversityScott L. VandenbergSiena CollegeRobert C. YoderSiena College40th Anniversary 114/12/17 4:03 PMCredits and acknowledgments borrowed from other sources and reproduced, with permission, in this textbook appear on the appropriate page within and/or its respective suppliers make no representations about the suitability of the information contained in the documents and -related graphics published as part of the services for any purpose. All such documents and related graphics are provided as is without warranty of any kind.

Oracle Database 12c Release 2 and Oracle Database Express Edition 11g Release 2 2017 by Oracle Corporation. Reprinted with permission. Reprinted with permission. Oracle and

Tags:

  Oracle, Database, Edition, Processing, Oracle database, Fifteenth, Fifteenth edition database processing

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of FIFTEENTH EDITION DATABASE PROCESSING - Pearson

1 DATABASE PROCESSINGFUNDAMENTALS, DESIGN, AND IMPLEMENTATIONFIFTEENTH EDITIOND avid M. KroenkeDavid J. AuerWestern Washington UniversityScott L. VandenbergSiena CollegeRobert C. YoderSiena College40th Anniversary 114/12/17 4:03 PMCredits and acknowledgments borrowed from other sources and reproduced, with permission, in this textbook appear on the appropriate page within and/or its respective suppliers make no representations about the suitability of the information contained in the documents and -related graphics published as part of the services for any purpose. All such documents and related graphics are provided as is without warranty of any kind.

2 Microsoft and/or its respective suppliers hereby disclaim all warranties and conditions with regard to this information, including all -warranties and conditions of merchantability, whether express, implied or statutory, fitness for a particular purpose, title and non-infringement. In no event shall Microsoft and/or its respective suppliers be liable for any special, indirect or consequential damages or any damages whatsoever -resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with the use or performance of information available from the documents and related graphics contained herein could include technical inaccuracies or typographical errors.

3 Changes are periodically added to the information herein. Microsoft and/or its respective suppliers may make improvements and/or changes in the product(s) and/or the program(s) described herein at any time. Partial screen shots may be viewed in full within the software version Windows , and Microsoft Office are registered trademarks of the Microsoft Corporation in the and other countries. This book is not sponsored or endorsed by or affiliated with the Microsoft , the MySQL Command Line Client , the MySQL Workbench , and the MySQL Connector/ODBC are registered trademarks of Sun Microsystems, Corporation. Screenshots and icons reprinted with permission of oracle Corporation.

4 This book is not sponsored or endorsed by or affiliated with oracle DATABASE 12c Release 2 and oracle DATABASE Express EDITION 11g Release 2 2017 by oracle Corporation. Reprinted with permission. oracle and Java are registered -trademarks of oracle and/or its affiliates. Other names may be trademarks of their respective and Mozilla are registered trademarks of the Mozilla Corporation and/or its affiliates. Other names may be trademarks of their respective is copyright The PHP Group 1999 2012, and is used under the terms of the PHP Public License available at This book is not sponsored or endorsed by or affiliated with The PHP is a copyright of ArangoDB 2018, 2016, 2014, 2012 by Pearson Education, Inc.

5 , 221 River Street, Hoboken, New Jersey 07030. All rights reserved. Manufactured in the United States of America. This publication is protected by Copyright, and permission should be obtained from the publisher prior to any prohibited reproduction, storage in a retrieval system, or transmission in any form or by any means, electronic, mechanical, photocopying, recording, or likewise. To obtain permission(s) to use material from this work, please submit a written request to Pearson Education, Inc., Permissions Department, 221 River Street, Hoboken, New Jersey of the designations by manufacturers and sellers to distinguish their products are claimed as trademarks.

6 Where those designations appear in this book, and the publisher was aware of a trademark claim, the designations have been printed in initial caps or all of Congress Cataloging-in-Publication DataNames: Kroenke, David M., 1948- author. | Auer, David J., author. | Vandenberg, Scott L., author. | Yoder, Robert C., : DATABASE PROCESSING : fundamentals, design, and implementation /David M. Kroenke, David J. Auer, Western Washington University, Scott L. Vandenberg, Siena College, Robert C. Yoder, Siena : 15th EDITION , 40th anniversary EDITION . | Boston : Pearson , [2018] | Includes bibliographical references and : LCCN 2017041164| ISBN 9780134802749 | ISBN 0134802748 Subjects: LCSH: DATABASE : LCC K7365 2018 | DDC dc23 LC record available at President, IT & Careers: Andrew GilfillanSenior Portfolio Manager: Samantha LewisManaging Producer: Laura BurgessAssociate Content Producer: Stephany HarringtonPortfolio Management Assistant: Madeline HouptDirector of Product Marketing: Brad ParkinsProduct Marketing Manager: Heather TaylorProduct Marketing Assistant: Jesika BetheaField Marketing Manager: Molly SchmidtField Marketing Assistant.

7 Kelli FisherCover Image: Cover art waterfall by Donna AuerVice President, Product Model Management: Jason FournierSenior Product Model Manager: Eric HakansonLead, Production and Digital Studio: Heather DarbyDigital Studio Course Producer: Jaimie NoyProgram Monitor: SPi GlobalFull-Service Project Management and Composition: Cenveo Publisher ServicesPrinter/Binder: LSC CommunicationsCover Printer: PhoenixText Font: 10/12 Mentor ProISBN 10: 0-13-480274-8 ISBN 13: 218/12/17 4:33 PMiiiPART 1 Getting Started 1 Chapter 1 Introduction 2 Chapter 2 Introduction to Structured Query Language 38 PART 2 DATABASE Design 145 Chapter 3 The Relational Model and Normalization 146 Chapter 4 DATABASE Design Using Normalization 191 Chapter 5 Data Modeling with the Entity-Relationship Model 212 Chapter 6 Transforming Data Models into DATABASE Designs 267 PART 3 DATABASE Implementation 323 Chapter 7 SQL for DATABASE Construction and Application PROCESSING 324 Chapter 8 DATABASE Redesign 424 PART 4 Multiuser DATABASE PROCESSING 453 Chapter 9 Managing Multiuser Databases 454 Chapter 10 Managing

8 Databases with Microsoft SQL Server 2017, oracle DATABASE , and MySQL 490 Online Chapter: See page 495 for InstructionsChapter 10A Managing Databases with Microsoft SQL Server 2017 Online Chapter: See page 495 for InstructionsChapter 10B Managing Databases with oracle DATABASE Online Chapter: See page 495 for InstructionsChapter 10C Managing Databases with MySQL PART 5 DATABASE Access Standards 497 Chapter 11 The Web Server Environment 498 Chapter 12 Data Warehouses, Business Intelligence Systems, and Big Data 569 Online Appendices: See page 620 for InstructionsAppendix A Getting Started with Microsoft Access 2016 Appendix B Getting Started with Systems Analysis and Design Appendix C E-R Diagrams and the IDEF1X and UML Standards Appendix D Getting Started with Microsoft Visio 2016 Appendix E Getting Started with the MySQL Workbench Data Modeling Tools Appendix F The Semantic Object Model Appendix G Physical DATABASE Design and Data Structures for DATABASE PROCESSING Appendix H Getting Started with Web Servers, PHP.

9 And the NetBeans IDE Appendix I XML Appendix J Business Intelligence Systems Appendix K Big Data Appendix L JSON and Document Databases Brief 314/12/17 4:03 414/12/17 4:03 PMvForeword to the 40th Anniversary EDITION xviiPreface xxvPART 1 Getting Started 1 Chapter 1: Introduction 2 Chapter Objectives 2 The Importance of Databases in the Internet and Smartphone World 3 The Characteristics of Databases 5A Note on Naming Conventions 7 A DATABASE Has Data and Relationships 7 Databases Create Information 9 DATABASE Examples 10 Single-User DATABASE Applications 10 Multiuser DATABASE Applications 10 E-Commerce DATABASE Applications 11 Reporting and Data Mining DATABASE Applications 11 The Components of a DATABASE System 11 DATABASE Applications and SQL 12 The DBMS 15 The DATABASE 16 Personal Versus Enterprise-Class DATABASE Systems 18 What Is Microsoft

10 Access? 18 What Is an Enterprise-Class DATABASE System? 19 DATABASE Design 21 DATABASE Design from Existing Data 21 DATABASE Design for New Systems Development 23 DATABASE Redesign 23 What You Need to Learn 24A Brief History of DATABASE PROCESSING 25 The Early Years 25 The Emergence and Dominance of the Relational Model 27 Postrelational Developments 28 Summary 30 Key Terms 31 Review Questions 32 Exercises 34 Chapter 2: Introduction to Structured Query Language 38 Chapter Objectives 38 Cape Codd Outdoor Sports 39 Business Intelligence Systems and Data Warehouses 40 The Cape Codd Outdoor Sports Extracted Retail Sales Data DATABASE 41 The RETAIL_ORDER Table 44 The ORDER_ITEM Table 44 The SKU_DATA Table 45 The BUYER Table 45 The CATALOG_SKU_20## Tables 46 The Complete Cape Codd Data Extract Schema 46 Data Extracts Are Common 47 SQL Background 47 The SQL SELECT/FROM/WHERE Framework 49 Reading Specified Columns from a Single Table 49 Specifying Column Order in SQL Queries from a Single Table 51 Submitting


Related search queries