Type Inheritance and Relational Theory

Type Inheritance and Relational Theory
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 572
Release :
ISBN-10 : 9781491959961
ISBN-13 : 1491959967
Rating : 4/5 (61 Downloads)

Synopsis Type Inheritance and Relational Theory by : C.J. Date

Type inheritance is that phenomenon according to which we can say, for example, that every square is also a rectangle, and so properties that apply to rectangles in general apply to squares in particular. In other words, squares are a subtype of rectangles, and rectangles are a supertype of squares. Recognizing and acting upon such subtype / supertype relationships provides numerous benefits: Certainly it can help in data modeling, and it can also provide for code reuse in applications. For these reasons, many languages, including the standard database language SQL, have long supported such relationships. However, there doesn’t seem to be any consensus in the community at large on a formal, rigorous, and abstract model of inheritance. This book proposes such a model, one that enjoys several advantages over other approaches, not the least of which it is that it’s fully compatible with the well known relational model of data. Topics the model covers include: Both single and multiple inheritance Scalar, tuple, and relation inheritance Type lattices and union and intersection types Polymorphism and substitutability Compile time and run time binding All of these topics are described in detail in the book, with numerous illustrative examples, exercises, and answers. The book also discusses several alternative approaches. In particular, it includes a detailed discussion and analysis of inheritance as supported in the SQL standard.

E. F. Codd and Relational Theory, Revised Edition

E. F. Codd and Relational Theory, Revised Edition
Author :
Publisher : Technics Publications
Total Pages : 307
Release :
ISBN-10 : 9781634629300
ISBN-13 : 1634629302
Rating : 4/5 (00 Downloads)

Synopsis E. F. Codd and Relational Theory, Revised Edition by : C. J. Date

E. F. Codd’s relational model of data has been described as one of the three greatest inventions of all time (the other two being agriculture and the scientific method), and his receipt of the 1981 ACM Turing Award, the top award in computer science, for inventing it was thoroughly deserved. The papers in which Codd first described his model were staggering in their originality; they had, and continue to have, a huge impact on just about every aspect of the way we do business in the world today. And yet few people, even in the professional database community, are truly familiar with those papers. This book—a thorough overhaul and rewrite of an earlier book by the same name—is an attempt to remedy this sorry state of affairs. In it, well known author C. J. Date provides a detailed examination of all of Codd’s major database publications, explaining the nature of his contribution in depth, and in particular highlighting not only the many things he got right but also some of the things he got wrong. Database theory and practice have evolved considerably since Codd first defined his relational model, back in 1969. This book draws on decades of experience to present the most up to date treatment of the material possible. Anyone with a professional interest in databases can benefit from the insights it contains. The book is product independent.

E. F. Codd and Relational Theory: A Detailed Review and Analysis of CoddÕs Major Database Writings

E. F. Codd and Relational Theory: A Detailed Review and Analysis of CoddÕs Major Database Writings
Author :
Publisher : Lulu.com
Total Pages : 306
Release :
ISBN-10 : 9781684705276
ISBN-13 : 1684705274
Rating : 4/5 (76 Downloads)

Synopsis E. F. Codd and Relational Theory: A Detailed Review and Analysis of CoddÕs Major Database Writings by : C. J. Date

E. F. Codd's relational model of data has been described as one of the three greatest inventions of all time (the other two being agriculture and the scientific method), and his receipt of the 1981 ACM Turing Award?the top award in computer science?for inventing it was thoroughly deserved. The papers in which Codd first described his model were staggering in their originality; they had, and continue to have, a huge impact on just about every aspect of the way we do business in the world today. And yet few people, even in the professional database community, are truly familiar with those papers. This book is an attempt to remedy this sorry state of affairs. In it, well known author C. J. Date provides a detailed examination of all of Codd's major technical publications, explaining the nature of his contribution in depth, and in particular highlighting not only the many things he got right but also some of the things he got wrong.

Logic and Relational Theory

Logic and Relational Theory
Author :
Publisher : Technics Publications
Total Pages : 336
Release :
ISBN-10 : 9781634628778
ISBN-13 : 1634628772
Rating : 4/5 (78 Downloads)

Synopsis Logic and Relational Theory by : C. J. Date

