Here’s a fun SQL question. What are the timestamp and volume for the row that has the maximum price? Not as trivial as it sounds. Most databases require a subquery or a window function for this. We’re ...