Update the status of Meta advertisers. Use the provided transition rules to determine the new status for each user based on today's payment activity.
| user_id(VARCHAR) | status(VARCHAR) |
|---|---|
| bing | New |
| yahoo | Churn |
| alibaba | Active |
| user_id(VARCHAR) | paid(DECIMAL) |
|---|---|
| bing | 500 |
| alibaba | 0 |
| target | 100 |
| user_id(VARCHAR) | account_type(VARCHAR) |
|---|---|
| bing | Business |
| user_id(VARCHAR) | updated_status(VARCHAR) |
|---|---|
| alibaba | Churn |
| bing | Active |
| target | New |
| yahoo | Churn |