Challenge
Write a solution that finds the Id, Name, and BillingCountry of all Accounts that have BillingCountry is set to 'United States'.
Return the results in any order.
The result format is in the following example:
Id | Name | BillingCountry |
---|---|---|
0014x00000SESBfAAP | Dibbert and Sons | United States |
0014x00000SESCLAA5 | Rowe LLC | United States |
0014x00000SESCNAA5 | King Corp | United States |