If I look at the syntax definition of an ALTER TABLE statement, it seems to indicate that a table name can be prefixed with a schema-name. Does that mean that SQLit
schema-name
In SQLite, a schema name is the name of an attached database.
So it is not possible to have multiple schemata within the same database.