Database Models Flashcards

1
Q

The first step in designing a database refers to the process of creating a specific data model for a determined problem domain (a problem domain is a clearly defined area within the real world
environment, with a well-defined scope and boundaries that will be systematically addressed.)

A

Data modeling

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

It is a relatively simple representation, usually graphical, of more complex real-world data structures.

A

Data model

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

What are the 3 Data Model Basic Building Blocks?

A

Entity, Attribute, and Relationship

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

It is a person, place, thing, or event about which data will be collected and stored.

A

Entity

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

It is a characteristic of an entity. For example, a CUSTOMER entity would be described by attributes such as customer last name, customer first name, customer phone number, customer address, and customer credit limit.

A

Attribute

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

It describes an association among entities. For example, a relationship exists between customers and agents that can be described as follows: an agent can serve many customers and each customer may be served by one agent.

A

Relationship

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

1:M

A

One-to-many

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

M:N

A

Many-to-many

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

1:1

A

One-to-one

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

It is a restriction placed on the data. ___ are important because they help to ensure data integrity.

A

Constraint

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

It is a brief, precise, and unambiguous description of a policy, procedure, or principle within a specific organization.

A

Business rule

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