Introduction
In this tutorial you will learn how to design a database. Databases are programs that allow a user to storage and retrieval of data. A user in this context can be either a human user or a computer program. Human users rarely access a database directly. Usually a computer program is used to access a database. The software running on a cash machine for example, allows (limited) access to the bank's database. A cash machine user can request his or her account balance from the database or withdraw money from his or her account.
This database design tutorial shows you how to create a relational database model. The relational model is of a set of best practices for relational database design. It describes how data should be devided over different tables and how those tables should be linked to one another. In this tutorial we will design a database model that conforms to the most important recommendations of the relational model.
