1.3.2. Databases: Exchanging Data: Computer Science A-Level OCR

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

What is a relational database?

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

2
New cards

What is an entity?

An item of interest about which information is stored.

3
New cards

What is a flat file?

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

4
New cards

What is a primary key?

A unique identifier for each record in a table.

5
New cards

What is a foreign key?

The attribute which links two tables together.

6
New cards

What is a secondary key?

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

7
New cards

What does capturing data mean?

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

8
New cards

What method do banks use to capture data from cheques?

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

9
New cards

What does selecting data mean?

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

10
New cards

What does managing the data mean?

To manipulate the information collected in any type of way such as through sorting through it or selecting certain parts using SQL.

11
New cards

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

SQL (Structured Query Language)