Relational Databases and SQL Key Terms GCSE

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

1/10

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

Attribute

An individual fact, detail or characteristic of an entity (also commonly called a field)

2
New cards

Database

A persistent store of related information

3
New cards

Entity

A thing, person, object or relationship about which data can be collected

4
New cards

Field

A single piece of information about an entity

5
New cards

Flat file database

A database containing a single table

6
New cards

Foreign key

A field in the table which contains the value of primary key in another table (since the primary key is unique this means that the foreign key identifies, or links to one record)

7
New cards

Primary key

A unique piece of information within a table to identify a record

8
New cards

Redundancy

The duplication of data within a database

9
New cards

Record

A collection of fields/attributes about the same thing, person, object or relationship in a table

10
New cards

Relational Database

A database with multiple linked tables

11
New cards

Table

A collection of related data