Database books currently tend to fall into two categories: highly theoretical and detailed textbooks and manuals which teach how to use the software but not the underlying theory. Neither type of book explains why the reader would want to do many of the things they describe. Marklyn and Whitehorn cover essential relational database theory and explain how to build databases securely - without bogging them down into too much detail and endless formulae. They start by explaining interface components and letting you build working databases. Along the way the authors guide you through potential disasters and provide the techniques to avoid them. Inside Relational Databases is aimed at equipping students with the necessary skills to build practical databases in the 'real world' as well as ensuring that they have a sufficient theoretical grounding in the subject.
Inside Relational Databases was first published in 1997 and, rather to our surprise, rapidly reached the status of a classic work in the database field. Translated into three other languages and sold all over the world, it has helped thousands of people to understand the relational model that underpins all modern databases.
Inside Relational Databases has never been about how to use a particular database engine (Access, SQL Server, MySQL, whatever). Instead, it’s about the underlying way in which relational databases work. However it is very convenient if the book illustrates the relational model using the reader’s favorite product – such as Access. So, for the new edition we produced several different versions of the same book, each version based on a different database engine. The version in your hand is based around Access (hence the title). There are other versions based around SQL Server and MySQL.
You shouldn’t buy this book if you are looking for a book about how to use Access. You should buy this book if you have created databases but they don’t seem to work very well. Perhaps you:
·can’t retrieve the information that you want.
·have to type in the same information over and over again.
·type in data and it appears to go missing.
·ask questions and get answers that you know are wrong.
·can use Access but you don’t know exactly what to do with it.
·know that a relational database lets you create multiple tables in the database but you are uncertain why this is to your advantage.
Or perhaps you hear words in connection with databases like:
·normalization
·functional dependency
·inner join
·union
·redundant data
·data dictionary
·meta-data
·ER modeling
·transaction
·concurrency
·locking
You haven’t got the faintest idea what they mean and there is no one you can ask.
We have also taken the opportunity of the new edition to restructure the book significantly. I (Mark) continue to teach database design and practice, both to undergraduates and in the commercial world. Without doubt the most popular topic in the commercial world is how to make databases run faster (no great surprise there) so we have added an entire section of brand new material (more than 10% of the entire book) on that topic. The section on designing databases has been reorganized and expanded and we also re-read the entire book (several times) and brought it all up to date.