It is not easy to build a database correctly the first time. True False 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 is not true of a correlated subquery? The processing of the SELECT statements is nested. 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. TRUE ANSWER : ? YOUR ANSWER : ?
If a database is built correctly the first time, it will not have to be redesigned. True False 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 : ?
The NOT EXISTS keyword will be true if: all rows in the subquery fail the condition. neither of these two conditions is met. both of these two conditions are met. any row in the subquery meets the condition. TRUE ANSWER : ? YOUR ANSWER : ?
Information systems and organizations do not just influence each other; they create each other. True False TRUE ANSWER : ? YOUR ANSWER : ?
The SQL-92 command to change a table name is RENAME TABLE. False True TRUE ANSWER : ? YOUR ANSWER : ?
The use of the double NOT EXISTS can be used to find rows that do not match some specified condition. True False TRUE ANSWER : ? YOUR ANSWER : ?
To drop a column that is used as a foreign key, first: drop the foreign key constraint. All of these drop the table containing the foreign key. drop the primary key. TRUE ANSWER : ? YOUR ANSWER : ?