Database Redesign The data model produced from the reverse engineering process does not include intersection table data. True False True False 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 COLUMN ColumnName ALTER TABLE TableName ADD ColumnName MODIFY TABLE TableName ADD ColumnName MODIFY TABLE TableName ADD COLUMN ColumnName ALTER TABLE TableName ADD COLUMN ColumnName ALTER TABLE TableName ADD ColumnName MODIFY TABLE TableName ADD ColumnName ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The SQL-92 command to change a table name is RENAME TABLE. False True False True ANSWER DOWNLOAD EXAMIANS APP
Database Redesign How can you find rows that do not match some specified condition? Double use of NOT EXISTS NOT EXISTS None of these EXISTS Double use of NOT EXISTS NOT EXISTS None of these EXISTS ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Although creating test databases is a critical and necessary job, there are few career opportunities in this area. False True False True 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