Database Redesign Which SQL-92 standard SQL command can be used to change a table name? CHANGE TABLE None of these RENAME TABLE ALTER TABLE CHANGE TABLE None of these RENAME TABLE ALTER TABLE ANSWER DOWNLOAD EXAMIANS APP
Database Redesign How can you find rows that do not match some specified condition? EXISTS None of these Double use of NOT EXISTS NOT EXISTS EXISTS None of these Double use of NOT EXISTS NOT EXISTS ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Before any changes to database structure are attempted one should first: create a complete backup of the operational database only. test any changes on a test database only. clearly understand the current structure and contents of the database only. All of these create a complete backup of the operational database only. test any changes on a test database only. clearly understand the current structure and contents of the database only. All of these ANSWER DOWNLOAD EXAMIANS APP
Database Redesign A regular subquery is processed from the bottom up. True False True False ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The EXISTS keyword will be true if any row in the subquery meets the condition. True False True False ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The NOT EXISTS keyword will be true if any row in the subquery meets the condition. False True False True ANSWER DOWNLOAD EXAMIANS APP