1.

Explain the difference between SQL and SQLite?

Answer»
S.noSQLSQLITE
1.SQL is SERVER basedSQLite is file base
2.SQL is a query languageSQLite is an embedded database MANAGEMENT system
3.SQL supports the stored procedureSQLite does not support the stored procedure

This particular SQLite Question and Answer DEFINES EXPLICITLY the difference between SQL and SQLite.



Discussion

No Comment Found