Menu

Virtual tables in SQLite

What is Virtual tables in SQLite.



  • Virtual tables can be used to connect any data source to SQLite, including other databases.
  • A virtual table is created with the CREATE VIRTUAL TABLE command.
  • Virtual tables cannot be made temporary, nor do they allow for an IF NOT EXISTS clause. To drop a virtual table, you use the normal DROP TABLE command.


No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...