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
Depending on the DBMS,when changing the minimum cardinality on the parent side from zero to one,the foreign key constraint that defines the relationship may have to be dropped before the change is made and re-added afterwards.
(True/False)
4.8/5
(43)
When dropping tables and relationships,which of the following steps are included in the process? (The order of the steps listed below is not relevant,only the steps themselves. )
(Multiple Choice)
4.8/5
(32)
A double nested set of NOT EXISTS SELECT statements is ________.
(Multiple Choice)
4.9/5
(33)
In the SQL statement:
SELECT S1.CustName,S1.SalesRepNo FROM SALES S1;
the "S1" is called an alias.
(True/False)
4.9/5
(36)
To drop a primary key column from a table the primary key constraint must first be dropped,but this does not require that related foreign keys based on the column be dropped.
(True/False)
4.9/5
(33)
When dropping a foreign 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. )
(Multiple Choice)
4.9/5
(38)
Which of the following SQL statements is a correctly stated correlated subquery?
(Multiple Choice)
4.8/5
(39)
The continuous circular process of changes is known as the Systems Development Life Cycle (SDLC).
(True/False)
4.9/5
(37)
The data model produced by reverse engineering may include some entities that should not appear in the data model.
(True/False)
4.7/5
(37)
The design produced by reverse engineering may be described as a table-relationship diagram.
(True/False)
4.9/5
(29)
The author refers to the data model produced by reverse engineering as the RE data model.
(True/False)
4.7/5
(32)
When redesigning a database,how can we check assumptions about functional dependencies?
(Essay)
4.9/5
(34)
In a correlated subquery,the DBMS can run the lower SELECT statement by itself and then send the results to the upper SELECT statement.
(True/False)
4.8/5
(31)
In order to minimize the need to change table names some organizations have a policy that no user or application should ever employ the true name of a table,but use views as table aliases instead.
(True/False)
4.8/5
(33)
SQL Server 2008 R2 contains a system stored procedure named sp_rename that can be used to change table names.
(True/False)
5.0/5
(38)
The data model produced by reverse engineering is not truly a logical model because it will contain tables for ________.
(Multiple Choice)
4.7/5
(30)
SQL contains an SQL command RENAME TABLENAME that can be used to change table names.
(True/False)
4.8/5
(33)
When using a double nested set of NOT EXISTS SELECT statements,a row that does not match any row matches every row.
(True/False)
4.8/5
(28)
Showing 81 - 100 of 101
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)