This book is a revised, upgraded, and hugely improved version of an earlier one called Logic and Databases. Although it’s effectively a brand new book, therefore, the following remarks from that earlier book are still relevant here. First, logic and databases are inextricably intertwined. The relational model itself is essentially just elementary logic, tailored to database needs. Now, if you’re a database professional, this won’t be news to you—but you still might not realize just how much everything we do in the database world is (or should be!) affected by logic. Logic is fundamental, and everywhere. As a database professional, therefore, you owe it to yourself to understand the basics of formal logic, and you ought to be able to explain (and perhaps defend) the connections between formal logic and database technology. And that’s what this book is about. What it does is show, through a series of partly independent, partly interrelated essays, just how various crucial aspects of database technology—some of them very familiar, others maybe less so—are solidly grounded in formal logic. Overall, the goal is to help you realize the importance of logic in everything you do, and also, I hope, to help you see that logic can be fun.

Database Design and Relational Theory

Database Design and Relational Theory
Author :
Publisher : Apress
Total Pages : 449
Release :
ISBN-10 : 9781484255407
ISBN-13 : 1484255402
Rating : 4/5 (07 Downloads)

Synopsis Database Design and Relational Theory by : C. J. Date

Create database designs that scale, meet business requirements, and inherently work toward keeping your data structured and usable in the face of changing business models and software systems. This book is about database design theory. Design theory is the scientific foundation for database design, just as the relational model is the scientific foundation for database technology in general. Databases lie at the heart of so much of what we do in the computing world that negative impacts of poor design can be extraordinarily widespread. This second edition includes greatly expanded coverage of exotic and little understood normal forms such as: essential tuple normal form (ETNF), redundancy free normal form (RFNF), superkey normal form (SKNF), sixth normal form (6NF), and domain key normal form (DKNF). Also included are new appendixes, including one that provides an in-depth look into the crucial notion of data consistency. Sequencing of topics has been improved, and many explanations and examples have been rewritten and clarified based upon the author’s teaching of the content in instructor-led courses. This book aims to be different from other books on design by bridging the gap between the theory of design and the practice of design. The book explains theory in a way that practitioners should be able to understand, and it explains why that theory is of considerable practical importance. Reading this book provides you with an important theoretical grounding on which to do the practical work of database design. Reading the book also helps you in going to and understanding the more academic texts as you build your base of knowledge and expertise. Anyone with a professional interest in database design can benefit from using this book as a stepping-stone toward a more rigorous design approach and more lasting database models. What You Will LearnUnderstand what design theory is and is notBe aware of the two different goals of normalizationKnow which normal forms are truly significant Apply design theory in practice Be familiar with techniques for dealing with redundancy Understand what consistency is and why it is crucially important Who This Book Is For Those having a professional interest in database design, including data and database administrators; educators and students specializing in database matters; information modelers and database designers; DBMS designers, implementers, and other database vendor personnel; and database consultants. The book is product independent.

SQL and Relational Theory

SQL and Relational Theory
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 430
Release :
ISBN-10 : 9780596555429
ISBN-13 : 0596555423
Rating : 4/5 (29 Downloads)

Synopsis SQL and Relational Theory by : C.J. Date

Understanding SQL's underlying theory is the best way to guarantee that your SQL code is correct and your database schema is robust and maintainable. On the other hand, if you're not well versed in the theory, you can fall into several traps. In SQL and Relational Theory, author C.J. Date demonstrates how you can apply relational theory directly to your use of SQL. With numerous examples and clear explanations of the reasoning behind them, you'll learn how to deal with common SQL dilemmas, such as: Should database access granted be through views instead of base tables? Nulls in your database are causing you to get wrong answers. Why? What can you do about it? Could you write an SQL query to find employees who have never been in the same department for more than six months at a time? SQL supports "quantified comparisons," but they're better avoided. Why? How do you avoid them? Constraints are crucially important, but most SQL products don't support them properly. What can you do to resolve this situation? Database theory and practice have evolved since Edgar Codd originally defined the relational model back in 1969. Independent of any SQL products, SQL and Relational Theory draws on decades of research to present the most up-to-date treatment of the material available anywhere. Anyone with a modest to advanced background in SQL will benefit from the many insights in this book.

Time and Relational Theory

Time and Relational Theory
Author :
Publisher : Morgan Kaufmann
Total Pages : 579
Release :
ISBN-10 : 9780128006757
ISBN-13 : 0128006757
Rating : 4/5 (57 Downloads)

