Database Redesign What SQL command can be used to add columns to a table? 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 ALTER TABLE TableName ADD ColumnName ANSWER DOWNLOAD EXAMIANS APP
Database Redesign If a database is built correctly the first time, it will not have to be redesigned. False True False True ANSWER DOWNLOAD EXAMIANS APP
Database Redesign How can you find rows that do not match some specified condition? Double use of NOT EXISTS None of these EXISTS NOT EXISTS Double use of NOT EXISTS None of these EXISTS NOT EXISTS ANSWER DOWNLOAD EXAMIANS APP
Database Redesign Reverse engineering is the process of reading a database schema and producing a data model from that schema. True False True False ANSWER DOWNLOAD EXAMIANS APP
Database Redesign The process of reading a database schema and producing a data model from that schema is known as: reverse engineering. None of these database design. data modeling. reverse engineering. None of these database design. data modeling. 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