Final Exam Flashcards

1
Q

The first step in the ER model verification process is to ____.

A

Planning

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

As long as two transactions, T1 and T2, access ____ data, there is no conflict, and the order of execution is irrelevant to the final outcome.

A

Unrelated

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

The ____ manager is responsible for assigning and policing the locks used by the transactions.

A

Lock

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

To ensure consistency of the database, every transaction must begin with the database in an unstable state.

A

False

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

Stored procedures help reduce code duplication by means of code isolation and code sharing.

A

True

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

When using a(n) ____ join, only rows that meet the given criteria are returned.

A

Inner

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

When you read from or update a database, you create a transaction.

A

True

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

The PL/SQL block starts with the ____ clause

A

Begin

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

The most useful feature of PL/SQL blocks is that they let you create code that can be named, stored, and executed by the DBMS.

A

True

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

The DBMS guarantees that the semantic meaning of a transaction truly represents the real-world event

A

False

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

The first step in the DBLC is ____.

A

Database Initial Study

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

“Should the existing system be replaced?” is a question that is asked during the ____ stage of the SDLC

A

Planning

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

The optimistic approach is based on the assumption that the majority of the database operations do not conflict.

A

True

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

The primary objective of database design is ____.

A

To create complete, normalized, nonredundant, and fully integrated conceptual, logical, and physical database models.

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

One of the major advantages of stored procedures is that they can be used to encapsulate and represent business transactions.

A

True

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

Systems analysis is used to determine the need for an information system and to establish its limits.

A

True

17
Q

The ANSI standard defines ____ type(s) of outer join(s)

A

Three

18
Q

A data warehouse can store data derived from many sources.

A

True

19
Q

____ data exist in a format that does not lend itself to processing that yields information.

A

Unstructured

20
Q

Oracle 12c is an example of a(n) ____.

A

XML/Hybrid data model

21
Q

Accurate, relevant, and timely information is the key to ____.

A

Qualities of Good Decision Making

22
Q

Metadata present a more complete picture of the data in the database than the data itself.

A

True

23
Q

Business rules are derived from ____.

A

A detailed description of an organization’s operations.

24
Q

One of the limitations of the ____ model is that there is a lack of standards.

A

Hierarchical