Question

Problem 6: Update the amount of stock for the bike with product_id = 198 at the store

with store_id = 2. The new stock amount should be 20.

Expected Output:

store_id product_id

2

198

quantity

20

Question image 1