There are two tables
"LESSON" TABLE
Attributes :
- id_lesson
-lesson_name
- semester
"LECTURES" TABLE
Attributes :
- id_lectures
- id_lesson
- id_lecturer
- hour
- day
How to display all atributes in lectures table where lessons in 2nd semester ?
Note : there's id_lesson in lectures table