SLR10 Flashcards
What is a database
An organised collection of data
What does a database need to be able to do
Add data
Modify data
Delete data
Find data
Where were databases stored before the developments of technology
Physical paper format in filing cabinets
What did technology do to make the functionality of databases better
Made it easier to retrieve data, back up data, access data and modify data
How is a flat file data base stored
In a table
What are the names of the columns and rows in a flat file database
Fields and records
What are the benefits of a flat file database (3)
- They are really easy to set up
- They are really simple
- They require little maintenance
What are the losses of a flat file database (3)
- Can become inefficient quickly due to repeated data
- Making them slow
- Using up unnecessary space
What are the benefits of a flat file database compared to relational database
- Simple to manage
- Great for a small database
- In expensive
What are the drawbacks of a flat file database compared to relational database (2)
- Takes up a lot of unnecessary spade on the computer
- Increased data redundancy
What are the benefits of a relational database compared to flat file database (2)
- More data efficient
- Much better for expansion
What are the drawbacks of a relational database compared to flat file database (2)
- Very time consuming to set up
- Much more expensive to set up
What is a relational database
A database that has been split over multiple tables
What are the three different ways relational databases can be linked
- One to One
- One to Many
- Many to Many
When linking relational databases which is considered to be the worst
Many to Many