What will happen when two objects with MAP method defined will be compared?
Options
- Oracle first calls the MAP function for each object and then compare the two results
- Oracle only calls the MAP function for first object and then compare that result with second object
- Oracle first calls the MAP function for first object and pass the result of one as a parameter for second object
- MAP method will be called for only one of the objects
CORRECT ANSWER : Oracle first calls the MAP function for each object and then compare the two results
Write your comments