Database Redesign What SQL command can be used to add columns to a table? ALTER TABLE TableName ADD COLUMN ColumnName ALTER TABLE TableName ADD ColumnName MODIFY TABLE TableName ADD COLUMN ColumnName MODIFY TABLE TableName ADD ColumnName ALTER TABLE TableName ADD COLUMN ColumnName ALTER TABLE TableName ADD ColumnName MODIFY TABLE TableName ADD COLUMN ColumnName MODIFY TABLE TableName ADD ColumnName ANSWER DOWNLOAD EXAMIANS APP
Database Redesign A tool that can help designers understand the dependencies of database structures is a: None of these data model. dependency graph. graphical display. None of these data model. dependency graph. graphical display. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign A regular subquery can be processed: by nesting. None of these from the top down. from the bottom up. by nesting. None of these from the top down. from the bottom up. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign How many copies of the database schema are typically used in the redesign process? Two Four One Three Two Four One Three ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Database redesign is especially difficult if the database has no 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? None of these ALTER TABLE RENAME TABLE CHANGE TABLE None of these ALTER TABLE RENAME TABLE CHANGE TABLE ANSWER DOWNLOAD EXAMIANS APP