relational database model Flashcards

1
Q

key characteristics of relational model

A

-views data more logically than physically

  • conceptual model
  • data independent
  • structure independent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are keys?

A

Keys consist of one or more attributes that determine other attributes

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

full functional dependence

A

when entire collection of attributes in the determinant is necessary for the relationship.

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

determinant and dependent

A

determinant –> dependent

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

composite key

A

key which is composed of more than one attribute

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

superkey

A

A key that uniquely identifies any row in a table

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

candidate key

A

A minimal superkey. It is a superkey without any unnecessary attributes.

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

primary key

A

A candidate key. (minimal superkey). Which is chose to the primary key of a table, to uniquely identify rows.

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

Entity integrity

A

Each row in the table has its own identity

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

Foreign key

A

A primary key of one table placed into another table to create a common attribute.

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

referential integrity

A

every reference to an entity by another entity is valid.

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