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
A structure that defines the relationship between domain classes in the object-oriented model and relations in the relational model is called the independent mapping schema.
(True/False)
4.9/5
(31)
What are some of the common approaches for providing persistence for objects using relational databases?
(Essay)
4.8/5
(32)
The N+1 select problem leads to a separate ________ statement for each associated object in a one-to-many relationship.
(Short Answer)
4.9/5
(28)
A class specification for objects that exist for storing the value of a property of another object is called a:
(Multiple Choice)
4.9/5
(31)
All of the following are disadvantages of the SQL query mapping framework EXCEPT:
(Multiple Choice)
4.9/5
(32)
All of the following are disadvantages of using the call-level API approach to providing persistence EXCEPT:
(Multiple Choice)
4.9/5
(33)
The conceptual gap between the object-oriented approach to application design and the relational model for database design and implementation is often labeled as a perfect match.
(True/False)
4.8/5
(40)
________ has been an industry standard for a call-level application program interface with which Java programs can access SQL databases.
(Multiple Choice)
4.8/5
(40)
SQL query mapping frameworks reduce significantly the amount of code required to manage ________.
(Short Answer)
4.8/5
(37)
Comprehensive object-relational mapping frameworks hide the relational data access methods from the object-oriented applications and provide an entirely translucent persistence layer.
(True/False)
4.8/5
(33)
Serialization is a built-in mechanism for storing a persistent state of an object in object-oriented languages.
(True/False)
4.8/5
(39)
Object-relational mapping (ORM)defines relationships between object-oriented and ________ data.
(Short Answer)
4.7/5
(34)
A ________ is a class specification for objects that exist for storing the value of another object.
(Short Answer)
4.7/5
(34)
Object-relational mapping defines structural relationships between object-oriented and relational representations of data.
(True/False)
4.9/5
(39)
________ are a category of tools which use relational databases to provide object persistence by linking classes to parameters and results of SQL queries.
(Multiple Choice)
4.9/5
(35)
Showing 61 - 80 of 113
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)