We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Query Practice – Country Codes

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.

Assignment

Write an SQL statement to update the country_code value from 'USA' to 'US' for all applicable user records. Ensure that only those records initially marked with 'USA' are changed!