i want to create a nested sqlite database in android. ie. I want a particular field in a table to have its whole new set of values in the form of a distinct table.
That is what i was going to do but You won't be able to create another sub-table of the current table.
I will suggest you to create two different table from it, e.g.. if you have table employee and need to create another two sub-table marketing employee and engineering employee tables, just create the two table that i was describing. e.g.
CREATE TABLE emp_engineer
and
CREATE TABLE emp_marketing