SLR 10 - Databases Flashcards
What does organising data allow for?
Adding
Modification
Deleting
Searching
What are the benfits of e-databases?
It’s easier to handle the data
Easier to backup and make copies
It can be accessed by multiple individuals
What is the term for a table?
Entity / File
What is the term for rows?
Records / Tuple
What is the term for columns?
Fields / Attributes
What is a flat file database?
It contains a single table
It is often saved as a CSV
When are flat files used?
For contact details
A small product database
Maintaining a collection
What are the problems of flat files?
Inefficient due to repetition
Takes up a large amount of storage
Slow to query
Difficult to maintain
What is the term for information split into several tables?
A relational database
What are the types of relationships?
1:1
1:M
M:M
What is the process of capturing data?
How to get data into the database
What is selecting data?
How to query the data and retrieve data
What is managing data?
How to manage, manipulate, add, edit & delete data
What is exchanging data?
How to exchange data with other people and systems
What are the methods of capture?
Paper-based data capture
OCR - Optical Character Recognition
OMR - Optical Mark Recognition