Sql Chaining explained

Table of Contents

About

All operations on a table return a table.

The operations on tables can therefore be chained together (ie pipelined)

The Relational algebra expressions dictate how to achieve it by giving:

  • what operations to do
  • and in what order to do them.

Powered by ComboStrap