Synopsis Time and Relational Theory by : C.J. Date

Time and Relational Theory provides an in-depth description of temporal database systems, which provide special facilities for storing, querying, and updating historical and future data. Traditionally, database management systems provide little or no special support for temporal data at all. This situation is changing because: - Cheap storage enables retention of large volumes of historical data in data warehouses - Users are now faced with temporal data problems, and need solutions - Temporal features have recently been incorporated into the SQL standard, and vendors have begun to add temporal support to their DBMS products Based on the groundbreaking text Temporal Data & the Relational Model (Morgan Kaufmann, 2002) and new research led by the authors, Time and Relational Theory is the only book to offer a complete overview of the functionality of a temporal DBMS. Expert authors Nikos Lorentzos, Hugh Darwen, and Chris Date describe an approach to temporal database management that is firmly rooted in classical relational theory and will stand the test of time. This book covers the SQL:2011 temporal extensions in depth and identifies and discusses the temporal functionality still missing from SQL. - Understand how the relational model provides an ideal basis for taming the complexities of temporal databases - Learn how to analyze and evaluate commercial temporal products with this timely and important information - Be able to use sound principles in designing and using temporal databases - Understand the temporal support recently added to SQL with coverage of the new SQL features in this unique, accurate, and authoritative reference - Appreciate the benefits of a truly relational approach to the problem with this clear, user friendly presentation

Fifty Years of Relational, and Other Database Writings

Fifty Years of Relational, and Other Database Writings
Author :
Publisher : Technics Publications
Total Pages : 254
Release :
ISBN-10 : 9781634628341
ISBN-13 : 1634628349
Rating : 4/5 (41 Downloads)

Synopsis Fifty Years of Relational, and Other Database Writings by : C.J. Date

Fifty years of relational. It’s hard to believe the relational model has been around now for over half a century! But it has—it was born on August 19th, 1969, when Codd’s first database paper was published. And Chris Date has been involved with it for almost the whole of that time, working closely with Codd for many years and publishing the very first, and definitive, book on the subject in 1975. In this book’s title essay, Chris offers his own unique perspective (two chapters) on those fifty years. No database professional can afford to miss this one of a kind history. But there’s more to this book than just a little personal history. Another unique feature is an extensive and in depth discussion (nine chapters) of a variety of frequently asked questions on relational matters, covering such topics as mathematics and the relational model; relational algebra; predicates; relation valued attributes; keys and normalization; missing information; and the SQL language. Another part of the book offers detailed responses to critics (four chapters). Finally, the book also contains the text of several recent interviews with Chris Date, covering such matters as RM/V2, XML, NoSQL, The Third Manifesto, and how SQL came to dominate the database landscape.

Database Design and Relational Theory

Database Design and Relational Theory
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 277
Release :
ISBN-10 : 9781449328016
ISBN-13 : 1449328016
Rating : 4/5 (16 Downloads)

Synopsis Database Design and Relational Theory by : C. J. Date

Because databases often stay in production for decades, careful design is critical to making the database serve the needs of your users over years, and to avoid subtle errors or performance problems. In this book, C.J. Date, a leading exponent of relational databases, lays out the principles of good database design.

The New Relational Database Dictionary

The New Relational Database Dictionary
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 452
Release :
ISBN-10 : 9781491951712
ISBN-13 : 1491951710
Rating : 4/5 (12 Downloads)

Synopsis The New Relational Database Dictionary by : C.J. Date

No matter what DBMS you are using—Oracle, DB2, SQL Server, MySQL, PostgreSQL—misunderstandings can always arise over the precise meanings of terms, misunderstandings that can have a serious effect on the success of your database projects. For example, here are some common database terms: attribute, BCNF, consistency, denormalization, predicate, repeating group, join dependency. Do you know what they all mean? Are you sure? The New Relational Database Dictionary defines all of these terms and many, many more. Carefully reviewed for clarity, accuracy, and completeness, this book is an authoritative and comprehensive resource for database professionals, with over 1700 entries (many with examples) dealing with issues and concepts arising from the relational model of data. DBAs, database designers, DBMS implementers, application developers, and database professors and students can find the information they need on a daily basis, information that isn’t readily available anywhere else.