Database Key terms Flash Cards

32
Learning Objectives R E V I S I O N 2.1.5 Databases Database

Transcript of Database Key terms Flash Cards

Page 1: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Database

Page 2: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

A persistent store of organised data

Page 3: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

DBMS

Page 4: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Database management system.

A piece of software that allows you to manage the database. It allows you to

add, edit, delete and query data.

Page 5: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Validation

Page 6: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

A check to make sure that the data entered meets certain rules

Page 7: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Verification

Page 8: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

A check to make sure the data entered is

correct.

Page 9: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Flat File Database

Page 10: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

A database that contains all of the data

in one table

Page 11: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Relational Database

Page 12: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

A database that contains linked tables

Page 13: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Data Redundancy

Page 14: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

When data is separated into other

tables to avoid duplicated data

Page 15: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Entity

Page 16: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

A real world object that will be modelled in the

database

Page 17: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Table

Page 18: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

The area of a database that stores data about

an entity

Page 19: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Field

Page 20: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

A piece of data in the database

Page 21: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Record

Page 22: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

All of the data about one item

Page 23: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Primary Key

Page 24: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

A unique field for a table

Page 25: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Foreign Key

Page 26: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

A field from one table that links to another

table

Page 27: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Query

Page 28: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

A question asked of the database to extract

certain data

Page 29: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Report

Page 30: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

An organised output from a database

Page 31: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

Module

Page 32: Database Key terms Flash Cards

Learning ObjectivesREVISION

2.1.5 Databases

A unit of software that takes care of a

particular function in a database