Skip to content

Commit 659e801

Browse files
committed
Both: Database (Added Q&A) - What is NSFetchRequest?
1 parent 9a7f861 commit 659e801

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Use the Table of Contents to practice and test your knowledge. It doesn't show t
1111
## Table of Contents
1212

1313
- [Database](https://github.com/onthecodepath/iOS-Interview-Questions#core-data)
14+
- What is NSFetchRequest?
1415
- What is Core Data?
1516
- When would you use Core Data over NSUserDefault?
1617
- What is a managed object context?
@@ -71,6 +72,10 @@ Use the Table of Contents to practice and test your knowledge. It doesn't show t
7172

7273
## Database
7374

75+
#### What is NSFetchRequest?
76+
77+
NSFetchRequest is the class responsible for fetching from Core Data. Fetch requests can be used to fetch a set of objects meeting a certain criteria, individual values and more. ([source](https://medium.com/ios-os-x-development/50-ios-interview-questions-and-answers-part-2-45f952230b9f))
78+
7479
#### What is Core Data?
7580

7681
Core Data is a framework that is used to manage the model layer objects. It has the ability to persist object graphs to a persistent store.

0 commit comments

Comments
 (0)