Question: Please complete using proc sql; procedure in s as 3. Using the EXCEPT Operator to Count Rows Create a report that displays the total count
Please complete using proc sql; procedure in s as


3. Using the EXCEPT Operator to Count Rows Create a report that displays the total count of employees who did not make any charitable donations. The orion.Employee_organization table contains a record for every employee in the Orion Star organization and includes the employee identification numbers. Th orion. Employee_ donations table contains records only for employecs who made charitable donations, including the Employee_ID value. PROC SQL Output No Employees w No Charitable Donations 300 4. Using the INTERSECT Operator to Count Rows Create a report that shows the total number of customers who placed orders. The orion.Order fact table contains information about the orders that were placed by Orion Star customers, including Customer ID. The orion. Customer table contains information on all Orion Star customers, including Customer_ID PROC SQL Output No Customers w Orders 75 3. Using the EXCEPT Operator to Count Rows Create a report that displays the total count of employees who did not make any charitable donations. The orion.Employee_organization table contains a record for every employee in the Orion Star organization and includes the employee identification numbers. Th orion. Employee_ donations table contains records only for employecs who made charitable donations, including the Employee_ID value. PROC SQL Output No Employees w No Charitable Donations 300 4. Using the INTERSECT Operator to Count Rows Create a report that shows the total number of customers who placed orders. The orion.Order fact table contains information about the orders that were placed by Orion Star customers, including Customer ID. The orion. Customer table contains information on all Orion Star customers, including Customer_ID PROC SQL Output No Customers w Orders 75
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
