B) It facilitates the transformation of XML documents to and from relational database
constructs.
C) It provides the ability to create and process in-memory databases.
D) Microsoft does not supply a data provider for Oracle database.
Which of the following is not true about PHP dynamic extension files (dll files)?
A) They can be shared by many applications.
B) They allow php to make application calls directly to the DBMS rather than using
ODBC.
C) There is no relationship between the php.ini file and the dll files.
D) They enable support for PHP Data Objects (PDO).
To represent an association pattern in an E-R model, ________.
A) create a new ID-dependent entity with a 1:1 relationship to one other entity
B) create a new weak, but not ID-dependent entity with a 1:1 relationship to one other
entity
C) create a new strong entity with a 1:1 relationship to one other entity