help. i would like to ask if there's a way to combine 2 data table into 1 table without manually inputting using sql statement.
how does the parent child foreign key works?
it goes like this:
student - table1 : lname, fname, age
teacher - table2 : lname, fname, age
it will be merged into classroom - table3