The Database Development Process – True or False1. There is one physical schema for each logical schema. A. True B. False 2. The most important…
The Database Development Process – General Questions1. Which of the following database activities allow for the actual retrieval and use of a database? A.…
Database Processing for BIS – True or False1. Business Intelligence (BI) systems do not obtain data from operational databases. A. True B. False 2. Data…
Database Processing for BIS – General Questions1. A BI reporting system does not ________ . A. create meaningful information B. deliver information to users…
XML and ADO.NET – True or False1. SOAP uses HTTP as its only transport mechanism. A. True B. False 2. The DTD defines the…
XML and ADO.NET – General Questions1. The XSLT processor copies the elements of the stylesheet until it finds a command in the format:…
SQL Server 2000 – True or False1. There is only one way to create and modify tables in SQL Server. Write SQL code using…
SQL Server 2000 – General Questions1. With which type of SQL Server recovery model are all database changes logged except those that cause…
Managing Multiuser Databases – True or False1. Resource locking is a process to prevent multiple applications from obtaining copies of the same record when…
Managing Multiuser Databases – General Questions1. Locks placed by command are called ________ . A. implicit locks B. explicit locks C. exclusive locks…