The Database Environment – True or False 1. All enterprise resource planning (ERP) systems are heavily dependent on databases to store the data required by…
The Database Environment – General Questions 1. A data warehouse uses: A. partial operational data. B. historical operational data. C. future operational data. D.…
JDBC, Java Server Pages, and MySQL – True or False 1. MySQL is just as powerful as Oracle and is half the price. A. True B. False 2.…
JDBC, Java Server Pages, and MySQL – General Questions 1. How many JDBC driver types does Sun define? A. One B. Two C. Three D. Four 2.…
ODBC, OLE DB, ADO, and ASP – True or False 1. A file data source is one that is local to a single computer. A. True B. False…
ODBC, OLE DB, ADO, and ASP – General Questions 1. ODBC minimum SQL grammar contains which of the following? A. INSERT, UPDATE, DELETE only B. Stored Procedures…
Managing Databases with Oracle – True or False 1. Indexes are created to enforce uniqueness on columns and to enable fast retrieval by column values. A.…
Managing Databases with Oracle – General Questions 1. What type of failure occurs when Oracle fails due to an operating system or computer hardware failure?…
Database Redesign – True or False 1. A correlated subquery is processed as a nested subquery. A. True B. False 2. A regular subquery…
Database Redesign – General Questions 1. Which of the following SQL statements are helpful in database redesign? A. Correlated subqueries only B. EXISTS/NOT…