I'm fully aware that set division can be accomplished through a series of other operations, so my question is:
Is there a command for set division in SQL?
|
I'm fully aware that set division can be accomplished through a series of other operations, so my question is: Is there a command for set division in SQL?
| |||||
feedback
|
|
http://vadimtropashko.files.wordpress.com/2007/02/ch3.pdf From Page 32:
So, no. :) | |||
|
feedback
|
|
Related question: http://stackoverflow.com/questions/48475/database-design-for-tagging And relevant part of answer is this article So in short, no, there is no set division in SQL. | |||
|
feedback
|
|
Here is a nice explanation using relational algebra syntax. Given tables
| ||||
|
feedback
|