Exam 8: Database Redesign
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL100 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model100 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: SQL for Database Construction and Application Processing105 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2008 R2100 Questions
Exam 11: Managing Databases With Oracle Database 11g100 Questions
Exam 12: Managing Databases With MySQL 55100 Questions
Exam 13: The Web Server Environment110 Questions
Exam 14: Database Processing With XML100 Questions
Exam 15: Database Processing for Business Intelligence Systems101 Questions
Exam 16: Microsoft Access 201048 Questions
Exam 17: Getting Started With Systems Analysis and Design35 Questions
Exam 18: E-R Diagrams and the Idef1x Standard35 Questions
Exam 19: E-R Diagrams and the UML Standard36 Questions
Exam 20: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 21: Getting Started With Microsoft Visio 201036 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Data Structures for Database Processing35 Questions
Exam 24: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Select questions type
When dropping a nonkey column from a table,which of the following steps are included in the process? (The order of the steps listed below is not relevant,only the steps themselves. )
Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
B
When dropping a primary key column from a table,which of the following steps are included in the process? (The order of the steps listed below is not relevant,only the steps themselves. )
Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
E
In the database redesign process,before proceeding with the redesign it is often useful to ________.
(Multiple Choice)
4.8/5
(30)
A means must be created to recover all test databases to their original state during the redesign testing process.
(True/False)
4.8/5
(36)
The use of a double nested set of NOT EXISTS SELECT statements is so rare that even if you are a professional database developer you will probably never see it used.
(True/False)
4.8/5
(27)
In a double nested set of NOT EXISTS SELECT statements,________.
(Multiple Choice)
4.8/5
(43)
If a DEFAULT constraint is included when a new column is added to a table,the default value is only applied to new rows and not to the existing rows at the time the new column is added.
(True/False)
4.9/5
(36)
Which of the following are difficulties when changing the maximum cardinality from 1:1 to 1:N?
(Multiple Choice)
4.9/5
(37)
The NOT EXISTS keyword will be true if any row in the subquery fails to meet the condition.
(True/False)
4.9/5
(35)
Typically,there are at least four different copies of the database schema used in the redesign process.
(True/False)
4.9/5
(30)
In the database redesign process,SQL tools that are useful for testing whether or not certain conditions or assumptions are valid are ________.
(Multiple Choice)
4.9/5
(37)
What is a dependency graph,and what is it used for in database redesign?
(Essay)
4.8/5
(32)
Which of the following different copies of the database schema is/are typically used in the database redesign process?
(Multiple Choice)
4.9/5
(34)
To change the minimum cardinality on the parent side from zero to one,the foreign key,which would have been NULL,must be changed to NOT NULL.
(True/False)
4.9/5
(44)
If a DEFAULT constraint is included when a new column is added to a table,the default value is applied to ________.
(Multiple Choice)
4.9/5
(38)
To drop a constraint,no preliminary steps are needed and we can simply use the ALTER TABLE DROP CONSTRAINT statement.
(True/False)
4.8/5
(38)
Showing 1 - 20 of 101
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)