Hi! I have this starting table which is called usrInventoryItem which shows inventory levels in my warehouse and bin locations:

I want to end up with the following view which essentially shows what is on hand (any warehouse locations not equal to Hold) and what is on hold (any warehouse locations equal to Hold):

How can I create this view in SQL?