3-23.2 Flashcards

1
Q

What are the four DBMS security functions?

A

Integrity, Availability, Confidentiality, Privacy

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

What are some techniques used to ensure database Integrity?

A

Commit Operation (ensures consistent change), Rollback (ends a corrupt or invalid transaction), and OLTP (Online Transaction Processing Systems - Designed to optimize concurrency)

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

Describe the ACID model.

A

Atomicity (transactions in entirety or not at all), Consistency (transactions correct across all instances), Isolation (transactions cant interact until completed), and Durability (transactions can’t be rolled back once committed - errors fixed by new transactions).

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

What are checkpoints vs savepoints?

A

Checkpoints are snapshots in time, Savepoints are intermediate markers within a transaction that can be rolled back to.

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

What is data warehousing?

A

Combines data from multiple sources into a large DB for retrieval and trend analysis.

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

Name some confidentiality access controls.

A

Need to know, Least Privilege, Content, Context, Cell Supression, and Database Views.

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

What is data mining?

A

The process of analyzing data with tools that look for trends, correlations, or anomalies resulting in metadata.

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

What is aggregation?

A

Aggregation is when individual pieces of data are combined to create a bigger picture that may have greater sensitivity than the individual parts.

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

What is inference?

A

The ability to derive information that is not explicitly available. This has become increasingly dangerous with the use of AI.

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