SQL - Advanced Window Functions
What does the SQL window function
SUM(column) OVER () compute in a query?SUM(column) OVER () compute in a query?SUM(column) OVER () means sum over all rows without partitioning or grouping.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions