It is not easy to build a database correctly the first time. False True TRUE ANSWER : ? YOUR ANSWER : ?
Before any changes to database structure are attempted one should first: All of these clearly understand the current structure and contents of the database only. test any changes on a test database only. create a complete backup of the operational database only. TRUE ANSWER : ? YOUR ANSWER : ?
The data model that is produced from reverse engineering is: None of these a logical model. a conceptual model. an internal model. TRUE ANSWER : ? YOUR ANSWER : ?
Database redesign is especially difficult if the database has no data. True False TRUE ANSWER : ? YOUR ANSWER : ?
Database redesign is not terribly difficult if the: database has no data. database is well-designed. database is structured. database is relatively small. TRUE ANSWER : ? YOUR ANSWER : ?
The data model produced from the reverse engineering process is a true logical model. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which of the following modifications may not succeed? Changing a column data type from char to date Both of the above actions should succeed Neither of the above actions will succeed Changing a column data type from numeric to char TRUE ANSWER : ? YOUR ANSWER : ?
The EXISTS keyword will be true if any row in the subquery meets the condition. True False TRUE ANSWER : ? YOUR ANSWER : ?
Some organizations take the stand that no application should ever employ the true name of a table. False True TRUE ANSWER : ? YOUR ANSWER : ?