Relational database Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a table?

A

The representation of an entity within a database that is a structure for storing attributes

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

What is a field?

A

A single item of data from a record

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

What is a flat file database?

A

A database made of one table

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

What is a relational database?

A

A database made up of two or more related tables

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

What is the benefits of using relational databases over flat file databases?

A

Less data entry
Less data duplication
Less storage required
Less inconsistency in the data

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

What is a primary key?

A

An attribute used to uniquely identify a record

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

What is a composite key?

A

A primary key made of two or more attributes

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

What is a foreign key?

A

An attribute in one table that links to a primary key in another

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