March 2009
Intermediate to advanced
832 pages
23h 49m
English
Predicate logic is a mathematical framework for representing and manipulating expressions that are true or false: facts and falsehoods.
T-SQL, like many programming languages, incorporates true-false expressions and logical operators in several places, not all of which are, strictly speaking, related to predicate logic.
A true-false expression is called a Boolean expression (after the logician George Boole). Boolean logic begins with the study of Boolean expressions.
Although the focus of this book is on T-SQL’s query language, and SQL’s central ...