Multiple Choice
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'
A) List section numbers of all sections of MGMT 390 offered in the Spring of 2008
B) List all students in MGMT 390
C) List all sections of MGMT 390 ever offered
D) Return no results
Correct Answer:

Verified
Correct Answer:
Verified
Q29: A mechanism that provides an application program
Q30: A single class can provide persistence for
Q31: A _ application program interface is a
Q32: JDBC is the industry standard call-level API
Q33: ORM frameworks provide a layer of abstraction
Q35: SQL query mapping frameworks do not provide
Q36: An object's capability to maintain its state
Q37: Many ORM frameworks also include a _.
Q38: SQL query mapping frameworks make mapping to
Q39: Object-oriented environments and relational databases have a