Exam 8: Database Redesign
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language114 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model104 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: SQL for Database Construction and Application Processing104 Questions
Exam 8: Database Redesign103 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2014101 Questions
Exam 11: Managing Databases With Oracle Database106 Questions
Exam 12: Managing Databases With Mysql 5.6101 Questions
Exam 13: The Web Server Environment128 Questions
Exam 14: Big Data, Data-Warehouses, and Business Intelligence Systems108 Questions
Exam 15: Getting Started With Microsoft Access 201353 Questions
Exam 16: Getting Started With Systems Analysis and Design37 Questions
Exam 17: E-R Diagrams and the IDEF1X Standard37 Questions
Exam 18: E-R Diagrams and the UML Standard36 Questions
Exam 19: Getting Started With Mysql Workbench Data Modeling Tools37 Questions
Exam 20: Getting Started With Microsoft Visio 201332 Questions
Exam 21: Data Structures for Database Processing39 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Getting Started With Web Servers, PHP, and the Netbeans IDE35 Questions
Exam 24: Business Intelligence Systems82 Questions
Exam 25: Big Data81 Questions
Select questions type
When running a correlated subquery,the DBMS always uses ________.
(Multiple Choice)
4.9/5
(42)
Because of the need to know the functional dependencies in a database,it is a good idea to create a dependency graph.
(True/False)
4.9/5
(38)
In the database redesign process,two SQL tools are useful for testing whether or not certain conditions or assumptions are valid: uncorrelated subqueries and EXISTS/NOT EXISTS.
(True/False)
4.8/5
(29)
Deleting tables and relationships is basically a matter of dropping foreign key constraints and then dropping the tables.
(True/False)
4.8/5
(34)
A dependency graph should include all of the following except ________.
(Multiple Choice)
4.9/5
(38)
The NOT EXISTS keyword will be true if any row in the subquery fails to meet the condition.
(True/False)
4.8/5
(42)
When decreasing cardinalities,there will always be ________.
(Multiple Choice)
4.8/5
(30)
When using a doubly nested set of NOT EXISTS SELECT statements,a row that does not match any row matches every row.
(True/False)
4.8/5
(36)
Discuss workable data conversion and possible data loss when changing column data types during a database redesign.
(Essay)
4.9/5
(32)
The design produced by reverse engineering may be described as a table-relationship diagram.
(True/False)
4.8/5
(39)
The process of reading an actual database schema and producing a data model from that schema is called reverse engineering.
(True/False)
4.8/5
(32)
To add a NULL column to a table,we simply use the MODIFY TABLE statement.
(True/False)
4.8/5
(32)
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.9/5
(39)
In the database redesign process,it is often useful to test whether certain conditions or assumptions are valid before proceeding with the redesign.
(True/False)
4.7/5
(39)
In the database redesign process,before proceeding with the redesign it is often useful to ________.
(Multiple Choice)
4.8/5
(38)
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.8/5
(30)
The data model produced by reverse engineering may include some entities that should not appear in the data model.
(True/False)
4.9/5
(43)
Showing 21 - 40 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)