You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As declared in the beginning of tutorial, logical meaning of :where [ __a_clause__ ] [__b_clause__] is same as :where [ __b_clause__ ] [__a_clause__]. However, this rule doesn't work in following task:
As declared in the beginning of tutorial, logical meaning of
:where [ __a_clause__ ] [__b_clause__]
is same as:where [ __b_clause__ ] [__a_clause__]
. However, this rule doesn't work in following task:http://www.learndatalogtoday.org/chapter/4
Task 2 : Find all available attributes, their type and their cardinality. ...
This is considered as correct query:
But when simply changing the order of condition clauses - result changes and warning appears. Example:
In my case it was very confusing - because I managed to compose the query like in last example, and finally had to "give up".
The text was updated successfully, but these errors were encountered: