Understanding Databases: Relational Models and Access
Classified in Computers
Written at on English with a size of 2.84 KB.
What is a Database?
A database is a structured data support system that allows us to store and process data quickly, safely, and efficiently.
A database consists of fields, records, and files. We define:
- Field: Each of the elements that make up a record, such as name, address, town, and telephone.
- Record: A set of interrelated fields, such as personal data belonging to a shareholder of a video store.
- File: Consists of the union of multiple records.
What is a Relational Database?
Using relational databases is useful when multiple records of a database are related to the same record in another database. A simple and intuitive way of structuring data is using tables, i.e., arranged in rows and columns. The relational model uses the table structure for... Continue reading "Understanding Databases: Relational Models and Access" »