Oracle
1Z0-804 · Question #139
Given the database table: And given this class: Assume that the SQL integer queries are valid. What is the result of compiling and executing this codefragment?
The correct answer is C. C. The code will compile now. The three rows with PRICE in between 5.5 and 9.5 will be displayed.
Building Database Applications with JDBC
Question
Given the database table:
And given this class:
Assume that the SQL integer queries are valid. What is the result of compiling and executing this codefragment?
Exhibits
Options
- AA
- BB
- CC
- DD
- EE
How the community answered
(23 responses)- A9% (2)
- C83% (19)
- D4% (1)
- E4% (1)
Explanation
The code will compile now. The three rows with PRICE in between 5.5 and 9.5 will be displayed.
Topics
#ResultSet#JDBC query#SQL execution#data retrieval
Community Discussion
No community discussion yet for this question.


