Database Redesign Which is not true of a correlated subquery? The processing of the SELECT statements is nested. EXISTS/NOT EXISTS is a form of a correlated subquery. They can be used to verify functional dependencies. They are very similar to a regular subquery. The processing of the SELECT statements is nested. EXISTS/NOT EXISTS is a form of a correlated subquery. They can be used to verify functional dependencies. They are very similar to a regular subquery. ANSWER DOWNLOAD EXAMIANS APP
Database Redesign How can you find rows that do not match some specified condition? Double use of NOT EXISTS NOT EXISTS EXISTS None of these Double use of NOT EXISTS NOT EXISTS EXISTS None of these 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
Database Redesign It is not easy to build a database correctly the first time. True False True False 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 The EXISTS keyword will be true if any row in the subquery meets the condition. False True False True ANSWER DOWNLOAD EXAMIANS APP