December 2014
Intermediate to advanced
852 pages
17h 57m
English
This section is concerned with how to break the data in SQL into meaningful subsets that can then be presented to the user or passed along for further reduction. This is not the same as physical partitioning which moves data to slower storage administrative reasons.
Keywords
Subsets
Partition
Covering
Ranges
Soundex function
NTILE()
This chapter is concerned with how to break the data in SQL into meaningful subsets that can then be presented to the user or passed along for further reduction.
We need to define some basic set operations. A covering is a collection of subsets, drawn from a set, whose union is the original set. A partition is a covering ...
Read now
Unlock full access