Last month I presented a task to calculate the maximum number of concurrent sessions for each application. I provided code to create and populate a table called Sessions.
Web Listing 1 contains the code to create and populate the Sessions table with a small set of rows just to check the correctness of the solutions.
Web Listin...