TSQL Tutorial 10:Aggregate Functions, Group By Clause, Having Clause

Aggregate functions are in built functions that sql server uses to perform some basic tasks. If you need a more complex function to perform a task, then you have to write a user defined function for your operations. l’ll be talking about functions later in the tutorial. Ok, let’s take a look at the Aggregate […]

Read More