Database design tutorial

Customer contact system

Besides the fast retrieval of data, relational databases offer a number of other characteristics.

', 'Relational database characteristics',3,'') INSERT INTO article_page (article_id, pagetext, page_title, pagenumber, metadescription) VALUES (3248,'

In this database design tutorial I will show you how to design a database model for a customer contact system. This system is used to store customer data and 'contact moments'. A contact moment can be a telephone call to or from customer, a letter, an e-mail, etc.

A program can use the database we will design in this tutorial to perform specific tasks, such as

The program that uses the database and the database together form a database application. The customer contact system is a database application too. In this database design tutorial, the customer contact system functions as an example from which we can derive the database specifications.