Challenges

Query Hot Accounts

Write a SOQL query to retrieve the Id, Name, and Rating for all Account records where the Rating field equals 'Hot'.

Complete the method getHotAccounts that returns the query results.

Editor
Test Results

Result Panel

Hit the run button to test your code!