OrgReady

Salesforce Skills & Readiness

Back to Practice
SOQLDebuggingMedium

Interview Challenge

Debug the Contact-Account Relationship Query

Debug an incorrect SOQL relationship query.

Challenge

Version 1

Inspect the evidence

Artifact / implementation

Review the supplied code, configuration or trace before proposing a fix.

SELECT Id, Name,
       (SELECT Industry FROM Account)
FROM Contact

Response workspace

Identify the issue, explain why it is a problem, and describe the fix. Include both your analysis and corrected solution below.

0 analysis characters

0 solution characters