Typically, there should be at least two different copies of the database schema used in the redesign process. True False TRUE ANSWER : ? YOUR ANSWER : ?
It is not easy to build a database correctly the first time. False True TRUE ANSWER : ? YOUR ANSWER : ?
Changing cardinalities in a database is: a database design task that never occurs. a rare database design task, but does occur. a common database design task. is impossible to do, so a new database must be constructed and the data moved into it. TRUE ANSWER : ? YOUR ANSWER : ?
The data model produced from the reverse engineering process is a true logical model. True False TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following modifications may not succeed? Changing a column data type from numeric to char Neither of the above actions will succeed Both of the above actions should succeed Changing a column data type from char to date TRUE ANSWER : ? YOUR ANSWER : ?
The EXISTS keyword will be true if any row in the subquery meets the condition. False True TRUE ANSWER : ? YOUR ANSWER : ?
The EXISTS keyword will be true if: both of these two conditions are met. any row in the subquery meets the condition only. all rows in the subquery fail the condition only. neither of these two conditions is met. TRUE ANSWER : ? YOUR ANSWER : ?
Dependency graphs are diagrams that consist of nodes and arcs that show the dependencies of a database. False True TRUE ANSWER : ? YOUR ANSWER : ?