Leetcode 1777. Product's Price for Each Store
Produce a list showing each product's price at every store by combining product and store records and matching them to the price table, returning NULL for store–product pairs without a price. This is an easy SQL join problem (cross-join products/stores then left-join prices) to generate the complete per-store pricing grid.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
Your account is free and you can post anonymously if you choose.