What will be the result of calling the save() method on a collection instance?

What will be the result of calling the save() method on a collection instance?
A. It will save all items with one INSERT … ON DUPLICATE KEY UPDATE query
B. It will loop over all items and call save () on each one
C. It will save the select query execution result into the cache
D. It will save the select query to the cache

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “What will be the result of calling the save() method on a collection instance?

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.