by Uwe Ricken | Nov 3, 2025 | Level 200, SQL Challenges
Problem Description / Requirement A customer is reporting a deterioration in the performance of all queries after the software vendor updated the database objects using a T-SQL script. After the vendor completed the updates, the customer discovered that the query row...
by Uwe Ricken | Oct 22, 2025 | Level 200, SQL Challenges
Problem Description / Requirement This example comes from a software application that has strictly implemented its relational model. The challenge uses two tables linked by referential integrity. The [dbo].[marketsegments] table serves as a reference table for the...
by Uwe Ricken | Jul 7, 2025 | Level 400, SQL Challenges
Problem Description / Requirement This example comes from a customer from the automtive sector. Whenever a vehicle is built, EVERY single step must be precisely recorded. So-called “telegrams” are used for this purpose. These telegrams can convey simple...
by Uwe Ricken | Apr 7, 2025 | Level 300, SQL Challenges
Problem Description / Requirement This – simplified – problem arises from software that allows for individual customization to meet customer needs. A customer uses the software as a grading system for students at their university. A separate column has been...
by Uwe Ricken | Mar 3, 2025 | Level 400, SQL Challenges
Problem Description / Requirement Your customer is using new software in the company. This software uses its own logic for protocol measures and locks because – presumably – the concept of intelligent locking is not known. Before each query is called, the...
by Uwe Ricken | Feb 17, 2025 | Level 300, SQL Challenges
Problem Description / Requirement A new customer contacts you. Their developers have created a dashboard that contains five KPI components that visualize the importance of orders according to a given status. The status of an order can only have 3 states! high normal...