Fundamentals of Database Systems with CD / Edition 3

Other Format (Print)
Buy Used
Buy Used from BN.com
$64.12
(Save 32%)
Item is in good condition but packaging may have signs of shelf wear/aging or torn packaging.
Condition: Used – Good details
Used and New from Other Sellers
Used and New from Other Sellers
from $71.25
Usually ships in 1-2 business days
(Save 25%)
Other sellers (Other Format)
  • All (5) from $71.25   
  • New (2) from $215.0   
  • Used (3) from $71.25   
Close
Sort by
Page 1 of 1
Showing All
Note: Marketplace items are not eligible for any BN.com coupons and promotions
$215.00
Seller since Tue Oct 07 09:37:03 EDT 2014

Feedback rating:

(184)

Condition:

New — never opened or used in original packaging.

Like New — packaging may have been opened. A "Like New" item is suitable to give as a gift.

Very Good — may have minor signs of wear on packaging but item works perfectly and has no damage.

Good — item is in good condition but packaging may have signs of shelf wear/aging or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Acceptable — item is in working order but may show signs of wear such as scratches or torn packaging. All specific defects should be noted in the Comments section associated with each item.

Used — An item that has been opened and may show signs of wear. All specific defects should be noted in the Comments section associated with each item.

Refurbished — A used item that has been renewed or updated and verified to be in proper working condition. Not necessarily completed by the original manufacturer.

New
Brand new.

Ships from: acton, MA

Usually ships in 1-2 business days

  • Standard, 48 States
  • Standard (AK, HI)
$224.50
Seller since Tue Oct 07 09:35:53 EDT 2014

Feedback rating:

(294)

Condition: New
Brand New Item.

Ships from: Chatham, NJ

Usually ships in 1-2 business days

  • Canadian
  • International
  • Standard, 48 States
  • Standard (AK, HI)
  • Express, 48 States
  • Express (AK, HI)
Page 1 of 1
Showing All
Close
Sort by

Overview

Fundamentals of Database Systems combines clear explanations of theory and design, broad coverage of models and real systems, and excellent examples with up-to-date introductions to modern database technologies. This edition is completely revised and updated, and reflects the latest trends in technological and application development. Professors Elmasri and Navathe focus on the relational model and include coverage of recent object-oriented developments. They also address advanced modeling and system enhancements in the areas of active databases, temporal and spatial databases, and multimedia information systems. This edition also surveys the latest application areas of data warehousing, data mining, web databases, digital libraries, GIS, and genome databases.

New to the Third Edition

  • Reorganized material on data modeling to clearly separate entity relationship modeling, extended entity relationship modeling, and object-oriented modeling
  • Expanded coverage of the object-oriented and object/relational approach to data management, including ODMG and SQL3
  • Uses examples from real database systems including OracleTM and Microsoft AccessAE
  • Includes discussion of decision support applications of data warehousing and data mining, as well as emerging technologies of web databases, multimedia, and mobile databases
  • Covers advanced modeling in the areas of active, temporal, and spatial databases
  • Provides coverage of issues of physical database tuning
  • Discusses current database application areas of GIS, genome, and digital libraries


Thoroughly updated in this edition, this book delivers a comprehensive introduction to database theory and database design, with many examples of implementation. All the important data models are covered, including entity-relationship, relational, object-oriented, hierarchical, and network, although the emphasis on relational clearly reflects its place in industry.

Read More Show Less

Product Details

  • ISBN-13: 9780321180957
  • Publisher: Prentice Hall
  • Publication date: 1/28/2000
  • Edition description: Third Edition with CD
  • Edition number: 3
  • Product dimensions: 7.70 (w) x 9.50 (h) x 1.67 (d)

Read an Excerpt

Chapter 1: Databases and Database Users

Databases and database systems have become an essential component of everyday life in modem society. In the course of a day, most of us encounter several activities that involve some interaction with a database. For example, if we go to the bank to deposit or withdraw funds; if we make a hotel or airline reservation; if we access a computerized library catalog to search for a bibliographic item; or if we order a magazine subscription from a publisher, chances are that our activities will involve someone accessing a database. Even purchasing items from a supermarket nowadays in many cases involves an automatic update of the database that keeps the inventory of supermarket items.

The above interactions are examples of what we may call traditional database applications, where most of the information that is stored and accessed is either textual or numeric. In the past few years, advances in technology have been leading to exciting new applications of database systems. Multimedia databases can now store pictures, video clips, and sound messages. Geographic information systems (GIS) can store and analyze maps, weather data, and satellite images. Data warehouses and on-line analytical processing (OLAP) systems are used in many companies to extract and analyze useful information from very large databases for decision making. Real-time and active database technology is used in controlling industrial and manufacturing processes. And database search techniques are being applied to the World Wide Web to improve the search for information that is needed by users browsing through the Internet.

To understand the fundamentals of databasetechnology, however, we must start from the basics of traditional database applications. So, in Section 1. 1 of this chapter we define what a database is, and then we give definitions of other basic terms. In Section 1.2, we provide a simple UNIVERSITY database example to illustrate our discussion. Section 1.3 describes some of the main characteristics of database systems, and Sections 1.4 and 1.5 categorize the types of personnel whose jobs involve using and interacting with database systems. Sections 1.6, 1.7, and 1.8 offer a more thorough discussion of the various capabilities provided by database systems and of the implications of using the database approach. Section 1.9 summarizes the chapter.

The reader who desires only a quick introduction to database systems can study Sections 1.1 through 1.5, then skip or browse through Sections 1.6 through 1.8 and go on to Chapter 2.

1.1 Introduction

