In this video we’ll walk you though how to use the CHOOSE function with SELECT. You’ll see how the function works and

Read More
How to use the Choose Function with Select

Logical functions provide a way to use logical conditions to display one of several values.  You can use logical functions to test

Read More
Introduction to SQL Server’s Built-In Logical Functions

The main purpose of a SQL CASE expression returns a value based on one or more conditional tests.  Use CASE expressions anywhere

Read More
SQL CASE Statement – Simple and Searched Forms