By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
6 rows affected
ProductID | ProductName | Color | Price |
---|---|---|---|
101 | Product A | Blue | 10.00 |
102 | Product B | Red | 15.00 |
103 | Product C | White | 20.00 |
OrderID | ProductID | Quantity |
---|---|---|
1 | 101 | 51 |
2 | 102 | 50 |
3 | 103 | 2 |
1 rows affected
ProductID | ProductName | Color | Price |
---|---|---|---|
101 | Product A | Blue | 10.40 |
102 | Product B | Red | 15.00 |
103 | Product C | White | 20.00 |