Database Redesign Which of the following SQL statements are helpful in database redesign? None of these EXISTS/NOT EXISTS expressions only Both of the above are helpful Correlated subqueries only None of these EXISTS/NOT EXISTS expressions only Both of the above are helpful Correlated subqueries only ANSWER DOWNLOAD EXAMIANS APP
Database Redesign What SQL command can be used to add columns to a table? ALTER TABLE TableName ADD ColumnName MODIFY TABLE TableName ADD ColumnName MODIFY TABLE TableName ADD COLUMN ColumnName ALTER TABLE TableName ADD COLUMN ColumnName ALTER TABLE TableName ADD ColumnName MODIFY TABLE TableName ADD ColumnName MODIFY TABLE TableName ADD COLUMN ColumnName ALTER TABLE TableName ADD COLUMN ColumnName ANSWER DOWNLOAD EXAMIANS APP
Database Redesign To drop a column that is used as a foreign key, first: drop the table containing the foreign key. drop the foreign key constraint. drop the primary key. All of these drop the table containing the foreign key. drop the foreign key constraint. drop the primary key. All of these ANSWER DOWNLOAD EXAMIANS APP
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 A tool that can help designers understand the dependencies of database structures is a: dependency graph. None of these data model. graphical display. dependency graph. None of these data model. graphical display. 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