I have two tables in coredata Details and person. Person has two fields Id and Code:
Id Code IAS RT IAS TP IAS IP
Now,detailshas two fields,code and Name
Code Name RT Rataz TP Tranzps IP Irrz
Now I want to use predicates so that i can first fetch the id from person,then after getting the field against the id.I can use the same id as predicate to get Name from person table.How this can be achieved.Any help or suggestion would be appreciated.Thanks in advance.