Suppose you're looking to calculate the net profit margin for each combination of sales org and sales channel. You're given the following tables to work with:
Table: sales_org
| sales_org_id | sales_org |
|---|---|
| 1 | Small/Medium Business |
| 2 | Consumer |
| 3 | Enterprise |
New to InterviewQs? Sign up now.
By proceeding, you agree to our Terms and Conditions and Privacy Policy.
Loading editor...