Appendix C Flashcards

1
Q

Entity relationship diagram (ERD)

A

A technique for documenting the relationships between entities in a database environment

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

Types of attributes

A

Simple vs. Composite
Single-valued vs. multi-valued
Stored vs. derived
Null-valued

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

Two most commonly used styles of ERD notation are

A

Chen

Information engineering

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

Chen model

A

Uses rectangles to represent entities

- attributes are expressed in ovals

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

Types of basic data relationships

A

One to one
One to many
Many to many

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

Problems with many to many relationships

A

Relational data model cannot handle many to many relationships directly
Relationships cannot have attributes

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

Table and entity are used synonymously

A

.

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

The only three pieces of information to retrieve for any specific bit of data

A

The name of the table
The name of the column
The primary key of the row

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

The underlying relationships in a database environment are:

A

Independent of the data model

Independent of the DBMS that is being used

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