I know this is pretty basic, but I am having trouble figuring out this syntax and there is not a lot of content that I could find for these type of sql queries.
I have a UnitOfMeasure Table in my db, then I have UnitOfMeasureSize. UOM Size has sizes for the UnitOfMeasure and each row has the their specific UnitOfMeasure Id.
I want to write a sql query to grab the Unit of Measure, then each UOM size by the UOM Id.