Data Base Processing Fundamentals, Design, and Implementation 15th Edition David M. Kroenke download
Data Base Processing Fundamentals, Design, and Implementation 15th Edition David M. Kroenke download
https://ebookmeta.com/product/data-base-processing-fundamentals-
design-and-implementation-15th-edition-david-m-kroenke/
https://ebookmeta.com/product/database-processing-fundamentals-
design-and-implementation-16th-edition-david-m-kroenke/
https://ebookmeta.com/product/database-concepts-8th-edition-
david-m-kroenke/
https://ebookmeta.com/product/using-mis-11th-edition-david-m-
kroenke/
https://ebookmeta.com/product/the-emerald-handbook-of-management-
and-organization-inquiry-1st-edition-david-m-boje/
Lawless Deception Retribution Duet 1 1st Edition Imogen
Wells
https://ebookmeta.com/product/lawless-deception-retribution-
duet-1-1st-edition-imogen-wells/
https://ebookmeta.com/product/the-asq-certified-six-sigma-yellow-
belt-study-guide-2nd-edition-unknown/
https://ebookmeta.com/product/general-theory-of-social-
governance-in-china/
https://ebookmeta.com/product/cemetery-boys-1st-edition-aiden-
thomas/
https://ebookmeta.com/product/psychology-and-cognitive-
archaeology-an-interdisciplinary-approach-to-the-study-of-the-
human-mind-1st-edition-tracy-b-henley/
Drilling Fluid Engineering 6th Edition Pål Skalle
https://ebookmeta.com/product/drilling-fluid-engineering-6th-
edition-pal-skalle/
40th Anniversary Edition
D ATA B A S E P R O C E S S I N G
FUNDAMENTALS, DESIGN, AND IMPLEMENTATION
FIFTEENTH EDITION
OTHER MIS TITLES OF INTEREST
FIFTEENTH EDITION
D ATA B A S E P R O C E S S I N G
FUNDAMENTALS, DESIGN, AND IMPLEMENTATION
David M. Kroenke
David J. Auer
Western Washington University
Scott L. Vandenberg
Siena College
Robert C. Yoder
Siena College
Vice President, IT & Careers: Andrew Gilfillan Vice President, Product Model Management: Jason Fournier
Senior Portfolio Manager: Samantha Lewis Senior Product Model Manager: Eric Hakanson
Managing Producer: Laura Burgess Lead, Production and Digital Studio: Heather Darby
Associate Content Producer: Stephany Harrington Digital Studio Course Producer: Jaimie Noy
Portfolio Management Assistant: Madeline Houpt Program Monitor: SPi Global
Director of Product Marketing: Brad Parkins Full-Service Project Management
Product Marketing Manager: Heather Taylor and Composition: Cenveo® Publisher Services
Product Marketing Assistant: Jesika Bethea Printer/Binder: LSC Communications
Field Marketing Manager: Molly Schmidt Cover Printer: Phoenix
Field Marketing Assistant: Kelli Fisher Text Font: 10/12 Mentor Pro
Cover Image: Cover art “waterfall” by Donna Auer
Credits and acknowledgments borrowed from other sources and reproduced, with permission, in this textbook appear on the appropriate page within text.
Microsoft 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.
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 services.
The documents and related graphics contained herein could include technical inaccuracies or typographical errors. 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 specified.
® ® ®
Microsoft Windows , and Microsoft Office are registered trademarks of the Microsoft Corporation in the U.S.A. and other countries. This book is not
sponsored or endorsed by or affiliated with the Microsoft Corporation.
® ® ® ®
MySQL , the MySQL Command Line Client , the MySQL Workbench , and the MySQL Connector/ODBC are registered trademarks of Sun
Microsystems, Inc./Oracle Corporation. Screenshots and icons reprinted with permission of Oracle Corporation. This book is not sponsored or endorsed
by or affiliated with Oracle Corporation.
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 owners.
Mozilla 35.104 and Mozilla are registered trademarks of the Mozilla Corporation and/or its affiliates. Other names may be trademarks of their respective owners.
PHP is copyright The PHP Group 1999–2012, and is used under the terms of the PHP Public License v3.01 available at http://www.php.net/license/3_01.txt.
This book is not sponsored or endorsed by or affiliated with The PHP Group.
Copyright © 2018, 2016, 2014, 2012 by Pearson Education, Inc., 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 07030.
Many of the designations by manufacturers and sellers to distinguish their products are claimed as trademarks. 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 caps.
Chapter 1 Introduction 2
Chapter 2 Introduction to Structured Query Language 38
Chapter 1: Introduction 2
Chapter Objectives 2
The Importance of Databases in the Internet and Smartphone World 3
The Characteristics of Databases 5
A 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 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 24
A 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
v
vi Contents
Using SQL Scripts to Create and Populate Database Tables • Creating the View Ridge
Gallery VRG Database Table Structure • Reviewing Database Structures in the SQL
Server GUI Display • Indexes • Populating the VRG Database Tables with Data
• Creating SQL Views
Importing Microsoft Excel Data into a Microsoft SQL Server Database Table
Microsoft SQL Server 2017 Application Logic
Transact-SQL • User-Defined Functions • Stored Procedures • Triggers
Microsoft SQL Server 2017 Concurrency Control
Transaction Isolation Level • Cursor Concurrency • Locking Hints
Microsoft SQL Server 2017 Security
SQL Server 2017 Database Security Settings
Microsoft SQL Server 2017 Backup and Recovery
Backing Up a Database • SQL Server Recovery Models • Restoring a Database
• Database Maintenance Plans
Topics Not Discussed in This Chapter
Summary • Key Terms • Review Questions • Exercises • Case Questions
• The Queen Anne Curiosity Shop Project Questions • Morgan Importing Project
Questions
Appendices
But probably the thing that most impresses one about the ruins
of Baalbek is the enormous size of the stones used in its buildings. I
have never seen or read of such stones as were used in building
these temples. Many of them are as large as one of our ordinary
freight cars. Three of these stones, lying end to end in the walls of
the temple, measure two hundred and ten feet. I go to the quarry,
half a mile away, from which these colossal stones were taken.
There I find a companion stone to those in the buildings. It is
fourteen feet high, seventeen feet broad and seventy-one feet long.
Who ever heard of such stones being handled! Two six mule teams
might be driven side by side on the stone, and there would be room
for a foot path on either side the wagons. No pigmies they—those
builders of Baalbek. A race of giants or of gods must have handled
these stones! No one knows when, how, or by whom these temples
were built. We know this, however, they were built, not for an age,
but for all time.
CHAPTER XXVII.
DAMASCUS.