Challenge
Write a solution that finds the Id, Name, BillingCountry, and AnnualRevenue of all Accounts where the BillingCountry is set to either 'Brazil', 'Argentina', or 'Venezuela'.
Return the results sorted in any order.
The result format is in the following example:
Id | BillingCountry | AnnualRevenue |
---|---|---|
0014x00000SESBfAAP | Brazil | 251000.16 |
0014x00000SESCLAA5 | Brazil | 480000.39 |
0014x00000SESCNAA5 | Venezuela | 507617.22 |
0014x00000SESCNAA5 | Argentina | 1250000.25 |