Chpt 20 Flashcards

1
Q

What are candidate keys?

A

A subset of attributes that can be used to uniquely identify any record in a table.

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

What is a primary key?

A

A key selected from the candidate keys of a table to uniquely identify the records in the table

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

What are foreign keys?

A

A key used to enforce relationships between two tables, also known as a referential key.

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

What does the ACID Model stand for?

A

Atomicity
Consistency
Isolation
Durability

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

What does the ACID model do?

A

It Steps are the basis for all database transactions.

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

What is concurrency

A

“Edit control” a preventive security mechanism that makes certain that the data in the database is always correct, or at least protected.

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

What are the three elements of DevOps?

A

Software Development
Quality Assurance
IT Operations

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

What control allows for the prioritizing of requests?

A

Request Control

It gives users a framework to request changes and developers to prioritize them.

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

What is the highest priority of the Agile development model?

A

Getting the customer early and continuous usable software.

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

What are the 5 stages of SW-CMM?

A
  1. Initiating
  2. Repeatable
  3. Defined
  4. Managed
  5. Optimized
How well did you know this?
1
Not at all
2
3
4
5
Perfectly