Glossary

 

 
Relational Database


 

Relational database means the ability to relate data from one table in a database to another table.

For example:-
You have a Debtors ledger and what you want to relate many transactions to the debtors masterfile is called 'Relational data'
This means you records the Masterfile Details only once, but you can have many transactions relating to the debtors masterfile.
The relationship is created by using unique keys within the database structure.