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 NOT EXISTS keyword will be true if any row in the subquery fails to meet the condition.
(True/False)
4.8/5
(43)
The design produced by reverse engineering may be described as a table-relationship diagram.
(True/False)
4.8/5
(39)
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.7/5
(26)
There is no good SQL command that can be used to change table names.
(True/False)
4.8/5
(43)
To drop a foreign key 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
(33)
Explain the results provided by the EXISTS,NOT EXISTS,and double NOT EXISTS keywords.
(Essay)
4.8/5
(32)
Because of the need to know the functional dependencies in a database,it is a good idea to create a(n)________.
(Multiple Choice)
4.8/5
(25)
To add a NOT NULL column to a table,we first add a NULL column,then we insert values into every row,and finally we change the NULL constraint to NOT NULL.
(True/False)
5.0/5
(30)
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.9/5
(34)
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
(31)
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
(30)
Deleting tables and relationships is basically a matter of dropping foreign key constraints and then dropping the tables.
(True/False)
4.8/5
(33)
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.8/5
(36)
The authors refer to the data model produced by reverse engineering as the RE data model.
(True/False)
4.9/5
(34)
Discuss workable data conversion and possible data loss when changing table data types during a database redesign.
(Essay)
4.7/5
(34)
In a double nested set of NOT EXISTS SELECT statements,________.
(Multiple Choice)
4.9/5
(36)
A double nested set of NOT EXISTS SELECT statements is ________.
(Multiple Choice)
4.7/5
(29)
When running an SQL query that uses EXISTS,the EXISTS keyword will be true if ________.
(Multiple Choice)
4.9/5
(37)
Showing 41 - 60 of 101
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)