Database Redesign The SQL-92 command to change a table name is RENAME TABLE. True False True False ANSWER DOWNLOAD EXAMIANS APP
Database Redesign What SQL command can be used to delete columns from a table? MODIFY TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP ColumnName ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The NOT EXISTS keyword will be true if: neither of these two conditions is met. all rows in the subquery fail the condition. both of these two conditions are met. any row in the subquery meets the condition. neither of these two conditions is met. all rows in the subquery fail the condition. both of these two conditions are met. any row in the subquery meets the condition. 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 How can you find rows that do not match some specified condition? NOT EXISTS Double use of NOT EXISTS None of these EXISTS NOT EXISTS Double use of NOT EXISTS None of these EXISTS ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Changing cardinalities in a database is: 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. a rare database design task, but does occur. ANSWER DOWNLOAD EXAMIANS APP