A table lists 8 retail products with columns: 'Product Name', 'Category', 'Price ($)', 'Units Sold (last month)', 'Customer Return Rate (%)'. If the table is sorted in ascending order by 'Customer Return Rate (%)', which product will appear third, and what is its 'Units Sold (last month)'?
✓ Correct Answer: Option B
Assuming a hypothetical dataset where sorting by 'Customer Return Rate (%)' (ascending) places Product G third. For example, if rates were: H (3%), D (4%), G (6%), A (7%), etc. Then Product G, with 180 units sold, would be the third. The key is sorting and then identifying the value.