Exam 14: Using Relational Databases to Provide Object Persistence
Exam 1: The Database Environment and Development Process173 Questions
Exam 2: Modeling Data in the Organization121 Questions
Exam 3: The Enhanced E-R Model and Business Rules74 Questions
Exam 4: Logical Database Design and the Relational Model120 Questions
Exam 5: Physical Database Design and Performance105 Questions
Exam 6: Introduction to SQL119 Questions
Exam 7: Advanced SQL111 Questions
Exam 8: Database Application Development100 Questions
Exam 9: Data Warehousing117 Questions
Exam 10: Data Quality and Integration102 Questions
Exam 11: Data and Database Administration116 Questions
Exam 12: Distributed Databases109 Questions
Exam 13: Object-Oriented Data Modeling91 Questions
Exam 14: Using Relational Databases to Provide Object Persistence113 Questions
Select questions type
ORM frameworks contain tools for managing database performance in the context of ________ applications.
(Short Answer)
4.9/5
(40)
The core element of Hibernate that defines the relationship between the object-oriented classes and relational files are:
(Multiple Choice)
4.9/5
(26)
All of the following are advantages of the Object-Relational Mapping Frameworks EXCEPT:
(Multiple Choice)
4.8/5
(39)
In the relational world,each object has its own identity based upon its existence.
(True/False)
4.8/5
(35)
All of the following are object-relational mapping frameworks EXCEPT:
(Multiple Choice)
4.9/5
(30)
A mechanism that provides an application program with access to an external service such as a database management system is called a(n):
(Multiple Choice)
4.9/5
(36)
A single class can provide persistence for two or more tables when using a value type.
(True/False)
4.8/5
(27)
A ________ application program interface is a mechanism that provides an application program with access to an external service.
(Short Answer)
4.8/5
(36)
JDBC is the industry standard call-level API for Java access to SQL databases.
(True/False)
4.8/5
(47)
ORM frameworks provide a layer of abstraction that separates object-oriented applications from the specific details of a specific database application.
(True/False)
4.8/5
(37)
In HQL,what does the following statement do?
Select s.sectionRegNbr
From section as s j
Join s.course c
Where c.courseNbr = 'MGMT 390' and s.semester = 'Spring 2008'
(Multiple Choice)
4.9/5
(39)
SQL query mapping frameworks do not provide transparent persistence.
(True/False)
4.8/5
(32)
An object's capability to maintain its state between application execution sessions is called ________.
(Short Answer)
4.9/5
(29)
SQL query mapping frameworks make mapping to legacy database schemas more difficult.
(True/False)
4.9/5
(32)
Object-oriented environments and relational databases have a very different ________ for accessing persistent data.
(Short Answer)
4.7/5
(35)
ORM frameworks provide support for transactions and transaction integrity.
(True/False)
5.0/5
(42)
Showing 21 - 40 of 113
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)