Content deleted Content added
m linked to main article "conjunctive queries" |
mNo edit summary |
||
Line 1:
In the theory of [[relational databases]], a '''Boolean conjunctive query''' is a [[conjunctive query]]
As an example, if a database schema contains the relation symbols <math>Father</math> (binary, who's the father of whom) and <math>Employeed</math> (unary, who is employeed), a conjunctive query could be <math>Father(Mark, x) \wedge Employeed(x)</math>. This query evaluates to true if there exists an individual <math>x</math> who is a child of Mark and employed. In other worlds, this query expresses the question: "does Mark have employed children?"
|