https://www.hackerrank.com/challenges/harry-potter-and-wands/problem?isFullScreen=true Ollivander's Inventory | HackerRankHelp pick out Ron's new wand.www.hackerrank.com select a.id, b.age, a.coins_needed, a.powerfrom wands as ajoin wands_property as b on a.code=b.codewhere is_evil = 0and a.coins_needed = ( select min(w.coins_needed) from wands as w join wands_property as wp on w.code=w..