Databases Flashcards

1
Q

Primary Key

A

Something that uniquely identifies each record entered

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

Foreign Key

A

Something that has identical data to that of a primary key, but is located in a different table

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

Table

A

This is where the fields are set and the data is entered

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

Query

A

This is the stage where the manipulation and sorting of data occurs

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

Report

A

This is the end result of the data and is the output of the database

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

Validation Rule

A

This is a rule put in place to control what is inputed into the table eg. Between 3000 and 3999

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

Input Mask

A

This allows a person to restrict what can be entered but more specific eg. \0!400 000 000

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

Convention

A

Something that is usually done

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

Format

A

The way in which something is arranged or set out

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

Entity Relationship Diagram

A

This is a diagram which shows entities, attributes and relationships between tables

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

Normalisation

A

This is the reorganisation of data so that it meets three basic requirements

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

Testing

A

This is the process of ensuring that the output of data is as expected

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

One-to-Many
One-to-One
Many-to-Many

A

These are type of relationships and show the connection between two tables

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

Field Type

A

This describes the attribute and the format in which it takes eg. Short Text, numeric, boolean

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

Attribute

A

This is a feature of a table eg. Name, Address

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

Entity

A

This is one of the main features of a solution also referred to as a table