Database Redesign Before any changes to database structure are attempted one should first: create a complete backup of the operational database only. clearly understand the current structure and contents of the database only. All of these test any changes on a test database only. create a complete backup of the operational database only. clearly understand the current structure and contents of the database only. All of these test any changes on a test database 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. optimistic ambivalent None of these skeptical optimistic ambivalent None of these skeptical ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Database redesign is not terribly difficult if the: database is structured. database is relatively small. database is well-designed. database has no data. database is structured. database is relatively small. database is well-designed. database has no data. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign It is not easy to build a database correctly the first time. False True False True ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Adding null columns to a table is straightforward. False True False True 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 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 ANSWER DOWNLOAD EXAMIANS APP