Computer Science - Database Systems - Relational database concepts - Design a School Database
Scenario: 'Design a database for a school.' Show data items and students drag them into the correct TABLE. Tables: 'Students', 'Teachers', 'Courses', 'Enrollments'. Items: 'student_name' → Students. 'teacher_email' → Teachers. 'course_title' → Courses. 'grade_received' → Enrollments. 'student_id' →