Congratulations, we now have worked on retrieving data. Next step is now how to work on that data to produce ready to use output. In this article we will basically cover how to transform, calculate and reshape data directly inside a querry rather than pulling those raw values and working with them on a separate platform. We have different SQL Operations: Arithmetic , string , date , conditional and Aggregate Operations. Arithmetic Operations SQL supports standard mathemat...