Databases and database technology are having a major impact on the growing use of computers. It is fair to say that databases play a critical role in almost all areas where computers are used, including business, engineering, medicine, law, education, and library science, to name a few. The word database is in such common use that we must begin by defining a database. Our initial definition is quite general.

A database is a collection of related data. I By data, we mean known facts that can be recorded and that have implicit meaning. For example, consider the names, telephone numbers, and addresses of the people you know. You may have recorded this data in an indexed address book, or you may have stored it on a diskette, using a personal computer and software such as DBASE IV or V, Microsoft ACCESS, or EXCEL. This is a collection of related data with an implicit meaning and hence is a database.

The preceding definition of database is quite general; for example, we may consider the collection of words that make up this page of text to be related data and hence to constitute a database. However, the common use of the term database is usually more restricted. A database has the following implicit properties:

  • A database represents some aspect of the real world, sometimes called the miniworld or the Universe of Discourse (UoD). Changes to the miniworld are reflected in the database.
  • A database is a logically coherent collection of data with some inherent meaning. A random assortment of data cannot correctly be referred to as a database.
  • A database is designed, built, and populated with data for a specific purpose. It has an intended group of users and some preconceived applications in which these users are interested.

In other words, a database has some source from which data are derived, some degree of interaction with events in the real world, and an audience that is actively interested in the contents of the database.

A database can be of any size and of varying complexity. For example, the list of names and addresses referred to earlier may consist of only a few hundred records, each with a simple structure. On the other hand, the card catalog of a large library may contain half a million cards stored under different categories-by primary author's last name, by subject, by book title-with each category organized in alphabetic order. A database of even greater size and complexity is maintained by the Internal Revenue Service to keep track of the tax forms filed by U.S. taxpayers. If we assume that there are 100 million taxpayers and if each taxpayer files an average of five forms with approximately 200 characters of information per form, we would get a database of 100*(106)*200*5 characters (bytes) of information. If the IRS keeps the past three returns for each taxpayer in addition to the current return, we would get a database of 4*(1011) bytes (400 gigabytes). This huge amount of information must be organized and managed so that users can search for, retrieve, and update the data as needed.

A database may be generated and maintained manually or it may be computerized. The library card catalog is an example of a database that may be created and maintained manually. A computerized database may be created and maintained either by a group of application programs written specifically for that task or by a database management system.

A database management system (DBMS) is a collection of programs that enables users to create and maintain a database. The DBMS is hence a general-purpose software system that facilitates the processes of defining, constructing, and manipulating databases for various applications. Defining a database involves specifying the data types, structures, and constraints for the data to be stored in the database. Constructing the database is the process of storing the data itself on some storage medium that is controlled by the DBMS. Manipulating a database includes such functions as querying the database to retrieve specific data, updating the database to reflect changes in the miniworld, and generating reports from the data.

It is not necessary to use general-purpose DBMS software to implement a computerized database. We could write our own set of programs to create and maintain the database, in effect creating our own special-purpose DBMS software. In either case—whether we use a general-purpose DBMS or not—we usually have to employ a considerable amount of software to manipulate the database. We will call the database and DBMS software together a database system. Figure 1.1 illustrates these ideas...

Read More Show Less

Table of Contents

Pt. 1 Basic Concepts
Ch. 1 Databases and Database Users 2
Ch. 2 Database System Concepts and Architecture 23
Ch. 3 Data Modeling Using the Entity-Relationship Model 41
Ch. 4 Enhanced Entity-Relationship and Object Modeling 73
Ch. 5 Record Storage and Primary File Organizations 113
Ch. 6 Index Structures for Files 155
Pt. 2 Relational Model, Languages, and Systems 193
Ch. 7 The Relational Data Model, Relational Constraints, and the Relational Algebra 195
Ch. 8 SQL - The Relational Database Standard 243
Ch. 9 ER- and EER-to-Relational Mapping, and Other Relational Languages 289
Ch. 10 Examples of Relational Database Management Systems: Oracle and Microsoft Access 323
Pt. 3 Object-Oriented and Extended Relational Database Technology 357
Ch. 11 Concepts for Object-Oriented Databases 359
Ch. 12 Object Database Standards, Languages, and Design 385
Ch. 13 Object Relational and Extended Relational Database Systems 435
Pt. 4 Database Design Theory and Methodology 463
Ch. 14 Functional Dependencies and Normalization for Relational Databases 465
Ch. 15 Relational Database Design Algorithms and Further Dependencies 501
Ch. 16 Practical Database Design and Tuning 527
Pt. 5 System Implementation Techniques 568
Ch. 17 Database System Architectures and the System Catalog 569
Ch. 18 Query Processing and Optimization 585
Ch. 19 Transaction Processing Concepts 629
Ch. 20 Concurrency Control Techniques 661
Ch. 21 Database Recovery Techniques 689
Ch. 22 Database Security and Authorization 715
Pt. 6 Advanced Database Concepts & Emerging Application 731
Ch. 23 Enhanced Data Models for Advanced Applications 733
Ch. 24 Distributed Databases and Client-Server Architecture 765
Ch. 25 Deductive Databases 801
Ch. 26 Data Warehousing and Data Mining 841
Ch. 27 Emerging Database Technologies and Applications 873
App. A Alternative Diagrammatic Notations 909
App. B Parameters of Disks 913
App. C An Overview of the Network Data Model 917
App. D An Overview of the Hierarchical Data Model 941
Selected Bibliography
Index
Read More Show Less

Customer Reviews

Be the first to write a review
( 0 )
Rating Distribution

5 Star

(0)

4 Star

(0)

3 Star

(0)

2 Star

(0)

1 Star

(0)

    If you find inappropriate content, please report it to Barnes & Noble
    Why is this product inappropriate?
    Comments (optional)