Perspective
The goal of this chapter has been to teach you the basic skills for coding SELECT statements. You'll use these skills in almost every SELECT statement you code. As you'll see in the chapters that follow, however, there's a lot more to coding SELECT statements than what's presented here. In the next three chapters, then, you'll learn additional skills for coding SELECT statements. When you complete those chapters, you'll know everything you need to know about retrieving data from a SQL Server database.
Terms
keywordfilterBoolean expressionpredicateexpressioncolumn aliassubstitute namestring expressionconcatenateconcatenation operatorliteral valuestring literalstring constantarithmetic expressionarithmetic operatororder of precedencefunctionparameterargumentdate literalcomparison operatorlogical operatorcompound conditionsubquerystring patternmaskwildcardIntegrated Full-Text Search (iFTS)null valuenested sort
Exercises