Complete the following SQL to show records of shoppingCar…
Complete the following SQL to show records of shoppingCarts that were not Ordered. Hint: after appropriate join between shoppingCart and Order, use a WHERE condition to identify the the shoppingCarts with no related records from Order Copy-paste the following SQL and complete it for your answer SELECT S.* FROM shoppingCart S