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
Don't use plagiarized sources. Get Your Custom Essay on
Top answer: 1) Rewrite the query to below to display customers who didn’t buy…
Just from $10/Page