Baselight
1SELECT v.villain_name, v.evil_plan, v.infamy_score
2FROM villains v
3JOIN superheroes s ON v.archenemy_id = s.hero_id
4WHERE v.menace_level > 100000 AND s.hero_name = 'SilentMoon'
5ORDER BY v.infamy_score DESC
6LIMIT 1
7

Share link

Anyone who has the link will be able to view this.