Database Redesign How many copies of the database schema are typically used in the redesign process? Four Three One Two Four Three One Two 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
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 rare database design task, but does occur. a common database design task. 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 rare database design task, but does occur. a common database design task. a database design task that never occurs. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Because of the need for extensive knowledge of SQL, many database developers choose to automate the redesign process. False True False True ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Which of the following modifications may not succeed? Changing a column data type from char to date Changing a column data type from numeric to char Both of the above actions should succeed Neither of the above actions will succeed Changing a column data type from char to date Changing a column data type from numeric to char Both of the above actions should succeed Neither of the above actions will succeed ANSWER DOWNLOAD EXAMIANS APP
Database Redesign What SQL command can be used to add columns to a table? MODIFY TABLE TableName ADD COLUMN ColumnName MODIFY TABLE TableName ADD ColumnName ALTER TABLE TableName ADD ColumnName ALTER TABLE TableName ADD COLUMN ColumnName MODIFY TABLE TableName ADD COLUMN ColumnName MODIFY TABLE TableName ADD ColumnName ALTER TABLE TableName ADD ColumnName ALTER TABLE TableName ADD COLUMN ColumnName ANSWER DOWNLOAD EXAMIANS APP