I have a table with ten columns:
name, id, colg, schol, add, no, subject, marks, surname, lectures
Can I split this table into two separate tables without any data loss like this?
table one:
name, id, colg, schol, add, no
table two:
subject, marks, surname, lectures
1 Answer