Explain the difference between coredata & sqlite?



Explain the difference between coredata & sqlite?..

Answer / Ashwini Kumar Singh

Core Data and SQLite are both database technologies used in iOS development, but they have some key differences:n
1. Core Data: It is an object-graph persistence framework provided by Apple for managing and storing data. It abstracts the underlying database (usually SQLite) and provides a high-level API for manipulating data objects.
2. SQLite: It is a popular, open-source, relational database management system used in many iOS apps directly. Developers have more control over the schema and queries when using SQLite compared to Core Data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

What is the architecture of ios?

1 Answers  


What is swift and what is objective-c?

1 Answers  


What is iphone architecture?

1 Answers  


what is the difference between Xcode, Cocoa and Objective C?

1 Answers  


Explain me app bundle?

1 Answers  


How to shut off message alerts in ios?

1 Answers  


Difference between nil and Nil.

1 Answers  


What is lazy loading?

1 Answers  


What is tableview datasource?

1 Answers  


What is meaning of 'atomic' keyword?

1 Answers  


Which object manage the presentation of app's content on the screen?

1 Answers  


Can you please explain the difference between nsarray and nsmutablearray?

1 Answers  


Categories