I'm looking to understand the connection between relationships in core data. What I'm trying to do is store two entities 'Workout' and 'Exercise' and allow multiple 'Exercises' to one 'Workout'. Im'm coming from a MYSQL background so it's a little fuzzy when it comes to the relation.
How would I be able to keep the reference to the workout object, use some variable to store the objectID and then use it to update the exercise entity?
Thanks