In sqlite3, say I have an indexed database, where by indexed I mean that each string information in the rows of all tables has been replaced with integers and there is a table for each field over all the tables that contains the mapping of integers and strings.In sqlite3, say I have an indexed database, whe