Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8339547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T04:54:42+00:00 2026-06-09T04:54:42+00:00

I have a data model setup with three entities, Course, Student, TestScores. They are

  • 0

I have a data model setup with three entities, Course, Student, TestScores.

They are linked in too-many relationships like this:

Course <---->> Student <---->> TestScores

So a Course would have several Students, who in turn could have several TestScores (or no test scores)

The Course entity has a Name attribute. TestScores is a simple entity which just contains a testScore int attribute.

I want to be able to get an array of Students who have at least one textScore of 100, ordered by Course name. Is this possible with NSPredicate?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T04:54:44+00:00Added an answer on June 9, 2026 at 4:54 am

    I think you could have your predicate as

    ANY testScores.score == 100
    

    Then put it all together in a fetch request:

    NSFetchRequest *req = [NSFetchRequest fetchRequestForEntityNamed:@"Student"];
    req.predicate = [NSPredicate predicateWithFormat:@"ANY testScores.score == 100"];
    req.sortDescriptors = [NSArray arrayWithObject:[NSSortDescriptor sortDescriptorWithKey:@"course.name" ascending:YES]];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Core Data model setup like so: Blockbuster Entity To-Many relationship to
I have data coming into my Model, how do I setup to insert the
I have a data model where a User can like a Project, Suggestion, Comment
I have several entities generated from my Entity Framework data model. In the .edmx
I have a core data model with some entities set up. I have set
I'm using Core data in an iOS project. I have the data model setup
I have the following setup for my Blog Data Model: Blog Articles Categories -----
I have a 1 to many relationship between 2 entities in my model. I
Hi I have a evolving core data model setup as follows: lookup -> detail
I have set up a Core Data model where I have two objects, say

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.