Create bookmark
SQL and Relational Theory
How to Write Accurate SQL Code
Notes
Please login to add notes
- Contents
- + Preface
- + Setting the Scene
- + Types and Domains
- + Tuples and Relations, Rows and Tables
- + No Duplicates, No Nulls
-
+
Base Relvars, Base Tables
-
+
SQL and Relational Algebra I: The Original Operators
- Some Preliminaries
- More on Closure
- Restriction
- Projection
- + Join
- + Union, Intersection, and Difference
- Which Operators Are Primitive?
- Formulating Expressions a Step at a Time
- What Do Relational Expressions Mean?
- Evaluating SQL Table Expressions
- Expression Transformation
- The Reliance on Attribute Names
- Exercises
- + SQL and Relational Algebra II: Additional Operators
- + SQL and Constraints
-
+
SQL and Views
-
+
SQL and Logic
-
+
Using Logic to Formulate SQL Expressions
- Some Transformation Laws
- Example 1: Logical Implication
- Example 2: Universal Quantification
- Example 3: Implication and Universal Quantification
- Example 4: Correlated Subqueries
- Example 5: Naming Subexpressions
- Example 6: More on Naming Subexpressions
- Example 7: Dealing with Ambiguity
- Example 8: Using COUNT
- Example 9: Join Queries
- Example 10: UNIQUE Quantification
- Example 11: ALL or ANY Comparisons
- Example 12: GROUP BY and HAVING
- Exercises
- + Miscellaneous SQL Topics
-
+
The Relational Model
-
+
Database Design Theory
- + Answers to Exercises
- Suggestions for Further Reading
- Index
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.
Test the closed alpha on paperc.com
Book Details
Authors
Categories
Computers > Database Management > General
Publishers
Publication year : 2009
License: All rights reserved ©
Times read: 202

