1) Rewrite the query to below to display customers who didn’t buy…

Question Answered step-by-step 1) Rewrite the query to below to display customers who didn’t buy… 1) Rewrite the query to below to display customers who didn’t buy anything on Jan. 17, 2018: SELECT CUS_CODE, CUS_LNAME, CUS_FNAMEFROM CUSTOMERWHERE EXISTS (SELECT CUS_CODE FROM INVOICE WHERE INVOICE.CUS_CODE = CUSTOMER.CUS_CODE); 2) W rite a query to display customers in descending order of how much each has bought in terms of dollar value.   Computer Science Engineering & Technology Information Security CIS 373 Share QuestionEmailCopy link Comments (0)