If we have table with columns:
warehouse; product; price;
How can we do this SQL query
SELECT product, min(price) FROM table G