Hi all if any one could help me with this I would be very greatful:
I have two tables:
Table 1: Courses
CourseID
Other irrelevant details....
Table 2: Lectures
LectureID
DateOfLecture
CourseID
The relationship:
The course can have MANY lectures on different Dates.
What I am trying to create is a MySQL querie that can list all of the courses along with the first lecture date for each course. I have considered many angles of attack on this one, it must be simple and must be done a lot can anyone give me any hints as how to do it?