Description
i have a database table containing:
2 SEG-AMK EG1833 def 375 1.5 EG1833 EG1952 EG1903
3 SEG-AMK EG1835.1 ghi (1) 456 1.5 EG1835 EG1001
4 SEG-AMK EG1835.2 ghi (2) 363 1.5 EG1907 EG1681 EG1951
column name: s/n(paperNo), school, paperID, papertitle, no.ofstudents, duration, modulecodes, modulecode2, modulecode3
Student modulecodes
111411H eG1001 eg1002
3 abc eG1001 eg1009
4 xyz eg1002
then there is common student between paper 3 & 4 such that later the exam time table scheduler knows that he can't schedule these 2 papers on the same time, as it will clash. I need to get the output of:
Paper1 : paper2 2 111411H, 11380y

Explanation & Answer

Thank you for the opportunity to help you with your question!
In most cases, the discipline is self-governed by the entities which require the programming, and sometimes very strict environments are defined
