Database Redesign The NOT EXISTS keyword will be true if: neither of these two conditions is met. any row in the subquery meets the condition. both of these two conditions are met. all rows in the subquery fail the condition. neither of these two conditions is met. any row in the subquery meets the condition. both of these two conditions are met. all rows in the subquery fail the condition. 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
Database Redesign To drop a column that is used as a foreign key, first: 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. drop the foreign key constraint. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Because of the need for extensive knowledge of SQL, many database developers choose to automate the redesign process. True False True False ANSWER DOWNLOAD EXAMIANS APP
Database Redesign What SQL command can be used to delete columns from a table? ALTER TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP COLUMN ColumnName ANSWER DOWNLOAD EXAMIANS APP
Database Redesign A correlated subquery is processed as a nested subquery. True False True False ANSWER DOWNLOAD EXAMIANS APP