Database Flashcards

1
Q

relational database

A

allows the user to specify information about multiple tables and the relationship between those tables

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

primary key

A

a field that uniquely identifies a record in a table

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

secondary key

A

a key field which can be used to access a table in a different way, and allows a database to be searched quickly

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

entity relationship

A

a relationship between 2 entities signifies that the two entities are associated with each other somehow

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

entity relationship modelling

A

the process of producing a data model for describing the data or information aspects of a business domain or its process requirements, in an abstract way that lends itself to ultimately being implemented in a data such as a relation database

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

foreign key

A

attribute that links 2 tables together, primary in one and foreign in another

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

composite key

A

when more than one field is added together to form a unique primary key for a table

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

referential integrity

A

the process of ensuring consistency, ensures that information is not removed if it is required elsewhere in a linked database. If 2 database tables are linked, one of these tables cannot be deleted as the other table requires its contents

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

one to one relationship

A

each entity can only be linked to one other entity eg husband and wife

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

one to many relationship

A

one table can be associated with many other tables, such as a mother having multiple children

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