How can i have multiple tables in sqlite?
and what is the trigger for for having multiple tables with Foreign Keys?
example i have a a database with 2 tables
classes -- _id, code, title, units
students -- _id, FKclass, name, course
do i need to create 2 separate database helper?
and what is the trigger for for having multiple tables with Foreign Keys?
example i have a a database with 2 tables
classes -- _id, code, title, units
students -- _id, FKclass, name, course
do i need to create 2 separate database helper?