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 Which is not true of a correlated subquery? They are very similar to a regular subquery. The processing of the SELECT statements is nested. EXISTS/NOT EXISTS is a form of a correlated subquery. They can be used to verify functional dependencies. They are very similar to a regular subquery. The processing of the SELECT statements is nested. EXISTS/NOT EXISTS is a form of a correlated subquery. They can be used to verify functional dependencies. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Which of the following modifications may not succeed? Changing a column data type from char to date Neither of the above actions will succeed Changing a column data type from numeric to char Both of the above actions should succeed Changing a column data type from char to date Neither of the above actions will succeed Changing a column data type from numeric to char Both of the above actions should succeed ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Adding null columns to a table is straightforward. True False True False ANSWER DOWNLOAD EXAMIANS APP
Database Redesign A regular subquery can be processed: from the top down. None of these from the bottom up. by nesting. from the top down. None of these from the bottom up. by nesting. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Correlated subqueries are similar to a regular subquery. True False True False ANSWER DOWNLOAD EXAMIANS APP