1.

What are the features of SQLite?

Answer»
  • The CODE for the SQLite is in the public domain therefore SQLite is free to use
  • SQLite does not require the server to operate
  • SQLite allows the USER to work on multiple databases at the same time
  • There is no NEED to install "SQLite" before using it.
  • SQLite has the CAPABILITY of CREATING the in-memory database, and the user can work very fast with it.


Discussion

No Comment Found