SQL - Advanced Window Functions
In SQL, what result does the expression
SUM(amount) OVER () produce when used in a SELECT statement?SUM(amount) OVER () produce when used in a SELECT statement?SUM(amount) OVER () means sum over all rows without partitioning or ordering.amount column across all rows -> Option B15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions