The process of reading a database schema and producing a data model from that schema is known as:
The process of reading a database schema and producing a data model from that schema is known as:
Before any changes to database structure are attempted one should first:
Before any changes to database structure are attempted one should first:
The use of the double NOT EXISTS can be used to find rows that do not match some specified condition.
The use of the double NOT EXISTS can be used to find rows that do not match some specified condition.
The NOT EXISTS keyword will be true if:
The NOT EXISTS keyword will be true if:
Dependency graphs are diagrams that consist of nodes and arcs that show the dependencies of a database.
Dependency graphs are diagrams that consist of nodes and arcs that show the dependencies of a database.
Because of the need for extensive knowledge of SQL, many database developers choose to automate the redesign process.
Because of the need for extensive knowledge of SQL, many database developers choose to automate the redesign process.
The EXISTS keyword will be true if any row in the subquery meets the condition.
The EXISTS keyword will be true if any row in the subquery meets the condition.
The SQL-92 command to change a table name is RENAME TABLE.
The SQL-92 command to change a table name is RENAME TABLE.
The data model that is produced from reverse engineering is:
The data model that is produced from reverse engineering is:
Which of the following SQL statements are helpful in database redesign?
Which of the following SQL statements are helpful in database redesign?
A regular subquery is processed from the bottom up.
A regular subquery is processed from the bottom up.
Which SQL-92 standard SQL command can be used to change a table name?
Which SQL-92 standard SQL command can be used to change a table name?
Correlated subqueries are similar to a regular subquery.
Correlated subqueries are similar to a regular subquery.
What SQL command will allow you to change the table STUDENT to add the constraint named GradeCheck that states that the values of the Grade column must be greater than 0?
What SQL command will allow you to change the table STUDENT to add the constraint named GradeCheck that states that the values of the Grade column must be greater than 0?
Because of the importance of making data model changes correctly, many professionals are ________ about using an automated process for database redesign.
Because of the importance of making data model changes correctly, many professionals are ________ about using an automated process for database redesign.
Which of the following modifications may not succeed?
Which of the following modifications may not succeed?
Which is not true of a correlated subquery?
Which is not true of a correlated subquery?
If a database is built correctly the first time, it will not have to be redesigned.
If a database is built correctly the first time, it will not have to be redesigned.
How many copies of the database schema are typically used in the redesign process?
How many copies of the database schema are typically used in the redesign process?
What SQL command can be used to delete columns from a table?
What SQL command can be used to delete columns from a table?
Changing cardinalities in a database is:
Changing cardinalities in a database is:
It is not easy to build a database correctly the first time.
It is not easy to build a database correctly the first time.
Database redesign is not terribly difficult if the:
Database redesign is not terribly difficult if the:
A regular subquery can be processed:
A regular subquery can be processed:
Reverse engineering is the process of reading a database schema and producing a data model from that schema.
Reverse engineering is the process of reading a database schema and producing a data model from that schema.
A correlated subquery is processed as a nested subquery.
A correlated subquery is processed as a nested subquery.
What SQL command can be used to add columns to a table?
What SQL command can be used to add columns to a table?
The EXISTS keyword will be true if:
The EXISTS keyword will be true if:
Information systems and organizations do not just influence each other; they create each other.
Information systems and organizations do not just influence each other; they create each other.
How can you find rows that do not match some specified condition?
How can you find rows that do not match some specified condition?
Database redesign is especially difficult if the database has no data.
Database redesign is especially difficult if the database has no data.
To drop a column that is used as a foreign key, first:
To drop a column that is used as a foreign key, first:
The NOT EXISTS keyword will be true if any row in the subquery meets the condition.
The NOT EXISTS keyword will be true if any row in the subquery meets the condition.
Typically, there should be at least two different copies of the database schema used in the redesign process.
Typically, there should be at least two different copies of the database schema used in the redesign process.
Some organizations take the stand that no application should ever employ the true name of a table.
Some organizations take the stand that no application should ever employ the true name of a table.
Although creating test databases is a critical and necessary job, there are few career opportunities in this area.
Although creating test databases is a critical and necessary job, there are few career opportunities in this area.
The data model produced from the reverse engineering process is a true logical model.
The data model produced from the reverse engineering process is a true logical model.
A tool that can help designers understand the dependencies of database structures is a:
A tool that can help designers understand the dependencies of database structures is a:
The data model produced from the reverse engineering process does not include intersection table data.
The data model produced from the reverse engineering process does not include intersection table data.
Adding null columns to a table is straightforward.
Adding null columns to a table is straightforward.