I am using Core Data however haven’t done any complex queries and am completely lost – come from SQL background so need help creating a NSPredicate.
My question
I need to retrieve a list of Perspective’s (with unique name) which in-directly belong to a specific EntityManagedObject.
Overview of the database
As you can see EntityManagedObject can have many EntityManagedObjects and can have many ObjectiveManagedObject’s.
EntityManagedObject therefore has a single EntityManagedObject as a parent, and ObjectiveManagedObjective has a single EntityManagedObject as a parent.
ObjectiveManagedObject has one Perspective. A Perspective can belong to many ObjectiveManagedObjects.

make a method,
another method,
then ,