Advertisement
Itssuman1808

Assignment for Anu DBMS SQL 23-02-2022

Feb 23rd, 2022
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. /**
  2. Assignment for Anu DBMS SQL 23-02-2022
  3. */
  4. Suppose there are categories of products like Mobiles, Television, refrigerators, etc.
  5. Those products are tagged under Electronics.
  6. There are several tags like Electronics, Home, Baby, Skincare, etc.
  7. There are many products of different categories and tags
  8. There are many coupons for availing of discounts during placing the order.
  9. Let a user has purchased multiple products on a sale using a coupon.
  10.  
  11. Show the last purchased products during the sale with user information, order information, product information, payment information, product category, tag.
  12. Show all the products list available for purchase with user information, order information, product information, payment information, product category, tag.
  13. *(use relevant information for the product and related tables )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement