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
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.7/5
(27)
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
(36)
The process of reading an actual database schema and producing a data model from that schema is called ________.
(Multiple Choice)
4.9/5
(39)
When dropping tables and relationships,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.9/5
(33)
In order to make sure the database redesign is working properly during the redesign testing process,a means must be created to ________.
(Multiple Choice)
4.7/5
(36)
Which of the following is not a possible step in the database redesign process?
(Multiple Choice)
4.8/5
(35)
To drop a constraint,no preliminary steps are needed and we can simply use the ALTER TABLE DROP CONSTRAINT statement.
(True/False)
4.8/5
(34)
Because EXISTS and NOT EXISTS are forms of correlated subqueries,the processing of the associated SELECT statements must be nested.
(True/False)
4.7/5
(32)
In a real sense,information systems and organizations do not just influence each other,but rather they create each other.
(True/False)
4.8/5
(43)
Database redesign is rarely needed because databases are usually built correctly the first time.
(True/False)
4.8/5
(33)
In a correlated subquery of a database that has tables TableOne and TableTwo,if table TableOne is used in the upper SELECT statements,then which table is used in the lower SELECT statement?
(Multiple Choice)
4.8/5
(28)
What is the process and what are the considerations when changing a table name?
(Essay)
4.9/5
(39)
When changing the minimum cardinality on the parent side of the relationship from zero to one,the foreign key ________.
(Multiple Choice)
4.8/5
(33)
In the SQL statements SELECT C1.CustName,C1.SalesRepNo
FROM CUSTOMER C1;
The "C1" is called a(n)________.
(Multiple Choice)
4.8/5
(28)
The data model produced by reverse engineering is a(n)________.
(Multiple Choice)
4.8/5
(30)
When using queries with EXISTS and NOT EXISTS,the processing of the associated SELECT statements must be nested.
(True/False)
4.9/5
(32)
SQL contains an SQL command RENAME TABLENAME that can be used to change table names.
(True/False)
4.7/5
(33)
Showing 21 - 40 of 101
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)