0 votes
in SQLite by
What is the difference between SQL and SQLite?

1 Answer

0 votes
by

The main differences between SQL and SQLite are:

  • SQL is Structured Query Language while SQlite is a relational database management system mostly used in android mobile devices to store data.
  • SQL support stored procedures while SQLite does not support stored procedures.
  • SQL is server based while SQLite is file based.

Related questions

0 votes
asked Nov 13, 2021 in SQLite by sharadyadav1986
0 votes
asked Nov 13, 2021 in SQLite by sharadyadav1986
...