preview

Types Of Database For Flat File Database

Decent Essays

Types of Database
1. Flat File Database
A flat file database is an excellent way of storing a pretty small amount of records. Flat file can be a plain text file. Flat file are generally not a structural relationships between the records. For example a spread sheet application such as Excel can be used as a flat file database. Each row in a worksheet can be a record and each column and a field. Flat file database can also be stored in a dedicated database application such as Access.
Installing database in flat file database has the following advantages:
• All record are storing in one place
• Easy to set up using a number of standard office applications
• Easy to understand
• Simple siting of records can be carried out
• Record can be viewed or extracted on the basis of criteria
Flat file database has a few disadvantages:
One of the most important ones is the data often repeated many times
• There is no referential integrity
• Harder to update
• Almost no security
• Harder to change data format
A flat file database looks something like this:

2. Relational Database
Relational Databases is a structural collection of records in a computer system. Relational Databases has more than one table and the tables are connected using a unique identifier for a database record. For example a library database could have three tables such as customer, books and landing.
The following advantaged of relational database:
• The book 's details and the customer 's details need

Get Access