Database Redesign Which SQL-92 standard SQL command can be used to change a table name? RENAME TABLE None of these CHANGE TABLE ALTER TABLE RENAME TABLE None of these CHANGE TABLE ALTER TABLE ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Which of the following SQL statements are helpful in database redesign? EXISTS/NOT EXISTS expressions only None of these Correlated subqueries only Both of the above are helpful EXISTS/NOT EXISTS expressions only None of these Correlated subqueries only Both of the above are helpful ANSWER DOWNLOAD EXAMIANS APP
Database Redesign To drop a column that is used as a foreign key, first: All of these drop the foreign key constraint. drop the primary key. drop the table containing the foreign key. All of these drop the foreign key constraint. drop the primary key. drop the table containing the foreign key. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign What SQL command can be used to delete columns from a table? MODIFY TABLE TableName DROP COLUMN ColumnName MODIFY TABLE TableName DROP ColumnName ALTER TABLE TableName DROP ColumnName ALTER TABLE TableName DROP COLUMN ColumnName MODIFY TABLE TableName DROP COLUMN ColumnName MODIFY TABLE TableName DROP ColumnName ALTER TABLE TableName DROP ColumnName ALTER TABLE TableName DROP COLUMN ColumnName ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Dependency graphs are diagrams that consist of nodes and arcs that show the dependencies of a database. False True False True ANSWER DOWNLOAD EXAMIANS APP
Database Redesign What SQL command can be used to add columns to a table? 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 MODIFY TABLE TableName ADD COLUMN ColumnName ALTER TABLE TableName ADD COLUMN ColumnName ANSWER DOWNLOAD EXAMIANS APP