Database Redesign The data model produced from the reverse engineering process is a true logical model. False True False True ANSWER DOWNLOAD EXAMIANS APP
Database Redesign What SQL command can be used to delete columns from a table? ALTER TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP COLUMN ColumnName ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Database redesign is especially difficult if the database has no data. False True False True ANSWER DOWNLOAD EXAMIANS APP
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 Which is not true of a correlated subquery? EXISTS/NOT EXISTS is a form of a correlated subquery. They are very similar to a regular subquery. The processing of the SELECT statements is nested. They can be used to verify functional dependencies. EXISTS/NOT EXISTS is a form of a correlated subquery. They are very similar to a regular subquery. The processing of the SELECT statements is nested. They can be used to verify functional dependencies. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Which SQL-92 standard SQL command can be used to change a table name? RENAME TABLE ALTER TABLE CHANGE TABLE None of these RENAME TABLE ALTER TABLE CHANGE TABLE None of these ANSWER DOWNLOAD EXAMIANS APP