-- phpMyAdmin SQL Dump -- version 5.2.0 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Jun 11, 2025 at 11:58 AM -- Server version: 10.4.28-MariaDB -- PHP Version: 8.0.25 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `sample` -- -- -------------------------------------------------------- -- -- Table structure for table `progress` -- CREATE TABLE `progress` ( `progress_id` int(11) NOT NULL, `student_id` int(11) NOT NULL, `subject_name` varchar(50) NOT NULL, `start_year` int(11) NOT NULL, `period` int(11) NOT NULL, `study_block` varchar(50) NOT NULL COMMENT 'code', `grade_percentage` decimal(5,2) DEFAULT NULL, `last_updated` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `progress` -- INSERT INTO `progress` (`progress_id`, `student_id`, `subject_name`, `start_year`, `period`, `study_block`, `grade_percentage`, `last_updated`) VALUES (1, 1, 'History', 2022, 11, '203e95', '68.89', '2025-06-11 09:57:32'), (2, 1, 'C++', 2024, 3, 'd80686', '75.53', '2025-06-11 09:57:32'), (3, 1, 'Network Security', 2024, 10, '63f1ae', '66.39', '2025-06-11 09:57:32'), (4, 1, 'English Literature', 2022, 11, '203e95', '81.40', '2025-06-11 09:57:32'), (5, 1, 'Calculus', 2024, 3, 'd80686', '83.62', '2025-06-11 09:57:32'), (6, 1, 'Geography', 2021, 12, '5a4e2c', '57.56', '2025-06-11 09:57:32'), (7, 1, 'Web Development', 2024, 6, '429a4b', '81.95', '2025-06-11 09:57:32'), (8, 1, 'Mathematics', 2023, 11, '0885ac', '95.16', '2025-06-11 09:57:32'), (9, 1, 'Music Theory', 2022, 6, 'aaa97b', '92.13', '2025-06-11 09:57:32'), (10, 1, 'Physical Education', 2024, 5, 'a3b507', '65.75', '2025-06-11 09:57:32'), (11, 2, 'Chemistry', 2022, 10, '276c8c', '58.65', '2025-06-11 09:57:32'), (12, 2, 'Network Security', 2023, 5, '7cd11c', '77.29', '2025-06-11 09:57:32'), (13, 2, 'Calculus', 2022, 8, '0850bb', '74.70', '2025-06-11 09:57:32'), (14, 2, 'Music Theory', 2024, 11, 'f36400', '86.46', '2025-06-11 09:57:32'), (15, 2, 'English Literature', 2024, 3, 'd80686', '83.40', '2025-06-11 09:57:32'), (16, 2, 'Music Theory', 2022, 7, '62fb55', '73.52', '2025-06-11 09:57:32'), (17, 2, 'Network Security', 2024, 4, 'eb9996', '57.36', '2025-06-11 09:57:32'), (18, 2, 'Biology', 2022, 9, 'e64033', '88.17', '2025-06-11 09:57:32'), (19, 2, 'Web Development', 2023, 4, '46a731', '59.63', '2025-06-11 09:57:32'), (20, 2, 'Calculus', 2023, 7, '029965', '60.25', '2025-06-11 09:57:32'), (21, 2, 'English Literature', 2023, 11, '0885ac', '92.31', '2025-06-11 09:57:32'), (22, 2, 'Python', 2021, 11, 'd82905', '66.85', '2025-06-11 09:57:32'), (23, 2, 'English Literature', 2024, 10, '63f1ae', '97.59', '2025-06-11 09:57:32'), (24, 3, 'Calculus', 2023, 11, '0885ac', '58.80', '2025-06-11 09:57:32'), (25, 3, 'Music Theory', 2022, 12, 'a94586', '82.06', '2025-06-11 09:57:32'), (26, 3, 'History', 2024, 10, '63f1ae', '56.09', '2025-06-11 09:57:32'), (27, 3, 'Mathematics', 2023, 4, '46a731', '71.98', '2025-06-11 09:57:32'), (28, 3, 'History', 2021, 9, 'b09e9b', '96.60', '2025-06-11 09:57:32'), (29, 3, 'Biology', 2023, 5, '7cd11c', '89.18', '2025-06-11 09:57:32'), (30, 3, 'Network Security', 2024, 10, '63f1ae', '76.52', '2025-06-11 09:57:32'), (31, 3, 'Calculus', 2021, 3, '0f297f', '87.80', '2025-06-11 09:57:32'), (32, 3, 'History', 2021, 1, 'e06130', '76.19', '2025-06-11 09:57:32'), (33, 3, 'Network Security', 2023, 12, '4eefa8', '87.50', '2025-06-11 09:57:32'), (34, 3, 'Physical Education', 2022, 12, 'a94586', '94.18', '2025-06-11 09:57:32'), (35, 3, 'C++', 2021, 8, '61513a', '98.82', '2025-06-11 09:57:32'), (36, 3, 'Physical Education', 2024, 10, '63f1ae', '96.86', '2025-06-11 09:57:32'), (37, 4, 'History', 2023, 5, '7cd11c', '70.81', '2025-06-11 09:57:32'), (38, 4, 'Network Security', 2021, 4, '3171b3', '81.09', '2025-06-11 09:57:32'), (39, 4, 'History', 2023, 1, '6dd36e', '69.06', '2025-06-11 09:57:32'), (40, 4, 'Network Security', 2024, 5, 'a3b507', '87.55', '2025-06-11 09:57:32'), (41, 4, 'Calculus', 2023, 4, '46a731', '55.34', '2025-06-11 09:57:32'), (42, 4, 'Chemistry', 2021, 12, '5a4e2c', '77.86', '2025-06-11 09:57:32'), (43, 4, 'Chemistry', 2021, 3, '0f297f', '60.57', '2025-06-11 09:57:32'), (44, 4, 'C++', 2024, 2, '5e33df', '89.93', '2025-06-11 09:57:32'), (45, 4, 'Calculus', 2021, 7, 'ca0077', '55.75', '2025-06-11 09:57:32'), (46, 4, 'Music Theory', 2022, 2, '52ec83', '65.35', '2025-06-11 09:57:32'), (47, 5, 'Calculus', 2022, 3, '4361c8', '73.62', '2025-06-11 09:57:32'), (48, 5, 'English Literature', 2023, 6, 'b41450', '89.81', '2025-06-11 09:57:32'), (49, 5, 'Network Security', 2022, 5, '99bbb1', '82.41', '2025-06-11 09:57:32'), (50, 5, 'Network Security', 2023, 11, '0885ac', '84.43', '2025-06-11 09:57:32'), (51, 5, 'History', 2023, 8, '717000', '80.13', '2025-06-11 09:57:32'), (52, 5, 'Biology', 2024, 3, 'd80686', '83.02', '2025-06-11 09:57:32'), (53, 5, 'Biology', 2024, 7, 'b618b4', '57.13', '2025-06-11 09:57:32'), (54, 5, 'Art History', 2021, 11, 'd82905', '66.14', '2025-06-11 09:57:32'), (55, 5, 'Calculus', 2022, 11, '203e95', '82.95', '2025-06-11 09:57:32'), (56, 5, 'Network Security', 2022, 4, '32824c', '67.67', '2025-06-11 09:57:32'), (57, 6, 'Physical Education', 2024, 10, '63f1ae', '80.99', '2025-06-11 09:57:32'), (58, 6, 'Biology', 2022, 2, '52ec83', '80.96', '2025-06-11 09:57:32'), (59, 6, 'Physical Education', 2021, 9, 'b09e9b', '72.86', '2025-06-11 09:57:32'), (60, 6, 'Physical Education', 2023, 5, '7cd11c', '62.87', '2025-06-11 09:57:32'), (61, 6, 'Databases', 2021, 9, 'b09e9b', '93.91', '2025-06-11 09:57:32'), (62, 6, 'Chemistry', 2021, 3, '0f297f', '57.10', '2025-06-11 09:57:32'), (63, 6, 'Music Theory', 2021, 11, 'd82905', '69.23', '2025-06-11 09:57:32'), (64, 6, 'Web Development', 2024, 9, '5cd302', '78.30', '2025-06-11 09:57:32'), (65, 6, 'Geography', 2022, 1, '0cc7d7', '55.79', '2025-06-11 09:57:32'), (66, 6, 'Art History', 2022, 7, '62fb55', '86.80', '2025-06-11 09:57:32'), (67, 6, 'Network Security', 2023, 10, '686453', '58.84', '2025-06-11 09:57:32'), (68, 6, 'Web Development', 2022, 7, '62fb55', '57.74', '2025-06-11 09:57:32'), (69, 6, 'Calculus', 2024, 2, '5e33df', '56.89', '2025-06-11 09:57:32'), (70, 6, 'Calculus', 2021, 9, 'b09e9b', '75.71', '2025-06-11 09:57:32'), (71, 6, 'C++', 2022, 11, '203e95', '98.55', '2025-06-11 09:57:32'), (72, 7, 'C++', 2024, 8, 'c79117', '82.81', '2025-06-11 09:57:32'), (73, 7, 'Python', 2024, 9, '5cd302', '97.57', '2025-06-11 09:57:32'), (74, 7, 'History', 2022, 2, '52ec83', '99.98', '2025-06-11 09:57:32'), (75, 7, 'Biology', 2024, 3, 'd80686', '85.70', '2025-06-11 09:57:32'), (76, 7, 'Biology', 2024, 12, '6d6750', '75.85', '2025-06-11 09:57:32'), (77, 7, 'Geography', 2021, 6, '20cada', '79.14', '2025-06-11 09:57:32'), (78, 7, 'Biology', 2021, 1, 'e06130', '86.90', '2025-06-11 09:57:32'), (79, 7, 'Physical Education', 2022, 10, '276c8c', '59.96', '2025-06-11 09:57:32'), (80, 7, 'Music Theory', 2021, 6, '20cada', '58.29', '2025-06-11 09:57:32'), (81, 7, 'Chemistry', 2021, 12, '5a4e2c', '57.11', '2025-06-11 09:57:32'), (82, 7, 'Databases', 2021, 12, '5a4e2c', '58.52', '2025-06-11 09:57:32'), (83, 8, 'Music Theory', 2022, 1, '0cc7d7', '73.46', '2025-06-11 09:57:32'), (84, 8, 'Mathematics', 2023, 5, '7cd11c', '56.69', '2025-06-11 09:57:32'), (85, 8, 'English Literature', 2024, 6, '429a4b', '66.02', '2025-06-11 09:57:32'), (86, 8, 'Physical Education', 2024, 10, '63f1ae', '76.68', '2025-06-11 09:57:32'), (87, 8, 'Physics', 2022, 2, '52ec83', '97.75', '2025-06-11 09:57:32'), (88, 8, 'Network Security', 2024, 1, 'e9cc59', '85.79', '2025-06-11 09:57:32'), (89, 8, 'Network Security', 2022, 8, '0850bb', '60.22', '2025-06-11 09:57:32'), (90, 8, 'Chemistry', 2021, 9, 'b09e9b', '69.65', '2025-06-11 09:57:32'), (91, 8, 'C++', 2023, 4, '46a731', '84.92', '2025-06-11 09:57:32'), (92, 8, 'Mathematics', 2024, 3, 'd80686', '60.20', '2025-06-11 09:57:32'), (93, 9, 'Chemistry', 2022, 12, 'a94586', '76.88', '2025-06-11 09:57:32'), (94, 9, 'Calculus', 2022, 6, 'aaa97b', '80.82', '2025-06-11 09:57:32'), (95, 9, 'Calculus', 2023, 9, 'f455d7', '91.74', '2025-06-11 09:57:32'), (96, 9, 'Geography', 2023, 10, '686453', '64.23', '2025-06-11 09:57:32'), (97, 9, 'Biology', 2021, 4, '3171b3', '68.05', '2025-06-11 09:57:32'), (98, 9, 'Music Theory', 2021, 4, '3171b3', '97.54', '2025-06-11 09:57:32'), (99, 9, 'Web Development', 2021, 8, '61513a', '60.55', '2025-06-11 09:57:32'), (100, 9, 'Biology', 2021, 10, 'df724c', '97.18', '2025-06-11 09:57:32'), (101, 9, 'C++', 2023, 9, 'f455d7', '57.56', '2025-06-11 09:57:32'), (102, 9, 'Physics', 2022, 5, '99bbb1', '58.12', '2025-06-11 09:57:32'), (103, 9, 'English Literature', 2022, 8, '0850bb', '68.98', '2025-06-11 09:57:32'), (104, 9, 'Calculus', 2022, 9, 'e64033', '70.57', '2025-06-11 09:57:32'), (105, 10, 'Chemistry', 2021, 10, 'df724c', '72.72', '2025-06-11 09:57:32'), (106, 10, 'Web Development', 2022, 3, '4361c8', '90.77', '2025-06-11 09:57:32'), (107, 10, 'Calculus', 2024, 5, 'a3b507', '80.41', '2025-06-11 09:57:32'), (108, 10, 'Art History', 2023, 9, 'f455d7', '78.42', '2025-06-11 09:57:32'), (109, 10, 'English Literature', 2021, 11, 'd82905', '77.85', '2025-06-11 09:57:32'), (110, 10, 'Geography', 2022, 2, '52ec83', '85.28', '2025-06-11 09:57:32'), (111, 10, 'Calculus', 2024, 1, 'e9cc59', '67.62', '2025-06-11 09:57:32'), (112, 10, 'Biology', 2023, 4, '46a731', '96.53', '2025-06-11 09:57:32'), (113, 10, 'Physical Education', 2021, 12, '5a4e2c', '75.36', '2025-06-11 09:57:32'), (114, 10, 'Python', 2022, 5, '99bbb1', '58.61', '2025-06-11 09:57:32'), (115, 10, 'Geography', 2024, 9, '5cd302', '56.69', '2025-06-11 09:57:32'), (116, 10, 'Art History', 2024, 9, '5cd302', '80.75', '2025-06-11 09:57:32'), (117, 10, 'Chemistry', 2021, 9, 'b09e9b', '96.46', '2025-06-11 09:57:32'), (118, 11, 'Mathematics', 2024, 12, '6d6750', '67.62', '2025-06-11 09:57:32'), (119, 11, 'English Literature', 2021, 11, 'd82905', '92.72', '2025-06-11 09:57:32'), (120, 11, 'Chemistry', 2022, 4, '32824c', '92.28', '2025-06-11 09:57:32'), (121, 11, 'Biology', 2022, 6, 'aaa97b', '79.43', '2025-06-11 09:57:32'), (122, 11, 'Databases', 2021, 1, 'e06130', '76.48', '2025-06-11 09:57:32'), (123, 11, 'Calculus', 2023, 3, 'd9976f', '99.50', '2025-06-11 09:57:32'), (124, 11, 'Databases', 2021, 4, '3171b3', '88.10', '2025-06-11 09:57:32'), (125, 11, 'Geography', 2022, 6, 'aaa97b', '57.22', '2025-06-11 09:57:32'), (126, 11, 'English Literature', 2024, 7, 'b618b4', '93.90', '2025-06-11 09:57:32'), (127, 11, 'Music Theory', 2022, 5, '99bbb1', '97.16', '2025-06-11 09:57:32'), (128, 11, 'Chemistry', 2023, 1, '6dd36e', '95.24', '2025-06-11 09:57:32'), (129, 11, 'History', 2023, 11, '0885ac', '91.08', '2025-06-11 09:57:32'), (130, 13, 'Music Theory', 2022, 6, 'aaa97b', '86.15', '2025-06-11 09:57:32'), (131, 13, 'Web Development', 2022, 12, 'a94586', '58.24', '2025-06-11 09:57:32'), (132, 13, 'Calculus', 2024, 12, '6d6750', '74.77', '2025-06-11 09:57:32'), (133, 13, 'Network Security', 2021, 7, 'ca0077', '97.56', '2025-06-11 09:57:32'), (134, 13, 'Chemistry', 2022, 5, '99bbb1', '55.74', '2025-06-11 09:57:32'), (135, 13, 'Music Theory', 2021, 2, 'cef86b', '78.41', '2025-06-11 09:57:32'), (136, 13, 'Art History', 2022, 11, '203e95', '72.08', '2025-06-11 09:57:32'), (137, 13, 'C++', 2024, 4, 'eb9996', '97.81', '2025-06-11 09:57:32'), (138, 13, 'Python', 2022, 7, '62fb55', '57.77', '2025-06-11 09:57:32'), (139, 13, 'Mathematics', 2021, 9, 'b09e9b', '79.11', '2025-06-11 09:57:32'), (140, 13, 'Web Development', 2024, 6, '429a4b', '97.46', '2025-06-11 09:57:32'), (141, 13, 'Mathematics', 2023, 3, 'd9976f', '55.78', '2025-06-11 09:57:32'), (142, 14, 'Geography', 2022, 4, '32824c', '82.67', '2025-06-11 09:57:32'), (143, 14, 'Music Theory', 2023, 6, 'b41450', '80.29', '2025-06-11 09:57:32'), (144, 14, 'English Literature', 2024, 6, '429a4b', '74.75', '2025-06-11 09:57:32'), (145, 14, 'Biology', 2023, 11, '0885ac', '92.62', '2025-06-11 09:57:32'), (146, 14, 'Chemistry', 2021, 8, '61513a', '79.80', '2025-06-11 09:57:32'), (147, 14, 'Mathematics', 2022, 4, '32824c', '72.36', '2025-06-11 09:57:32'), (148, 14, 'Mathematics', 2021, 11, 'd82905', '91.95', '2025-06-11 09:57:32'), (149, 14, 'Art History', 2022, 5, '99bbb1', '79.23', '2025-06-11 09:57:32'), (150, 14, 'Mathematics', 2022, 5, '99bbb1', '91.51', '2025-06-11 09:57:32'), (151, 14, 'Physical Education', 2022, 11, '203e95', '78.84', '2025-06-11 09:57:32'), (152, 14, 'Physical Education', 2024, 6, '429a4b', '96.36', '2025-06-11 09:57:32'), (153, 15, 'Biology', 2021, 11, 'd82905', '95.55', '2025-06-11 09:57:32'), (154, 15, 'Mathematics', 2022, 5, '99bbb1', '74.31', '2025-06-11 09:57:32'), (155, 15, 'Physics', 2021, 12, '5a4e2c', '59.27', '2025-06-11 09:57:32'), (156, 15, 'Music Theory', 2022, 10, '276c8c', '95.89', '2025-06-11 09:57:32'), (157, 15, 'Databases', 2022, 12, 'a94586', '57.37', '2025-06-11 09:57:32'), (158, 15, 'Biology', 2022, 2, '52ec83', '68.68', '2025-06-11 09:57:32'), (159, 15, 'Biology', 2022, 8, '0850bb', '68.38', '2025-06-11 09:57:32'), (160, 15, 'English Literature', 2021, 7, 'ca0077', '74.29', '2025-06-11 09:57:32'), (161, 15, 'Music Theory', 2021, 7, 'ca0077', '81.38', '2025-06-11 09:57:32'), (162, 15, 'C++', 2022, 4, '32824c', '66.35', '2025-06-11 09:57:32'), (163, 15, 'Databases', 2021, 4, '3171b3', '62.22', '2025-06-11 09:57:32'), (164, 15, 'Web Development', 2024, 8, 'c79117', '74.29', '2025-06-11 09:57:32'), (165, 16, 'Mathematics', 2024, 12, '6d6750', '63.51', '2025-06-11 09:57:32'), (166, 16, 'Art History', 2021, 8, '61513a', '96.45', '2025-06-11 09:57:32'), (167, 16, 'Physical Education', 2022, 2, '52ec83', '97.22', '2025-06-11 09:57:32'), (168, 16, 'Physical Education', 2023, 5, '7cd11c', '73.29', '2025-06-11 09:57:32'), (169, 16, 'Music Theory', 2023, 5, '7cd11c', '78.44', '2025-06-11 09:57:32'), (170, 16, 'Python', 2021, 9, 'b09e9b', '77.80', '2025-06-11 09:57:32'), (171, 16, 'Geography', 2024, 5, 'a3b507', '84.47', '2025-06-11 09:57:32'), (172, 16, 'Art History', 2023, 12, '4eefa8', '77.80', '2025-06-11 09:57:32'), (173, 16, 'English Literature', 2022, 12, 'a94586', '74.77', '2025-06-11 09:57:32'), (174, 16, 'Network Security', 2021, 12, '5a4e2c', '55.90', '2025-06-11 09:57:32'), (175, 16, 'Art History', 2023, 7, '029965', '89.38', '2025-06-11 09:57:32'), (176, 17, 'Physical Education', 2022, 12, 'a94586', '69.54', '2025-06-11 09:57:32'), (177, 17, 'Python', 2023, 5, '7cd11c', '86.94', '2025-06-11 09:57:32'), (178, 17, 'Music Theory', 2022, 1, '0cc7d7', '58.31', '2025-06-11 09:57:32'), (179, 17, 'Physics', 2024, 9, '5cd302', '98.43', '2025-06-11 09:57:32'), (180, 17, 'Python', 2023, 4, '46a731', '85.26', '2025-06-11 09:57:32'), (181, 17, 'Web Development', 2022, 11, '203e95', '69.99', '2025-06-11 09:57:32'), (182, 17, 'Physical Education', 2024, 7, 'b618b4', '70.50', '2025-06-11 09:57:32'), (183, 17, 'Web Development', 2023, 12, '4eefa8', '67.77', '2025-06-11 09:57:32'), (184, 17, 'Geography', 2024, 11, 'f36400', '68.81', '2025-06-11 09:57:32'), (185, 17, 'Biology', 2021, 6, '20cada', '58.88', '2025-06-11 09:57:32'), (186, 18, 'Python', 2022, 10, '276c8c', '81.47', '2025-06-11 09:57:32'), (187, 18, 'Art History', 2022, 10, '276c8c', '87.51', '2025-06-11 09:57:32'), (188, 18, 'C++', 2022, 10, '276c8c', '82.84', '2025-06-11 09:57:32'), (189, 18, 'Music Theory', 2023, 1, '6dd36e', '97.94', '2025-06-11 09:57:32'), (190, 18, 'Biology', 2023, 2, 'ec56ab', '81.73', '2025-06-11 09:57:32'), (191, 18, 'Chemistry', 2023, 8, '717000', '73.29', '2025-06-11 09:57:32'), (192, 18, 'Network Security', 2022, 8, '0850bb', '64.00', '2025-06-11 09:57:32'), (193, 18, 'Chemistry', 2023, 5, '7cd11c', '98.04', '2025-06-11 09:57:32'), (194, 18, 'Web Development', 2022, 1, '0cc7d7', '71.57', '2025-06-11 09:57:32'), (195, 18, 'C++', 2023, 5, '7cd11c', '78.13', '2025-06-11 09:57:32'), (196, 18, 'Calculus', 2023, 6, 'b41450', '75.05', '2025-06-11 09:57:32'), (197, 18, 'Physical Education', 2024, 1, 'e9cc59', '75.85', '2025-06-11 09:57:32'), (198, 18, 'Chemistry', 2024, 3, 'd80686', '91.92', '2025-06-11 09:57:32'), (199, 18, 'Music Theory', 2022, 3, '4361c8', '82.81', '2025-06-11 09:57:32'), (200, 19, 'Biology', 2023, 8, '717000', '92.30', '2025-06-11 09:57:32'), (201, 19, 'Network Security', 2021, 2, 'cef86b', '61.59', '2025-06-11 09:57:32'), (202, 19, 'Physics', 2022, 1, '0cc7d7', '98.63', '2025-06-11 09:57:32'), (203, 19, 'Network Security', 2021, 1, 'e06130', '77.80', '2025-06-11 09:57:32'), (204, 19, 'English Literature', 2024, 7, 'b618b4', '83.00', '2025-06-11 09:57:32'), (205, 19, 'Music Theory', 2024, 11, 'f36400', '59.59', '2025-06-11 09:57:32'), (206, 19, 'Music Theory', 2024, 9, '5cd302', '56.92', '2025-06-11 09:57:32'), (207, 19, 'English Literature', 2023, 2, 'ec56ab', '93.05', '2025-06-11 09:57:32'), (208, 19, 'C++', 2022, 8, '0850bb', '58.46', '2025-06-11 09:57:32'), (209, 19, 'Geography', 2022, 9, 'e64033', '74.04', '2025-06-11 09:57:32'), (210, 20, 'Geography', 2024, 9, '5cd302', '70.08', '2025-06-11 09:57:32'), (211, 20, 'Geography', 2021, 7, 'ca0077', '85.69', '2025-06-11 09:57:32'), (212, 20, 'Databases', 2022, 9, 'e64033', '61.34', '2025-06-11 09:57:32'), (213, 20, 'Python', 2024, 12, '6d6750', '74.97', '2025-06-11 09:57:32'), (214, 20, 'Biology', 2021, 1, 'e06130', '79.67', '2025-06-11 09:57:32'), (215, 20, 'Python', 2024, 10, '63f1ae', '75.77', '2025-06-11 09:57:32'), (216, 20, 'Geography', 2023, 2, 'ec56ab', '93.96', '2025-06-11 09:57:32'), (217, 20, 'Web Development', 2023, 8, '717000', '75.21', '2025-06-11 09:57:32'), (218, 20, 'Art History', 2024, 6, '429a4b', '92.05', '2025-06-11 09:57:32'), (219, 20, 'Biology', 2022, 3, '4361c8', '95.47', '2025-06-11 09:57:32'), (220, 20, 'Chemistry', 2022, 9, 'e64033', '62.00', '2025-06-11 09:57:32'), (221, 20, 'English Literature', 2022, 12, 'a94586', '86.66', '2025-06-11 09:57:32'), (222, 21, 'Calculus', 2022, 6, 'aaa97b', '58.08', '2025-06-11 09:57:32'), (223, 21, 'History', 2024, 2, '5e33df', '56.18', '2025-06-11 09:57:32'), (224, 21, 'Calculus', 2023, 1, '6dd36e', '96.14', '2025-06-11 09:57:32'), (225, 21, 'Physical Education', 2023, 4, '46a731', '91.39', '2025-06-11 09:57:32'), (226, 21, 'C++', 2023, 12, '4eefa8', '85.48', '2025-06-11 09:57:32'), (227, 21, 'Physical Education', 2021, 10, 'df724c', '57.32', '2025-06-11 09:57:32'), (228, 21, 'Geography', 2024, 9, '5cd302', '84.11', '2025-06-11 09:57:32'), (229, 21, 'History', 2023, 5, '7cd11c', '56.44', '2025-06-11 09:57:32'), (230, 21, 'Biology', 2023, 4, '46a731', '71.88', '2025-06-11 09:57:32'), (231, 21, 'C++', 2024, 9, '5cd302', '58.04', '2025-06-11 09:57:32'), (232, 21, 'Music Theory', 2024, 5, 'a3b507', '67.48', '2025-06-11 09:57:32'), (233, 21, 'Calculus', 2023, 5, '7cd11c', '69.87', '2025-06-11 09:57:32'), (234, 21, 'Music Theory', 2024, 8, 'c79117', '77.87', '2025-06-11 09:57:32'), (235, 21, 'Geography', 2022, 9, 'e64033', '79.50', '2025-06-11 09:57:32'), (236, 22, 'C++', 2024, 4, 'eb9996', '80.46', '2025-06-11 09:57:32'), (237, 22, 'Python', 2022, 10, '276c8c', '79.23', '2025-06-11 09:57:32'), (238, 22, 'Databases', 2023, 8, '717000', '61.92', '2025-06-11 09:57:32'), (239, 22, 'Music Theory', 2021, 10, 'df724c', '92.41', '2025-06-11 09:57:32'), (240, 22, 'History', 2023, 8, '717000', '91.63', '2025-06-11 09:57:32'), (241, 22, 'Python', 2021, 10, 'df724c', '71.29', '2025-06-11 09:57:32'), (242, 22, 'English Literature', 2024, 8, 'c79117', '83.14', '2025-06-11 09:57:32'), (243, 22, 'Network Security', 2024, 9, '5cd302', '71.10', '2025-06-11 09:57:32'), (244, 22, 'Python', 2023, 4, '46a731', '91.55', '2025-06-11 09:57:32'), (245, 22, 'C++', 2022, 6, 'aaa97b', '77.01', '2025-06-11 09:57:32'), (246, 22, 'Calculus', 2021, 7, 'ca0077', '97.24', '2025-06-11 09:57:32'), (247, 23, 'English Literature', 2022, 6, 'aaa97b', '69.79', '2025-06-11 09:57:32'), (248, 23, 'Geography', 2021, 5, '883163', '91.41', '2025-06-11 09:57:32'), (249, 23, 'Music Theory', 2023, 6, 'b41450', '61.42', '2025-06-11 09:57:32'), (250, 23, 'C++', 2022, 11, '203e95', '67.29', '2025-06-11 09:57:32'), (251, 23, 'Music Theory', 2022, 4, '32824c', '80.15', '2025-06-11 09:57:32'), (252, 23, 'Geography', 2024, 2, '5e33df', '81.64', '2025-06-11 09:57:32'), (253, 23, 'Geography', 2021, 1, 'e06130', '98.48', '2025-06-11 09:57:32'), (254, 23, 'Chemistry', 2024, 2, '5e33df', '94.60', '2025-06-11 09:57:32'), (255, 23, 'Biology', 2022, 8, '0850bb', '70.78', '2025-06-11 09:57:32'), (256, 23, 'Python', 2024, 6, '429a4b', '79.29', '2025-06-11 09:57:32'), (257, 24, 'Biology', 2023, 8, '717000', '69.80', '2025-06-11 09:57:32'), (258, 24, 'Calculus', 2024, 10, '63f1ae', '89.12', '2025-06-11 09:57:32'), (259, 24, 'Art History', 2022, 8, '0850bb', '60.89', '2025-06-11 09:57:32'), (260, 24, 'Music Theory', 2021, 5, '883163', '55.21', '2025-06-11 09:57:32'), (261, 24, 'English Literature', 2023, 11, '0885ac', '60.42', '2025-06-11 09:57:32'), (262, 24, 'Mathematics', 2023, 4, '46a731', '93.07', '2025-06-11 09:57:32'), (263, 24, 'Music Theory', 2022, 7, '62fb55', '57.95', '2025-06-11 09:57:32'), (264, 24, 'Geography', 2021, 11, 'd82905', '87.63', '2025-06-11 09:57:32'), (265, 24, 'Physical Education', 2024, 11, 'f36400', '72.13', '2025-06-11 09:57:32'), (266, 24, 'Art History', 2021, 11, 'd82905', '84.05', '2025-06-11 09:57:32'), (267, 24, 'History', 2021, 8, '61513a', '78.35', '2025-06-11 09:57:32'), (268, 24, 'Mathematics', 2021, 7, 'ca0077', '55.49', '2025-06-11 09:57:32'), (269, 24, 'Physics', 2023, 7, '029965', '73.90', '2025-06-11 09:57:32'), (270, 24, 'Physical Education', 2021, 6, '20cada', '87.18', '2025-06-11 09:57:32'), (271, 24, 'Calculus', 2024, 6, '429a4b', '61.37', '2025-06-11 09:57:32'), (272, 25, 'Mathematics', 2023, 1, '6dd36e', '73.96', '2025-06-11 09:57:32'), (273, 25, 'Music Theory', 2022, 5, '99bbb1', '96.76', '2025-06-11 09:57:32'), (274, 25, 'Physical Education', 2024, 11, 'f36400', '57.15', '2025-06-11 09:57:32'), (275, 25, 'Music Theory', 2021, 8, '61513a', '63.81', '2025-06-11 09:57:32'), (276, 25, 'Mathematics', 2023, 1, '6dd36e', '82.87', '2025-06-11 09:57:32'), (277, 25, 'Network Security', 2024, 1, 'e9cc59', '72.20', '2025-06-11 09:57:32'), (278, 25, 'Chemistry', 2023, 6, 'b41450', '70.58', '2025-06-11 09:57:32'), (279, 25, 'Databases', 2023, 1, '6dd36e', '97.59', '2025-06-11 09:57:32'), (280, 25, 'Mathematics', 2022, 12, 'a94586', '94.76', '2025-06-11 09:57:32'), (281, 25, 'Chemistry', 2022, 2, '52ec83', '92.35', '2025-06-11 09:57:32'), (282, 25, 'Chemistry', 2021, 11, 'd82905', '95.48', '2025-06-11 09:57:32'), (283, 25, 'Chemistry', 2024, 2, '5e33df', '78.64', '2025-06-11 09:57:32'), (284, 26, 'Network Security', 2023, 1, '6dd36e', '67.79', '2025-06-11 09:57:32'), (285, 26, 'History', 2021, 10, 'df724c', '81.71', '2025-06-11 09:57:32'), (286, 26, 'Chemistry', 2023, 2, 'ec56ab', '73.48', '2025-06-11 09:57:32'), (287, 26, 'Physics', 2022, 10, '276c8c', '72.01', '2025-06-11 09:57:32'), (288, 26, 'Geography', 2023, 9, 'f455d7', '94.86', '2025-06-11 09:57:32'), (289, 26, 'C++', 2023, 11, '0885ac', '99.82', '2025-06-11 09:57:32'), (290, 26, 'Art History', 2024, 3, 'd80686', '98.72', '2025-06-11 09:57:32'), (291, 26, 'Mathematics', 2021, 11, 'd82905', '76.63', '2025-06-11 09:57:32'), (292, 26, 'Biology', 2024, 1, 'e9cc59', '55.67', '2025-06-11 09:57:32'), (293, 26, 'Biology', 2024, 3, 'd80686', '66.72', '2025-06-11 09:57:32'), (294, 26, 'Geography', 2023, 2, 'ec56ab', '97.08', '2025-06-11 09:57:32'), (295, 27, 'Physical Education', 2024, 4, 'eb9996', '95.28', '2025-06-11 09:57:32'), (296, 27, 'Calculus', 2021, 7, 'ca0077', '73.78', '2025-06-11 09:57:32'), (297, 27, 'Web Development', 2021, 11, 'd82905', '72.21', '2025-06-11 09:57:32'), (298, 27, 'Art History', 2022, 2, '52ec83', '81.70', '2025-06-11 09:57:32'), (299, 27, 'Geography', 2021, 3, '0f297f', '97.72', '2025-06-11 09:57:32'), (300, 27, 'Geography', 2024, 2, '5e33df', '98.60', '2025-06-11 09:57:32'), (301, 27, 'Biology', 2022, 5, '99bbb1', '68.05', '2025-06-11 09:57:32'), (302, 27, 'Chemistry', 2024, 6, '429a4b', '62.31', '2025-06-11 09:57:32'), (303, 27, 'C++', 2022, 12, 'a94586', '63.55', '2025-06-11 09:57:32'), (304, 27, 'Music Theory', 2023, 4, '46a731', '63.61', '2025-06-11 09:57:32'), (305, 27, 'Web Development', 2021, 11, 'd82905', '86.12', '2025-06-11 09:57:32'), (306, 27, 'Biology', 2024, 8, 'c79117', '87.43', '2025-06-11 09:57:32'), (307, 27, 'Mathematics', 2023, 1, '6dd36e', '89.15', '2025-06-11 09:57:32'), (308, 27, 'Biology', 2022, 6, 'aaa97b', '64.14', '2025-06-11 09:57:32'), (309, 27, 'C++', 2023, 4, '46a731', '76.42', '2025-06-11 09:57:32'), (310, 28, 'Web Development', 2021, 3, '0f297f', '90.75', '2025-06-11 09:57:32'), (311, 28, 'Chemistry', 2021, 2, 'cef86b', '91.79', '2025-06-11 09:57:32'), (312, 28, 'Biology', 2022, 11, '203e95', '58.22', '2025-06-11 09:57:32'), (313, 28, 'Chemistry', 2022, 8, '0850bb', '84.18', '2025-06-11 09:57:32'), (314, 28, 'C++', 2021, 2, 'cef86b', '69.52', '2025-06-11 09:57:32'), (315, 28, 'Python', 2021, 10, 'df724c', '92.73', '2025-06-11 09:57:32'), (316, 28, 'Geography', 2022, 10, '276c8c', '82.09', '2025-06-11 09:57:32'), (317, 28, 'History', 2024, 3, 'd80686', '61.72', '2025-06-11 09:57:32'), (318, 28, 'Chemistry', 2022, 4, '32824c', '96.08', '2025-06-11 09:57:32'), (319, 28, 'Geography', 2023, 6, 'b41450', '82.56', '2025-06-11 09:57:32'), (320, 28, 'Art History', 2021, 8, '61513a', '58.27', '2025-06-11 09:57:32'), (321, 28, 'Music Theory', 2024, 1, 'e9cc59', '96.01', '2025-06-11 09:57:32'), (322, 29, 'Art History', 2022, 2, '52ec83', '98.38', '2025-06-11 09:57:32'), (323, 29, 'Calculus', 2021, 9, 'b09e9b', '79.81', '2025-06-11 09:57:32'), (324, 29, 'Physical Education', 2022, 2, '52ec83', '87.14', '2025-06-11 09:57:32'), (325, 29, 'History', 2021, 4, '3171b3', '70.38', '2025-06-11 09:57:32'), (326, 29, 'Network Security', 2024, 8, 'c79117', '71.51', '2025-06-11 09:57:32'), (327, 29, 'Chemistry', 2021, 2, 'cef86b', '63.89', '2025-06-11 09:57:32'), (328, 29, 'Physical Education', 2023, 1, '6dd36e', '72.07', '2025-06-11 09:57:32'), (329, 29, 'English Literature', 2024, 3, 'd80686', '76.12', '2025-06-11 09:57:32'), (330, 29, 'Physical Education', 2022, 2, '52ec83', '77.29', '2025-06-11 09:57:32'), (331, 29, 'Physics', 2023, 10, '686453', '58.19', '2025-06-11 09:57:32'), (332, 29, 'Physical Education', 2022, 5, '99bbb1', '62.14', '2025-06-11 09:57:32'), (333, 29, 'Geography', 2021, 4, '3171b3', '94.84', '2025-06-11 09:57:32'), (334, 29, 'Python', 2024, 11, 'f36400', '77.72', '2025-06-11 09:57:32'), (335, 30, 'Art History', 2024, 5, 'a3b507', '61.81', '2025-06-11 09:57:32'), (336, 30, 'Calculus', 2024, 12, '6d6750', '86.43', '2025-06-11 09:57:32'), (337, 30, 'Physical Education', 2021, 3, '0f297f', '95.87', '2025-06-11 09:57:32'), (338, 30, 'Geography', 2022, 2, '52ec83', '72.93', '2025-06-11 09:57:32'), (339, 30, 'Physical Education', 2023, 5, '7cd11c', '61.69', '2025-06-11 09:57:32'), (340, 30, 'Calculus', 2024, 9, '5cd302', '73.16', '2025-06-11 09:57:32'), (341, 30, 'Music Theory', 2021, 9, 'b09e9b', '91.65', '2025-06-11 09:57:32'), (342, 30, 'Web Development', 2022, 4, '32824c', '97.94', '2025-06-11 09:57:32'), (343, 30, 'Network Security', 2024, 3, 'd80686', '87.33', '2025-06-11 09:57:32'), (344, 30, 'Physics', 2021, 4, '3171b3', '79.60', '2025-06-11 09:57:32'), (345, 31, 'Art History', 2021, 4, '3171b3', '94.65', '2025-06-11 09:57:32'), (346, 31, 'Biology', 2024, 9, '5cd302', '74.14', '2025-06-11 09:57:32'), (347, 31, 'English Literature', 2023, 10, '686453', '87.70', '2025-06-11 09:57:32'), (348, 31, 'Physics', 2023, 5, '7cd11c', '84.01', '2025-06-11 09:57:32'), (349, 31, 'Biology', 2023, 4, '46a731', '80.27', '2025-06-11 09:57:32'), (350, 31, 'English Literature', 2021, 2, 'cef86b', '64.87', '2025-06-11 09:57:32'), (351, 31, 'C++', 2024, 10, '63f1ae', '98.17', '2025-06-11 09:57:32'), (352, 31, 'Python', 2021, 10, 'df724c', '98.21', '2025-06-11 09:57:32'), (353, 31, 'Music Theory', 2021, 9, 'b09e9b', '78.81', '2025-06-11 09:57:32'), (354, 31, 'Mathematics', 2022, 2, '52ec83', '58.75', '2025-06-11 09:57:32'), (355, 31, 'Chemistry', 2021, 12, '5a4e2c', '65.49', '2025-06-11 09:57:32'), (356, 32, 'Physics', 2023, 3, 'd9976f', '91.77', '2025-06-11 09:57:32'), (357, 32, 'Physics', 2021, 2, 'cef86b', '77.24', '2025-06-11 09:57:32'), (358, 32, 'C++', 2022, 4, '32824c', '95.74', '2025-06-11 09:57:32'), (359, 32, 'Network Security', 2022, 7, '62fb55', '99.14', '2025-06-11 09:57:32'), (360, 32, 'Python', 2021, 11, 'd82905', '61.38', '2025-06-11 09:57:32'), (361, 32, 'Music Theory', 2021, 3, '0f297f', '87.96', '2025-06-11 09:57:32'), (362, 32, 'C++', 2021, 1, 'e06130', '55.62', '2025-06-11 09:57:32'), (363, 32, 'Physics', 2024, 3, 'd80686', '67.74', '2025-06-11 09:57:32'), (364, 32, 'Art History', 2022, 11, '203e95', '87.77', '2025-06-11 09:57:32'), (365, 32, 'English Literature', 2022, 12, 'a94586', '97.25', '2025-06-11 09:57:32'), (366, 32, 'Art History', 2023, 12, '4eefa8', '69.57', '2025-06-11 09:57:32'), (367, 32, 'C++', 2023, 6, 'b41450', '84.67', '2025-06-11 09:57:32'), (368, 33, 'Web Development', 2024, 12, '6d6750', '84.88', '2025-06-11 09:57:32'), (369, 33, 'Databases', 2021, 6, '20cada', '92.47', '2025-06-11 09:57:32'), (370, 33, 'Physics', 2023, 11, '0885ac', '82.52', '2025-06-11 09:57:32'), (371, 33, 'Physical Education', 2023, 9, 'f455d7', '87.40', '2025-06-11 09:57:32'), (372, 33, 'Web Development', 2023, 5, '7cd11c', '93.04', '2025-06-11 09:57:32'), (373, 33, 'Python', 2021, 4, '3171b3', '69.72', '2025-06-11 09:57:32'), (374, 33, 'Music Theory', 2023, 7, '029965', '97.27', '2025-06-11 09:57:32'), (375, 33, 'Databases', 2022, 12, 'a94586', '56.23', '2025-06-11 09:57:32'), (376, 33, 'Art History', 2022, 5, '99bbb1', '96.94', '2025-06-11 09:57:32'), (377, 33, 'Network Security', 2022, 9, 'e64033', '85.89', '2025-06-11 09:57:32'), (378, 33, 'Calculus', 2024, 12, '6d6750', '83.16', '2025-06-11 09:57:32'), (379, 33, 'Databases', 2024, 8, 'c79117', '96.45', '2025-06-11 09:57:32'), (380, 33, 'Databases', 2023, 9, 'f455d7', '80.94', '2025-06-11 09:57:32'), (381, 33, 'Biology', 2024, 2, '5e33df', '99.57', '2025-06-11 09:57:32'), (382, 34, 'Music Theory', 2021, 6, '20cada', '90.28', '2025-06-11 09:57:32'), (383, 34, 'C++', 2024, 11, 'f36400', '71.71', '2025-06-11 09:57:32'), (384, 34, 'Python', 2021, 7, 'ca0077', '80.78', '2025-06-11 09:57:32'), (385, 34, 'Physics', 2023, 1, '6dd36e', '79.10', '2025-06-11 09:57:32'), (386, 34, 'Network Security', 2024, 4, 'eb9996', '63.26', '2025-06-11 09:57:32'), (387, 34, 'Geography', 2022, 1, '0cc7d7', '97.84', '2025-06-11 09:57:32'), (388, 34, 'Calculus', 2022, 12, 'a94586', '72.42', '2025-06-11 09:57:32'), (389, 34, 'Calculus', 2022, 1, '0cc7d7', '88.61', '2025-06-11 09:57:32'), (390, 34, 'Mathematics', 2024, 3, 'd80686', '56.27', '2025-06-11 09:57:32'), (391, 34, 'History', 2022, 1, '0cc7d7', '87.26', '2025-06-11 09:57:32'), (392, 34, 'Geography', 2022, 12, 'a94586', '57.78', '2025-06-11 09:57:32'), (393, 34, 'Network Security', 2023, 2, 'ec56ab', '61.16', '2025-06-11 09:57:32'), (394, 34, 'Chemistry', 2021, 11, 'd82905', '56.86', '2025-06-11 09:57:32'), (395, 34, 'Biology', 2021, 5, '883163', '69.46', '2025-06-11 09:57:32'), (396, 35, 'Calculus', 2024, 4, 'eb9996', '66.09', '2025-06-11 09:57:32'), (397, 35, 'Databases', 2023, 7, '029965', '64.08', '2025-06-11 09:57:32'), (398, 35, 'C++', 2022, 8, '0850bb', '96.57', '2025-06-11 09:57:32'), (399, 35, 'Biology', 2021, 7, 'ca0077', '82.06', '2025-06-11 09:57:32'), (400, 35, 'Databases', 2024, 6, '429a4b', '63.65', '2025-06-11 09:57:32'), (401, 35, 'Databases', 2022, 1, '0cc7d7', '63.87', '2025-06-11 09:57:32'), (402, 35, 'Physical Education', 2023, 4, '46a731', '93.99', '2025-06-11 09:57:32'), (403, 35, 'Geography', 2021, 12, '5a4e2c', '61.20', '2025-06-11 09:57:32'), (404, 35, 'Calculus', 2021, 10, 'df724c', '88.39', '2025-06-11 09:57:32'), (405, 35, 'Chemistry', 2024, 4, 'eb9996', '63.03', '2025-06-11 09:57:32'), (406, 36, 'History', 2024, 3, 'd80686', '77.88', '2025-06-11 09:57:32'), (407, 36, 'Mathematics', 2021, 5, '883163', '72.77', '2025-06-11 09:57:32'), (408, 36, 'Calculus', 2022, 2, '52ec83', '94.59', '2025-06-11 09:57:32'), (409, 36, 'Art History', 2024, 10, '63f1ae', '85.84', '2025-06-11 09:57:32'), (410, 36, 'Python', 2021, 11, 'd82905', '59.11', '2025-06-11 09:57:32'), (411, 36, 'Python', 2024, 12, '6d6750', '67.35', '2025-06-11 09:57:32'), (412, 36, 'Databases', 2024, 7, 'b618b4', '90.01', '2025-06-11 09:57:32'), (413, 36, 'Web Development', 2022, 2, '52ec83', '75.17', '2025-06-11 09:57:32'), (414, 36, 'Web Development', 2023, 5, '7cd11c', '87.06', '2025-06-11 09:57:32'), (415, 36, 'Chemistry', 2024, 12, '6d6750', '95.94', '2025-06-11 09:57:32'), (416, 36, 'Calculus', 2024, 12, '6d6750', '91.57', '2025-06-11 09:57:32'), (417, 37, 'Geography', 2021, 9, 'b09e9b', '95.32', '2025-06-11 09:57:32'), (418, 37, 'English Literature', 2021, 8, '61513a', '92.61', '2025-06-11 09:57:32'), (419, 37, 'Biology', 2024, 1, 'e9cc59', '61.76', '2025-06-11 09:57:32'), (420, 37, 'C++', 2024, 10, '63f1ae', '80.32', '2025-06-11 09:57:32'), (421, 37, 'Python', 2023, 12, '4eefa8', '75.96', '2025-06-11 09:57:32'), (422, 37, 'Art History', 2023, 3, 'd9976f', '81.22', '2025-06-11 09:57:32'), (423, 37, 'C++', 2021, 5, '883163', '65.04', '2025-06-11 09:57:32'), (424, 37, 'Music Theory', 2023, 10, '686453', '63.65', '2025-06-11 09:57:32'), (425, 37, 'Art History', 2021, 8, '61513a', '85.87', '2025-06-11 09:57:32'), (426, 37, 'Art History', 2023, 6, 'b41450', '88.92', '2025-06-11 09:57:32'), (427, 37, 'Art History', 2023, 9, 'f455d7', '95.33', '2025-06-11 09:57:32'), (428, 38, 'History', 2023, 12, '4eefa8', '83.64', '2025-06-11 09:57:32'), (429, 38, 'Physical Education', 2021, 12, '5a4e2c', '67.75', '2025-06-11 09:57:32'), (430, 38, 'Databases', 2024, 8, 'c79117', '69.67', '2025-06-11 09:57:32'), (431, 38, 'English Literature', 2023, 5, '7cd11c', '63.69', '2025-06-11 09:57:32'), (432, 38, 'Network Security', 2022, 12, 'a94586', '77.51', '2025-06-11 09:57:32'), (433, 38, 'Physical Education', 2023, 2, 'ec56ab', '77.44', '2025-06-11 09:57:32'), (434, 38, 'Physics', 2024, 7, 'b618b4', '96.45', '2025-06-11 09:57:32'), (435, 38, 'Art History', 2021, 12, '5a4e2c', '84.56', '2025-06-11 09:57:32'), (436, 38, 'Geography', 2022, 9, 'e64033', '74.12', '2025-06-11 09:57:32'), (437, 38, 'Databases', 2024, 4, 'eb9996', '61.28', '2025-06-11 09:57:32'), (438, 38, 'Web Development', 2023, 2, 'ec56ab', '76.39', '2025-06-11 09:57:32'), (439, 39, 'Network Security', 2023, 12, '4eefa8', '89.49', '2025-06-11 09:57:32'), (440, 39, 'Physical Education', 2022, 10, '276c8c', '87.20', '2025-06-11 09:57:32'), (441, 39, 'Music Theory', 2023, 11, '0885ac', '91.08', '2025-06-11 09:57:32'), (442, 39, 'Music Theory', 2022, 12, 'a94586', '87.73', '2025-06-11 09:57:32'), (443, 39, 'Geography', 2022, 2, '52ec83', '90.26', '2025-06-11 09:57:32'), (444, 39, 'English Literature', 2022, 4, '32824c', '92.67', '2025-06-11 09:57:32'), (445, 39, 'Python', 2023, 9, 'f455d7', '85.36', '2025-06-11 09:57:32'), (446, 39, 'Physics', 2024, 7, 'b618b4', '60.34', '2025-06-11 09:57:32'), (447, 39, 'History', 2024, 4, 'eb9996', '90.28', '2025-06-11 09:57:32'), (448, 39, 'Music Theory', 2024, 1, 'e9cc59', '63.60', '2025-06-11 09:57:32'), (449, 40, 'Biology', 2024, 7, 'b618b4', '89.25', '2025-06-11 09:57:32'), (450, 40, 'Calculus', 2022, 11, '203e95', '75.63', '2025-06-11 09:57:32'), (451, 40, 'Geography', 2022, 3, '4361c8', '68.19', '2025-06-11 09:57:32'), (452, 40, 'Python', 2022, 3, '4361c8', '72.90', '2025-06-11 09:57:32'), (453, 40, 'Mathematics', 2021, 9, 'b09e9b', '74.46', '2025-06-11 09:57:32'), (454, 40, 'Music Theory', 2021, 5, '883163', '66.65', '2025-06-11 09:57:32'), (455, 40, 'Chemistry', 2021, 12, '5a4e2c', '86.43', '2025-06-11 09:57:32'), (456, 40, 'Python', 2023, 5, '7cd11c', '59.59', '2025-06-11 09:57:32'), (457, 40, 'Chemistry', 2024, 2, '5e33df', '70.74', '2025-06-11 09:57:32'), (458, 40, 'Physical Education', 2022, 12, 'a94586', '64.58', '2025-06-11 09:57:32'), (459, 40, 'Physical Education', 2021, 1, 'e06130', '89.22', '2025-06-11 09:57:32'), (460, 40, 'Web Development', 2024, 12, '6d6750', '71.00', '2025-06-11 09:57:32'), (461, 40, 'English Literature', 2021, 5, '883163', '88.31', '2025-06-11 09:57:32'), (462, 40, 'Chemistry', 2023, 1, '6dd36e', '78.90', '2025-06-11 09:57:32'), (463, 41, 'Physics', 2023, 6, 'b41450', '73.46', '2025-06-11 09:57:32'), (464, 41, 'Art History', 2022, 12, 'a94586', '57.74', '2025-06-11 09:57:32'), (465, 41, 'English Literature', 2022, 8, '0850bb', '95.40', '2025-06-11 09:57:32'), (466, 41, 'C++', 2023, 12, '4eefa8', '75.83', '2025-06-11 09:57:32'), (467, 41, 'Geography', 2023, 10, '686453', '59.03', '2025-06-11 09:57:32'), (468, 41, 'Chemistry', 2022, 12, 'a94586', '70.86', '2025-06-11 09:57:32'), (469, 41, 'Web Development', 2023, 10, '686453', '73.93', '2025-06-11 09:57:32'), (470, 41, 'C++', 2021, 1, 'e06130', '72.46', '2025-06-11 09:57:32'), (471, 41, 'Databases', 2024, 7, 'b618b4', '76.95', '2025-06-11 09:57:32'), (472, 41, 'Network Security', 2022, 4, '32824c', '67.86', '2025-06-11 09:57:32'), (473, 41, 'Mathematics', 2024, 1, 'e9cc59', '82.67', '2025-06-11 09:57:32'), (474, 41, 'Biology', 2023, 11, '0885ac', '72.34', '2025-06-11 09:57:32'), (475, 41, 'Web Development', 2022, 1, '0cc7d7', '78.81', '2025-06-11 09:57:32'), (476, 42, 'Python', 2024, 8, 'c79117', '61.59', '2025-06-11 09:57:32'), (477, 42, 'History', 2023, 8, '717000', '90.90', '2025-06-11 09:57:32'), (478, 42, 'Music Theory', 2021, 4, '3171b3', '81.97', '2025-06-11 09:57:32'), (479, 42, 'English Literature', 2023, 1, '6dd36e', '59.28', '2025-06-11 09:57:32'), (480, 42, 'Music Theory', 2024, 8, 'c79117', '63.89', '2025-06-11 09:57:32'), (481, 42, 'Biology', 2023, 3, 'd9976f', '71.27', '2025-06-11 09:57:32'), (482, 42, 'Geography', 2024, 5, 'a3b507', '96.31', '2025-06-11 09:57:32'), (483, 42, 'Chemistry', 2022, 6, 'aaa97b', '55.86', '2025-06-11 09:57:32'), (484, 42, 'Art History', 2022, 11, '203e95', '66.87', '2025-06-11 09:57:32'), (485, 42, 'English Literature', 2023, 8, '717000', '71.33', '2025-06-11 09:57:32'), (486, 42, 'History', 2024, 10, '63f1ae', '62.33', '2025-06-11 09:57:32'), (487, 42, 'English Literature', 2023, 3, 'd9976f', '69.37', '2025-06-11 09:57:32'), (488, 42, 'C++', 2021, 2, 'cef86b', '72.10', '2025-06-11 09:57:32'), (489, 42, 'Physical Education', 2024, 1, 'e9cc59', '86.34', '2025-06-11 09:57:32'), (490, 42, 'History', 2021, 10, 'df724c', '98.32', '2025-06-11 09:57:32'), (491, 43, 'Calculus', 2024, 4, 'eb9996', '84.78', '2025-06-11 09:57:32'), (492, 43, 'Physical Education', 2023, 6, 'b41450', '77.01', '2025-06-11 09:57:32'), (493, 43, 'English Literature', 2023, 9, 'f455d7', '78.81', '2025-06-11 09:57:32'), (494, 43, 'Music Theory', 2022, 1, '0cc7d7', '79.04', '2025-06-11 09:57:32'), (495, 43, 'Geography', 2022, 12, 'a94586', '99.65', '2025-06-11 09:57:32'), (496, 43, 'Physical Education', 2021, 6, '20cada', '61.32', '2025-06-11 09:57:32'), (497, 43, 'Art History', 2021, 3, '0f297f', '92.15', '2025-06-11 09:57:32'), (498, 43, 'Physical Education', 2021, 8, '61513a', '83.93', '2025-06-11 09:57:32'), (499, 43, 'Calculus', 2021, 7, 'ca0077', '87.30', '2025-06-11 09:57:32'), (500, 43, 'Calculus', 2023, 8, '717000', '90.67', '2025-06-11 09:57:32'), (501, 43, 'Geography', 2024, 11, 'f36400', '89.32', '2025-06-11 09:57:32'), (502, 43, 'Art History', 2022, 5, '99bbb1', '99.55', '2025-06-11 09:57:32'), (503, 44, 'Physical Education', 2021, 8, '61513a', '61.65', '2025-06-11 09:57:32'), (504, 44, 'Web Development', 2022, 1, '0cc7d7', '97.87', '2025-06-11 09:57:32'), (505, 44, 'Art History', 2024, 5, 'a3b507', '73.62', '2025-06-11 09:57:32'), (506, 44, 'C++', 2023, 1, '6dd36e', '94.42', '2025-06-11 09:57:32'), (507, 44, 'Databases', 2021, 2, 'cef86b', '75.15', '2025-06-11 09:57:32'), (508, 44, 'Python', 2024, 8, 'c79117', '57.22', '2025-06-11 09:57:32'), (509, 44, 'Biology', 2021, 4, '3171b3', '63.44', '2025-06-11 09:57:32'), (510, 44, 'Art History', 2022, 11, '203e95', '87.79', '2025-06-11 09:57:32'), (511, 44, 'Biology', 2024, 5, 'a3b507', '87.47', '2025-06-11 09:57:32'), (512, 44, 'Art History', 2024, 11, 'f36400', '56.82', '2025-06-11 09:57:32'), (513, 45, 'Music Theory', 2022, 11, '203e95', '98.31', '2025-06-11 09:57:32'), (514, 45, 'Physical Education', 2021, 11, 'd82905', '81.02', '2025-06-11 09:57:32'), (515, 45, 'Network Security', 2022, 2, '52ec83', '88.10', '2025-06-11 09:57:32'), (516, 45, 'Geography', 2024, 8, 'c79117', '62.40', '2025-06-11 09:57:32'), (517, 45, 'Music Theory', 2021, 11, 'd82905', '97.46', '2025-06-11 09:57:32'), (518, 45, 'History', 2021, 6, '20cada', '81.51', '2025-06-11 09:57:32'), (519, 45, 'Biology', 2021, 11, 'd82905', '78.79', '2025-06-11 09:57:32'), (520, 45, 'Python', 2021, 4, '3171b3', '55.52', '2025-06-11 09:57:32'), (521, 45, 'Physics', 2023, 8, '717000', '85.96', '2025-06-11 09:57:32'), (522, 45, 'Art History', 2024, 12, '6d6750', '95.21', '2025-06-11 09:57:32'), (523, 45, 'Physics', 2024, 1, 'e9cc59', '62.91', '2025-06-11 09:57:32'), (524, 45, 'Art History', 2021, 12, '5a4e2c', '65.66', '2025-06-11 09:57:32'), (525, 45, 'Python', 2024, 11, 'f36400', '81.00', '2025-06-11 09:57:32'), (526, 45, 'Biology', 2024, 4, 'eb9996', '79.47', '2025-06-11 09:57:32'), (527, 46, 'Calculus', 2022, 9, 'e64033', '96.23', '2025-06-11 09:57:32'), (528, 46, 'Network Security', 2024, 5, 'a3b507', '80.49', '2025-06-11 09:57:32'), (529, 46, 'Network Security', 2023, 6, 'b41450', '77.45', '2025-06-11 09:57:32'), (530, 46, 'Network Security', 2023, 3, 'd9976f', '57.48', '2025-06-11 09:57:32'), (531, 46, 'Art History', 2021, 7, 'ca0077', '74.48', '2025-06-11 09:57:32'), (532, 46, 'Physics', 2024, 3, 'd80686', '92.78', '2025-06-11 09:57:32'), (533, 46, 'Music Theory', 2024, 5, 'a3b507', '99.96', '2025-06-11 09:57:32'), (534, 46, 'Music Theory', 2021, 8, '61513a', '97.46', '2025-06-11 09:57:32'), (535, 46, 'Physical Education', 2024, 8, 'c79117', '70.24', '2025-06-11 09:57:32'), (536, 46, 'Art History', 2022, 4, '32824c', '97.32', '2025-06-11 09:57:32'), (537, 46, 'Python', 2023, 6, 'b41450', '79.54', '2025-06-11 09:57:32'), (538, 47, 'Geography', 2023, 7, '029965', '71.79', '2025-06-11 09:57:32'), (539, 47, 'Biology', 2024, 6, '429a4b', '85.79', '2025-06-11 09:57:32'), (540, 47, 'Physics', 2023, 9, 'f455d7', '90.31', '2025-06-11 09:57:32'), (541, 47, 'C++', 2023, 11, '0885ac', '77.61', '2025-06-11 09:57:32'), (542, 47, 'Databases', 2022, 5, '99bbb1', '55.03', '2025-06-11 09:57:32'), (543, 47, 'Biology', 2022, 10, '276c8c', '93.62', '2025-06-11 09:57:32'), (544, 47, 'Geography', 2022, 3, '4361c8', '98.49', '2025-06-11 09:57:32'), (545, 47, 'Physics', 2022, 3, '4361c8', '67.84', '2025-06-11 09:57:32'), (546, 47, 'Physics', 2024, 9, '5cd302', '61.07', '2025-06-11 09:57:32'), (547, 47, 'History', 2023, 6, 'b41450', '95.20', '2025-06-11 09:57:32'), (548, 47, 'Network Security', 2021, 1, 'e06130', '62.91', '2025-06-11 09:57:32'), (549, 47, 'Art History', 2023, 11, '0885ac', '89.93', '2025-06-11 09:57:32'), (550, 47, 'Calculus', 2023, 7, '029965', '98.21', '2025-06-11 09:57:32'), (551, 47, 'Web Development', 2022, 2, '52ec83', '56.80', '2025-06-11 09:57:32'), (552, 48, 'English Literature', 2023, 9, 'f455d7', '92.39', '2025-06-11 09:57:32'), (553, 48, 'Python', 2024, 10, '63f1ae', '64.67', '2025-06-11 09:57:32'), (554, 48, 'Python', 2024, 2, '5e33df', '64.11', '2025-06-11 09:57:32'), (555, 48, 'English Literature', 2022, 6, 'aaa97b', '58.96', '2025-06-11 09:57:32'), (556, 48, 'Physics', 2021, 9, 'b09e9b', '96.82', '2025-06-11 09:57:32'), (557, 48, 'Network Security', 2022, 4, '32824c', '87.21', '2025-06-11 09:57:32'), (558, 48, 'History', 2022, 11, '203e95', '66.32', '2025-06-11 09:57:32'), (559, 48, 'Music Theory', 2021, 2, 'cef86b', '91.49', '2025-06-11 09:57:32'), (560, 48, 'Physics', 2024, 10, '63f1ae', '87.79', '2025-06-11 09:57:32'), (561, 48, 'Calculus', 2024, 8, 'c79117', '55.10', '2025-06-11 09:57:32'), (562, 48, 'History', 2022, 2, '52ec83', '61.74', '2025-06-11 09:57:32'), (563, 48, 'Mathematics', 2022, 10, '276c8c', '80.14', '2025-06-11 09:57:32'), (564, 48, 'History', 2022, 6, 'aaa97b', '96.25', '2025-06-11 09:57:32'), (565, 48, 'Web Development', 2022, 9, 'e64033', '91.27', '2025-06-11 09:57:32'), (566, 48, 'Geography', 2024, 8, 'c79117', '89.65', '2025-06-11 09:57:32'), (567, 49, 'History', 2022, 12, 'a94586', '65.95', '2025-06-11 09:57:32'), (568, 49, 'Music Theory', 2024, 7, 'b618b4', '86.05', '2025-06-11 09:57:32'), (569, 49, 'Network Security', 2022, 9, 'e64033', '55.44', '2025-06-11 09:57:32'), (570, 49, 'English Literature', 2021, 6, '20cada', '91.07', '2025-06-11 09:57:32'), (571, 49, 'Web Development', 2022, 4, '32824c', '92.48', '2025-06-11 09:57:32'), (572, 49, 'Mathematics', 2023, 7, '029965', '70.32', '2025-06-11 09:57:32'), (573, 49, 'C++', 2021, 2, 'cef86b', '88.18', '2025-06-11 09:57:32'), (574, 49, 'Music Theory', 2023, 1, '6dd36e', '68.17', '2025-06-11 09:57:32'), (575, 49, 'Python', 2021, 3, '0f297f', '96.74', '2025-06-11 09:57:32'), (576, 49, 'Python', 2021, 1, 'e06130', '94.27', '2025-06-11 09:57:32'), (577, 50, 'Geography', 2023, 7, '029965', '97.96', '2025-06-11 09:57:32'), (578, 50, 'Art History', 2022, 4, '32824c', '88.06', '2025-06-11 09:57:32'), (579, 50, 'Physics', 2024, 9, '5cd302', '98.80', '2025-06-11 09:57:32'), (580, 50, 'Physics', 2023, 4, '46a731', '89.36', '2025-06-11 09:57:32'), (581, 50, 'Physical Education', 2024, 9, '5cd302', '83.61', '2025-06-11 09:57:32'), (582, 50, 'Chemistry', 2023, 6, 'b41450', '58.65', '2025-06-11 09:57:32'), (583, 50, 'Biology', 2023, 1, '6dd36e', '78.10', '2025-06-11 09:57:32'), (584, 50, 'Python', 2023, 12, '4eefa8', '60.56', '2025-06-11 09:57:32'), (585, 50, 'Physical Education', 2024, 6, '429a4b', '84.30', '2025-06-11 09:57:32'), (586, 50, 'Chemistry', 2022, 11, '203e95', '78.97', '2025-06-11 09:57:32'), (587, 50, 'Calculus', 2024, 11, 'f36400', '91.17', '2025-06-11 09:57:32'), (588, 50, 'Chemistry', 2022, 1, '0cc7d7', '74.58', '2025-06-11 09:57:32'), (589, 50, 'History', 2022, 10, '276c8c', '95.88', '2025-06-11 09:57:32'), (590, 50, 'Geography', 2022, 5, '99bbb1', '71.56', '2025-06-11 09:57:32'), (591, 50, 'Biology', 2023, 10, '686453', '84.75', '2025-06-11 09:57:32'), (592, 51, 'C++', 2024, 1, 'e9cc59', '65.98', '2025-06-11 09:57:32'), (593, 51, 'Physical Education', 2023, 5, '7cd11c', '79.33', '2025-06-11 09:57:32'), (594, 51, 'Art History', 2023, 6, 'b41450', '72.10', '2025-06-11 09:57:32'), (595, 51, 'Databases', 2023, 6, 'b41450', '97.26', '2025-06-11 09:57:32'), (596, 51, 'English Literature', 2023, 11, '0885ac', '72.90', '2025-06-11 09:57:32'), (597, 51, 'Network Security', 2022, 7, '62fb55', '76.89', '2025-06-11 09:57:32'), (598, 51, 'Web Development', 2023, 11, '0885ac', '81.48', '2025-06-11 09:57:32'), (599, 51, 'Geography', 2024, 7, 'b618b4', '88.70', '2025-06-11 09:57:32'), (600, 51, 'Chemistry', 2023, 2, 'ec56ab', '70.93', '2025-06-11 09:57:32'), (601, 51, 'Databases', 2023, 3, 'd9976f', '87.73', '2025-06-11 09:57:32'), (602, 51, 'Art History', 2022, 12, 'a94586', '81.35', '2025-06-11 09:57:32'), (603, 51, 'Physics', 2022, 6, 'aaa97b', '80.41', '2025-06-11 09:57:32'), (604, 51, 'Physics', 2023, 11, '0885ac', '67.25', '2025-06-11 09:57:32'), (605, 51, 'Geography', 2023, 5, '7cd11c', '72.18', '2025-06-11 09:57:32'), (606, 51, 'Chemistry', 2022, 5, '99bbb1', '74.84', '2025-06-11 09:57:32'), (607, 52, 'Calculus', 2024, 10, '63f1ae', '69.60', '2025-06-11 09:57:32'), (608, 52, 'Physics', 2021, 4, '3171b3', '76.56', '2025-06-11 09:57:32'), (609, 52, 'History', 2024, 5, 'a3b507', '66.00', '2025-06-11 09:57:32'), (610, 52, 'Physics', 2024, 4, 'eb9996', '92.75', '2025-06-11 09:57:32'), (611, 52, 'Physics', 2022, 12, 'a94586', '58.95', '2025-06-11 09:57:32'), (612, 52, 'Web Development', 2023, 11, '0885ac', '84.78', '2025-06-11 09:57:32'), (613, 52, 'Web Development', 2024, 9, '5cd302', '82.21', '2025-06-11 09:57:32'), (614, 52, 'Art History', 2024, 2, '5e33df', '98.73', '2025-06-11 09:57:32'), (615, 52, 'History', 2021, 7, 'ca0077', '91.56', '2025-06-11 09:57:32'), (616, 52, 'Art History', 2022, 2, '52ec83', '62.55', '2025-06-11 09:57:32'), (617, 52, 'English Literature', 2024, 2, '5e33df', '90.29', '2025-06-11 09:57:32'), (618, 52, 'Biology', 2022, 10, '276c8c', '89.08', '2025-06-11 09:57:32'), (619, 53, 'Music Theory', 2024, 9, '5cd302', '80.31', '2025-06-11 09:57:32'), (620, 53, 'History', 2023, 1, '6dd36e', '67.11', '2025-06-11 09:57:32'), (621, 53, 'Calculus', 2021, 4, '3171b3', '61.16', '2025-06-11 09:57:32'), (622, 53, 'Web Development', 2024, 11, 'f36400', '60.57', '2025-06-11 09:57:32'), (623, 53, 'History', 2022, 10, '276c8c', '57.11', '2025-06-11 09:57:32'), (624, 53, 'History', 2024, 6, '429a4b', '77.56', '2025-06-11 09:57:32'), (625, 53, 'Geography', 2022, 6, 'aaa97b', '56.90', '2025-06-11 09:57:32'), (626, 53, 'Physical Education', 2022, 10, '276c8c', '69.41', '2025-06-11 09:57:32'), (627, 53, 'Chemistry', 2023, 7, '029965', '72.09', '2025-06-11 09:57:32'), (628, 53, 'Art History', 2021, 10, 'df724c', '74.44', '2025-06-11 09:57:32'), (629, 53, 'Calculus', 2023, 3, 'd9976f', '81.83', '2025-06-11 09:57:32'), (630, 53, 'Physical Education', 2021, 1, 'e06130', '68.61', '2025-06-11 09:57:32'), (631, 53, 'C++', 2022, 10, '276c8c', '72.50', '2025-06-11 09:57:32'), (632, 54, 'C++', 2021, 4, '3171b3', '85.21', '2025-06-11 09:57:32'), (633, 54, 'Music Theory', 2021, 3, '0f297f', '97.46', '2025-06-11 09:57:32'), (634, 54, 'Physical Education', 2021, 3, '0f297f', '80.06', '2025-06-11 09:57:32'), (635, 54, 'Music Theory', 2023, 6, 'b41450', '74.60', '2025-06-11 09:57:32'), (636, 54, 'Databases', 2023, 3, 'd9976f', '78.52', '2025-06-11 09:57:32'), (637, 54, 'History', 2022, 12, 'a94586', '65.51', '2025-06-11 09:57:32'), (638, 54, 'Web Development', 2022, 9, 'e64033', '93.32', '2025-06-11 09:57:32'), (639, 54, 'Music Theory', 2024, 4, 'eb9996', '73.13', '2025-06-11 09:57:32'), (640, 54, 'Physical Education', 2023, 6, 'b41450', '76.49', '2025-06-11 09:57:32'), (641, 54, 'Geography', 2024, 3, 'd80686', '94.37', '2025-06-11 09:57:32'), (642, 55, 'Mathematics', 2023, 2, 'ec56ab', '91.98', '2025-06-11 09:57:32'), (643, 55, 'History', 2021, 5, '883163', '84.23', '2025-06-11 09:57:32'), (644, 55, 'Python', 2021, 6, '20cada', '90.12', '2025-06-11 09:57:32'), (645, 55, 'Physics', 2024, 10, '63f1ae', '59.79', '2025-06-11 09:57:32'), (646, 55, 'Databases', 2024, 7, 'b618b4', '61.81', '2025-06-11 09:57:32'), (647, 55, 'History', 2021, 2, 'cef86b', '58.16', '2025-06-11 09:57:32'), (648, 55, 'C++', 2021, 11, 'd82905', '60.17', '2025-06-11 09:57:32'), (649, 55, 'Network Security', 2021, 9, 'b09e9b', '68.34', '2025-06-11 09:57:32'), (650, 55, 'Biology', 2024, 9, '5cd302', '90.98', '2025-06-11 09:57:32'), (651, 55, 'Mathematics', 2023, 7, '029965', '92.06', '2025-06-11 09:57:32'), (652, 55, 'Physics', 2024, 9, '5cd302', '59.53', '2025-06-11 09:57:32'), (653, 55, 'Calculus', 2023, 8, '717000', '96.34', '2025-06-11 09:57:32'), (654, 55, 'Calculus', 2022, 9, 'e64033', '85.54', '2025-06-11 09:57:32'), (655, 55, 'Physical Education', 2024, 2, '5e33df', '99.25', '2025-06-11 09:57:32'), (656, 55, 'Chemistry', 2024, 1, 'e9cc59', '87.08', '2025-06-11 09:57:32'), (657, 56, 'Mathematics', 2022, 12, 'a94586', '90.50', '2025-06-11 09:57:32'), (658, 56, 'Web Development', 2024, 3, 'd80686', '76.87', '2025-06-11 09:57:32'), (659, 56, 'Calculus', 2024, 9, '5cd302', '91.03', '2025-06-11 09:57:32'), (660, 56, 'Databases', 2021, 10, 'df724c', '90.53', '2025-06-11 09:57:32'), (661, 56, 'Music Theory', 2022, 7, '62fb55', '86.83', '2025-06-11 09:57:32'), (662, 56, 'Chemistry', 2023, 9, 'f455d7', '61.32', '2025-06-11 09:57:32'), (663, 56, 'Biology', 2022, 10, '276c8c', '63.09', '2025-06-11 09:57:32'), (664, 56, 'History', 2021, 8, '61513a', '85.09', '2025-06-11 09:57:32'), (665, 56, 'Databases', 2022, 4, '32824c', '84.29', '2025-06-11 09:57:32'), (666, 56, 'Python', 2022, 6, 'aaa97b', '80.19', '2025-06-11 09:57:32'), (667, 56, 'Music Theory', 2023, 4, '46a731', '90.50', '2025-06-11 09:57:32'), (668, 56, 'Network Security', 2022, 11, '203e95', '74.53', '2025-06-11 09:57:32'), (669, 56, 'Python', 2024, 1, 'e9cc59', '58.50', '2025-06-11 09:57:32'), (670, 56, 'C++', 2022, 10, '276c8c', '99.58', '2025-06-11 09:57:32'); INSERT INTO `progress` (`progress_id`, `student_id`, `subject_name`, `start_year`, `period`, `study_block`, `grade_percentage`, `last_updated`) VALUES (671, 57, 'Calculus', 2022, 11, '203e95', '71.11', '2025-06-11 09:57:32'), (672, 57, 'Python', 2022, 10, '276c8c', '93.67', '2025-06-11 09:57:32'), (673, 57, 'History', 2021, 7, 'ca0077', '74.39', '2025-06-11 09:57:32'), (674, 57, 'Network Security', 2023, 3, 'd9976f', '59.93', '2025-06-11 09:57:32'), (675, 57, 'Physical Education', 2021, 6, '20cada', '57.94', '2025-06-11 09:57:32'), (676, 57, 'C++', 2024, 11, 'f36400', '99.73', '2025-06-11 09:57:32'), (677, 57, 'Chemistry', 2023, 7, '029965', '62.70', '2025-06-11 09:57:32'), (678, 57, 'History', 2023, 1, '6dd36e', '76.17', '2025-06-11 09:57:32'), (679, 57, 'History', 2022, 1, '0cc7d7', '60.11', '2025-06-11 09:57:32'), (680, 57, 'C++', 2021, 6, '20cada', '64.55', '2025-06-11 09:57:32'), (681, 57, 'Art History', 2021, 5, '883163', '66.07', '2025-06-11 09:57:32'), (682, 57, 'C++', 2021, 12, '5a4e2c', '93.90', '2025-06-11 09:57:32'), (683, 58, 'Calculus', 2021, 6, '20cada', '97.47', '2025-06-11 09:57:32'), (684, 58, 'Physical Education', 2024, 4, 'eb9996', '83.81', '2025-06-11 09:57:32'), (685, 58, 'Web Development', 2021, 4, '3171b3', '88.68', '2025-06-11 09:57:32'), (686, 58, 'Biology', 2023, 5, '7cd11c', '82.84', '2025-06-11 09:57:32'), (687, 58, 'Physical Education', 2022, 11, '203e95', '85.21', '2025-06-11 09:57:32'), (688, 58, 'Art History', 2021, 2, 'cef86b', '58.45', '2025-06-11 09:57:32'), (689, 58, 'C++', 2023, 9, 'f455d7', '90.57', '2025-06-11 09:57:32'), (690, 58, 'Biology', 2021, 10, 'df724c', '56.51', '2025-06-11 09:57:32'), (691, 58, 'Mathematics', 2023, 8, '717000', '56.54', '2025-06-11 09:57:32'), (692, 58, 'Biology', 2022, 8, '0850bb', '76.17', '2025-06-11 09:57:32'), (693, 58, 'Databases', 2023, 12, '4eefa8', '85.97', '2025-06-11 09:57:32'), (694, 59, 'Art History', 2021, 11, 'd82905', '67.00', '2025-06-11 09:57:32'), (695, 59, 'Biology', 2021, 2, 'cef86b', '85.17', '2025-06-11 09:57:32'), (696, 59, 'Web Development', 2024, 3, 'd80686', '62.39', '2025-06-11 09:57:32'), (697, 59, 'History', 2021, 5, '883163', '91.55', '2025-06-11 09:57:32'), (698, 59, 'Physical Education', 2023, 12, '4eefa8', '77.09', '2025-06-11 09:57:32'), (699, 59, 'Chemistry', 2024, 7, 'b618b4', '82.45', '2025-06-11 09:57:32'), (700, 59, 'History', 2023, 9, 'f455d7', '89.58', '2025-06-11 09:57:32'), (701, 59, 'Physics', 2021, 4, '3171b3', '78.77', '2025-06-11 09:57:32'), (702, 59, 'Biology', 2022, 11, '203e95', '62.97', '2025-06-11 09:57:32'), (703, 59, 'Music Theory', 2024, 1, 'e9cc59', '93.15', '2025-06-11 09:57:32'), (704, 60, 'English Literature', 2021, 12, '5a4e2c', '80.52', '2025-06-11 09:57:32'), (705, 60, 'Calculus', 2023, 4, '46a731', '55.58', '2025-06-11 09:57:32'), (706, 60, 'Physical Education', 2024, 1, 'e9cc59', '96.88', '2025-06-11 09:57:32'), (707, 60, 'Art History', 2024, 8, 'c79117', '72.46', '2025-06-11 09:57:32'), (708, 60, 'Physical Education', 2022, 8, '0850bb', '81.79', '2025-06-11 09:57:32'), (709, 60, 'Geography', 2022, 10, '276c8c', '97.66', '2025-06-11 09:57:32'), (710, 60, 'Python', 2021, 3, '0f297f', '96.78', '2025-06-11 09:57:32'), (711, 60, 'Biology', 2021, 12, '5a4e2c', '60.40', '2025-06-11 09:57:32'), (712, 60, 'Mathematics', 2023, 5, '7cd11c', '98.63', '2025-06-11 09:57:32'), (713, 60, 'Web Development', 2024, 1, 'e9cc59', '74.04', '2025-06-11 09:57:32'), (714, 60, 'Music Theory', 2024, 9, '5cd302', '76.08', '2025-06-11 09:57:32'), (715, 60, 'C++', 2024, 10, '63f1ae', '61.34', '2025-06-11 09:57:32'), (716, 60, 'Python', 2022, 6, 'aaa97b', '77.82', '2025-06-11 09:57:32'), (717, 60, 'Biology', 2023, 2, 'ec56ab', '73.25', '2025-06-11 09:57:32'), (718, 60, 'Databases', 2024, 7, 'b618b4', '96.13', '2025-06-11 09:57:32'), (719, 61, 'Physics', 2024, 5, 'a3b507', '74.17', '2025-06-11 09:57:32'), (720, 61, 'C++', 2024, 9, '5cd302', '55.26', '2025-06-11 09:57:32'), (721, 61, 'Network Security', 2023, 9, 'f455d7', '75.67', '2025-06-11 09:57:32'), (722, 61, 'Physics', 2023, 3, 'd9976f', '67.87', '2025-06-11 09:57:32'), (723, 61, 'Databases', 2022, 7, '62fb55', '66.47', '2025-06-11 09:57:32'), (724, 61, 'Music Theory', 2021, 10, 'df724c', '67.24', '2025-06-11 09:57:32'), (725, 61, 'C++', 2023, 11, '0885ac', '64.39', '2025-06-11 09:57:32'), (726, 61, 'Chemistry', 2022, 9, 'e64033', '96.18', '2025-06-11 09:57:32'), (727, 61, 'Mathematics', 2023, 4, '46a731', '60.32', '2025-06-11 09:57:32'), (728, 61, 'Music Theory', 2022, 12, 'a94586', '83.52', '2025-06-11 09:57:32'), (729, 62, 'Network Security', 2024, 2, '5e33df', '93.50', '2025-06-11 09:57:32'), (730, 62, 'Physical Education', 2023, 7, '029965', '78.00', '2025-06-11 09:57:32'), (731, 62, 'Biology', 2021, 7, 'ca0077', '88.99', '2025-06-11 09:57:32'), (732, 62, 'Music Theory', 2023, 2, 'ec56ab', '98.89', '2025-06-11 09:57:32'), (733, 62, 'Python', 2024, 8, 'c79117', '66.33', '2025-06-11 09:57:32'), (734, 62, 'Physical Education', 2022, 5, '99bbb1', '97.75', '2025-06-11 09:57:32'), (735, 62, 'Web Development', 2022, 5, '99bbb1', '77.31', '2025-06-11 09:57:32'), (736, 62, 'History', 2024, 7, 'b618b4', '84.32', '2025-06-11 09:57:32'), (737, 62, 'Network Security', 2022, 1, '0cc7d7', '88.84', '2025-06-11 09:57:32'), (738, 62, 'Mathematics', 2022, 1, '0cc7d7', '79.26', '2025-06-11 09:57:32'), (739, 62, 'Physics', 2021, 1, 'e06130', '70.22', '2025-06-11 09:57:32'), (740, 62, 'Chemistry', 2024, 8, 'c79117', '87.06', '2025-06-11 09:57:32'), (741, 62, 'Music Theory', 2021, 8, '61513a', '55.84', '2025-06-11 09:57:32'), (742, 62, 'Mathematics', 2023, 11, '0885ac', '62.62', '2025-06-11 09:57:32'), (743, 63, 'Physical Education', 2021, 3, '0f297f', '69.77', '2025-06-11 09:57:32'), (744, 63, 'Databases', 2022, 10, '276c8c', '79.28', '2025-06-11 09:57:32'), (745, 63, 'Chemistry', 2022, 1, '0cc7d7', '78.11', '2025-06-11 09:57:32'), (746, 63, 'Python', 2023, 2, 'ec56ab', '87.68', '2025-06-11 09:57:32'), (747, 63, 'Geography', 2022, 9, 'e64033', '82.96', '2025-06-11 09:57:32'), (748, 63, 'Python', 2022, 2, '52ec83', '87.57', '2025-06-11 09:57:32'), (749, 63, 'History', 2022, 11, '203e95', '67.76', '2025-06-11 09:57:32'), (750, 63, 'History', 2024, 12, '6d6750', '62.18', '2025-06-11 09:57:32'), (751, 63, 'English Literature', 2022, 3, '4361c8', '66.46', '2025-06-11 09:57:32'), (752, 63, 'Network Security', 2023, 6, 'b41450', '71.56', '2025-06-11 09:57:32'), (753, 63, 'History', 2024, 5, 'a3b507', '84.66', '2025-06-11 09:57:32'), (754, 63, 'Web Development', 2024, 7, 'b618b4', '85.35', '2025-06-11 09:57:32'), (755, 63, 'Network Security', 2024, 1, 'e9cc59', '88.08', '2025-06-11 09:57:32'), (756, 63, 'English Literature', 2023, 9, 'f455d7', '80.84', '2025-06-11 09:57:32'), (757, 63, 'English Literature', 2023, 7, '029965', '66.92', '2025-06-11 09:57:32'), (758, 64, 'Web Development', 2024, 8, 'c79117', '96.46', '2025-06-11 09:57:32'), (759, 64, 'Art History', 2023, 1, '6dd36e', '61.84', '2025-06-11 09:57:32'), (760, 64, 'Physical Education', 2024, 7, 'b618b4', '99.05', '2025-06-11 09:57:32'), (761, 64, 'Python', 2023, 10, '686453', '94.97', '2025-06-11 09:57:32'), (762, 64, 'Physics', 2021, 10, 'df724c', '64.68', '2025-06-11 09:57:32'), (763, 64, 'Calculus', 2021, 12, '5a4e2c', '94.41', '2025-06-11 09:57:32'), (764, 64, 'Mathematics', 2023, 11, '0885ac', '58.19', '2025-06-11 09:57:32'), (765, 64, 'Geography', 2022, 4, '32824c', '59.76', '2025-06-11 09:57:32'), (766, 64, 'Art History', 2022, 5, '99bbb1', '91.76', '2025-06-11 09:57:32'), (767, 64, 'Chemistry', 2023, 4, '46a731', '77.53', '2025-06-11 09:57:32'), (768, 64, 'C++', 2022, 10, '276c8c', '75.90', '2025-06-11 09:57:32'), (769, 65, 'C++', 2023, 9, 'f455d7', '67.76', '2025-06-11 09:57:32'), (770, 65, 'C++', 2021, 10, 'df724c', '82.68', '2025-06-11 09:57:32'), (771, 65, 'Art History', 2021, 9, 'b09e9b', '66.12', '2025-06-11 09:57:32'), (772, 65, 'Biology', 2023, 6, 'b41450', '78.86', '2025-06-11 09:57:32'), (773, 65, 'Network Security', 2021, 9, 'b09e9b', '75.01', '2025-06-11 09:57:32'), (774, 65, 'Geography', 2022, 1, '0cc7d7', '82.88', '2025-06-11 09:57:32'), (775, 65, 'Python', 2021, 11, 'd82905', '65.99', '2025-06-11 09:57:32'), (776, 65, 'C++', 2023, 9, 'f455d7', '56.30', '2025-06-11 09:57:32'), (777, 65, 'C++', 2021, 3, '0f297f', '75.74', '2025-06-11 09:57:32'), (778, 65, 'Databases', 2023, 9, 'f455d7', '68.07', '2025-06-11 09:57:32'), (779, 65, 'Calculus', 2024, 12, '6d6750', '57.30', '2025-06-11 09:57:32'), (780, 66, 'Physical Education', 2024, 7, 'b618b4', '75.71', '2025-06-11 09:57:32'), (781, 66, 'English Literature', 2021, 3, '0f297f', '83.04', '2025-06-11 09:57:32'), (782, 66, 'Web Development', 2023, 7, '029965', '61.87', '2025-06-11 09:57:32'), (783, 66, 'Chemistry', 2023, 8, '717000', '60.84', '2025-06-11 09:57:32'), (784, 66, 'Biology', 2024, 1, 'e9cc59', '68.27', '2025-06-11 09:57:32'), (785, 66, 'C++', 2024, 11, 'f36400', '77.46', '2025-06-11 09:57:32'), (786, 66, 'Physical Education', 2021, 6, '20cada', '83.93', '2025-06-11 09:57:32'), (787, 66, 'Chemistry', 2023, 6, 'b41450', '67.13', '2025-06-11 09:57:32'), (788, 66, 'C++', 2024, 3, 'd80686', '75.18', '2025-06-11 09:57:32'), (789, 66, 'Physics', 2021, 2, 'cef86b', '59.59', '2025-06-11 09:57:32'), (790, 66, 'Physics', 2022, 12, 'a94586', '93.34', '2025-06-11 09:57:32'), (791, 67, 'Web Development', 2023, 1, '6dd36e', '59.49', '2025-06-11 09:57:32'), (792, 67, 'Physical Education', 2024, 9, '5cd302', '59.44', '2025-06-11 09:57:32'), (793, 67, 'Mathematics', 2023, 8, '717000', '71.88', '2025-06-11 09:57:32'), (794, 67, 'Biology', 2022, 8, '0850bb', '97.11', '2025-06-11 09:57:32'), (795, 67, 'Chemistry', 2023, 12, '4eefa8', '76.98', '2025-06-11 09:57:32'), (796, 67, 'Physical Education', 2023, 11, '0885ac', '71.40', '2025-06-11 09:57:32'), (797, 67, 'Physical Education', 2023, 7, '029965', '70.92', '2025-06-11 09:57:32'), (798, 67, 'Physical Education', 2024, 9, '5cd302', '55.67', '2025-06-11 09:57:32'), (799, 67, 'Biology', 2022, 10, '276c8c', '56.42', '2025-06-11 09:57:32'), (800, 67, 'Art History', 2023, 7, '029965', '63.25', '2025-06-11 09:57:32'), (801, 67, 'Databases', 2022, 4, '32824c', '68.85', '2025-06-11 09:57:32'), (802, 67, 'Network Security', 2022, 12, 'a94586', '64.37', '2025-06-11 09:57:32'), (803, 68, 'Physics', 2024, 8, 'c79117', '73.23', '2025-06-11 09:57:32'), (804, 68, 'Network Security', 2022, 9, 'e64033', '61.89', '2025-06-11 09:57:32'), (805, 68, 'Physical Education', 2021, 6, '20cada', '63.56', '2025-06-11 09:57:32'), (806, 68, 'Biology', 2022, 6, 'aaa97b', '80.90', '2025-06-11 09:57:32'), (807, 68, 'Biology', 2024, 4, 'eb9996', '69.48', '2025-06-11 09:57:32'), (808, 68, 'Chemistry', 2022, 5, '99bbb1', '70.82', '2025-06-11 09:57:32'), (809, 68, 'Music Theory', 2023, 8, '717000', '71.08', '2025-06-11 09:57:32'), (810, 68, 'Network Security', 2023, 9, 'f455d7', '99.98', '2025-06-11 09:57:32'), (811, 68, 'Mathematics', 2021, 7, 'ca0077', '95.98', '2025-06-11 09:57:32'), (812, 68, 'History', 2024, 9, '5cd302', '94.84', '2025-06-11 09:57:32'), (813, 68, 'Network Security', 2023, 2, 'ec56ab', '64.93', '2025-06-11 09:57:32'), (814, 69, 'English Literature', 2024, 7, 'b618b4', '75.40', '2025-06-11 09:57:32'), (815, 69, 'Music Theory', 2022, 7, '62fb55', '75.85', '2025-06-11 09:57:32'), (816, 69, 'C++', 2023, 9, 'f455d7', '55.30', '2025-06-11 09:57:32'), (817, 69, 'Geography', 2023, 4, '46a731', '74.80', '2025-06-11 09:57:32'), (818, 69, 'Network Security', 2024, 11, 'f36400', '69.46', '2025-06-11 09:57:32'), (819, 69, 'Mathematics', 2023, 8, '717000', '94.28', '2025-06-11 09:57:32'), (820, 69, 'English Literature', 2024, 2, '5e33df', '78.09', '2025-06-11 09:57:32'), (821, 69, 'Chemistry', 2021, 9, 'b09e9b', '68.93', '2025-06-11 09:57:32'), (822, 69, 'Network Security', 2023, 9, 'f455d7', '77.79', '2025-06-11 09:57:32'), (823, 69, 'Databases', 2024, 10, '63f1ae', '72.95', '2025-06-11 09:57:32'), (824, 69, 'Databases', 2024, 10, '63f1ae', '77.36', '2025-06-11 09:57:32'), (825, 69, 'Physics', 2021, 8, '61513a', '87.30', '2025-06-11 09:57:32'), (826, 69, 'English Literature', 2022, 8, '0850bb', '61.00', '2025-06-11 09:57:32'), (827, 69, 'Calculus', 2021, 8, '61513a', '75.34', '2025-06-11 09:57:32'), (828, 70, 'Music Theory', 2022, 2, '52ec83', '58.93', '2025-06-11 09:57:32'), (829, 70, 'Physics', 2022, 4, '32824c', '69.74', '2025-06-11 09:57:32'), (830, 70, 'Mathematics', 2022, 9, 'e64033', '65.43', '2025-06-11 09:57:32'), (831, 70, 'Network Security', 2023, 11, '0885ac', '93.71', '2025-06-11 09:57:32'), (832, 70, 'Web Development', 2021, 10, 'df724c', '67.27', '2025-06-11 09:57:32'), (833, 70, 'Network Security', 2022, 4, '32824c', '99.05', '2025-06-11 09:57:32'), (834, 70, 'Geography', 2024, 7, 'b618b4', '92.09', '2025-06-11 09:57:32'), (835, 70, 'Web Development', 2022, 3, '4361c8', '81.82', '2025-06-11 09:57:32'), (836, 70, 'History', 2024, 10, '63f1ae', '74.70', '2025-06-11 09:57:32'), (837, 70, 'Python', 2024, 1, 'e9cc59', '97.82', '2025-06-11 09:57:32'), (838, 70, 'Calculus', 2021, 9, 'b09e9b', '89.17', '2025-06-11 09:57:32'), (839, 70, 'Python', 2021, 2, 'cef86b', '99.89', '2025-06-11 09:57:32'), (840, 70, 'Mathematics', 2021, 8, '61513a', '58.13', '2025-06-11 09:57:32'), (841, 70, 'History', 2022, 12, 'a94586', '74.32', '2025-06-11 09:57:32'), (842, 70, 'Calculus', 2023, 4, '46a731', '90.05', '2025-06-11 09:57:32'), (843, 71, 'Databases', 2023, 10, '686453', '55.38', '2025-06-11 09:57:32'), (844, 71, 'Calculus', 2024, 2, '5e33df', '58.22', '2025-06-11 09:57:32'), (845, 71, 'Network Security', 2024, 10, '63f1ae', '66.02', '2025-06-11 09:57:32'), (846, 71, 'Geography', 2022, 2, '52ec83', '71.13', '2025-06-11 09:57:32'), (847, 71, 'Physical Education', 2022, 6, 'aaa97b', '91.68', '2025-06-11 09:57:32'), (848, 71, 'Geography', 2023, 9, 'f455d7', '56.78', '2025-06-11 09:57:32'), (849, 71, 'Python', 2021, 10, 'df724c', '60.63', '2025-06-11 09:57:32'), (850, 71, 'Biology', 2022, 11, '203e95', '66.68', '2025-06-11 09:57:32'), (851, 71, 'Geography', 2022, 5, '99bbb1', '75.16', '2025-06-11 09:57:32'), (852, 71, 'Physics', 2022, 1, '0cc7d7', '86.04', '2025-06-11 09:57:32'), (853, 71, 'Chemistry', 2021, 4, '3171b3', '94.48', '2025-06-11 09:57:32'), (854, 71, 'Music Theory', 2021, 8, '61513a', '55.94', '2025-06-11 09:57:32'), (855, 71, 'Geography', 2024, 2, '5e33df', '83.28', '2025-06-11 09:57:32'), (856, 71, 'Calculus', 2023, 11, '0885ac', '66.67', '2025-06-11 09:57:32'), (857, 71, 'C++', 2022, 5, '99bbb1', '89.34', '2025-06-11 09:57:32'), (858, 72, 'Chemistry', 2022, 6, 'aaa97b', '77.35', '2025-06-11 09:57:32'), (859, 72, 'Music Theory', 2022, 2, '52ec83', '88.25', '2025-06-11 09:57:32'), (860, 72, 'Physics', 2024, 4, 'eb9996', '64.51', '2025-06-11 09:57:32'), (861, 72, 'C++', 2022, 11, '203e95', '92.98', '2025-06-11 09:57:32'), (862, 72, 'Physical Education', 2023, 8, '717000', '91.51', '2025-06-11 09:57:32'), (863, 72, 'Chemistry', 2023, 10, '686453', '85.08', '2025-06-11 09:57:32'), (864, 72, 'History', 2022, 6, 'aaa97b', '64.00', '2025-06-11 09:57:32'), (865, 72, 'Physical Education', 2023, 2, 'ec56ab', '98.12', '2025-06-11 09:57:32'), (866, 72, 'Mathematics', 2021, 10, 'df724c', '67.68', '2025-06-11 09:57:32'), (867, 72, 'History', 2023, 6, 'b41450', '85.24', '2025-06-11 09:57:32'), (868, 73, 'Physics', 2022, 8, '0850bb', '95.94', '2025-06-11 09:57:32'), (869, 73, 'Calculus', 2022, 10, '276c8c', '78.99', '2025-06-11 09:57:32'), (870, 73, 'C++', 2023, 9, 'f455d7', '64.76', '2025-06-11 09:57:32'), (871, 73, 'Mathematics', 2023, 9, 'f455d7', '68.00', '2025-06-11 09:57:32'), (872, 73, 'Music Theory', 2024, 9, '5cd302', '90.65', '2025-06-11 09:57:32'), (873, 73, 'English Literature', 2022, 3, '4361c8', '87.39', '2025-06-11 09:57:32'), (874, 73, 'Physical Education', 2023, 5, '7cd11c', '56.49', '2025-06-11 09:57:32'), (875, 73, 'Geography', 2021, 10, 'df724c', '77.13', '2025-06-11 09:57:32'), (876, 73, 'Geography', 2022, 12, 'a94586', '97.82', '2025-06-11 09:57:32'), (877, 73, 'Art History', 2021, 9, 'b09e9b', '64.66', '2025-06-11 09:57:32'), (878, 74, 'C++', 2022, 6, 'aaa97b', '89.16', '2025-06-11 09:57:32'), (879, 74, 'Physics', 2024, 7, 'b618b4', '69.98', '2025-06-11 09:57:32'), (880, 74, 'Databases', 2023, 7, '029965', '84.32', '2025-06-11 09:57:32'), (881, 74, 'Web Development', 2021, 3, '0f297f', '58.61', '2025-06-11 09:57:32'), (882, 74, 'Art History', 2021, 9, 'b09e9b', '79.21', '2025-06-11 09:57:32'), (883, 74, 'Databases', 2024, 3, 'd80686', '97.27', '2025-06-11 09:57:32'), (884, 74, 'Physical Education', 2023, 1, '6dd36e', '71.84', '2025-06-11 09:57:32'), (885, 74, 'Physics', 2023, 10, '686453', '88.94', '2025-06-11 09:57:32'), (886, 74, 'History', 2022, 12, 'a94586', '56.01', '2025-06-11 09:57:32'), (887, 74, 'Network Security', 2023, 12, '4eefa8', '75.59', '2025-06-11 09:57:32'), (888, 74, 'Databases', 2024, 6, '429a4b', '96.76', '2025-06-11 09:57:32'), (889, 74, 'Physical Education', 2023, 12, '4eefa8', '68.87', '2025-06-11 09:57:32'), (890, 74, 'English Literature', 2022, 9, 'e64033', '62.12', '2025-06-11 09:57:32'), (891, 74, 'Python', 2021, 12, '5a4e2c', '77.07', '2025-06-11 09:57:32'), (892, 75, 'Mathematics', 2023, 10, '686453', '61.03', '2025-06-11 09:57:32'), (893, 75, 'English Literature', 2023, 7, '029965', '85.00', '2025-06-11 09:57:32'), (894, 75, 'Databases', 2024, 8, 'c79117', '69.25', '2025-06-11 09:57:32'), (895, 75, 'Network Security', 2023, 4, '46a731', '61.85', '2025-06-11 09:57:32'), (896, 75, 'Databases', 2023, 10, '686453', '61.02', '2025-06-11 09:57:32'), (897, 75, 'Databases', 2021, 7, 'ca0077', '67.53', '2025-06-11 09:57:32'), (898, 75, 'Databases', 2021, 5, '883163', '76.87', '2025-06-11 09:57:32'), (899, 75, 'Web Development', 2023, 10, '686453', '78.88', '2025-06-11 09:57:32'), (900, 75, 'Network Security', 2021, 6, '20cada', '77.03', '2025-06-11 09:57:32'), (901, 75, 'English Literature', 2023, 12, '4eefa8', '59.46', '2025-06-11 09:57:32'), (902, 75, 'Calculus', 2023, 11, '0885ac', '79.06', '2025-06-11 09:57:32'), (903, 75, 'Music Theory', 2021, 12, '5a4e2c', '76.30', '2025-06-11 09:57:32'), (904, 75, 'Calculus', 2021, 3, '0f297f', '88.94', '2025-06-11 09:57:32'), (905, 76, 'Art History', 2022, 1, '0cc7d7', '88.47', '2025-06-11 09:57:32'), (906, 76, 'History', 2024, 12, '6d6750', '79.95', '2025-06-11 09:57:32'), (907, 76, 'Geography', 2024, 6, '429a4b', '64.07', '2025-06-11 09:57:32'), (908, 76, 'Chemistry', 2022, 6, 'aaa97b', '75.90', '2025-06-11 09:57:32'), (909, 76, 'English Literature', 2024, 6, '429a4b', '63.47', '2025-06-11 09:57:32'), (910, 76, 'Python', 2021, 7, 'ca0077', '76.78', '2025-06-11 09:57:32'), (911, 76, 'Web Development', 2021, 12, '5a4e2c', '62.58', '2025-06-11 09:57:32'), (912, 76, 'Geography', 2024, 3, 'd80686', '74.80', '2025-06-11 09:57:32'), (913, 76, 'Physics', 2023, 2, 'ec56ab', '86.50', '2025-06-11 09:57:32'), (914, 76, 'Music Theory', 2021, 7, 'ca0077', '93.27', '2025-06-11 09:57:32'), (915, 76, 'Mathematics', 2023, 7, '029965', '90.77', '2025-06-11 09:57:32'), (916, 76, 'Calculus', 2021, 8, '61513a', '95.65', '2025-06-11 09:57:32'), (917, 76, 'Music Theory', 2024, 5, 'a3b507', '88.93', '2025-06-11 09:57:32'), (918, 76, 'Physical Education', 2024, 10, '63f1ae', '80.96', '2025-06-11 09:57:32'), (919, 76, 'Calculus', 2021, 9, 'b09e9b', '56.85', '2025-06-11 09:57:32'), (920, 78, 'Geography', 2022, 4, '32824c', '62.47', '2025-06-11 09:57:32'), (921, 78, 'Chemistry', 2023, 8, '717000', '74.82', '2025-06-11 09:57:32'), (922, 78, 'Biology', 2024, 2, '5e33df', '61.37', '2025-06-11 09:57:32'), (923, 78, 'Mathematics', 2021, 5, '883163', '92.50', '2025-06-11 09:57:32'), (924, 78, 'Calculus', 2023, 9, 'f455d7', '68.20', '2025-06-11 09:57:32'), (925, 78, 'Network Security', 2021, 9, 'b09e9b', '87.34', '2025-06-11 09:57:32'), (926, 78, 'Biology', 2022, 7, '62fb55', '87.34', '2025-06-11 09:57:32'), (927, 78, 'Art History', 2024, 12, '6d6750', '77.34', '2025-06-11 09:57:32'), (928, 78, 'Geography', 2021, 7, 'ca0077', '99.67', '2025-06-11 09:57:32'), (929, 78, 'Network Security', 2022, 11, '203e95', '95.72', '2025-06-11 09:57:32'), (930, 78, 'Web Development', 2023, 7, '029965', '78.47', '2025-06-11 09:57:32'), (931, 79, 'Calculus', 2022, 1, '0cc7d7', '65.29', '2025-06-11 09:57:32'), (932, 79, 'Biology', 2024, 6, '429a4b', '74.99', '2025-06-11 09:57:32'), (933, 79, 'Chemistry', 2023, 5, '7cd11c', '91.86', '2025-06-11 09:57:32'), (934, 79, 'English Literature', 2024, 12, '6d6750', '59.59', '2025-06-11 09:57:32'), (935, 79, 'Databases', 2022, 3, '4361c8', '75.52', '2025-06-11 09:57:32'), (936, 79, 'Python', 2021, 2, 'cef86b', '91.07', '2025-06-11 09:57:32'), (937, 79, 'Mathematics', 2024, 12, '6d6750', '92.61', '2025-06-11 09:57:32'), (938, 79, 'Physics', 2024, 4, 'eb9996', '69.21', '2025-06-11 09:57:32'), (939, 79, 'Biology', 2023, 8, '717000', '56.32', '2025-06-11 09:57:32'), (940, 79, 'Art History', 2021, 2, 'cef86b', '75.68', '2025-06-11 09:57:32'), (941, 79, 'Physical Education', 2021, 7, 'ca0077', '83.21', '2025-06-11 09:57:32'), (942, 79, 'Physical Education', 2024, 5, 'a3b507', '85.81', '2025-06-11 09:57:32'), (943, 79, 'English Literature', 2023, 2, 'ec56ab', '72.78', '2025-06-11 09:57:32'), (944, 80, 'Art History', 2023, 8, '717000', '97.36', '2025-06-11 09:57:32'), (945, 80, 'Mathematics', 2023, 9, 'f455d7', '61.33', '2025-06-11 09:57:32'), (946, 80, 'Physics', 2021, 10, 'df724c', '63.49', '2025-06-11 09:57:32'), (947, 80, 'Python', 2024, 8, 'c79117', '80.15', '2025-06-11 09:57:32'), (948, 80, 'Music Theory', 2021, 3, '0f297f', '96.48', '2025-06-11 09:57:32'), (949, 80, 'Art History', 2024, 8, 'c79117', '67.44', '2025-06-11 09:57:32'), (950, 80, 'Mathematics', 2023, 12, '4eefa8', '69.64', '2025-06-11 09:57:32'), (951, 80, 'Mathematics', 2023, 12, '4eefa8', '73.31', '2025-06-11 09:57:32'), (952, 80, 'Network Security', 2022, 2, '52ec83', '99.70', '2025-06-11 09:57:32'), (953, 80, 'Physical Education', 2021, 3, '0f297f', '75.73', '2025-06-11 09:57:32'), (954, 80, 'Calculus', 2022, 10, '276c8c', '84.02', '2025-06-11 09:57:32'), (955, 80, 'Python', 2021, 12, '5a4e2c', '93.12', '2025-06-11 09:57:32'), (956, 80, 'Python', 2023, 4, '46a731', '70.00', '2025-06-11 09:57:32'), (957, 80, 'Databases', 2024, 3, 'd80686', '94.56', '2025-06-11 09:57:32'), (958, 81, 'Physical Education', 2022, 10, '276c8c', '79.01', '2025-06-11 09:57:32'), (959, 81, 'C++', 2021, 10, 'df724c', '97.59', '2025-06-11 09:57:32'), (960, 81, 'Geography', 2022, 8, '0850bb', '86.00', '2025-06-11 09:57:32'), (961, 81, 'English Literature', 2023, 8, '717000', '64.30', '2025-06-11 09:57:32'), (962, 81, 'History', 2021, 7, 'ca0077', '82.73', '2025-06-11 09:57:32'), (963, 81, 'Calculus', 2023, 7, '029965', '72.10', '2025-06-11 09:57:32'), (964, 81, 'Biology', 2021, 4, '3171b3', '91.69', '2025-06-11 09:57:32'), (965, 81, 'Music Theory', 2022, 12, 'a94586', '73.70', '2025-06-11 09:57:32'), (966, 81, 'Biology', 2022, 8, '0850bb', '56.16', '2025-06-11 09:57:32'), (967, 81, 'Biology', 2023, 6, 'b41450', '82.43', '2025-06-11 09:57:32'), (968, 81, 'Music Theory', 2022, 10, '276c8c', '88.29', '2025-06-11 09:57:32'), (969, 82, 'History', 2024, 11, 'f36400', '55.90', '2025-06-11 09:57:32'), (970, 82, 'Music Theory', 2021, 11, 'd82905', '75.60', '2025-06-11 09:57:32'), (971, 82, 'English Literature', 2021, 6, '20cada', '100.00', '2025-06-11 09:57:32'), (972, 82, 'Python', 2024, 12, '6d6750', '95.66', '2025-06-11 09:57:32'), (973, 82, 'Physics', 2024, 9, '5cd302', '82.30', '2025-06-11 09:57:32'), (974, 82, 'Geography', 2021, 5, '883163', '57.62', '2025-06-11 09:57:32'), (975, 82, 'C++', 2023, 6, 'b41450', '85.40', '2025-06-11 09:57:32'), (976, 82, 'Network Security', 2023, 12, '4eefa8', '66.44', '2025-06-11 09:57:32'), (977, 82, 'History', 2021, 11, 'd82905', '75.02', '2025-06-11 09:57:32'), (978, 82, 'Web Development', 2023, 1, '6dd36e', '68.01', '2025-06-11 09:57:32'), (979, 82, 'Physical Education', 2024, 5, 'a3b507', '64.98', '2025-06-11 09:57:32'), (980, 82, 'Chemistry', 2024, 5, 'a3b507', '99.70', '2025-06-11 09:57:32'), (981, 82, 'Chemistry', 2022, 12, 'a94586', '98.48', '2025-06-11 09:57:32'), (982, 82, 'Physics', 2021, 9, 'b09e9b', '64.73', '2025-06-11 09:57:32'), (983, 83, 'Physics', 2024, 7, 'b618b4', '88.35', '2025-06-11 09:57:32'), (984, 83, 'Python', 2024, 12, '6d6750', '88.16', '2025-06-11 09:57:32'), (985, 83, 'Art History', 2023, 8, '717000', '85.31', '2025-06-11 09:57:32'), (986, 83, 'Network Security', 2022, 3, '4361c8', '73.16', '2025-06-11 09:57:32'), (987, 83, 'History', 2023, 8, '717000', '85.11', '2025-06-11 09:57:32'), (988, 83, 'Geography', 2024, 7, 'b618b4', '56.45', '2025-06-11 09:57:32'), (989, 83, 'Biology', 2022, 3, '4361c8', '62.71', '2025-06-11 09:57:32'), (990, 83, 'Music Theory', 2023, 12, '4eefa8', '55.94', '2025-06-11 09:57:32'), (991, 83, 'C++', 2021, 2, 'cef86b', '60.34', '2025-06-11 09:57:32'), (992, 83, 'Biology', 2024, 10, '63f1ae', '86.85', '2025-06-11 09:57:32'), (993, 84, 'Music Theory', 2023, 8, '717000', '84.46', '2025-06-11 09:57:32'), (994, 84, 'Geography', 2021, 3, '0f297f', '74.10', '2025-06-11 09:57:32'), (995, 84, 'Calculus', 2022, 4, '32824c', '68.38', '2025-06-11 09:57:32'), (996, 84, 'Physical Education', 2022, 7, '62fb55', '64.36', '2025-06-11 09:57:32'), (997, 84, 'Databases', 2023, 1, '6dd36e', '93.41', '2025-06-11 09:57:32'), (998, 84, 'Biology', 2023, 12, '4eefa8', '77.34', '2025-06-11 09:57:32'), (999, 84, 'C++', 2022, 12, 'a94586', '68.59', '2025-06-11 09:57:32'), (1000, 84, 'History', 2024, 5, 'a3b507', '91.45', '2025-06-11 09:57:32'), (1001, 84, 'Web Development', 2021, 3, '0f297f', '58.92', '2025-06-11 09:57:32'), (1002, 84, 'History', 2024, 6, '429a4b', '93.25', '2025-06-11 09:57:32'), (1003, 84, 'Mathematics', 2022, 1, '0cc7d7', '86.54', '2025-06-11 09:57:32'), (1004, 84, 'Mathematics', 2024, 2, '5e33df', '68.31', '2025-06-11 09:57:32'), (1005, 84, 'Art History', 2023, 3, 'd9976f', '61.03', '2025-06-11 09:57:32'), (1006, 84, 'Databases', 2022, 10, '276c8c', '94.17', '2025-06-11 09:57:32'), (1007, 84, 'Mathematics', 2021, 10, 'df724c', '64.52', '2025-06-11 09:57:32'), (1008, 85, 'Python', 2023, 5, '7cd11c', '55.96', '2025-06-11 09:57:32'), (1009, 85, 'Python', 2023, 3, 'd9976f', '89.82', '2025-06-11 09:57:32'), (1010, 85, 'Physical Education', 2024, 11, 'f36400', '79.19', '2025-06-11 09:57:32'), (1011, 85, 'C++', 2021, 5, '883163', '73.46', '2025-06-11 09:57:32'), (1012, 85, 'Physics', 2023, 6, 'b41450', '75.56', '2025-06-11 09:57:32'), (1013, 85, 'History', 2022, 11, '203e95', '92.13', '2025-06-11 09:57:32'), (1014, 85, 'Art History', 2022, 5, '99bbb1', '69.43', '2025-06-11 09:57:32'), (1015, 85, 'English Literature', 2022, 8, '0850bb', '56.58', '2025-06-11 09:57:32'), (1016, 85, 'Biology', 2021, 2, 'cef86b', '63.78', '2025-06-11 09:57:32'), (1017, 85, 'History', 2021, 2, 'cef86b', '76.42', '2025-06-11 09:57:32'), (1018, 85, 'Mathematics', 2023, 8, '717000', '69.26', '2025-06-11 09:57:32'), (1019, 85, 'Python', 2022, 10, '276c8c', '70.57', '2025-06-11 09:57:32'), (1020, 85, 'Art History', 2024, 2, '5e33df', '68.14', '2025-06-11 09:57:32'), (1021, 85, 'Physics', 2022, 1, '0cc7d7', '68.65', '2025-06-11 09:57:32'), (1022, 85, 'Web Development', 2021, 8, '61513a', '55.62', '2025-06-11 09:57:32'); -- -------------------------------------------------------- -- -- Table structure for table `student` -- CREATE TABLE `student` ( `student_id` int(11) NOT NULL, `first_name` varchar(50) NOT NULL, `last_name` varchar(50) NOT NULL, `email` varchar(100) NOT NULL, `enrollment_date` date NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Dumping data for table `student` -- INSERT INTO `student` (`student_id`, `first_name`, `last_name`, `email`, `enrollment_date`) VALUES (1, 'Olivia', 'Smith', 'olivia.smith@example.com', '2022-09-01'), (2, 'Liam', 'Johnson', 'liam.johnson@example.com', '2021-09-01'), (3, 'Emma', 'Williams', 'emma.williams@example.com', '2023-09-01'), (4, 'Noah', 'Brown', 'noah.brown@example.com', '2022-08-15'), (5, 'Ava', 'Jones', 'ava.jones@example.com', '2021-08-16'), (6, 'William', 'Garcia', 'william.garcia@example.com', '2023-08-17'), (7, 'Sophia', 'Miller', 'sophia.miller@example.com', '2022-01-10'), (8, 'James', 'Davis', 'james.davis@example.com', '2021-01-11'), (9, 'Isabella', 'Rodriguez', 'isabella.rodriguez@example.com', '2023-01-12'), (10, 'Oliver', 'Martinez', 'oliver.martinez@example.com', '2022-02-20'), (11, 'Charlotte', 'Hernandez', 'charlotte.hernandez@example.com', '2021-02-21'), (12, 'Elijah', 'Lopez', 'elijah.lopez@example.com', '2023-02-22'), (13, 'Amelia', 'Gonzalez', 'amelia.gonzalez@example.com', '2022-03-05'), (14, 'Lucas', 'Wilson', 'lucas.wilson@example.com', '2021-03-06'), (15, 'Mia', 'Anderson', 'mia.anderson@example.com', '2023-03-07'), (16, 'Henry', 'Thomas', 'henry.thomas@example.com', '2022-04-10'), (17, 'Evelyn', 'Taylor', 'evelyn.taylor@example.com', '2021-04-11'), (18, 'Alexander', 'Moore', 'alexander.moore@example.com', '2023-04-12'), (19, 'Harper', 'Jackson', 'harper.jackson@example.com', '2022-05-15'), (20, 'Benjamin', 'Martin', 'benjamin.martin@example.com', '2021-05-16'), (21, 'Camila', 'Lee', 'camila.lee@example.com', '2023-05-17'), (22, 'Daniel', 'Perez', 'daniel.perez@example.com', '2022-06-20'), (23, 'Gianna', 'Thompson', 'gianna.thompson@example.com', '2021-06-21'), (24, 'Michael', 'White', 'michael.white@example.com', '2023-06-22'), (25, 'Sofia', 'Harris', 'sofia.harris@example.com', '2022-07-25'), (26, 'Matthew', 'Sanchez', 'matthew.sanchez@example.com', '2021-07-26'), (27, 'Avery', 'Clark', 'avery.clark@example.com', '2023-07-27'), (28, 'Ethan', 'Ramirez', 'ethan.ramirez@example.com', '2022-08-01'), (29, 'Ella', 'Lewis', 'ella.lewis@example.com', '2021-08-02'), (30, 'David', 'Robinson', 'david.robinson@example.com', '2023-08-03'), (31, 'Madison', 'Walker', 'madison.walker@example.com', '2022-09-01'), (32, 'Joseph', 'Young', 'joseph.young@example.com', '2021-09-01'), (33, 'Scarlett', 'Allen', 'scarlett.allen@example.com', '2023-09-01'), (34, 'Jackson', 'King', 'jackson.king@example.com', '2022-08-15'), (35, 'Victoria', 'Wright', 'victoria.wright@example.com', '2021-08-16'), (36, 'Samuel', 'Scott', 'samuel.scott@example.com', '2023-08-17'), (37, 'Aria', 'Torres', 'aria.torres@example.com', '2022-01-10'), (38, 'Sebastian', 'Nguyen', 'sebastian.nguyen@example.com', '2021-01-11'), (39, 'Grace', 'Hill', 'grace.hill@example.com', '2023-01-12'), (40, 'Carter', 'Flores', 'carter.flores@example.com', '2022-02-20'), (41, 'Chloe', 'Green', 'chloe.green@example.com', '2021-02-21'), (42, 'Wyatt', 'Adams', 'wyatt.adams@example.com', '2023-02-22'), (43, 'Penelope', 'Nelson', 'penelope.nelson@example.com', '2022-03-05'), (44, 'Jayden', 'Baker', 'jayden.baker@example.com', '2021-03-06'), (45, 'Layla', 'Hall', 'layla.hall@example.com', '2023-03-07'), (46, 'John', 'Rivera', 'john.rivera@example.com', '2022-04-10'), (47, 'Riley', 'Campbell', 'riley.campbell@example.com', '2021-04-11'), (48, 'Luke', 'Mitchell', 'luke.mitchell@example.com', '2023-04-12'), (49, 'Nora', 'Carter', 'nora.carter@example.com', '2022-05-15'), (50, 'Gabriel', 'Phillips', 'gabriel.phillips@example.com', '2021-05-16'), (51, 'Zoey', 'Evans', 'zoey.evans@example.com', '2023-05-17'), (52, 'Anthony', 'Turner', 'anthony.turner@example.com', '2022-06-20'), (53, 'Eleanor', 'Parker', 'eleanor.parker@example.com', '2021-06-21'), (54, 'Isaac', 'Collins', 'isaac.collins@example.com', '2023-06-22'), (55, 'Hannah', 'Edwards', 'hannah.edwards@example.com', '2022-07-25'), (56, 'Christopher', 'Stewart', 'christopher.stewart@example.com', '2021-07-26'), (57, 'Lillian', 'Morris', 'lillian.morris@example.com', '2023-07-27'), (58, 'Joshua', 'Murphy', 'joshua.murphy@example.com', '2022-08-01'), (59, 'Addison', 'Cook', 'addison.cook@example.com', '2021-08-02'), (60, 'Andrew', 'Rogers', 'andrew.rogers@example.com', '2023-08-03'), (61, 'Aubrey', 'Morgan', 'aubrey.morgan@example.com', '2022-09-01'), (62, 'Lincoln', 'Peterson', 'lincoln.peterson@example.com', '2021-09-01'), (63, 'Stella', 'Cooper', 'stella.cooper@example.com', '2023-09-01'), (64, 'Mateo', 'Reed', 'mateo.reed@example.com', '2022-08-15'), (65, 'Natalie', 'Bailey', 'natalie.bailey@example.com', '2021-08-16'), (66, 'Ryan', 'Bell', 'ryan.bell@example.com', '2023-08-17'), (67, 'Zoe', 'Gomez', 'zoe.gomez@example.com', '2022-01-10'), (68, 'Jaxon', 'Kelly', 'jaxon.kelly@example.com', '2021-01-11'), (69, 'Leah', 'Howard', 'leah.howard@example.com', '2023-01-12'), (70, 'Julian', 'Ward', 'julian.ward@example.com', '2022-02-20'), (71, 'Hazel', 'Cox', 'hazel.cox@example.com', '2021-02-21'), (72, 'Aaron', 'Diaz', 'aaron.diaz@example.com', '2023-02-22'), (73, 'Violet', 'Richardson', 'violet.richardson@example.com', '2022-03-05'), (74, 'Eli', 'Wood', 'eli.wood@example.com', '2021-03-06'), (75, 'Aurora', 'Watson', 'aurora.watson@example.com', '2023-03-07'), (76, 'Isaiah', 'Brooks', 'isaiah.brooks@example.com', '2022-04-10'), (77, 'Savannah', 'Bennett', 'savannah.bennett@example.com', '2021-04-11'), (78, 'Charles', 'Gray', 'charles.gray@example.com', '2023-04-12'), (79, 'Brooklyn', 'James', 'brooklyn.james@example.com', '2022-05-15'), (80, 'Thomas', 'Reyes', 'thomas.reyes@example.com', '2021-05-16'), (81, 'Bella', 'Cruz', 'bella.cruz@example.com', '2023-05-17'), (82, 'Josiah', 'Hughes', 'josiah.hughes@example.com', '2022-06-20'), (83, 'Claire', 'Price', 'claire.price@example.com', '2021-06-21'), (84, 'Christian', 'Myers', 'christian.myers@example.com', '2023-06-22'), (85, 'Skylar', 'Long', 'skylar.long@example.com', '2022-07-25'), (86, 'Hunter', 'Foster', 'hunter.foster@example.com', '2021-07-26'), (87, 'Paisley', 'Sanders', 'paisley.sanders@example.com', '2023-07-27'); -- -- Indexes for dumped tables -- -- -- Indexes for table `progress` -- ALTER TABLE `progress` ADD PRIMARY KEY (`progress_id`), ADD KEY `student_id` (`student_id`); -- -- Indexes for table `student` -- ALTER TABLE `student` ADD PRIMARY KEY (`student_id`), ADD UNIQUE KEY `email` (`email`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `progress` -- ALTER TABLE `progress` MODIFY `progress_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1023; -- -- AUTO_INCREMENT for table `student` -- ALTER TABLE `student` MODIFY `student_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=88; -- -- Constraints for dumped tables -- -- -- Constraints for table `progress` -- ALTER TABLE `progress` ADD CONSTRAINT `progress_ibfk_1` FOREIGN KEY (`student_id`) REFERENCES `student` (`student_id`) ON DELETE CASCADE ON UPDATE CASCADE; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;