Database queries are a pretty surprisingly powerful tool that can solve seemingly intractable problems. It is a fun coding challenge to do things in SQL. I’ve seen people solve sudokus or do advent of code, or you can build a datalog on SQL with a little metaprogramming (maybe even fully internally). It is also possible […]