microsoft SQL Server Management Studio Write a SELECT statement that returns one
ID: 3535631 • Letter: M
Question
microsoft SQL Server Management Studio
Explanation / Answer
SELECT DISTINT EMAILADDRESS,NO_OF_ORDERS, ((PRICE-DISCOUNT)*QUANTITY) AS TOTAL_AMOUNT WHERE NO_OF_ORDER>1 ORDER BY TOTAL_AMOUNT
3) SELECT EMAILADDRESS,COUNT(PRODUCTS) FROM CUSTOMERS_TABLE JOIN ON CUSTOMERS_ORDERS WHERE CUSTOMERS_TABLE.CUSTOMER_NO=CUSTOMERS_ORDER
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.