Database Terminology: Computer Science OCR: GCSE (9:1)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

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.

14 Terms

1
New cards

Database

An electronic, persistent and organised storage of related data

2
New cards

Relational Database

A database which contains multiple tables that could be linked using relationships.

3
New cards

Table Relationship

A method of linking two tables together in a relational database.

4
New cards

Table

Storing multiple records about the same topic.

5
New cards

Record

Storing multiple pieces of information about a single person or object.

6
New cards

Field

Storing a single piece of information about a person or object.

7
New cards

Primary Key

A unique piece of information stored about a person or object.

8
New cards

Foreign Key

A field in a table which will be the primary key in a different table.

9
New cards

Report

The results which are returned from a database query.

10
New cards

Query

A search conducted on a database, using specified criteria.

11
New cards

Form

Method used to capture and add data to a database.

12
New cards

One to One Relationship

When one record in table 1 can be linked to a single record in table 2 and vice versa. Eg. One person has one passport, and a passport is owned by one person

13
New cards

One to Many Relationship

When one record in a table 1 can be linked to multiple records in table 2, but the records in table 2 can only be linked to one record in table 1. Eg. 1 school has many pupils and many pupils have 1 school.

14
New cards

Many to Many Relationship

When many records in table one can be linked to many records in table 2 and vice versa. Eg. Many pupils have many classes and many classes have many students.