Phone (01457) 858877 or email
This series of blogs introduces the basic data structures for storing data, including OLTP and OLAP databases.
There are two main types of storage structure used in the database world: relational databases and multi-dimensional models.
The following is a sample relational database of films, containing 3 tables:

In our sample database there are:
Thus in total there are 421 records spread over the 3 tables. The lines joining the tables together are called relationships.
Relational databases are good at fast, day-to-day transactions: entering, editing and deleting records one at a time.
Another way to look at the same data is dimensionally:

Here the dimensions are;
The statistic being displayed (here the number of films) is called the measure.
This series of blogs introduces the basic data structures for storing data, including OLTP and OLAP databases.
Comments on this blog
This blog currently has no comments.