Databases Flashcards

1
Q

Entities

A

Things that data has been collected about (top column)

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

Tables

A

2D representations of data that is stored in rows and columns

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

Forms

A

What data is submitted to a database in

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

Queries

A

Request for data from the database, where data is retrieved

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

Reports

A

Presentations of data from the database

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

Modules

A

Add additional functionality to a database that aren’t built in

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

Tables, entity relationship

A

Tables contain the data from the entities. The entities are usually the table columns and the rows contain the data associated with them

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

Data residency

A

Data is unnecessarily repeated in two or more tables.

Inefficient, should be avoided.

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

Relational database

A

Tables linked together with each other by key fields

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

Key field

A

Unique identifier in each table that links that table to at least one other

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

Primary key

A

in one table is the foreign key in another table

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