Changing cardinalities in a database is: a database design task that never occurs. is impossible to do, so a new database must be constructed and the data moved into it. a rare database design task, but does occur. a common database design task. TRUE ANSWER : ? YOUR ANSWER : ?
A tool that can help designers understand the dependencies of database structures is a: None of these data model. graphical display. dependency graph. TRUE ANSWER : ? YOUR ANSWER : ?
Which is not true of a correlated subquery? They can be used to verify functional dependencies. They are very similar to a regular subquery. EXISTS/NOT EXISTS is a form of a correlated subquery. The processing of the SELECT statements is nested. TRUE ANSWER : ? YOUR ANSWER : ?
The NOT EXISTS keyword will be true if: neither of these two conditions is met. all rows in the subquery fail the condition. any row in the subquery meets the condition. both of these two conditions are met. TRUE ANSWER : ? YOUR ANSWER : ?
How many copies of the database schema are typically used in the redesign process? Three One Four Two TRUE ANSWER : ? YOUR ANSWER : ?
Database redesign is not terribly difficult if the: database is relatively small. database is structured. database is well-designed. database has no data. TRUE ANSWER : ? YOUR ANSWER : ?
Dependency graphs are diagrams that consist of nodes and arcs that show the dependencies of a database. True False TRUE ANSWER : ? YOUR ANSWER : ?
If a database is built correctly the first time, it will not have to be redesigned. False True TRUE ANSWER : ? YOUR ANSWER : ?
The data model that is produced from reverse engineering is: an internal model. None of these a logical model. a conceptual model. TRUE ANSWER : ? YOUR ANSWER : ?