Exam 8: Database Redesign
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL100 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 Processing105 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2008 R2100 Questions
Exam 11: Managing Databases With Oracle Database 11g100 Questions
Exam 12: Managing Databases With MySQL 55100 Questions
Exam 13: The Web Server Environment110 Questions
Exam 14: Database Processing With XML100 Questions
Exam 15: Database Processing for Business Intelligence Systems101 Questions
Exam 16: Microsoft Access 201048 Questions
Exam 17: Getting Started With Systems Analysis and Design35 Questions
Exam 18: E-R Diagrams and the Idef1x Standard35 Questions
Exam 19: E-R Diagrams and the UML Standard36 Questions
Exam 20: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 21: Getting Started With Microsoft Visio 201036 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Data Structures for Database Processing35 Questions
Exam 24: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Select questions type
A correlated subquery,looks very different from a noncorrelated subquery.
(True/False)
4.8/5
(33)
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)
4.7/5
(36)
When changing column data types,which of the following data conversions will either usually or always succeed?
(Multiple Choice)
4.9/5
(33)
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.8/5
(29)
When decreasing cardinalities,there will always be ________.
(Multiple Choice)
4.7/5
(33)
The EXISTS keyword will be true if any row in the subquery meets the condition.
(True/False)
4.9/5
(44)
In a correlated subquery,the same table is used in the upper and lower SELECT statements.
(True/False)
4.8/5
(31)
When running an SQL query that uses EXISTS,the EXISTS keyword will be true if ________.
(Multiple Choice)
4.8/5
(33)
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.9/5
(27)
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.9/5
(33)
To add a NULL column to a table,we simply use the MODIFY TABLE statement.
(True/False)
4.8/5
(31)
When running an SQL query that uses NOT EXISTS,the NOT EXISTS keyword will be true if ________.
(Multiple Choice)
4.9/5
(42)
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.7/5
(35)
Deleting tables and relationships is basically a matter of dropping foreign key constraints and then dropping the tables.
(True/False)
4.9/5
(25)
In a correlated subquery of a database that has tables TableOne and TableTwo,and if table TableOne is used in the upper SELECT statements,then which table is used in the lower SELECT statement?
(Multiple Choice)
4.9/5
(40)
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.9/5
(32)
Showing 21 - 40 of 101
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)