Database Systems
Today you can't imagine any businesstransactions without the use of database management systems. There are little adressdatabases as you might all know from your homecomputer. Furthermore there are client, article and storage administration databases and finally there are these huge amounts of data produced by large physical experiments.

Once again it is computer science ;-) that deals with problems like organizing the data secure and efficiently.

There are 3 different types of databases:

  • Relational (SQL) databases
  • Objectbased databases
  • Deductive (logic) databases
All these 3 types have their own utilization and relational databases are most used today.