This is a database management system for an e-commerce website. It contains the following tables:
- Banner
- Cart
- Category
- Coupon
- Customer
- Order
- Orderdetails
- Payment
- Product
- Return
- Review
- Shipping
- Vendor
- wishlist
The tables are interconnected by foreign keys, which ensures the data integrity of the database.
Multiple queries are provided along with question and the solution with MYSQL output