Relational Databases
Dominant database technology today.
Stores data in relational format in the form of tables:
- Data are organized in the form of tables with rows and columns
- Powerful manipulations (using the SQL language) are used to manipulate data stored in the tables.
- Facilities are included to specify business rules that maintain integrity of data when they are manipulated.