It is not easy to build a database correctly the first time. True False TRUE ANSWER : ? YOUR ANSWER : ?
Although creating test databases is a critical and necessary job, there are few career opportunities in this area. False True TRUE ANSWER : ? YOUR ANSWER : ?
Before any changes to database structure are attempted one should first: clearly understand the current structure and contents of the database only. All of these test any changes on a test database only. create a complete backup of the operational database only. TRUE ANSWER : ? YOUR ANSWER : ?
A tool that can help designers understand the dependencies of database structures is a: None of these graphical display. data model. dependency graph. TRUE ANSWER : ? YOUR ANSWER : ?
Database redesign is especially difficult if the database has no data. False True TRUE ANSWER : ? YOUR ANSWER : ?
Which is not true of a correlated subquery? They can be used to verify functional dependencies. EXISTS/NOT EXISTS is a form of a correlated subquery. They are very similar to a regular subquery. The processing of the SELECT statements is nested. TRUE ANSWER : ? YOUR ANSWER : ?
Typically, there should be at least two different copies of the database schema used in the redesign process. True False TRUE ANSWER : ? YOUR ANSWER : ?
Changing cardinalities in a database is: a rare database design task, but does occur. a common database design task. a database design task that never occurs. is impossible to do, so a new database must be constructed and the data moved into it. TRUE ANSWER : ? YOUR ANSWER : ?