Database Redesign The use of the double NOT EXISTS can be used to find rows that do not match some specified condition. True False True False ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The EXISTS keyword will be true if: neither of these two conditions is met. any row in the subquery meets the condition only. both of these two conditions are met. all rows in the subquery fail the condition only. neither of these two conditions is met. any row in the subquery meets the condition only. both of these two conditions are met. all rows in the subquery fail the condition only. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Which of the following SQL statements are helpful in database redesign? None of these Correlated subqueries only EXISTS/NOT EXISTS expressions only Both of the above are helpful None of these Correlated subqueries only EXISTS/NOT EXISTS expressions only Both of the above are helpful ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The data model produced from the reverse engineering process is a true logical model. False True False True ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Changing cardinalities in a database is: 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. 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. a database design task that never occurs. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Which of the following modifications may not succeed? Both of the above actions should succeed Changing a column data type from char to date Neither of the above actions will succeed Changing a column data type from numeric to char Both of the above actions should succeed Changing a column data type from char to date Neither of the above actions will succeed Changing a column data type from numeric to char ANSWER DOWNLOAD EXAMIANS APP