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.
getHotAccounts