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 What SQL command can be used to delete columns from a table? ALTER TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP COLUMN ColumnName MODIFY TABLE TableName DROP ColumnName ALTER TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP COLUMN ColumnName MODIFY TABLE TableName DROP ColumnName ALTER TABLE TableName DROP COLUMN ColumnName ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Before any changes to database structure are attempted one should first: clearly understand the current structure and contents of the database only. All of these create a complete backup of the operational database only. test any changes on a test database only. clearly understand the current structure and contents of the database only. All of these create a complete backup of the operational database only. test any changes on a test database only. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The EXISTS keyword will be true if any row in the subquery meets the condition. False True False True 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 Correlated subqueries only EXISTS/NOT EXISTS expressions only None of these Both of the above are helpful Correlated subqueries only EXISTS/NOT EXISTS expressions only ANSWER DOWNLOAD EXAMIANS APP
Database Redesign How can you find rows that do not match some specified condition? Double use of NOT EXISTS None of these NOT EXISTS EXISTS Double use of NOT EXISTS None of these NOT EXISTS EXISTS ANSWER DOWNLOAD EXAMIANS APP