I have a Table which contains student information(name, id, course,….), and I have another table which contains information like(id, student leave)
I need to generate a report, which is by course all the students who were absent….
Am confused on how to do this properly – Do i use an outer join or what cause SQL 5.0 keeps giving me errors like syntax error….
Have to use this query in servlets…!!!
Currently am using the query in 2 parts…. but which is not generating the table properly….
1 Answer