MidTerm Study Flashcards

1
Q

T/F: 2 tables can be linked or joined together through a common field.

A

True

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

Which of the following does not contain repeating groups, but has a primary key and possibly partial dependencies?

A. 1NF
B. 2NF
C. 3NF
D. 4NF

A

A. 1NF

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

Which of the following is used to create and maintain the physical database?

A. SQL
B. schema
C. DBMS

A

C. DBMS

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

What represents a characteristic or attribute that is being collected about an entity?

A. Row
B. Tuple
C. Column
D. Field

A

D. Field

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

T/F: Tables can be linked or joined together through their primary keys.

A

False

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

For every occurance of A, there can only be one occurance of B.
This is an example of what type of relationship?

A. One-to-One
B. One-to-Many
C. Many-to-Many

A

A. One-to-One

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

A field in the logical design of a database corresponds to a ____ in the physical database.

A. Row
B. Column
C. Field
D. Entity

A

B. Column

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

Which of the following is used to determine the correct organization for data that is to be stored in a database?

A. SDLC
B. DBMS
C. Data Model
D. Normalization

A

D. Normalization

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

A(n) ____________________ table can be added to the physical database to eliminate a many-to-many relationship.

A

Bridging

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

If a recipe contains several ingredients, and those ingredients can also be used in other recipes, this would be an example of what type of relationship?

A. One-to-One
B. One-to-Many
C. Many-to-Many

A

C. Many-to-Many

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

Which of the following is used to uniquely identify each record?

A. Foreign Key
B. Unique Field
C. Primary Key
D. Relation

A

C. Primary Key

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

T/F: The simplest approach to remove a partial dependency is to use each portion of the primary key to create separate tables.

A

True

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

T/F: The Systems Development Life Cycle is a series of steps that can be used to guide the development process for a database management system.

A

True

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

A composite primary key can lead to what?

A. Transitive Dependencies
B. Partial Dependencies
C. Total Dependencies

A

B. Partial Dependencies

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

A ____ is a group of interrelated files.

A. database
B. field
C. column
D. entity

A

A. database

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

T/F: A table is in fourth normal form if it is in third normal form and has no independent multivalued dependencies.

A

True

17
Q

In a real-world environment, we must strike a balance between design integrity and ____.

A. ease of use
B. stability
C. flexibility
D. efficiency

A

C. flexibility

18
Q

T/F: Repeating groups must be eliminated by making sure that each row defines a single entity.

A

True

19
Q

An attribute that is part of a key is known as a(n) ____ attribute.

A

prime

20
Q

A(n) ____________________ derives its name from the fact that a group of multiple entries of the same type can exist for any single key attribute occurrence.

A. duplicate group
B. repeating group
C. multi-valued

A

B. repeating group

21
Q

A relational table must not contain a(n) ____.

A

repeating group

22
Q

Dependencies based on only a part of a composite primary key are called ____ dependencies.

A

partial

23
Q

T/F: Normalization should be performed after the design process

A

False

Should be done during the design process

24
Q

Normalization works through a series of stages called ___________________ forms

A

normal

25
Q

Because a partial dependency can exist only if a table’s primary key is composed of several attributes, a table whose ____________________ key consists of only a single attribute is automatically in 2NF if it is in 1NF.

A

primary