January 2020
Beginner
896 pages
23h 51m
English
CHAPTER |
|
4 |
SQL Components |
In This Chapter
This chapter introduces the elementary objects and basic operators supported by the Transact-SQL language. First, the basic language elements, including constants, identifiers, and delimiters, are described. Then, because every elementary object has a corresponding data type, data types are discussed in detail. Additionally, all existing operators and functions are explained. At the end of the chapter, NULL values are introduced.
The language of the Database Engine, Transact-SQL, has the same basic features as other common programming languages:
• Literal values (also called ...
Read now
Unlock full access