here is what I am trying to do. I have my original table that contains the total rosters for the campus
(instr_name, crse, desc, stu_id, stu_name)
I have 450 different courses, my attempt is to create a table for every course, so that each course will be in a separate table with all the students taking this course.
(instr_name, crse, desc, stu_id, stu_name)
I have 450 different courses, my attempt is to create a table for every course, so that each course will be in a separate table with all the students taking this course.