Salesforce Certified Platform Developer II — Question 91

What tool in the Developer Console contains information on SOQL query Cardinality?

Answer options

Correct answer: C

Explanation

The correct answer is C, the Query Plan Tool, as it specifically provides insights into the cardinality of SOQL queries, helping developers optimize their queries. The other options, while useful for debugging and analyzing code, do not focus on query cardinality like the Query Plan Tool does.