Find products from a specific brand
Find every product whose name starts with 'Samsung'.
Return id and name.
Schema
▸products
| id | INT |
| name | TEXT |
Example input
▸products
Stuck? Ask the coach for a nudge that won't give the answer away, or reveal the reference solution and a short walkthrough of why it works.