Inventory Stack Ranks

74. Inventory Stack Ranks

Rank products by stock level and compute the difference from the next product.

Xorthax wants to track inventory trends. Write a query to calculate the rank of products by stock level and find the difference between the current and the next stock levels.
Write Your Query