HTSQL works when two tables are properly linked with foreign key.
For example:
school can be easily joined with department if we have properly defined a foreign key say school_code
of department table referencing code
of school.
So far I'm not able to find any way to join two tables on some other columns.
Can any one help me how to do this in HTSQL?