GCSE Computer Science QP On Relational Databases and SQL
GCSE Computer Science QP On Relational Databases and SQL
**Students Table**
- `StudentID` (Primary Key)
- `FirstName`
- `LastName`
- `DateOfBirth`
- `CourseID` (Foreign Key)
**Courses Table**
- `CourseID` (Primary Key)
- `CourseName`
- `CourseDescription`
- `StartDate`
- `EndDate`