sqlite is a relational database management system that is most widely used in a mobile device as a database for local storage. It is used in an embedded system.
SQL is also known as a relational algebra-based structured query language. sqlite, MySQL, MSSQL, etc. are part of SQL. They use all sql syntax, but each database (sqlite, MySQL, MSSQL) has its own query convention
MySQl is a large-scale business process database, also known as a relational database management system. These databases are highly scalable and can handle huge terabytes of data.
Another database is PostgreSQL, and there are many others ...
bmm
source share