What payload is returned by a Database SELECT operation that does not match any rows in the database?

What payload is returned by a Database SELECT operation that does not match any rows in the database?
A . false
B . null
C . Exception
D . Empty Array

Answer: D

Explanation:

Empty array is returned when no rows are matched.

MuleSoft Doc Ref: https://docs.mulesoft.com/db-connector/1.9/database-connector-select

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments