Database Redesign Which of the following SQL statements are helpful in database redesign? EXISTS/NOT EXISTS expressions only Correlated subqueries only None of these Both of the above are helpful EXISTS/NOT EXISTS expressions only Correlated subqueries only None of these Both of the above are helpful ANSWER DOWNLOAD EXAMIANS APP
Database Redesign To drop a column that is used as a foreign key, first: drop the primary key. drop the table containing the foreign key. drop the foreign key constraint. All of these drop the primary key. drop the table containing the foreign key. drop the foreign key constraint. All of these 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 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. create a complete backup of the operational database only. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign A regular subquery can be processed: by nesting. from the top down. from the bottom up. None of these by nesting. from the top down. from the bottom up. None of these ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Reverse engineering is the process of reading a database schema and producing a data model from that schema. False True False True ANSWER DOWNLOAD EXAMIANS APP
Database Redesign How many copies of the database schema are typically used in the redesign process? Four Two One Three Four Two One Three ANSWER DOWNLOAD EXAMIANS APP