9 - Databases Flashcards
What is data? [2]
- refers to the individual pieces of information that are stored
- information about something
What is a base? [2]
- signifies that it is the foundation or platform
- where data is stored and managed
What are examples of data and what can it include? [2]
- someone’s age, someone’s salary, etc
- can include: text, pictures, numbers, multimedia, etc
What is a database? [3]
- structured collection of data that allows people to extract, add, delete and update information in a way that meets their needs
Where are databases used? [3]
- to store information about people
- to store information about things
- to store information about events
What are examples of information that might be stored about people? [2]
- patients in a hospital
- pupils at a school
What are examples of information that might be stored about things? [2]
- cars to be sold
- books in a library
What are examples of information that might be stored about events? [2]
- hotel bookings
- results of races
What are flat files? [2]
- a simple table consisting of fields in columns and records in rows
Why are flat files called flat? [2]
- they store data in a simple, plain text format without any complex structure
- the data is organised in a straightforward manner
How is data organised in a flat file? [2]
- seperated by commas or tabs
- each line represents a single record
What are examples of flat files? [3]
- notepad
- microsoft excel
- microsoft word
What are the issues related to flat files? [3]
- data inconsistency (not updated)
- miscommunication
- takes up too much storage
What are the solutions to these issues? [6]
(3 reasons + explanations)
- data is stored centrally and accessed by different applications
- changes made by one application is reflected in another application
- access rights and privileges are maintained so you can control who can access, edit and modify data
What are the two things a table consists of? [2]
- fields
- records
What is a field + example? [2]
- one type of information
- e.g. name