Book Description
Introductory, theory-practice balanced text teaching the fundamentals of databases to advanced undergraduates or graduate students in information systems or computer science.
Author : Wilfried Lemahieu
Publisher : Cambridge University Press
Page : 817 pages
File Size : 50,3 MB
Release : 2018-07-12
Category : Computers
ISBN : 1107186129
Introductory, theory-practice balanced text teaching the fundamentals of databases to advanced undergraduates or graduate students in information systems or computer science.
Author : Stephen Morris
Publisher : South Western Educational Publishing
Page : 736 pages
File Size : 25,41 MB
Release : 2012-03-13
Category : Database design
ISBN : 9781133311973
Practical and easy to understand Database Principles: Fundamentals of Design, Implementation, and Management, 10/e, International Edition gives readers a solid foundation in database design and implementation. Filled with visual aids such as diagrams, illustrations, and tables, this market-leading book provides in-depth coverage of database design, demonstrating that the key to successful database implementation is in proper design of databases to fit within a larger strategic view of the data environment. Renowned for its clear, straightforward writing style, the tenth edition has been thoroughly updated to include hot topics such as green computing/sustainability for modern data centers, the role of redundant relationships, and examples of web-database connectivity and code security. In addition, new review questions, problem sets, and cases have been added throughout the book so that readers have multiple opportunities to test their understanding and develop real and useful design skills.
Author : Steven Roman
Publisher : "O'Reilly Media, Inc."
Page : 451 pages
File Size : 28,23 MB
Release : 2002-01-07
Category : Computers
ISBN : 0596002734
For programmers who prefer content to frills, this guide has succinct and straightforward information for putting Access to its full, individually tailored use.
Author : M. Tamer Özsu
Publisher : Springer Science & Business Media
Page : 856 pages
File Size : 39,77 MB
Release : 2011-02-24
Category : Computers
ISBN : 1441988343
This third edition of a classic textbook can be used to teach at the senior undergraduate and graduate levels. The material concentrates on fundamental theories as well as techniques and algorithms. The advent of the Internet and the World Wide Web, and, more recently, the emergence of cloud computing and streaming data applications, has forced a renewal of interest in distributed and parallel data management, while, at the same time, requiring a rethinking of some of the traditional techniques. This book covers the breadth and depth of this re-emerging field. The coverage consists of two parts. The first part discusses the fundamental principles of distributed data management and includes distribution design, data integration, distributed query processing and optimization, distributed transaction management, and replication. The second part focuses on more advanced topics and includes discussion of parallel database systems, distributed object management, peer-to-peer data management, web data management, data stream systems, and cloud computing. New in this Edition: • New chapters, covering database replication, database integration, multidatabase query processing, peer-to-peer data management, and web data management. • Coverage of emerging topics such as data streams and cloud computing • Extensive revisions and updates based on years of class testing and feedback Ancillary teaching materials are available.
Author : Keith Gordon
Publisher : BCS, The Chartered Institute for IT
Page : 250 pages
File Size : 35,55 MB
Release : 2013-11-18
Category : Business & Economics
ISBN : 9781780171845
Data is a valuable corporate asset and its effective management can be vital to an organisation’s success. This professional guide covers all the key areas of data management, including database development and corporate data modelling. It is business-focused, providing the knowledge and techniques required to successfully implement the data management function. This new edition covers web technology and its relation to databases and includes material on the management of master data.
Author : John Garmany
Publisher : CRC Press
Page : 299 pages
File Size : 39,50 MB
Release : 2005-05-12
Category : Computers
ISBN : 1135496595
Until now, almost all books on logical database design focused exclusively on relational design. However, modern database management systems have added powerful features that have driven a movement away from truly normalized database design. Logical Database Design Principles reflects these recent changes. The book begins by covering traditional lo
Author : Edward Sciore
Publisher : Springer Nature
Page : 468 pages
File Size : 21,6 MB
Release : 2020-02-27
Category : Computers
ISBN : 3030338363
This textbook examines database systems from the viewpoint of a software developer. This perspective makes it possible to investigate why database systems are the way they are. It is of course important to be able to write queries, but it is equally important to know how they are processed. We e.g. don’t want to just use JDBC; we also want to know why the API contains the classes and methods that it does. We need a sense of how hard is it to write a disk cache or logging facility. And what exactly is a database driver, anyway? The first two chapters provide a brief overview of database systems and their use. Chapter 1 discusses the purpose and features of a database system and introduces the Derby and SimpleDB systems. Chapter 2 explains how to write a database application using Java. It presents the basics of JDBC, which is the fundamental API for Java programs that interact with a database. In turn, Chapters 3-11 examine the internals of a typical database engine. Each chapter covers a different database component, starting with the lowest level of abstraction (the disk and file manager) and ending with the highest (the JDBC client interface); further, the respective chapter explains the main issues concerning the component, and considers possible design decisions. As a result, the reader can see exactly what services each component provides and how it interacts with the other components in the system. By the end of this part, s/he will have witnessed the gradual development of a simple but completely functional system. The remaining four chapters then focus on efficient query processing, and focus on the sophisticated techniques and algorithms that can replace the simple design choices described earlier. Topics include indexing, sorting, intelligent buffer usage, and query optimization. This text is intended for upper-level undergraduate or beginning graduate courses in Computer Science. It assumes that the reader is comfortable with basic Java programming; advanced Java concepts (such as RMI and JDBC) are fully explained in the text. The respective chapters are complemented by “end-of-chapter readings” that discuss interesting ideas and research directions that went unmentioned in the text, and provide references to relevant web pages, research articles, reference manuals, and books. Conceptual and programming exercises are also included at the end of each chapter. Students can apply their conceptual knowledge by examining the SimpleDB (a simple but fully functional database system created by the author and provided online) code and modifying it.
Author : Clement T. Yu
Publisher : Morgan Kaufmann
Page : 512 pages
File Size : 29,44 MB
Release : 1998
Category : Computers
ISBN :
A thorough presentation of query processing techniques in a broad range of database systems for advanced applications. Provides the most effective query processing techniques and ways to optimize the information retrieval process. Intended for database systems designers creating advanced applications.
Author : Thomas Connolly
Publisher : Addison-Wesley
Page : pages
File Size : 30,35 MB
Release : 2005-08-01
Category :
ISBN : 9781405836562
Author : Z. M. Sikora
Publisher :
Page : 275 pages
File Size : 31,83 MB
Release : 1997
Category : Database design
ISBN : 9780333723272
This text describes the major components of Oracle such as SQL Plus, PL/SQL, indexing, security and integrity, and distributed databases. Underlying principles are also described in the book, and there are chapters on the objectives of database systems and on the relational model.