| ________ method/methods allows/allow you to run a query and get the results in a single API call.
Choose the correct option from below list
(1)Jobs.insert()
(2)Jobs.query() and Jobs.getQueryResults()
(3)Jobs.query()
(4)Jobs.getQueryResults()
Answer:-(2)Jobs.query() and Jobs.getQueryResults() | | |