Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
ROWS
9. ROWS – practice 2
RANGE
Default window frame
Summary

Instruction

Okay, let's try one more.

Exercise

For each product, show its Id, Name, IntroducedDate, and the count of products introduced up to that point. Name the column ProductsNumber.

Stuck? Here's a hint!

You may use ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW.