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 Which SQL-92 standard SQL command can be used to change a table name? RENAME TABLE ALTER TABLE None of these CHANGE TABLE RENAME TABLE ALTER TABLE None of these CHANGE TABLE ANSWER DOWNLOAD EXAMIANS APP
Database Redesign How many copies of the database schema are typically used in the redesign process? One Two Three Four One Two Three Four ANSWER DOWNLOAD EXAMIANS APP
Database Redesign What SQL command can be used to add columns to a table? 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 MODIFY TABLE TableName ADD COLUMN ColumnName ALTER TABLE TableName ADD COLUMN ColumnName ALTER TABLE TableName ADD ColumnName ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Changing cardinalities in a database is: a rare database design task, but does occur. a database design task that never occurs. a common database design task. 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 database design task that never occurs. a common database design task. is impossible to do, so a new database must be constructed and the data moved into it. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Adding null columns to a table is straightforward. False True False True ANSWER DOWNLOAD EXAMIANS APP