Database Redesign What SQL command can be used to add columns to a table? 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 MODIFY TABLE TableName ADD COLUMN ColumnName MODIFY TABLE TableName ADD ColumnName ALTER TABLE TableName ADD ColumnName 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 A regular subquery can be processed: from the top down. by nesting. None of these from the bottom up. from the top down. by nesting. None of these from the bottom up. ANSWER DOWNLOAD EXAMIANS APP
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 The process of reading a database schema and producing a data model from that schema is known as: data modeling. None of these database design. reverse engineering. data modeling. None of these database design. reverse engineering. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Which of the following SQL statements are helpful in database redesign? None of these Both of the above are helpful EXISTS/NOT EXISTS expressions only Correlated subqueries only None of these Both of the above are helpful EXISTS/NOT EXISTS expressions only Correlated subqueries only ANSWER DOWNLOAD EXAMIANS APP