itss 4300 exam #1 (quiz 1) Flashcards

1
Q

The only way to access data in a database is through the DBMS. T/F

A

T

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

_____ is the result of revealing the meaning of raw facts.

A

Information

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

Which of the following is true of NoSQL databases?

They do not support very large amounts of sparse data.
They are not based on the relational model.
They do not support distributed database architectures.
They are geared toward transact on consistency rather than performance.

A

They are not based on the relational model.

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

The CUSTOMER table’s primary key is CUS_CODE. The CUSTOMER primary key column has no null entries, and all entries are unique. This is an example of _____ integrity.

A

entity

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

In implementation terms, an entity is existence-dependent if it has a mandatory primary key.

A

False

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

A weak relationship exists if the primary key of the related entity contains at least one primary key component of the parent entity. (T/F)

A

False

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

The decision to store _____ attributes in database tables depends on the processing requirements and the constraints placed on a particular application.

A

derived

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

The entity supertype contains common characteristics, and the entity subtypes each contain their own unique characteristics. (T/F)

A

T

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