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.
Database redesign is not terribly difficult if the:
Database redesign is not terribly difficult if the:
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.
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?
Adding null columns to a table is straightforward.
Adding null columns to a table is straightforward.
A regular subquery is processed from the bottom up.
A regular subquery is processed from the bottom up.
What SQL command can be used to add columns to a table?
What SQL command can be used to add columns to a table?
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.
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.
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 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:
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.
The EXISTS keyword will be true if:
The EXISTS keyword will be true if:
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?
The NOT EXISTS keyword will be true if:
The NOT EXISTS keyword will be true if:
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.
What SQL command can be used to delete columns from a table?
What SQL command can be used to delete columns from a table?
The data model that is produced from reverse engineering is:
The data model that is produced from reverse engineering is:
The SQL-92 command to change a table name is RENAME TABLE.
The SQL-92 command to change a table name is RENAME TABLE.
A regular subquery can be processed:
A regular subquery can be processed:
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.
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:
Which is not true of a correlated subquery?
Which is not true of a correlated 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?
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.
It is not easy to build a database correctly the first time.
It is not easy to build a database correctly the first time.
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.
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.
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?
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?
Changing cardinalities in a database is:
Changing cardinalities in a database is:
A correlated subquery is processed as a nested subquery.
A correlated subquery is processed as a nested subquery.
Database redesign is especially difficult if the database has no data.
Database redesign is especially difficult if the database has no data.
Before any changes to database structure are attempted one should first:
Before any changes to database structure are attempted one should first:
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.