COUNT_BIG is similar to the COUNT function. The only difference between these functions is the data types of their return values. COUNT_BIG always returns a
Category: SQL Server Functions
First_Value, Last_Value vs Min, Max in SQL Server
The MIN and MAX functions in SQL Server can be used separately on a column level to find the lowest and maximum value of a
First Value and Last Value Functions in SQL Server
The First_Value function in SQL Server returns the first value in an ordered set of values and the Last_Value function returns the last value in
SQL Server Built-in Functions
In SQL, a built-in function is a programming object that takes zero or more inputs and returns a value. A feature that is built into
SQL Server String Functions
This is a list of all the articles posted on this blog about SQL Server String functions.
SQL Assignment-1
For beginners to intermediate levels, this is a quick test/assignment to check how familiar they are with SQL. Such types of exercises will certainly help