Based on the keys of the join table, this relationship covers only part of the underlying relationship represented in the database. There is another relationship that also covers only part of this underlying relationship. These relationships probably contain phrasings that operate as a group. If so, these relationships should be merged, and their phrasings merged into a phrasing group.
There are two or more relationships that include only part of the underlying database relationship. If these relationships remain independent of each other, some questions will not result in an accurate response. For example, the entities manufacturer, product, color, year, and quantity are used to create the following relationships:
The relationships are based on the following underlying table.
If these phrases are put into two separate relationships, they will be used by English Query in the following order to generate a response to the question "How many green products did Acme make last year?":
The relationships are based on the:
The total quantity of products is 55. This is not the desired result because it includes red skateboards in the total.
This situation arises when the database tables are structured in a particular way and the tables are not normalized. Although this may be by design, in this case, the color of the bikes is inherently dependent on the product and the manufacturer. The only way for English Query to correctly respond to this question is for it to process both of these phrases simultaneously, instead of in sequence. If both phrases are processed simultaneously, English Query will look for green products that are made by Acme.
To prevent this error:
A red check mark appears to the left of the phrasing, indicating that the phrase is mandatory. The phrase must be part of this relationship when the relationship is used.
In the example above, you would:
Creating a group forces both phrases to be used simultaneously if either one of the phrases is used. Then, English Query will search for products that are both green and made by Acme.