SQLite Forum

Are Views just stored SQL Strings or something more?
Login
You have not created a table that way.  It is a read-only "view" that acts like a table in some ways, such as possibly being incorporated in larger select queries (much as a sub-select may be), and does not act like a table in other ways.