Database Redesign How many copies of the database schema are typically used in the redesign process? One Three Two Four One Three Two Four ANSWER DOWNLOAD EXAMIANS APP
Database Redesign What SQL command can be used to add columns to a table? ALTER TABLE TableName ADD COLUMN ColumnName MODIFY TABLE TableName ADD ColumnName ALTER TABLE TableName ADD ColumnName MODIFY TABLE TableName ADD COLUMN ColumnName ALTER TABLE TableName ADD COLUMN ColumnName MODIFY TABLE TableName ADD ColumnName ALTER TABLE TableName ADD ColumnName MODIFY TABLE TableName ADD COLUMN ColumnName ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Database redesign is not terribly difficult if the: database has no data. database is well-designed. database is structured. database is relatively small. database has no data. database is well-designed. database is structured. database is relatively small. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The data model produced from the reverse engineering process does not include intersection table data. True False True False ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Which SQL-92 standard SQL command can be used to change a table name? ALTER TABLE RENAME TABLE CHANGE TABLE None of these ALTER TABLE RENAME TABLE CHANGE TABLE None of these 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 foreign key constraint. drop the table containing the foreign key. drop the primary key. All of these drop the foreign key constraint. drop the table containing the foreign key. ANSWER DOWNLOAD EXAMIANS APP