Database Redesign Before any changes to database structure are attempted one should first: test any changes on a test database only. clearly understand the current structure and contents of the database only. All of these create a complete backup of the operational database only. test any changes on a test database only. clearly understand the current structure and contents of the database only. All of these create a complete backup of the operational database only. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Database redesign is not terribly difficult if the: database has no data. database is relatively small. database is structured. database is well-designed. database has no data. database is relatively small. database is structured. database is well-designed. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Which SQL-92 standard SQL command can be used to change a table name? RENAME TABLE CHANGE TABLE ALTER TABLE None of these RENAME TABLE CHANGE 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 ColumnName ALTER TABLE TableName DROP COLUMN ColumnName MODIFY TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP ColumnName ALTER TABLE TableName DROP COLUMN ColumnName MODIFY TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP ColumnName ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Which of the following SQL statements are helpful in database redesign? Correlated subqueries only EXISTS/NOT EXISTS expressions only Both of the above are helpful None of these Correlated subqueries only EXISTS/NOT EXISTS expressions only Both of the above are helpful None of these ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The process of reading a database schema and producing a data model from that schema is known as: reverse engineering. data modeling. None of these database design. reverse engineering. data modeling. None of these database design. ANSWER DOWNLOAD EXAMIANS APP