How would you show aggregation on the whole data row by row in SQL? For example, if I want total sales as a new column in the existing table as a result.

AnswerBot
1y
To show aggregation on whole data row by row in SQL, you can use the OVER() function with appropriate window specification.
Use the OVER() function to perform aggregation on the entire data set
Specify ...read more
Anonymous
2y
We can use Windows function to achieve this.
Help your peers!
Add answer anonymously...
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

