Exam 1 Database Management Flashcards

1
Q

What is the goal of an information system?

A

Add Value to the User

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

To create an information system one must first understand?

A

The Business and the Information Needs of the User

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

Methodology

A

Build Models of the System

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

Models

A

Provide a representation of reality - Communicate with Users

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

Database Design

A

Two Steps - Conceptual Model and Implementation Model

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

Relational Database

A

Collection of related Entities/Tables

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

Table

A

Attributes/Columns, Rows/Instances

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

Association

A

A relationship between two or more entity classes

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

Attributes have data domain

A

An attributes set of possible values

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

Entity instance related to another entity instance

A

ex, An employee works in one department - Each department can work on many different products

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

Generalization Questions

A

Do we include the primary key that exists in the sub-classes as an attribute when we total the sum of attributes by adding the parent class to the sub class

-Disjointed vs. Non-Disjointed

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

Reflexive Relationship

A

Ex. An Employee can also be a manager

1 manager manages 1 or * workers

Therefore this is an association of an entity class back onto itself

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

Aggregation

A

Sales can have many items every item can exist in many sales

-Aggregation = One sale consisting of a set of items being sold

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

Computed Attributes

A

ex. Employee(Name, DateofBirth, /Age, Phone

{Age = Today - DateofBirth}

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

Entity classes describe the business rules of an organization - T/F

A

True

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