Tech
SQL Operations in a nutshell :
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...
Read the full discussion on Dev.to
This article was aggregated from Dev.to. Click to join the conversation.
View on Dev.to