Database Redesign What SQL command can be used to add columns to a table? ALTER TABLE TableName ADD ColumnName MODIFY TABLE TableName ADD ColumnName ALTER TABLE TableName ADD COLUMN ColumnName MODIFY TABLE TableName ADD COLUMN ColumnName ALTER TABLE TableName ADD ColumnName MODIFY TABLE TableName ADD ColumnName ALTER TABLE TableName ADD COLUMN ColumnName MODIFY TABLE TableName ADD COLUMN ColumnName 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 of the following SQL statements are helpful in database redesign? 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 None of these ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Adding null columns to a table is straightforward. True False True False ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Some organizations take the stand that no application should ever employ the true name of a table. False True False True ANSWER DOWNLOAD EXAMIANS APP
Database Redesign To drop a column that is used as a foreign key, first: drop the primary key. drop the foreign key constraint. drop the table containing the foreign key. All of these drop the primary key. drop the foreign key constraint. drop the table containing the foreign key. All of these ANSWER DOWNLOAD EXAMIANS APP