Advertisements
Advertisements
Question
What is SQLite?What is its advantage?
Short Note
Solution
- SQLite is a simple relational database system, which saves its data in regular data files or even in the internal memory of the computer.
- SQLite is designed to be embedded in applications, instead of using a separate database server program such as MySQL or Oracle.
- SQLite is fast, rigorously tested, and flexible, making it easier to work.
shaalaa.com
SQLite
Is there an error in this question or solution?