Notes:
- [From|Inner|Left|Outer|Right|Join] Table AS Alias
- [From|Inner|Left|Outer|Right|Join] Table Alias
- [From|Inner|Left|Outer|Right|Join] Table 'Alias'
- Tables Name are case sensitive ADM_Student Right adm_student Wrong
- Columns Name are case sensitive ADM_Student.Student_Id Right ADM_Student.student_id Wrong
- Use column and [table name or alias], not just the column name ADM_Student.Student_Id Right Student_Id Wrong
- No need for Additional brackets in Conditions