Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the difference between SQL and SQLite?
Home
SQLite
What is the difference between SQL and SQLite?
0
votes
asked
Nov 13, 2021
in
SQLite
by
sharadyadav1986
What is the difference between SQL and SQLite?
sql-vs-sqlite
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 13, 2021
by
sharadyadav1986
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.
...