Changing cardinalities in a database is:
Changing cardinalities in a database is:
What SQL command can be used to delete columns from a table?
What SQL command can be used to delete columns from a table?
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?
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 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 of the following SQL statements are helpful in database redesign?
Which of the following SQL statements are helpful in database redesign?
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?
Which of the following modifications may not succeed?
Which of the following modifications may not succeed?
Before any changes to database structure are attempted one should first:
Before any changes to database structure are attempted one should first:
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:
The NOT EXISTS keyword will be true if:
The NOT EXISTS keyword will be true if:
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.
The data model that is produced from reverse engineering is:
The data model that is produced from reverse engineering is:
Database redesign is not terribly difficult if the:
Database redesign is not terribly difficult if the:
How can you find rows that do not match some specified condition?
How can you find rows that do not match some specified condition?
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:
A regular subquery can be processed:
A regular subquery can be processed:
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?
Which is not true of a correlated subquery?
Which is not true of a correlated subquery?