Database Redesign Correlated subqueries are similar to a regular subquery. False True False True ANSWER DOWNLOAD EXAMIANS APP
Database Redesign It is not easy to build a database correctly the first time. True False True False ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The EXISTS keyword will be true if any row in the subquery meets the condition. True False True False ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Typically, there should be at least two different copies of the database schema used in the redesign process. False True False True ANSWER DOWNLOAD EXAMIANS APP
Database Redesign How can you find rows that do not match some specified condition? Double use of NOT EXISTS EXISTS NOT EXISTS None of these Double use of NOT EXISTS EXISTS NOT EXISTS None of these ANSWER DOWNLOAD EXAMIANS APP
Database Redesign What SQL command can be used to delete columns from a table? MODIFY TABLE TableName DROP ColumnName ALTER TABLE TableName DROP COLUMN ColumnName MODIFY TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP ColumnName ALTER TABLE TableName DROP COLUMN ColumnName MODIFY TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP ColumnName ANSWER DOWNLOAD EXAMIANS APP