test 1 reivew part 5 Flashcards

1
Q

A relational database stores data in the form of lists. (T/F)

A

False

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

One problem with storing duplicated data is the potential for inconsistent values.

A

True

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

Most organizations create and use their own database management system (DBMS) products.

A

False

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

Which of the following would not be an example of database metadata?

A) Names of tables in a database

B) Properties of tables in a database

C) Names of columns in a database and their associated tables

D) Properties of columns

E) Queries against records in the database tables

A

E) Queries against records in the database tables

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

Every relation is a table, but not every table is a relation. (T/F)

A

True

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

DBMS products allow you to specify whether a null value can occur in a column. (T/F)

A

True

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

You can’t have nulls in either a primary or foreign key (T/F)

A

True

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

One important relational design principle is that:

A) every determinant must be a candidate key.

B) every candidate key must not be a determinant.

C) every primary key must be a surrogate key.

D) every determinant must be functionally dependent on the primary key.

E) every primary key must be functionally dependent on every determinant.

A

A) every determinant must be a candidate key.

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