Databases Flashcards

1
Q

Hierarchy of passwords

A

Limits users to various parts of the program. A receptionist would only have access to basic patient details whilst a doctor would see all information on the patient.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Access rights

A

Only certain users can access and change data. A nurse would see all the information on a patient but be unable to alter the drug dose details whilst a doctor could.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Data redundancy

A

Is where you store an item of data more than once. A company may hold its data in different files. This is wasteful because some data may need to be input twice. Data which is repeated unnecessarily is called redundant data. It refers to the unnecessary duplication of data. In a flat-file database details about such information as customer details will be duplicated. In a well designed relational database there should be no ‘repeating attributes’, no piece of data should be unnecessarily repeated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Data integrity

A

The integrity of data is the correctness, i.e. the extent to which it truthfully represents the original information. Truthful, Accuracy. One of the problems of maintaining integrity arises when updating occurs, and every record has to be changed in a flat-file database, if one record was left unchanged the data would no longer be wholly correct. In a relational database you only have to change data in one table and all other references in any other application will automatically be changed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Data consistency

A

Data being inconsistent in a flat file due to possibility of different formats, etc, and being consistent in a RDBMS as each record is only stored once so cannot have different attributes. A date field could be stored in file as a text field but in another field as a date/time field and the data would be incompatible. In a relational database because the attributes of any one entity are contained within one file, there is no risk of the same attribute being stored in a different format in a different file (Spelling mistakes in names).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Data Normalisation

A

A staged (mathematical) process (1) which removes repeated groups of data and inconsistencies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Data Independence

A

Being kept separate from the database, so if the database becomes corrupted, the data will still be fine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Data Warehouse

A

Large, Archive of data, which is used for Decision Making.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Data Mining Advantages

A

—Predictions for future sales

—Comparisons with competitors

—Analysis of best sites for shops

—The company with a list of customers likely to buy a certain product, which they can use to target with a mail shot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Data Mining

A

Data mining is interrogating the data to find patterns in the data which is stored in the warehouse.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Data Warehouse Advantages

A

—Allows the company to store information about every sale

—Can use it to plan future changes or developments in their business

—Allows the company to use data mining

—Allows the company to find the most popular product and buy more

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Relational Database

A

A series of tables linked together using primary and foreign keys.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Primary key

A

A unique key to identify a record.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Foreign Key

A

A key from another table, which is used to identify a record uniquely. It’s used to link tables together.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly