Exam 8: Database Redesign
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL105 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 Processing100 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: A: Managing Databases With SQL Server 20012100 Questions
Exam 10: B: Managing Databases With Oracle Database 11g Release 2100 Questions
Exam 10: C: Managing Databases With MySQL100 Questions
Exam 11: The Web Server Environment198 Questions
Exam 12: Big Data datawarehouse and Business Intelligence Systems102 Questions
Exam 13: Microsoft Access 201348 Questions
Exam 14: Getting Started With Systems Analysis and Design35 Questions
Exam 15: E-R Diagrams and the Idef1x Standard35 Questions
Exam 16: E-R Diagrams and the UML Standard36 Questions
Exam 17: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 18: Getting Started With Microsoft Visio 201334 Questions
Exam 19: Data Structures for Database Processing35 Questions
Exam 20: the Semantic Object Model35 Questions
Exam 21: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Exam 22: Business Intelligence Systems80 Questions
Select questions type
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.9/5
(31)
EXISTS and NOT EXISTS are actually just another form of correlated subqueries.
(True/False)
4.8/5
(31)
Database redesign is equally difficult whether or not the database has data in it.
(True/False)
4.9/5
(35)
To add a NULL column to a table,we simply use the MODIFY TABLE statement.
(True/False)
4.9/5
(30)
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.9/5
(34)
The use of a double nested set of NOT EXISTS SELECT statements is a famous pattern in SQL use.
(True/False)
5.0/5
(18)
Although correlated subqueries are useful in database redesign,they cannot be used to verify functional dependencies.
(True/False)
4.8/5
(39)
Which of the following different copies of the database schema is/are typically used in the database redesign process?
(Multiple Choice)
4.8/5
(33)
The data model produced by reverse engineering is a true conceptual schema.
(True/False)
4.9/5
(31)
When increasing cardinalities from 1:N to N:M,which of the following steps is/are included in the process? (The order of the steps listed below is not relevant,only the steps themselves. )
(Multiple Choice)
4.7/5
(34)
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
(38)
The data model produced by reverse engineering may include some entities that should not appear in the data model.
(True/False)
4.8/5
(35)
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.9/5
(29)
Correlated subqueries can be used to verify functional dependencies.
(True/False)
4.8/5
(34)
In the SQL statement:
SELECT S1.CustName,S1.SalesRepNo FROM SALES S1;
the "S1" is called an alias.
(True/False)
4.9/5
(34)
A means must be created to recover all test databases to their original state during the redesign testing process.
(True/False)
4.7/5
(31)
When running a correlated subquery,the DBMS always uses ________.
(Multiple Choice)
4.9/5
(38)
Showing 61 - 80 of 101
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)