Database Redesign Reverse engineering is the process of reading a database schema and producing a data model from that schema. False True False True ANSWER DOWNLOAD EXAMIANS APP
Database Redesign How many copies of the database schema are typically used in the redesign process? Four Two One Three Four Two One Three ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Which of the following modifications may not succeed? Neither of the above actions will succeed Changing a column data type from char to date Both of the above actions should succeed Changing a column data type from numeric to char Neither of the above actions will succeed Changing a column data type from char to date Both of the above actions should succeed Changing a column data type from numeric to char ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The SQL-92 command to change a table name is RENAME TABLE. True False True False ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Which SQL-92 standard SQL command can be used to change a table name? CHANGE TABLE RENAME TABLE ALTER TABLE None of these CHANGE TABLE RENAME TABLE ALTER TABLE None of these ANSWER DOWNLOAD EXAMIANS APP
Database Redesign What SQL command can be used to delete columns from a table? MODIFY TABLE TableName DROP COLUMN ColumnName MODIFY TABLE TableName DROP ColumnName ALTER TABLE TableName DROP ColumnName ALTER TABLE TableName DROP COLUMN ColumnName MODIFY TABLE TableName DROP COLUMN ColumnName MODIFY TABLE TableName DROP ColumnName ALTER TABLE TableName DROP ColumnName ALTER TABLE TableName DROP COLUMN ColumnName ANSWER DOWNLOAD EXAMIANS APP