T-SQL

SQL Server queries using the JOIN Operator

Example of queries using the JOIN operator written in T-SQL language, the goal is to join data from multiple tables. In T-SQL, the Microsoft’s SQL Server programming language, a Join query between two or more tables is done using

T-SQL

How to Compare Values in T-SQL?

T-SQL queries with examples using the most common T-SQL logical operators in order to compare 2 values. Here is a list with the comparison and logic operators commonly used in T-SQL language with various examples. The examples shown here

T-SQL

How to manage dates in T-SQL ?

T-SQL scripts to manage dates using the filter, format and calculate SQL Server functions. Working with dates is an essential part of any SQL developer’s skillset, as dates and times are common data types used in a variety of