Database Redesign Dependency graphs are diagrams that consist of nodes and arcs that show the dependencies of a database. True False True False ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Which SQL-92 standard SQL command can be used to change a table name? None of these ALTER TABLE CHANGE TABLE RENAME TABLE None of these ALTER TABLE CHANGE TABLE RENAME TABLE ANSWER DOWNLOAD EXAMIANS APP
Database Redesign How can you find rows that do not match some specified condition? EXISTS Double use of NOT EXISTS None of these NOT EXISTS EXISTS Double use of NOT EXISTS None of these NOT EXISTS ANSWER DOWNLOAD EXAMIANS APP
Database Redesign What SQL command can be used to delete columns from a table? ALTER TABLE TableName DROP ColumnName ALTER TABLE TableName DROP COLUMN ColumnName MODIFY TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP COLUMN ColumnName ALTER TABLE TableName DROP ColumnName ALTER TABLE TableName DROP COLUMN ColumnName MODIFY TABLE TableName DROP ColumnName MODIFY TABLE TableName DROP COLUMN ColumnName ANSWER DOWNLOAD EXAMIANS APP
Database Redesign A correlated subquery is processed as a nested subquery. False True False True ANSWER DOWNLOAD EXAMIANS APP
Database Redesign A regular subquery can be processed: None of these from the top down. from the bottom up. by nesting. None of these from the top down. from the bottom up. by nesting. ANSWER DOWNLOAD EXAMIANS APP