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
A correlated subquery looks very different from a noncorrelated subquery.
(True/False)
4.8/5
(39)
A doubly nested set of NOT EXISTS SELECT statements can be used to find rows that meet some specified condition for every row in a table.
(True/False)
4.8/5
(35)
A doubly nested set of EXISTS SELECT statements can be used to find rows that meet some specified condition for every row in a table.
(True/False)
4.8/5
(27)
During the database redesign process,you discover that when an ORDER is deleted,its corresponding entries in the LINE_ITEM table are not deleted (but you would like them to be).In order to fix,this,you use what SQL syntax?
(Multiple Choice)
4.9/5
(38)
To drop a nonkey column from a table,no preliminary steps are needed and we can simply use the ALTER TABLE DROP COLUMN statement.
(True/False)
4.8/5
(33)
When making any change to the database structure,we may need to check for effects of the change on any of the following except ________.
(Multiple Choice)
4.8/5
(22)
When changing the minimum cardinality on the parent side of the relationship from zero to one,the foreign key ________.
(Multiple Choice)
4.8/5
(29)
Typically,there are at least four different copies of the database schema used in the redesign process.
(True/False)
4.8/5
(28)
In a correlated subquery,the DBMS must run the lower SELECT statement as a process that is nested within the upper SELECT statement.
(True/False)
4.8/5
(26)
In the database redesign process,an SQL tool that is useful for testing whether or not certain conditions or assumptions are valid is ________.
(Multiple Choice)
4.9/5
(38)
There is a common trap in writing a correlated subquery,which will cause no rows to ever be displayed in the results.
(True/False)
4.8/5
(35)
The data model produced by reverse engineering is a true conceptual schema.
(True/False)
4.9/5
(35)
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
(33)
EXISTS and NOT EXISTS are actually just another form of correlated subqueries.
(True/False)
4.8/5
(33)
What is a dependency graph,and what is it used for in database redesign?
(Essay)
4.8/5
(40)
Showing 61 - 80 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)