Explanation:
SELECT
distributor_id,
COUNT(*) AS TOTAL,
COUNT(IF(level='exec',1,null)),
COUNT(IF(level='personal',1,null))
FROM sometable;
C) monochromatic
Hope this helps!
btw make me brainliest?
Physical Components to a computer are called hardware.