Skip to main content
Version: 1.0

SQL: A Quick Review

sql-joins.png

Window Functions

current-row.png

  • What limitations have you faced in your analytics when using GROUP BY in the past?
  • How can you do rankings per each category efficiently?
  • How can you get the entire row of the best-selling product? (imagine you want to see additional attributes of this product)

window-function-usage.png