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
⇒ What Are NULL Values in SQL Server
⇐ Setting New Values to Parts of a DATETIME Value in SQL Server
2017-02-08, 2406🔥, 0💬
Popular Posts:
How To Disable a Login Name in SQL Server? If you want temporarily disable a login name, you can use...
How To Install Oracle Database 10g XE in Oracle? To install 10g universal edition, double click, Ora...
How To Drop an Index in Oracle? If you don't need an existing index any more, you should delete it w...
How To Set Up SQL*Plus Output Format in Oracle? If you want to practice SQL statements with SQL*Plus...
How To Locate and Take Substrings with CHARINDEX() and SUBSTRING() Functions in SQL Server Transact-...