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
Even if an organization has a very large database,it will be possible to make a complete backup copy of the operational database prior to making structural changes.
(True/False)
5.0/5
(40)
When dropping a primary key column from a table,which of the following steps is included in the process? (The order of the steps listed below is not relevant,only the steps themselves. )
(Multiple Choice)
4.8/5
(34)
There are several difficulties with increasing cardinalities from 1:1 to 1:N,one of which is preserving the existing relationships.
(True/False)
4.9/5
(40)
When increasing cardinalities from 1:N to N:M,which of the following steps is not included in the process? (The order of the steps listed below is not relevant,only the steps themselves. )
(Multiple Choice)
4.8/5
(31)
Which of the following different copies of the database schema is typically not used in the database redesign process?
(Multiple Choice)
4.7/5
(36)
The data model produced by reverse engineering is not truly a logical model because it will contain ________.
(Multiple Choice)
4.8/5
(33)
Database redesign is equally difficult whether or not the database has data in it.
(True/False)
4.8/5
(37)
The use of a doubly 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
(37)
A continuous circular process of changes in user behaviors and change in the information systems they use is a natural outcome of information system use.
(True/False)
4.8/5
(28)
When changing column data types,which of the following data conversions will either usually or always succeed?
(Multiple Choice)
4.8/5
(28)
When dropping a foreign key column from a table,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
(29)
A doubly nested set of NOT EXISTS SELECT statements is ________.
(Multiple Choice)
4.9/5
(28)
During the database redesign process,you discover that when you try to change a DEPARTMENT name (the department's primary key),the change is disallowed by the DBMS due to your design of the EMPLOYEE table (which has a foreign key referencing DEPARTMENT)You want the change to be allowed.In order to fix this,you use what SQL syntax?
(Multiple Choice)
4.9/5
(34)
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
(39)
What is the process and what are the considerations when changing a table name?
(Essay)
4.9/5
(28)
Which of the following is not a possible step in the database redesign process?
(Multiple Choice)
4.9/5
(33)
The EXISTS keyword will be true if any row in the subquery meets the condition.
(True/False)
4.8/5
(33)
In a correlated subquery,the same table is used in the upper and lower SELECT statements.
(True/False)
4.8/5
(35)
Showing 41 - 60 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)