Table Value Constructors in TSQL
Last week’s quiz was on Table Value Constructors in TSQL.
Table value constructors let you create a dataset on the fly. These can occasionally be useful in writing queries, but I think playing with them has another benefit: they provide a simple, lightweight framework to let you develop your ability to think in sets.