Hi,
In my application I search for products available in my inventory table, select them and then insert the inventoryID into my items table.
The SELECT & INSERT are two different operations. Is it possible that another user at the same time could snatch the same rows retrieved and use them to allocate the same inventory products to different items?