Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
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.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.