A correlated subquery is processed as a nested subquery.
A correlated subquery is processed as a nested subquery.
The NOT EXISTS keyword will be true if:
The NOT EXISTS keyword will be true if:
What SQL command can be used to delete columns from a table?
What SQL command can be used to delete columns from a table?
Which is not true of a correlated subquery?
Which is not true of a correlated subquery?
Adding null columns to a table is straightforward.
Adding null columns to a table is straightforward.
The SQL-92 command to change a table name is RENAME TABLE.
The SQL-92 command to change a table name is RENAME TABLE.
Database redesign is not terribly difficult if the:
Database redesign is not terribly difficult if the:
Database redesign is especially difficult if the database has no data.
Database redesign is especially difficult if the database has no data.
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.
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.
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?
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.
Correlated subqueries are similar to a regular subquery.
Correlated subqueries are similar to a regular subquery.
Which of the following SQL statements are helpful in database redesign?
Which of the following SQL statements are helpful in database redesign?
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.
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.
What SQL command can be used to add columns to a table?
What SQL command can be used to add columns to a table?
Changing cardinalities in a database is:
Changing cardinalities in a database is:
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?
How can you find rows that do not match some specified condition?
How can you find rows that do not match some specified condition?
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.
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.
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.
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.
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 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.
The EXISTS keyword will be true if:
The EXISTS keyword will be true if:
To drop a column that is used as a foreign key, first:
To drop a column that is used as a foreign key, first:
A regular subquery can be processed:
A regular subquery can be processed:
The data model that is produced from reverse engineering is:
The data model that is produced from reverse engineering is:
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:
Which of the following modifications may not succeed?
Which of the following modifications may not succeed?
It is not easy to build a database correctly the first time.
It is not easy to build a database correctly the first time.
A regular subquery is processed from the bottom up.
A regular subquery is processed from the bottom up.
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.
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 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.
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.
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?