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
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. )
Free
(Multiple Choice)
4.8/5
(31)
Correct Answer:
D
Dependency graphs are graphical displays like bar charts.
Free
(True/False)
4.9/5
(30)
Correct Answer:
False
SQL Server 2012 contains a system-stored procedure named sp_rename that can be used to change table names.
Free
(True/False)
4.9/5
(31)
Correct Answer:
True
In a correlated subquery,the same table is used in the upper and lower SELECT statements.
(True/False)
4.9/5
(30)
What is a dependency graph,and what is it used for in database redesign?
(Essay)
4.9/5
(30)
In the database redesign process,two SQL tools are useful for testing whether or not certain conditions or assumptions are valid: uncorrelated subqueries and EXISTS/NOT EXISTS.
(True/False)
4.8/5
(30)
When redesigning a database,how can we check assumptions about functional dependencies?
(Essay)
4.8/5
(36)
Typically,there are at least four different copies of the database schema used in the redesign process.
(True/False)
4.8/5
(29)
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.7/5
(35)
When changing column data types,which of the following data conversions will either usually or always succeed?
(Multiple Choice)
4.9/5
(39)
The EXISTS keyword will be true if any row in the subquery meets the condition.
(True/False)
4.7/5
(33)
The data model produced by reverse engineering is not truly a logical model because it will contain tables for ________.
(Multiple Choice)
4.8/5
(30)
To change the minimum cardinality on the parent side from zero to one,the foreign key,which would have been NULL,must be changed to NOT NULL.
(True/False)
4.7/5
(33)
Because of the need to know the functional dependencies in a database,it is a good idea to create a dependency graph.
(True/False)
4.8/5
(26)
The continuous circular process of changes is known as the Systems Development Life Cycle (SDLC).
(True/False)
4.9/5
(39)
The use of a double 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
(32)
When increasing cardinalities from 1:N to N:M,we basically create a new intersection table,fill it with data and drop the old foreign key.
(True/False)
4.9/5
(43)
A correlated subquery looks very different from a noncorrelated subquery.
(True/False)
4.8/5
(33)
Showing 1 - 20 of 101
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)