in reply to Perl 6 Junctions and Postgres SQL
It's not surprising that SQL is going to look at a lot like the junction operators - both operate on sets*. A relational database is nothing more than a set theory machine. The junction operators are similar. You even have all() and one() in SQL; they're just not in the forms you're thinking of.
*: Yes, the junction operators deal with lists, but they treat the lists as sets.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl 6 Junctions and Postgres SQL
by grinder (Bishop) on Dec 22, 2007 at 16:20 UTC |