Modeling Data in the Organization – True or False 1. An attribute is a person, place, object, event in a user environment. A. True B. False 2.…
Modeling Data in the Organization – General Questions 1. A binary relationship is which of the following? A. A relationship between two attributes B. A relationship…
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…
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…