Using our previous query, we've noticed that some of the records were incorrectly saved with a country_code value of USA instead of US.
Write an SQL statement to update the country_code value from 'USA' to 'US' for all user records, ensuring that only those records initially marked with 'USA' are changed.