final exam review 5 Flashcards
In the normalization process, if you find a candidate key that is not a determinant then you should NOT
a. place the columns of the functional dependency in a new relation
b. make the determinant of the function dependency the primary key of the new relation
c. rename the determinant to another attribute description
d. leave a copy of the determinant as a foreign key in the original relation
c. rename the determinant to another attribute description
In moving your data model from the logical to the physical, which is NOT true
a. relations become tables
b. ID Dependent weak entities require referential integrity constraints
c. Attribute domains become intersection tables
d. all are true
c. attribute domains become intersection tables
In many-to-many relationships in a relational database design
a. the intersection table is ID dependent on one of the parents
b. the intersection table is ID dependent on both of the parents
c. the minimum cardinality from the interaction table to each of the parents is one
d. b and c
d. b and c
a virtual table that is constructed from other tables or views
SQL view
entire area of one or both tables
union
area in table A not in table B
Complement
allows you to group rows in a data set and summarize values in designated columns. Can be used in conjunction with the aggregate function to group the result by one or more columns
GROUP BY
A subquery that refers to values from the outer query in its execution.
Correlated subquery