Lesson 2 Flashcards

1
Q

Elements of Database Approach

A
  1. Data models
  2. Entities
  3. Relationships
  4. Relational Database
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Graphical system capturing nature
and relationship of data. (Enterprise
& Project Data Model)

A

Data Models

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

High-level entities and relationships for the organization.

Customer
l
l (Places)
V (Is placed by)
Order
l (Contains)
l
V (Is contained by)
Product

A

Enterprise Data Model

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

More detailed view, matching data structure in database or data warehouse.

Customer (Customer ID) Product Id
l ^
V l
Order (Order ID, CID, OD) –> Order Line

A

Project Data Model

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

● Noun form describing a person,
place, object, event, or concept
● Composed of attributes.

A

Entities

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

It is a characteristic that
describes that entity.

A

Attribute

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

● Between Entities
● Usually one-to-many (1:M) or
many-to-many (M:N)

A

Relationships

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

Database technology involving:
1. Tables (relations)
2. Primary/foreign keys

A

Relational Databases

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

representing entities.

A

Tables (relations)

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

representing relationships.

A

Primary/foreign keys

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