Databases Flashcards
1
Q
Data Normalisation
A
A staged mathematical process which removes repeated groups of data and inconsistencies
2
Q
Distributed database
A
Data stored on a number of computers at different locations but appears as one logical database
3
Q
Data warehouse
A
A large collection of archived data used for decision making
4
Q
Data mining
A
Interrogating data to find patterns in the data which is stored in the database
5
Q
Security of relational databases
A
- Hierarchy of passwords (Passwords to see separate parts of the database)
- Data stored separately from programs
- Access rights to parts of the program
6
Q
Advantages of distributed databases
A
- Data lost on central site can be reduplicated from local site
- Allows sharing of data and the results of processing
- New locations can be added without rewriting database
- Faster responses for user queries
- Easier backup and copying
- One server fails, other server can be used
7
Q
Disadvantages of distributed databases
A
- Software more complex than a centralised database
- Data transfers present security risk from hackers
- Data inconsistencies from data stored and updated in more than one location
- Heavy reliance on networks which are not always reliable
- Server link failed data not accessible