How do we select only items with a satisfaction level between 4 and 6?

We set a condition with BETWEEN on the satisfaction columnWe order the items by their platform values

We set a condition with BETWEEN on the satisfaction column.