Database Redesign A correlated subquery is processed as a nested subquery. False True False True 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 Which SQL-92 standard SQL command can be used to change a table name? None of these CHANGE TABLE ALTER TABLE RENAME TABLE None of these CHANGE TABLE ALTER TABLE RENAME TABLE ANSWER DOWNLOAD EXAMIANS APP
Database Redesign What SQL command can be used to add columns to a table? MODIFY TABLE TableName ADD COLUMN ColumnName ALTER TABLE TableName ADD ColumnName ALTER TABLE TableName ADD COLUMN ColumnName MODIFY TABLE TableName ADD ColumnName MODIFY TABLE TableName ADD COLUMN ColumnName ALTER TABLE TableName ADD ColumnName ALTER TABLE TableName ADD COLUMN ColumnName MODIFY TABLE TableName ADD ColumnName ANSWER DOWNLOAD EXAMIANS APP
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 Changing cardinalities in a database is: is impossible to do, so a new database must be constructed and the data moved into it. a database design task that never occurs. a common database design task. a rare database design task, but does occur. is impossible to do, so a new database must be constructed and the data moved into it. a database design task that never occurs. a common database design task. a rare database design task, but does occur. ANSWER DOWNLOAD EXAMIANS APP