Question
delete data store entity
Hi Can anyone help me to understand what is in below screenshot?
How can I delete the data in db in this case, I wanted to delete product table row and corresponding rows from Product quantity table which is having pId = Product table ID
Product table - ID, pName
Product_Quantity_table - ID,pId(foreign Key),Quantity
