Consider some SQLite database.db, with a large number of tables and columns.
- note that the mass insert into tablex records all 20 rows added (i.e the trigger is triggered for every insert and that the triggering is part of the transaction)
Consider some SQLite database.db, with a large number of tables and columns.