Database Redesign The use of the double NOT EXISTS can be used to find rows that do not match some specified condition. False True False True ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The EXISTS keyword will be true if: all rows in the subquery fail the condition only. both of these two conditions are met. neither of these two conditions is met. any row in the subquery meets the condition only. all rows in the subquery fail the condition only. both of these two conditions are met. neither of these two conditions is met. any row in the subquery meets the condition only. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign To drop a column that is used as a foreign key, first: drop the foreign key constraint. drop the primary key. All of these drop the table containing the foreign key. drop the foreign key constraint. drop the primary key. All of these drop the table containing the foreign key. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Which of the following SQL statements are helpful in database redesign? None of these Both of the above are helpful EXISTS/NOT EXISTS expressions only Correlated subqueries only None of these Both of the above are helpful EXISTS/NOT EXISTS expressions only Correlated subqueries only ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Because of the importance of making data model changes correctly, many professionals are ________ about using an automated process for database redesign. ambivalent None of these optimistic skeptical ambivalent None of these optimistic skeptical ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The SQL-92 command to change a table name is RENAME TABLE. False True False True ANSWER DOWNLOAD EXAMIANS APP