scispace - formally typeset
Book ChapterDOI

Chapter 2: Elementary Programming

Reads0
Chats0
TLDR
This chapter is not a complete tutorial for the language, however, and you’ll need to read other books for that.
Abstract
In this chapter, you’ll find recipes showing several of the basic programming constructs available in T-SQL. The chapter is not a complete tutorial for the language, however. You’ll need to read other books for that. A good tutorial, if you need one that begins with first principles, is Beginning T-SQL by Kathi Kellenberger and Scott Shaw (Apress, 2014).

read more

References
More filters
Book ChapterDOI

Classes and Objects

TL;DR: This chapter describes the concept of object orientation and provides some examples of what aspects of the paradigm PHP supports and enables the programmer to develop object-oriented programs.