1.3.2 DATABASES Flashcards

1
Q

What is a relational database?

A

a database which recognises the difference between entities and uses different tables for each entity

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

what is an entity?

A

an item of interest about which information is stored

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

what is a flat file?

A

a database that consists of a single file, usually about one entity

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

what is a primary key?

A

a unique identifier for each record in a table

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

what is a foreign key?

A

the attribute which links two tables together

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

what is a secondary key?

A

an index other than the primary key used to search and sort through the database with more convenience and speed

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

what does capturing data mean?

A

the process of getting the information that will be stored in the database

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

what does capturing data mean?

A

the process of getting the information that will be stored in the database

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

what method do banks use to capture data from cheques?

A

Magnetic Ink Character Recognition (MICR) is used for all of the details apart from the amount which must be entered manually

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

what does selecting data mean?

A

selecting data is the process of removing excess information to extract only the data you require

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

what does managing the data mean?

A

to manipulate the information collected in any type of way such as through sorting through it or selecting certain part using SQL

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

What is the most common language used to manipulate data in databases

A

SQL (Structured Query Language)

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