Database Redesign Before any changes to database structure are attempted one should first: All of these clearly understand the current structure and contents of the database only. test any changes on a test database only. create a complete backup of the operational database only. All of these clearly understand the current structure and contents of the database only. test any changes on a test database only. create a complete backup of the operational database only. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The SQL-92 command to change a table name is RENAME TABLE. False True False True ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The NOT EXISTS keyword will be true if: both of these two conditions are met. any row in the subquery meets the condition. neither of these two conditions is met. all rows in the subquery fail the condition. both of these two conditions are met. any row in the subquery meets the condition. neither of these two conditions is met. all rows in the subquery fail the condition. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Which SQL-92 standard SQL command can be used to change a table name? ALTER TABLE CHANGE TABLE None of these RENAME TABLE ALTER TABLE CHANGE TABLE None of these RENAME TABLE ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Changing cardinalities in a database is: a database design task that never occurs. is impossible to do, so a new database must be constructed and the data moved into it. a common database design task. a rare database design task, but does occur. a database design task that never occurs. is impossible to do, so a new database must be constructed and the data moved into it. a common database design task. a rare database design task, but does occur. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Correlated subqueries are similar to a regular subquery. False True False True ANSWER DOWNLOAD EXAMIANS APP