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
Call-level APIs generally violate separation of ________.
Free
(Short Answer)
4.9/5
(41)
Correct Answer:
concerns
The conceptual gap between the object-oriented approach to application design and the relational model is often labeled as a ________.
Free
(Multiple Choice)
4.7/5
(35)
Correct Answer:
A
The identity of the core elements (objects/entity instances)is dealt with differently in the object-oriented and relational worlds.
Free
(True/False)
4.8/5
(31)
Correct Answer:
True
In most cases,the relationship between a class in the object-oriented world and a relational table is one-to-one.
(True/False)
4.7/5
(34)
In the object-oriented world,a typical way to access a data item is to call the accessor method associated with a specific attribute.
(True/False)
4.8/5
(34)
ORM frameworks often include a custom query language.An example of this is HQL.
(True/False)
4.8/5
(37)
Pulling strategies determine when and how a framework retrieves persistent objects to the run-time memory.
(True/False)
4.9/5
(35)
Serialization's performance is scalable and provides sufficient response time.
(True/False)
4.8/5
(34)
Lack of automatic SQL code generation is a disadvantage in the call-level API approach.
(True/False)
4.8/5
(32)
An inheritance structure can be represented in at least four ways in a database.
(True/False)
4.9/5
(38)
Object-oriented environments and relational environments have the same navigational model for accessing persistent data.
(True/False)
4.8/5
(44)
ORM frameworks provide a layer of ________ that separates the object-oriented applications from the details of the database implementation.
(Short Answer)
4.9/5
(37)
Object-relational mapping frameworks move the management of ________ outside of the core structure of the object-oriented applications.
(Short Answer)
4.7/5
(45)
In HQL,an implicit association join allows us to use object-oriented navigation in the queries.
(True/False)
4.9/5
(37)
________ refers to the process of writing an object into a storage medium or communication channel as a data stream.
(Short Answer)
4.8/5
(27)
Showing 1 - 20 of 113
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)