Final exam review part 3 Flashcards
A type of data integrity constraint that ensures each row in a table has a unique identifier (primary key).
Entity integrity
A clause in a SQL SELECT statement used to filter rows based on specified conditions.
WHERE clause
When you design a table you should allow nulls if…
a. a value is not required by business rules
b. the value could be unknown at a particulate point of time
c. a and b
d. none of the above
c. a and b
A set of rules designed to reduce or eliminate various anomalies is called
a. normal form
b. an anomaly
c. SDLC
d. logical design
a. normal form
Which type of data model takes into account the limitations of a specific RDBMS
a. logical
b. physical
c. conceptual
d. enterprise
b. physical
In a business, which one of the following is an example of an attribute
a. Bill’s employment record
b. All the employees
c. Employee’s address
d. This week’s orders
c. Employee’s address
A surrogate key should be considered when
a. a relationship is M:N
b. a composite key is required
c. the key contains a lengthy text field
d. an index needs to be created
c. the key contains a lengthy text field