Question: To execute an Oracle statement to get a query result, the method(s) should be used. a. executeQuery() b. executeUpdate() c. execute() and executeUpdate() d. executeQuery()
To execute an Oracle statement to get a query result, the method(s) should be used.
a. executeQuery()
b. executeUpdate()
c. execute() and executeUpdate()
d. executeQuery() and execute()
Step by Step Solution
3.48 Rating (148 Votes )
There are 3 Steps involved in it
The correct answer is d executeQuery and execute Heres why In Oracle and other relational databases ... View full answer
Get step-by-step solutions from verified subject matter experts
