We have a ternary predicate Procurement(Supplier, Component, Project). Also, we have three binary Predicates as follows:
Supplies_supplies_Component(Supplier, Component) Component_used_in_Project(Component, Project) Supplier_involved_in_Project(Supplier, Project).
For a particular set of Supplier=S1, Component = C1 and Project = P1 (more than one options may be correct)
I came with this question in my syllabus. Can someone please help me with this?