test 1 reivew part 5 Flashcards
A relational database stores data in the form of lists. (T/F)
False
One problem with storing duplicated data is the potential for inconsistent values.
True
Most organizations create and use their own database management system (DBMS) products.
False
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
E) Queries against records in the database tables
Every relation is a table, but not every table is a relation. (T/F)
True
DBMS products allow you to specify whether a null value can occur in a column. (T/F)
True
You can’t have nulls in either a primary or foreign key (T/F)
True
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) every determinant must be a candidate key.