Managing Databases with Oracle – General Questions1. What type of failure occurs when Oracle fails due to an operating system or computer hardware failure?…
Database Redesign – True or False1. A correlated subquery is processed as a nested subquery. A. True B. False 2. A regular subquery…
Database Redesign – General Questions1. Which of the following SQL statements are helpful in database redesign? A. Correlated subqueries only B. EXISTS/NOT…
Data Models into Database Designs – True or False1. A foreign key is used to implement relationships between tables. A. True B. False 2. The terms…
Data Models into Database Designs – General Questions1. Which of the following data constraints would be used to specify that the value of cells in…
Database Design Using Normalization – True or False1. When building a database from an existing set of tables, we may safely assume that referential integrity…
Database Design Using Normalization – General Questions1. Needing to using more complicated SQL in database applications is a(n) ________ of normalization. A. advantage B.…
Introduction to SQL – True or False1. The condition in a WHERE clause can refer to only one value. A. True B. False 2.…
Introduction to SQL – General Questions1. You can add a row using SQL in a database with which of the following? A. ADD…
Object-Oriented Database – True or False1. ODL supports the abstract keyword for classes and operations. A. True B. False 2. The ODMG Object…