CashPal has launched two discount programs:
country_code 'CA') qualify for a Canada Day discount.Users who qualify for either discount will get 10% off.
Write a query that returns every user from the users table, including all columns, along with an additional column called discount_percent.
The discount_percent column should have an integer value of 10 or 0 depending on whether the user matches any discount conditions listed above.