Collections:
Working with NULL Values in SQL Server Transact-SQL
Where to find answers to frequently asked questions on Working with NULL Values in SQL Server Transact-SQL?
✍: FYIcenter.com
Here is a list of frequently asked questions and their answers compiled by FYIcenter.com DBA team
on Working with NULL Values in SQL Server Transact-SQL.
Clear explanations and tutorial exercises are provided on assigning
NULL values to columns, variables and parameters; evaluating
expressions with NULL values; testing NULL values; ISNULL() and
NULLIF() functions.
What Are NULL Values in SQL Server
Assigning NULL Values to Variables or Columns in SQL Server
NULL Values Involved in Arithmetic Operations in SQL Server
NULL Values Involved in String Operations in SQL Server
NULL Values Involved in Datetime Operations in SQL Server
NULL Values Involved in Bitwise Operations in SQL Server
NULL Values Involved in Comparison Operations in SQL Server
NULL Values Involved in Boolean Operations in SQL Server
"IS NULL" - Testing NULL Values in SQL Server
ISNULL() - Replacing NULL Values in Expressions in SQL Server
Â
2017-02-08, 1275👍, 0💬
Popular Posts:
How To Get a List of All Tables with "sys.tables" View in SQL Server? If you want to see the table y...
What are single-byte character string data types supported in SQL Server Transact-SQL? Single-byte c...
What is sqlservr.exe - Process - SQL Server (SQLEX?PRESS) in SQL Server? Process sqlservr.exe is the...
What are DDL (Data Definition Language) statements for tables in SQL Server? DDL (Data Definition La...
What Is SQL*Plus in Oracle? SQL*Plus is an interactive and batch query tool that is installed with e...