
Query Exercise Answers: Why Are These 3 Estimates So Wrong?
This week’s Query Exercise challenged you to figure out why these 3 estimates went so badly: SELECT TOP […]
This week’s Query Exercise challenged you to figure out why these 3 estimates went so badly: SELECT TOP […]
This Query Exercise was very different: I didn’t ask you to solve a particular problem. I pointed out […]
In last week’s Query Exercise, we added a user-defined function to the Users table to check whether their […]
For this week’s Query Exercise, I asked you to write a better query than ChatGPT wrote. Your goal […]
In last week’s post, I gave you a trigger that populated a history table with all changes to […]
Your challenge for this week was to find out who keeps mangling the contents of the AboutMe column […]
This week’s query exercise asked you to find two kinds of locations in the Stack Overflow database: Locations […]
Your query exercise for this week was to write a query to find users created in the last […]
In last week’s Query Exercise, our developers had a query that wasn’t going as fast as they’d like: […]
Your challenge for last week was to take this Stack Overflow database query to show the top-ranking users […]
In the last Query Exercise discussion, we hit a performance wall when we were trying to quickly find […]
Your query exercise was to take this Stack Overflow query to find the top-voted questions for any given […]
Your Query Exercise was to find the best time to do database maintenance by querying the Users table, […]
Your Query Exercise was to find denormalization accuracy problems: checking the accuracy of a reporting column, Posts.CommentCount. There […]