A developer wants to create a procedure called getAccountInfo in a Worklight SQL adapter to
retrieve account information from a backend database. The procedure should invoke a SQL query
that accepts an accountID as parameter and returns the accountNumber, accountName and
accountBalance of the corresponding row in the Account table.
What is a correct implementation of the procedure in the adapter’s JavaScript file?

A.
Option A
B.
Option B
C.
Option C
D.
Option D
Explanation: