Challenge
Write a solution that finds the most recently created Account where the BillingCountry is not 'United States', 'Canada', or 'Mexico'. It must return the Id, Name, CreatedDate, and BillingCountry of that Account.
Return the results sorted by CreatedDate in descending order
The result format is in the following example:
Id | Name | BillingCountry | CreatedDate |
---|---|---|---|
0014x00000SESBfAAP | Lucia and Sons | Italy | 2024-01-07T14:27:21.000+0000 |