-- phpMyAdmin SQL Dump
-- version 5.2.2
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Apr 09, 2026 at 09:36 AM
-- Server version: 10.6.25-MariaDB-log
-- PHP Version: 8.3.30

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: `centur72_course_reg`
--

-- --------------------------------------------------------

--
-- Table structure for table `add_unit`
--

CREATE TABLE `add_unit` (
  `id` int(11) NOT NULL,
  `matric_no` text NOT NULL,
  `fullname` text NOT NULL,
  `department` text NOT NULL,
  `programme` text NOT NULL,
  `programme_id` varchar(100) NOT NULL,
  `course_code` text NOT NULL,
  `course_description` text NOT NULL,
  `unit` varchar(10) NOT NULL,
  `session` text NOT NULL,
  `semester` text NOT NULL,
  `uploaded_by` text NOT NULL,
  `date` varchar(130) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `admin`
--

CREATE TABLE `admin` (
  `id` int(11) NOT NULL,
  `lastname` text NOT NULL,
  `othernames` text NOT NULL,
  `email` text NOT NULL,
  `password` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `admin`
--

INSERT INTO `admin` (`id`, `lastname`, `othernames`, `email`, `password`) VALUES
(1, 'dosumu', 'uthman ololade', 'dosumuololade.u@gmail.com', 'b7f6961f394bb6aeb0800edc5b512cb82f33d8e1'),
(2, 'Ayuk', 'Claris', 'claris.inspirepolytechnic@gmail.com', '1c8b921bdf1fc95689fc884a9583750560e94995'),
(3, 'oloyede', 'ayodele', 'oloyede.inspirepolytechnic@gmail.com', '2c9ce5c33e6a605131eeb257e7d84084f920609c'),
(4, 'idowu', 'olanrewaju', 'lanre.inspirepolytechnic@gmail.com', '5e43e1ed5e33e7539eae9783535519a615a358a4');

-- --------------------------------------------------------

--
-- Table structure for table `campus`
--

CREATE TABLE `campus` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `campus`
--

INSERT INTO `campus` (`id`, `name`) VALUES
(1, 'egbeda'),
(2, 'yaba');

-- --------------------------------------------------------

--
-- Table structure for table `course`
--

CREATE TABLE `course` (
  `id` int(11) NOT NULL,
  `course_code` text NOT NULL,
  `description` text NOT NULL,
  `status` varchar(1) NOT NULL,
  `unit` int(11) NOT NULL,
  `level` int(11) NOT NULL,
  `dep_id` int(11) NOT NULL,
  `programme_id` int(11) NOT NULL,
  `semester_id` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `course`
--

INSERT INTO `course` (`id`, `course_code`, `description`, `status`, `unit`, `level`, `dep_id`, `programme_id`, `semester_id`) VALUES
(1, 'bam 111', 'introduction to business 1', 'c', 3, 100, 5, 1, 1),
(2, 'bam 112', 'business mathematics 1', 'c', 3, 100, 5, 1, 1),
(3, 'bam 113', 'principles of law', 'c', 3, 100, 5, 1, 1),
(4, 'bam 114', 'principles of economics', 'c', 3, 100, 5, 1, 1),
(5, 'acc 111', 'principle of account 1', 'c', 4, 100, 5, 1, 1),
(6, 'bam 115', 'principal of marketing', 'c', 2, 100, 5, 1, 1),
(7, 'bam 116', 'element of public administration', 'c', 2, 100, 5, 1, 1),
(289, 'gns 111', 'citizenship education', 'c', 2, 100, 5, 1, 1),
(290, 'lib 101', 'use of library', 'c', 1, 100, 5, 1, 1),
(291, 'otm 111', 'technical english 1', 'c', 2, 100, 5, 1, 1),
(11, 'bam 117', 'principal of purchasing', 'c', 2, 100, 5, 1, 1),
(319, 'otm 112', 'technical english', 'c', 4, 100, 5, 1, 2),
(317, 'bam 124', 'principle of economics 2', 'c', 3, 100, 5, 1, 2),
(15, 'bam 126', 'introduction to entreprenuership', 'c', 3, 100, 5, 1, 2),
(16, 'bam 125', 'information technology 1', 'c', 6, 100, 5, 1, 2),
(318, 'acc 121', 'principles of account 2', 'c', 4, 100, 5, 1, 2),
(316, 'bam 122', 'business mathematics 2', 'c', 3, 100, 5, 1, 2),
(265, 'com 211', 'programming language using java ii', 'c', 4, 200, 7, 1, 1),
(315, 'bam 121', 'introduction to business 11', 'c', 3, 100, 5, 1, 2),
(293, 'bam 212', 'business statistics 1', 'c', 3, 200, 5, 1, 1),
(294, 'bam 213', 'office management', 'c', 3, 200, 5, 1, 1),
(295, 'bam 214', 'business law', 'c', 3, 200, 5, 1, 1),
(296, 'bam 215', 'info tech', 'c', 6, 200, 5, 1, 1),
(297, 'bam 216', 'practice of entrepreneurship', 'c', 3, 200, 5, 1, 1),
(298, 'acc212', 'cost accounting 1', 'c', 4, 200, 5, 1, 1),
(299, 'otm 221', 'communication skill 1', 'c', 4, 200, 5, 1, 1),
(364, 'siw 219', 'siwes', 'c', 6, 200, 5, 1, 2),
(31, 'com 111', 'introduction to computing', 'c', 3, 100, 7, 1, 1),
(32, 'com 112', 'introduction to digital electronics', 'c', 3, 100, 7, 1, 1),
(228, 'fas 212', 'fashion illustration iii', 'c', 3, 200, 8, 1, 1),
(34, 'com 114', 'statistics for computing 1', 'c', 2, 100, 7, 1, 1),
(35, 'com 115', 'computer application packages i', 'c', 3, 100, 7, 1, 1),
(366, 'com 113', 'introduction to programming', 'c', 3, 100, 7, 1, 1),
(37, 'gns 101', 'use of english i', 'r', 2, 100, 7, 1, 1),
(368, 'com 116', 'cybersecurity 1', 'c', 2, 100, 7, 1, 1),
(207, 'gns 103', 'use of library', 'r', 2, 100, 7, 1, 1),
(208, 'gns 102', 'communication in english 1', 'r', 2, 100, 7, 1, 2),
(205, 'lib 101', 'library science', 'r', 1, 100, 9, 1, 1),
(206, 'gns 111', 'citizenship education', 'r', 2, 100, 9, 1, 2),
(209, 'com 121', 'programming using c language', 'c', 3, 100, 7, 1, 2),
(210, 'com 122', 'introduction to internet', 'c', 3, 100, 7, 1, 2),
(211, 'com 123', 'programming language using java i', 'c', 3, 100, 7, 1, 2),
(212, 'com 124', 'data structure and algorithms', 'c', 3, 100, 7, 1, 2),
(213, 'com 125', 'introduction to systems analysis and design', 'c', 3, 100, 7, 1, 2),
(214, 'com 126', 'pc upgrade & maintenance', 'c', 3, 100, 7, 1, 2),
(215, 'gns 128', 'citizenship education ii', 'r', 2, 100, 7, 1, 2),
(216, 'eed 126', 'practice of entrepreneurship i', 'r', 2, 100, 7, 1, 2),
(217, 'gns 228', 'research methods', 'c', 2, 100, 7, 1, 2),
(218, 'fas 121', 'fashion design ii', 'c', 3, 100, 8, 1, 2),
(219, 'ard 104', 'life drawing ii', 'c', 3, 100, 8, 1, 2),
(220, 'fas 122', 'fashion illustration ii', 'c', 4, 100, 8, 1, 2),
(221, 'fas 123', 'textile materials ii', 'c', 1, 100, 8, 1, 2),
(222, 'fas 126', 'history of costumes ii', 'c', 1, 100, 8, 1, 2),
(223, 'fas 127', 'computer aided design for fashion i', 'c', 3, 100, 8, 1, 2),
(224, 'gns 121', 'citizenship education ii', 'r', 2, 100, 8, 1, 2),
(225, 'eed 126', 'introduction to entrepreneurship education', 'r', 2, 100, 8, 1, 2),
(226, 'fas 211', 'fashion design iii', 'c', 3, 200, 8, 1, 1),
(66, 'cte 111', 'introduction to computers & information technology', 'c', 3, 100, 6, 1, 1),
(67, 'cte 112', 'electrical workshop practice and technology', 'c', 3, 100, 6, 1, 1),
(68, 'cte 113', 'computer application packages', 'c', 3, 100, 6, 1, 1),
(69, 'cte 114', 'internet and web technologies', 'c', 2, 100, 6, 1, 1),
(70, 'cte 115', 'data structures', 'c', 2, 100, 6, 1, 1),
(71, 'mth 112', 'algebra and elementary trigonometry', 'c', 2, 100, 6, 1, 1),
(72, 'mec 101', 'technical drawing', 'c', 3, 100, 6, 1, 1),
(73, 'mec 113', 'basic workshop technology and practice', 'c', 3, 100, 6, 1, 1),
(74, 'eec 115', 'electrical engineering science i', 'c', 3, 100, 6, 1, 1),
(75, 'gns 103', 'use of library', 'r', 2, 100, 6, 1, 1),
(76, 'gns 102', 'communication in english i', 'r', 2, 100, 6, 1, 2),
(77, 'cte 231', 'micro computer fundamentals', 'c', 3, 200, 6, 1, 1),
(78, 'cte 232', 'computer workshop practice i', 'c', 3, 200, 6, 1, 1),
(79, 'cte 233', 'digital computer fundamentals ii', 'c', 3, 200, 6, 1, 1),
(80, 'cte 234', 'computer architecture i', 'c', 3, 200, 6, 1, 1),
(81, 'cte 235', 'electrical measurement and instrumentation ii', 'c', 3, 200, 6, 1, 1),
(82, 'cte 236', 'introduction to visual basic programming', 'c', 3, 200, 6, 1, 1),
(83, 'eec 234', 'electronics ii', 'c', 3, 200, 6, 1, 1),
(84, 'eec 239', 'electrical circuit theory i', 'c', 2, 200, 6, 1, 1),
(85, 'mth 202', 'logic and linear algebra', 'c', 2, 200, 6, 1, 1),
(86, 'gns 216', 'practice of entrepreneurship ii', 'r', 2, 200, 6, 1, 1),
(87, 'gns 204', 'communication in english ii', 'c', 2, 200, 6, 1, 2),
(88, 'siw 219', 'siwes', 'c', 6, 200, 6, 1, 1),
(89, 'cte 241', 'introduction to micro-processors and assembly language', 'c', 3, 200, 6, 1, 2),
(90, 'cte 242', 'computer workshop practice ii', 'c', 3, 200, 6, 1, 2),
(91, 'cte 243', 'operating systems i', 'c', 2, 200, 6, 1, 2),
(92, 'cte 244', 'computer networking', 'c', 3, 200, 6, 1, 2),
(93, 'eec 245', 'telecommunication engineering i', 'c', 3, 200, 6, 1, 2),
(94, 'cte 246', 'project', 'c', 6, 200, 6, 1, 2),
(95, 'eec 249', 'electrical circuit theory ii', 'c', 2, 200, 6, 1, 2),
(96, 'mth 122', 'trigonometry and analytical geometry', 'c', 2, 200, 6, 1, 2),
(97, 'cte 121', 'digital computer fundamentals i', 'c', 3, 100, 6, 1, 2),
(98, 'cte 122', 'electrical measurement and instrumentation i', 'c', 3, 100, 6, 1, 2),
(99, 'cte 123', 'computer/electronic maintenance and repairs', 'c', 3, 100, 6, 1, 2),
(100, 'cte 124', 'technical report writing', 'c', 2, 100, 6, 1, 2),
(101, 'eec 124', 'electronics i', 'c', 3, 100, 6, 1, 2),
(102, 'eec 125', 'electrical engineering science ii', 'c', 2, 100, 6, 1, 2),
(103, 'eed 126', 'introduction to entrepreneurship', 'c', 2, 100, 6, 1, 2),
(104, 'mec 102', 'machines tools technology and practice', 'c', 3, 100, 6, 1, 2),
(105, 'mth 211', 'calculus', 'c', 2, 100, 6, 1, 2),
(106, 'gns 128', 'citizenship education ii', 'r', 2, 100, 6, 1, 2),
(107, 'gns 101', 'use of english', 'r', 2, 100, 9, 1, 1),
(108, 'mth112', 'algebra & elementary trigonometry', 'r', 2, 100, 9, 1, 1),
(109, 'mec 111', 'technical drawing', 'c', 2, 100, 9, 1, 1),
(110, 'mec 112', 'basic workshop technology', 'c', 2, 100, 9, 1, 1),
(111, 'eec 114', 'report writing', 'c', 2, 100, 9, 1, 1),
(112, 'eec 112', 'introduction to computer software', 'c', 2, 100, 9, 1, 1),
(113, 'eec 117', 'computer hardware i', 'c', 3, 100, 9, 1, 1),
(114, 'eec 111', 'electrical graphics', 'c', 2, 100, 9, 1, 1),
(115, 'eec 115', 'electrical engineering science i', 'c', 3, 100, 9, 1, 1),
(116, 'com 113', 'introduction to programming', 'r', 2, 100, 9, 1, 1),
(117, 'lib 103', 'use of library', 'r', 2, 100, 9, 1, 1),
(118, 'gns 102', 'communication skills i', 'r', 2, 100, 9, 1, 2),
(119, 'gns 204', 'use of english ii', 'r', 2, 200, 9, 1, 1),
(120, 'mth 202', 'logic & linear algebra', 'r', 2, 200, 9, 1, 1),
(121, 'eec 232', 'electrical power system ii', 'c', 3, 200, 9, 1, 1),
(122, 'eec 233', 'electrical machine ii', 'c', 3, 200, 9, 1, 1),
(123, 'eec 234', 'electronics ii', 'c', 2, 200, 9, 1, 1),
(124, 'eec 236', 'electrical/electronic instrumentation  ii', 'c', 3, 200, 9, 1, 1),
(125, 'eec 238', 'telecommunication engineering ii', 'c', 3, 200, 9, 1, 1),
(126, 'eec 239', 'electrical circuit theory i', 'c', 3, 200, 9, 1, 1),
(127, 'gns 216', 'practice of entrepreneurship ii', 'r', 2, 200, 9, 1, 1),
(128, 'siw 219', 'siwes', 'c', 6, 200, 9, 1, 1),
(129, 'mth 211', 'calculus', 'r', 2, 100, 9, 1, 2),
(130, 'mec 108', 'introduction to thermodynamics', 'r', 2, 100, 9, 1, 2),
(131, 'mec 124', 'machine tools technology & practice', 'c', 2, 100, 9, 1, 2),
(132, 'eec 122', 'electrical power system i', 'c', 3, 100, 9, 1, 2),
(133, 'eec 123', 'electrical machine i', 'c', 3, 100, 9, 1, 2),
(134, 'eec 124', 'electronics i', '', 3, 100, 9, 1, 2),
(135, 'eec 125', 'electrical engineering science ii', 'c', 2, 100, 9, 1, 2),
(136, 'eec 126', 'electrical/electronic instrumentation i', 'c', 3, 100, 9, 1, 2),
(137, 'eec 128', 'telecommunication engineering i', 'c', 3, 100, 9, 1, 2),
(138, 'eec  129', 'electrical installation of building', 'c', 2, 100, 9, 1, 2),
(139, 'eed 126', 'introduction to entrepreneurship i', 'r', 2, 100, 9, 1, 2),
(140, 'mth 122', 'trigonometry & analytical geometry', 'r', 2, 200, 9, 1, 2),
(141, 'eec 242', 'electrical power system iii', 'c', 3, 200, 9, 1, 2),
(142, 'eec 244', 'electronics iii', 'c', 3, 200, 9, 1, 2),
(143, 'eec 246', 'programmable logic controllers', 'c', 2, 200, 9, 1, 2),
(144, 'eec 247', 'computer hardware iii', 'c', 3, 200, 9, 1, 2),
(145, 'eec 249', 'electrical circuit theory ii', 'c', 3, 200, 9, 1, 2),
(146, 'eec 280', 'project', 'c', 4, 200, 9, 1, 2),
(253, 'fas 221', 'fashion design iv', 'c', 3, 200, 8, 1, 2),
(313, 'acc 222', 'cost accounting 2', 'c', 4, 200, 5, 1, 2),
(309, 'bam 221', 'principles of management 2', 'c', 3, 200, 5, 1, 2),
(304, 'fas 218', 'fashion merchandising', 'c', 2, 200, 8, 1, 1),
(305, 'fas 209', 'quality control', 'c', 1, 200, 8, 1, 1),
(308, 'bam 222', 'business statistics 2', 'c', 3, 200, 5, 1, 2),
(300, 'bam 217', 'research methodology', 'c', 3, 200, 5, 1, 1),
(302, 'gns 111', 'citizenship education i', 'r', 1, 100, 8, 1, 1),
(188, 'ard 111', 'fashion design i', 'c', 3, 100, 8, 1, 1),
(189, 'ard 103', 'life drawing i', 'c', 3, 100, 8, 1, 1),
(190, 'fas 112', 'fashion illustration i', 'c', 4, 100, 8, 1, 1),
(191, 'fas 113', 'textile materials i', 'c', 1, 100, 8, 1, 1),
(192, 'fas 124', 'pattern drafting and cutting room practice', 'c', 3, 100, 8, 1, 2),
(193, 'fas 125', 'clothing construction and sewing room practice', 'c', 3, 100, 8, 1, 2),
(194, 'fas 116', 'history of costumes i', 'c', 1, 100, 8, 1, 1),
(195, 'com 101', 'introduction to computer', 'r', 2, 100, 8, 1, 1),
(301, 'eng 101', 'use of english i', 'r', 2, 100, 8, 1, 1),
(204, 'gns 102', 'communication in english i', 'r', 2, 100, 8, 1, 2),
(198, 'lib 111', 'use of library', 'r', 2, 100, 8, 1, 1),
(199, 'com 113', 'introduction to programming', 'c', 4, 100, 6, 1, 1),
(200, 'gns 101', 'use of english i', 'r', 2, 100, 6, 1, 1),
(229, 'fas 213', 'textile materials iii', 'c', 2, 200, 8, 1, 1),
(230, 'fas 217', 'fashion photography', 'c', 3, 200, 8, 1, 1),
(303, 'eng 201', 'use of english ii', 'r', 2, 200, 8, 1, 1),
(232, 'gns 222', 'principle of economics', 'r', 2, 200, 8, 1, 1),
(233, 'eed 216', 'entrepreneurship education ii', 'r', 3, 200, 8, 1, 1),
(234, 'gns 228', 'research methodology', 'r', 3, 200, 8, 1, 1),
(235, 'siw 219', 'siwes', 'c', 6, 200, 8, 1, 1),
(310, 'bam 223', 'element of production management', 'c', 3, 200, 5, 1, 2),
(311, 'bam 224', 'element of human capital', 'c', 3, 200, 5, 1, 2),
(312, 'bam 225', 'project', 'c', 6, 200, 5, 1, 2),
(227, 'ard 203', 'life drawing iii', 'c', 3, 200, 8, 1, 1),
(254, 'ard 204', 'life drawing iv', 'c', 3, 200, 8, 1, 2),
(255, 'fas 222', 'fashion illustration iv', 'c', 3, 200, 8, 1, 2),
(256, 'fas 223', 'textile materials iv', 'c', 3, 200, 8, 1, 2),
(257, 'fas 227', 'fashion accessories i', 'c', 3, 200, 8, 1, 2),
(258, 'fas 228', 'computer aided design for fashion ii', 'r', 3, 200, 8, 1, 2),
(306, 'gns 202', 'communication in english ii', 'r', 2, 200, 8, 1, 2),
(260, 'fas 229', 'project', 'c', 4, 200, 8, 1, 2),
(266, 'com 212', 'introduction to systems programming', 'c', 2, 200, 7, 1, 1),
(267, 'com 213', 'unified modelling language (uml)', 'c', 3, 200, 7, 1, 1),
(268, 'com 214', 'computer systems troubleshooting', 'c', 3, 200, 7, 1, 1),
(269, 'com 215', 'computer application packages ii', 'c', 3, 200, 7, 1, 1),
(270, 'com 216', 'statistics for computing ii', 'c', 2, 200, 7, 1, 1),
(271, 'siw 219', 'siwes', 'c', 6, 200, 7, 1, 1),
(272, 'gns 201', 'use of english ii', 'r', 2, 200, 7, 1, 1),
(273, 'gns 216', 'practice of entrepreneurship ii', 'r', 2, 200, 7, 1, 1),
(274, 'com 221', 'basic computer networking', 'c', 3, 200, 7, 1, 2),
(275, 'com 222', 'seminar on computer and society', 'c', 2, 200, 7, 1, 2),
(276, 'com 223', 'basic hardware maintenance', 'c', 3, 200, 7, 1, 2),
(277, 'com 224', 'management information system', 'c', 2, 200, 7, 1, 2),
(278, 'com 225', 'web technology', 'c', 3, 200, 7, 1, 2),
(279, 'com 226', 'file organisation and management', 'c', 2, 200, 7, 1, 2),
(280, 'gns 204', 'communication in english ii', 'r', 2, 200, 7, 1, 2),
(281, 'com 227', 'project', 'c', 6, 200, 7, 1, 2),
(314, 'bam 123', 'introduction to psychology', 'c', 2, 100, 5, 1, 2),
(292, 'bam 211', 'principles of management 1', 'c', 3, 2, 5, 1, 1),
(307, 'otm 222', 'communication skills 2', 'c', 4, 2, 5, 1, 2),
(320, 'gns 131', 'citizenship education 2', 'c', 2, 100, 5, 1, 2),
(321, '1', 'com 113', 'i', 0, 2, 9, 1, 1),
(322, '2', 'eec  129', 'e', 0, 2, 9, 1, 1),
(323, '3', 'eec 111', 'e', 0, 2, 9, 1, 1),
(324, '4', 'eec 112', 'i', 0, 2, 9, 1, 1),
(325, '5', 'eec 114', 'r', 0, 2, 9, 1, 1),
(326, '6', 'eec 115', 'e', 0, 3, 9, 1, 1),
(327, '7', 'eec 117', 'c', 0, 3, 9, 1, 1),
(328, '8', 'eec 122', 'e', 0, 3, 9, 1, 1),
(329, '9', 'eec 123', 'e', 0, 3, 9, 1, 1),
(330, '10', 'eec 124', 'e', 0, 3, 9, 1, 1),
(331, '11', 'eec 125', 'e', 0, 2, 9, 1, 1),
(332, '12', 'eec 126', 'e', 0, 3, 9, 1, 1),
(333, '13', 'eec 128', 't', 0, 3, 9, 1, 1),
(334, '14', 'eec 232', 'e', 0, 3, 9, 1, 1),
(335, '15', 'eec 233', 'e', 0, 3, 9, 1, 1),
(336, '16', 'eec 234', 'e', 0, 2, 9, 1, 1),
(337, '17', 'eec 236', 'e', 0, 3, 9, 1, 1),
(338, '18', 'eec 238', 't', 0, 3, 9, 1, 1),
(339, '19', 'eec 239', 'e', 0, 3, 9, 1, 1),
(340, '20', 'eec 242', 'e', 0, 3, 9, 1, 1),
(341, '21', 'eec 244', 'e', 0, 3, 9, 1, 1),
(342, '22', 'eec 246', 'p', 0, 2, 9, 1, 1),
(343, '23', 'eec 247', 'c', 0, 3, 9, 1, 1),
(344, '24', 'eec 249', 'e', 0, 3, 9, 1, 1),
(345, '25', 'eec 280', 'p', 0, 4, 9, 1, 1),
(346, '26', 'bam 126', 'i', 0, 2, 9, 1, 1),
(347, '27', 'gns 101', 'u', 0, 2, 9, 1, 1),
(348, '28', 'gns 102', 'c', 0, 2, 9, 1, 1),
(349, '29', 'gns 111', 'c', 0, 2, 9, 1, 1),
(350, '30', 'gns 201', 'u', 0, 2, 9, 1, 1),
(351, '31', 'bam 216', 'p', 0, 2, 9, 1, 1),
(352, '32', 'lib 101', 'l', 0, 1, 9, 1, 1),
(353, '33', 'lib 103', 'u', 0, 2, 9, 1, 1),
(354, '34', 'mec 108', 'i', 0, 2, 9, 1, 1),
(355, '35', 'mec 111', 't', 0, 2, 9, 1, 1),
(356, '36', 'mec 112', 'b', 0, 2, 9, 1, 1),
(357, '37', 'mec 124', 'm', 0, 2, 9, 1, 1),
(358, '38', 'mth 122', 't', 0, 2, 9, 1, 1),
(359, '39', 'mth 202', 'l', 0, 2, 9, 1, 1),
(360, '40', 'mth 211', 'c', 0, 2, 9, 1, 1),
(361, '41', 'mth112', 'a', 0, 2, 9, 1, 1),
(362, '42', 'siw 219', 's', 0, 6, 9, 1, 1),
(363, 'gns 111', 'citizenship education i', 'r', 2, 100, 7, 1, 1),
(367, 'mth 111', 'logic and linear algebra', 'c', 2, 100, 7, 1, 1);

-- --------------------------------------------------------

--
-- Table structure for table `department`
--

CREATE TABLE `department` (
  `id` int(11) NOT NULL,
  `fac_id` int(11) NOT NULL,
  `department` varchar(255) NOT NULL,
  `dep_code` varchar(100) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `department`
--

INSERT INTO `department` (`id`, `fac_id`, `department`, `dep_code`) VALUES
(7, 1, 'Computer Science', 'S202'),
(6, 1, 'Computer Engineering', 'S201'),
(5, 2, 'Business Administration', 'S101'),
(8, 1, 'Fashion Design & Cloth Technology', 'S204'),
(9, 1, 'Electrical & Electronic Engineering', 'S203');

-- --------------------------------------------------------

--
-- Table structure for table `faculty`
--

CREATE TABLE `faculty` (
  `id` int(11) NOT NULL,
  `faculty` varchar(255) NOT NULL,
  `called` varchar(255) NOT NULL DEFAULT 'Faculty'
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `faculty`
--

INSERT INTO `faculty` (`id`, `faculty`, `called`) VALUES
(1, 'Science and Technology', 'School'),
(2, 'Management Sciences', 'School');

-- --------------------------------------------------------

--
-- Table structure for table `head`
--

CREATE TABLE `head` (
  `id` int(11) NOT NULL,
  `dep_id` int(11) NOT NULL,
  `lastname` text NOT NULL,
  `othernames` text NOT NULL,
  `email` text NOT NULL,
  `pfn` varchar(100) NOT NULL,
  `password` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `head`
--

INSERT INTO `head` (`id`, `dep_id`, `lastname`, `othernames`, `email`, `pfn`, `password`) VALUES
(1, 9, 'Yekini', 'Olawale', 'olawaleyekini.inspirepoly@gmail.com', 'AS-010', '956dd5775c53ebe681bcf02d123d17d4dc0b3677'),
(2, 7, 'Oloyede', 'Ayodele', 'oloyede.ayodele@inspirepolytechnic.com', 'AS-001', '956dd5775c53ebe681bcf02d123d17d4dc0b3677'),
(3, 5, 'Sholanke', 'Olumide', 'Olumide.inspirepolytechnic@gmail.com', 'AS-003', '956dd5775c53ebe681bcf02d123d17d4dc0b3677'),
(4, 8, 'Adenaya', 'Babatunde', 'tunde.inspirepolytechnic@gmail.com', 'AS-002', '956dd5775c53ebe681bcf02d123d17d4dc0b3677'),
(5, 6, 'Oloyede', 'Ayodele', 'oloyede.inspirepolytechnic@gmail.com', 'AS-001A', '956dd5775c53ebe681bcf02d123d17d4dc0b3677');

-- --------------------------------------------------------

--
-- Table structure for table `head_access`
--

CREATE TABLE `head_access` (
  `id` int(11) NOT NULL,
  `head_id` int(11) NOT NULL,
  `course_upload` int(11) NOT NULL DEFAULT 0,
  `login_access` int(11) NOT NULL DEFAULT 1
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `head_access`
--

INSERT INTO `head_access` (`id`, `head_id`, `course_upload`, `login_access`) VALUES
(1, 1, 1, 1),
(2, 3, 1, 1),
(3, 5, 1, 1),
(4, 2, 1, 1),
(5, 4, 1, 1);

-- --------------------------------------------------------

--
-- Table structure for table `head_logs`
--

CREATE TABLE `head_logs` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `department` text NOT NULL,
  `event_details` text NOT NULL,
  `date` varchar(130) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `head_logs`
--

INSERT INTO `head_logs` (`id`, `name`, `department`, `event_details`, `date`) VALUES
(1, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '28 Feb 2023, 01:54pm'),
(2, 'Oloyede Ayodele', 'Computer Engineering', 'Logged Successfully', '01 Mar 2023, 08:44am'),
(3, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '01 Mar 2023, 08:53am'),
(4, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '01 Mar 2023, 09:04am'),
(5, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '01 Mar 2023, 12:08pm'),
(6, 'Oloyede Ayodele', 'Computer Engineering', 'Logged Successfully', '01 Mar 2023, 12:12pm'),
(7, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '01 Mar 2023, 12:21pm'),
(8, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '01 Mar 2023, 06:04pm'),
(9, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '01 Mar 2023, 06:32pm'),
(10, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '01 Mar 2023, 06:41pm'),
(11, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '02 Mar 2023, 12:32pm'),
(12, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '02 Mar 2023, 05:39pm'),
(13, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '03 Mar 2023, 01:10pm'),
(14, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '03 Mar 2023, 01:57pm'),
(15, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '03 Mar 2023, 02:32pm'),
(16, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Uploaded 2 Courses', '03 Mar 2023, 02:49pm'),
(17, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '03 Mar 2023, 02:54pm'),
(18, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '03 Mar 2023, 03:01pm'),
(19, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '03 Mar 2023, 03:22pm'),
(20, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '03 Mar 2023, 04:21pm'),
(21, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '04 Mar 2023, 05:57pm'),
(22, 'Oloyede Ayodele', 'Computer Science', 'Deleted GNS 102, communication in english 1', '04 Mar 2023, 06:16pm'),
(23, 'Oloyede Ayodele', 'Computer Science', 'Deleted , ', '04 Mar 2023, 06:16pm'),
(24, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '04 Mar 2023, 10:10pm'),
(25, 'Oloyede Ayodele', 'Computer Science', 'Uploaded 3 Courses', '04 Mar 2023, 10:11pm'),
(26, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 121, programming using c language', '04 Mar 2023, 10:18pm'),
(27, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 122, introduction to internet', '04 Mar 2023, 10:18pm'),
(28, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 123, programming language using java i', '04 Mar 2023, 10:18pm'),
(29, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 124, data structure and algorithms', '04 Mar 2023, 10:19pm'),
(30, 'Oloyede Ayodele', 'Computer Science', 'Deleted , ', '04 Mar 2023, 10:19pm'),
(31, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 125, introduction to systems analysis and design', '04 Mar 2023, 10:19pm'),
(32, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 126, pc upgrade & maintenance', '04 Mar 2023, 10:19pm'),
(33, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 211, programming language using java ii', '04 Mar 2023, 10:19pm'),
(34, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 212, introduction to systems programming', '04 Mar 2023, 10:19pm'),
(35, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 213, unified modelling language (uml)', '04 Mar 2023, 10:19pm'),
(36, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 214, computer systems troubleshooting', '04 Mar 2023, 10:20pm'),
(37, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 215, computer application packages ii', '04 Mar 2023, 10:20pm'),
(38, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 216, statistics for computing ii', '04 Mar 2023, 10:20pm'),
(39, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 221, basic computer networking', '04 Mar 2023, 10:20pm'),
(40, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 222, seminar on computer and society', '04 Mar 2023, 10:20pm'),
(41, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 223, basic hardware maintenance', '04 Mar 2023, 10:20pm'),
(42, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 224, management information system', '04 Mar 2023, 10:20pm'),
(43, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 225, web technology', '04 Mar 2023, 10:20pm'),
(44, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 226, file organisation and management', '04 Mar 2023, 10:20pm'),
(45, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 227, project', '04 Mar 2023, 10:21pm'),
(46, 'Oloyede Ayodele', 'Computer Science', 'Deleted EED 126, practice of entrepreneurship i', '04 Mar 2023, 10:21pm'),
(47, 'Oloyede Ayodele', 'Computer Science', 'Deleted GNS 128, citizenship education ii', '04 Mar 2023, 10:21pm'),
(48, 'Oloyede Ayodele', 'Computer Science', 'Deleted GNS 201, use of english ii', '04 Mar 2023, 10:21pm'),
(49, 'Oloyede Ayodele', 'Computer Science', 'Deleted GNS 204, communication in english ii', '04 Mar 2023, 10:22pm'),
(50, 'Oloyede Ayodele', 'Computer Science', 'Deleted GNS 216, practice of entrepreneurship ii', '04 Mar 2023, 10:22pm'),
(51, 'Oloyede Ayodele', 'Computer Science', 'Deleted GNS 228, research methods', '04 Mar 2023, 10:22pm'),
(52, 'Oloyede Ayodele', 'Computer Science', 'Deleted SIW 219, siwes', '04 Mar 2023, 10:23pm'),
(53, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '06 Mar 2023, 11:23am'),
(54, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '06 Mar 2023, 11:07pm'),
(55, 'Oloyede Ayodele', 'Computer Science', 'Uploaded 3 Courses', '06 Mar 2023, 11:09pm'),
(56, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '06 Mar 2023, 11:21pm'),
(57, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '07 Mar 2023, 01:47pm'),
(58, 'Oloyede Ayodele', 'Computer Engineering', 'Logged Successfully', '07 Mar 2023, 02:56pm'),
(59, 'Oloyede Ayodele', 'Computer Engineering', 'Logged Successfully', '07 Mar 2023, 04:02pm'),
(60, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '08 Mar 2023, 11:38am'),
(61, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '08 Mar 2023, 12:39pm'),
(62, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '08 Mar 2023, 02:09pm'),
(63, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted IP/21/ND/F/20001, 26', '08 Mar 2023, 02:11pm'),
(64, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted MATRIC NO, ca (max: 30)', '08 Mar 2023, 02:11pm'),
(65, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted ARD 103, life drawing i', '08 Mar 2023, 02:14pm'),
(66, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:14pm'),
(67, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:14pm'),
(68, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted ARD 104, life drawing ii', '08 Mar 2023, 02:14pm'),
(69, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:14pm'),
(70, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:14pm'),
(71, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted ARD 111, fashion design i', '08 Mar 2023, 02:14pm'),
(72, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:14pm'),
(73, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:14pm'),
(74, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:14pm'),
(75, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:14pm'),
(76, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:14pm'),
(77, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:14pm'),
(78, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:14pm'),
(79, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:14pm'),
(80, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted ARD 203, life drawing iii', '08 Mar 2023, 02:15pm'),
(81, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(82, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(83, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(84, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(85, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(86, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(87, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(88, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(89, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted ARD 204, life drawing iv', '08 Mar 2023, 02:15pm'),
(90, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(91, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(92, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(93, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(94, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(95, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted COM 101, introduction to computer', '08 Mar 2023, 02:15pm'),
(96, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(97, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(98, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted EED 126, introduction to entrepreneurship education', '08 Mar 2023, 02:15pm'),
(99, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(100, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(101, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted EED 216, entrepreneurship education ii', '08 Mar 2023, 02:15pm'),
(102, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(103, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(104, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted ENG 101, use of english i', '08 Mar 2023, 02:15pm'),
(105, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(106, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(107, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted ENG 204, use of english ii', '08 Mar 2023, 02:15pm'),
(108, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(109, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:15pm'),
(110, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 112, fashion illustration i', '08 Mar 2023, 02:16pm'),
(111, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:16pm'),
(112, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:16pm'),
(113, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 113, textile materials i', '08 Mar 2023, 02:16pm'),
(114, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:16pm'),
(115, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:16pm'),
(116, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 116, history of costumes i', '08 Mar 2023, 02:16pm'),
(117, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:16pm'),
(118, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:16pm'),
(119, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 121, fashion design ii', '08 Mar 2023, 02:16pm'),
(120, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:16pm'),
(121, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:16pm'),
(122, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 122, fashion illustration ii', '08 Mar 2023, 02:16pm'),
(123, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:16pm'),
(124, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:16pm'),
(125, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 123, textile materials ii', '08 Mar 2023, 02:16pm'),
(126, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:16pm'),
(127, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:16pm'),
(128, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 126, history of costumes ii', '08 Mar 2023, 02:16pm'),
(129, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:16pm'),
(130, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:16pm'),
(131, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 127, computer aided design for fashion i', '08 Mar 2023, 02:17pm'),
(132, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:17pm'),
(133, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:17pm'),
(134, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 211, fashion design iii', '08 Mar 2023, 02:17pm'),
(135, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:17pm'),
(136, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:17pm'),
(137, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 212, fashion illustration iii', '08 Mar 2023, 02:17pm'),
(138, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:17pm'),
(139, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:17pm'),
(140, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 213, textile materials iii', '08 Mar 2023, 02:17pm'),
(141, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:17pm'),
(142, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:17pm'),
(143, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 217, fashion photography', '08 Mar 2023, 02:17pm'),
(144, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:17pm'),
(145, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:17pm'),
(146, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 221, fashion design iv', '08 Mar 2023, 02:17pm'),
(147, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:17pm'),
(148, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:17pm'),
(149, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 222, fashion illustration iv', '08 Mar 2023, 02:18pm'),
(150, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(151, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(152, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 223, textile materials iv', '08 Mar 2023, 02:18pm'),
(153, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(154, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(155, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 224, pattern drafting and cutting room practice', '08 Mar 2023, 02:18pm'),
(156, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(157, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(158, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 225, clothing construction and sewing room practice', '08 Mar 2023, 02:18pm'),
(159, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(160, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(161, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 227, fashion accessories i', '08 Mar 2023, 02:18pm'),
(162, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(163, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(164, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 228, computer aided design for fashion ii', '08 Mar 2023, 02:18pm'),
(165, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(166, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(167, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted FAS 229, project', '08 Mar 2023, 02:18pm'),
(168, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(169, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(170, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted GNS 102, communication in english i', '08 Mar 2023, 02:18pm'),
(171, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(172, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(173, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted GNS 103, use of library', '08 Mar 2023, 02:18pm'),
(174, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(175, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:18pm'),
(176, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted GNS 111, citizenship education i', '08 Mar 2023, 02:18pm'),
(177, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:19pm'),
(178, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:19pm'),
(179, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted GNS 121, citizenship education ii', '08 Mar 2023, 02:19pm'),
(180, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:19pm'),
(181, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:19pm'),
(182, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted GNS 204, communication in english ii', '08 Mar 2023, 02:19pm'),
(183, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:19pm'),
(184, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:19pm'),
(185, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted GNS 222, economics', '08 Mar 2023, 02:19pm'),
(186, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:19pm'),
(187, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:19pm'),
(188, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted GNS 228, research methodology', '08 Mar 2023, 02:19pm'),
(189, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:19pm'),
(190, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:19pm'),
(191, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted SIW 219, siwes', '08 Mar 2023, 02:19pm'),
(192, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:19pm'),
(193, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '08 Mar 2023, 02:19pm'),
(194, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Uploaded 11 Courses', '08 Mar 2023, 02:31pm'),
(195, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '08 Mar 2023, 02:50pm'),
(196, 'Oloyede Ayodele', 'Computer Engineering', 'Logged Successfully', '08 Mar 2023, 03:24pm'),
(197, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '09 Mar 2023, 01:05pm'),
(198, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '09 Mar 2023, 02:05pm'),
(199, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '09 Mar 2023, 03:14pm'),
(200, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '09 Mar 2023, 04:06pm'),
(201, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '09 Mar 2023, 04:07pm'),
(202, 'Oloyede Ayodele', 'Computer Engineering', 'Logged Successfully', '13 Mar 2023, 01:16pm'),
(203, 'Oloyede Ayodele', 'Computer Engineering', 'Logged Successfully', '13 Mar 2023, 03:59pm'),
(204, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '14 Mar 2023, 02:32pm'),
(205, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '15 Mar 2023, 01:04pm'),
(206, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '15 Mar 2023, 01:04pm'),
(207, 'Oloyede Ayodele', 'Computer Engineering', 'Logged Successfully', '15 Mar 2023, 01:44pm'),
(208, 'Oloyede Ayodele', 'Computer Engineering', 'Logged Successfully', '15 Mar 2023, 02:47pm'),
(209, 'Oloyede Ayodele', 'Computer Engineering', 'Uploaded 2 Courses', '15 Mar 2023, 02:58pm'),
(210, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '15 Mar 2023, 03:23pm'),
(211, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '15 Mar 2023, 03:46pm'),
(212, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '15 Mar 2023, 04:00pm'),
(213, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '15 Mar 2023, 04:10pm'),
(214, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '17 Mar 2023, 01:09pm'),
(215, 'Oloyede Ayodele', 'Computer Science', 'Deleted COM 113, introduction to programming', '17 Mar 2023, 02:19pm'),
(216, 'Oloyede Ayodele', 'Computer Science', 'Deleted GNS 102, citizenship education i', '17 Mar 2023, 02:19pm'),
(217, 'Oloyede Ayodele', 'Computer Science', 'Deleted GNS 103, use of library', '17 Mar 2023, 02:19pm'),
(218, 'Oloyede Ayodele', 'Computer Science', 'Uploaded 3 Courses', '17 Mar 2023, 02:25pm'),
(219, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '17 Mar 2023, 03:13pm'),
(220, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '18 Mar 2023, 10:11am'),
(221, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '18 Mar 2023, 02:38pm'),
(222, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '21 Mar 2023, 10:47am'),
(223, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '21 Mar 2023, 01:59pm'),
(224, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted GNS 111, citizenship education i', '21 Mar 2023, 02:11pm'),
(225, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '21 Mar 2023, 02:11pm'),
(226, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '21 Mar 2023, 03:50pm'),
(227, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '21 Mar 2023, 10:33pm'),
(228, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '21 Mar 2023, 11:21pm'),
(229, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '23 Mar 2023, 03:04pm'),
(230, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '02 Apr 2023, 09:29pm'),
(231, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '02 Apr 2023, 09:32pm'),
(232, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '03 Apr 2023, 02:55pm'),
(233, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '03 Apr 2023, 04:15pm'),
(234, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '04 Apr 2023, 03:39pm'),
(235, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '13 Apr 2023, 09:36pm'),
(236, 'Oloyede Ayodele', 'Computer Science', 'Deleted GNS 102, citizenship education i', '13 Apr 2023, 09:37pm'),
(237, 'Oloyede Ayodele', 'Computer Science', 'Deleted GNS 103, use of library', '13 Apr 2023, 09:37pm'),
(238, ' ', 'Computer Science', 'Uploaded 2 Courses', '13 Apr 2023, 10:25pm'),
(239, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '13 Apr 2023, 10:25pm'),
(240, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '20 May 2023, 10:04pm'),
(241, 'Oloyede Ayodele', 'Computer Science', 'Uploaded 10 Courses', '20 May 2023, 10:18pm'),
(242, 'Oloyede Ayodele', 'Computer Engineering', 'Logged Successfully', '20 May 2023, 10:23pm'),
(243, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '20 May 2023, 10:26pm'),
(244, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Uploaded 11 Courses', '20 May 2023, 10:42pm'),
(245, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '05 Sep 2023, 03:19pm'),
(246, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '06 Nov 2023, 04:13pm'),
(247, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '07 Nov 2023, 02:39pm'),
(248, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '09 Nov 2023, 03:49pm'),
(249, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Uploaded 12 Courses', '09 Nov 2023, 04:03pm'),
(250, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '09 Nov 2023, 04:22pm'),
(251, 'Sholanke Olumide', 'Business Administration', 'Uploaded 19 Courses', '09 Nov 2023, 04:28pm'),
(252, 'Sholanke Olumide', 'Business Administration', 'Uploaded 18 Courses', '09 Nov 2023, 04:29pm'),
(253, 'Sholanke Olumide', 'Business Administration', 'Uploaded 19 Courses', '09 Nov 2023, 04:29pm'),
(254, 'Sholanke Olumide', 'Business Administration', 'Uploaded 19 Courses', '09 Nov 2023, 04:30pm'),
(255, 'Sholanke Olumide', 'Business Administration', 'Uploaded 18 Courses', '09 Nov 2023, 04:31pm'),
(256, 'Sholanke Olumide', 'Business Administration', 'Uploaded 17 Courses', '09 Nov 2023, 04:31pm'),
(257, 'Sholanke Olumide', 'Business Administration', 'Deleted GNS 101, use of english i', '09 Nov 2023, 04:38pm'),
(258, 'Sholanke Olumide', 'Business Administration', 'Deleted GNS 103, use of library', '09 Nov 2023, 04:38pm'),
(259, 'Sholanke Olumide', 'Business Administration', 'Deleted GNS 105, citizenship education i', '09 Nov 2023, 04:38pm'),
(260, 'Sholanke Olumide', 'Business Administration', 'Uploaded 3 Courses', '09 Nov 2023, 04:50pm'),
(261, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Uploaded 10 Courses', '09 Nov 2023, 05:01pm'),
(262, 'Sholanke Olumide', 'Business Administration', 'Deleted GNS 111, citizenship education', '09 Nov 2023, 05:24pm'),
(263, 'Sholanke Olumide', 'Business Administration', 'Deleted LIB 101, use of library', '09 Nov 2023, 05:24pm'),
(264, 'Sholanke Olumide', 'Business Administration', 'Deleted OTM 111, use of english', '09 Nov 2023, 05:25pm'),
(265, 'Sholanke Olumide', 'Business Administration', 'Uploaded 3 Courses', '09 Nov 2023, 05:29pm'),
(266, 'Sholanke Olumide', 'Business Administration', 'Uploaded 1 Courses', '09 Nov 2023, 05:42pm'),
(267, 'Sholanke Olumide', 'Business Administration', 'Deleted OTM 221, communication skill1', '09 Nov 2023, 05:50pm'),
(268, 'Sholanke Olumide', 'Business Administration', 'Deleted OTM 222, technical english ii', '09 Nov 2023, 05:51pm'),
(269, 'Sholanke Olumide', 'Business Administration', 'Deleted OTM 112, technical english i', '09 Nov 2023, 05:51pm'),
(270, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '09 Nov 2023, 05:52pm'),
(271, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '09 Nov 2023, 05:53pm'),
(272, 'Oloyede Ayodele', 'Computer Science', 'Uploaded 9 Courses', '09 Nov 2023, 05:55pm'),
(273, 'Oloyede Ayodele', 'Computer Science', 'Uploaded 8 Courses', '09 Nov 2023, 05:58pm'),
(274, 'Sholanke Olumide', 'Business Administration', 'Deleted , ', '09 Nov 2023, 06:06pm'),
(275, 'Sholanke Olumide', 'Business Administration', 'Uploaded 1 Courses', '09 Nov 2023, 06:07pm'),
(276, 'Sholanke Olumide', 'Business Administration', 'Uploaded 1 Courses', '09 Nov 2023, 06:08pm'),
(277, 'Sholanke Olumide', 'Business Administration', 'Deleted OTM 112, technical english 2', '09 Nov 2023, 06:09pm'),
(278, 'Sholanke Olumide', 'Business Administration', 'Uploaded 1 Courses', '09 Nov 2023, 06:10pm'),
(279, 'Sholanke Olumide', 'Business Administration', 'Uploaded 1 Courses', '09 Nov 2023, 06:11pm'),
(280, 'Sholanke Olumide', 'Business Administration', 'Deleted IP/21/ND/B/20019, 34', '09 Nov 2023, 06:15pm'),
(281, 'Sholanke Olumide', 'Business Administration', 'Deleted IP/21/ND/B/20018, 37', '09 Nov 2023, 06:15pm'),
(282, 'Sholanke Olumide', 'Business Administration', 'Deleted IP/21/ND/B/20016, 38', '09 Nov 2023, 06:15pm'),
(283, 'Sholanke Olumide', 'Business Administration', 'Deleted IP/21/ND/B/20013, 38', '09 Nov 2023, 06:16pm'),
(284, 'Sholanke Olumide', 'Business Administration', 'Deleted IP/21/ND/B/20010, 37', '09 Nov 2023, 06:16pm'),
(285, 'Sholanke Olumide', 'Business Administration', 'Deleted IP/21/ND/B/20007, 40', '09 Nov 2023, 06:16pm'),
(286, 'Sholanke Olumide', 'Business Administration', 'Deleted IP/21/ND/B/20005, 35', '09 Nov 2023, 06:16pm'),
(287, 'Sholanke Olumide', 'Business Administration', 'Deleted , ', '09 Nov 2023, 06:16pm'),
(288, 'Sholanke Olumide', 'Business Administration', 'Deleted , ', '09 Nov 2023, 06:16pm'),
(289, 'Sholanke Olumide', 'Business Administration', 'Deleted , ', '09 Nov 2023, 06:16pm'),
(290, 'Sholanke Olumide', 'Business Administration', 'Deleted MATRIC NO, ca (max: 40)', '09 Nov 2023, 06:16pm'),
(291, 'Sholanke Olumide', 'Business Administration', 'Deleted IP/21/ND/B/20004, 38', '09 Nov 2023, 06:17pm'),
(292, 'Sholanke Olumide', 'Business Administration', 'Deleted IP/21/ND/B/20001, 35', '09 Nov 2023, 06:18pm'),
(293, 'Sholanke Olumide', 'Business Administration', 'Deleted , ', '09 Nov 2023, 06:18pm'),
(294, 'Sholanke Olumide', 'Business Administration', 'Deleted , ', '09 Nov 2023, 06:18pm'),
(295, 'Sholanke Olumide', 'Business Administration', 'Deleted , ', '09 Nov 2023, 06:18pm'),
(296, 'Sholanke Olumide', 'Business Administration', 'Deleted , ', '09 Nov 2023, 06:18pm'),
(297, 'Sholanke Olumide', 'Business Administration', 'Deleted IP/21/ND/B/20002, 37', '09 Nov 2023, 06:18pm'),
(298, 'Sholanke Olumide', 'Business Administration', 'Deleted , ', '09 Nov 2023, 06:18pm'),
(299, 'Sholanke Olumide', 'Business Administration', 'Deleted IP/21/ND/B/20003, 39', '09 Nov 2023, 06:18pm'),
(300, 'Sholanke Olumide', 'Business Administration', 'Deleted , ', '09 Nov 2023, 06:18pm'),
(301, 'Sholanke Olumide', 'Business Administration', 'Deleted IP/21/ND/B/20004, 36', '09 Nov 2023, 06:19pm'),
(302, 'Sholanke Olumide', 'Business Administration', 'Deleted , ', '09 Nov 2023, 06:19pm'),
(303, 'Sholanke Olumide', 'Business Administration', 'Deleted IP/21/ND/B/20004, 30', '09 Nov 2023, 06:19pm'),
(304, 'Sholanke Olumide', 'Business Administration', 'Deleted , ', '09 Nov 2023, 06:19pm'),
(305, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '09 Nov 2023, 11:48pm'),
(306, 'Sholanke Olumide', 'Business Administration', 'Deleted GNS 111, citizenship education', '09 Nov 2023, 11:54pm'),
(307, 'Sholanke Olumide', 'Business Administration', 'Deleted LIB 101, use of library', '09 Nov 2023, 11:54pm'),
(308, 'Sholanke Olumide', 'Business Administration', 'Deleted OTM 111, technical english 1', '09 Nov 2023, 11:54pm'),
(309, 'Sholanke Olumide', 'Business Administration', 'Uploaded 3 Courses', '09 Nov 2023, 11:55pm'),
(310, 'Sholanke Olumide', 'Business Administration', 'Deleted GNS 111, citizenship education', '10 Nov 2023, 12:20am'),
(311, 'Sholanke Olumide', 'Business Administration', 'Deleted LIB 101, use of library', '10 Nov 2023, 12:20am'),
(312, 'Sholanke Olumide', 'Business Administration', 'Deleted OTM 111, technical english 1', '10 Nov 2023, 12:20am'),
(313, 'Sholanke Olumide', 'Business Administration', 'Uploaded 3 Courses', '10 Nov 2023, 12:21am'),
(314, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '10 Nov 2023, 09:01pm'),
(315, 'Sholanke Olumide', 'Business Administration', 'Deleted ACC 212, cost accounting i', '10 Nov 2023, 09:25pm'),
(316, 'Sholanke Olumide', 'Business Administration', 'Deleted BAM 211, principle of management i', '10 Nov 2023, 09:26pm'),
(317, 'Sholanke Olumide', 'Business Administration', 'Deleted BAM 212, business statistics i', '10 Nov 2023, 09:26pm'),
(318, 'Sholanke Olumide', 'Business Administration', 'Deleted BAM 213, office management', '10 Nov 2023, 09:26pm'),
(319, 'Sholanke Olumide', 'Business Administration', 'Deleted BAM 214, business law', '10 Nov 2023, 09:26pm'),
(320, 'Sholanke Olumide', 'Business Administration', 'Deleted BAM 216, practice of entrepreneurship', '10 Nov 2023, 09:26pm'),
(321, 'Sholanke Olumide', 'Business Administration', 'Deleted BAM 215, information technology ii', '10 Nov 2023, 09:26pm'),
(322, 'Sholanke Olumide', 'Business Administration', 'Deleted EED 126, practice of entrepreneurship i', '10 Nov 2023, 09:27pm'),
(323, 'Sholanke Olumide', 'Business Administration', 'Deleted OTM 221, communication skill1', '10 Nov 2023, 09:27pm'),
(324, 'Sholanke Olumide', 'Business Administration', 'Uploaded 9 Courses', '10 Nov 2023, 09:28pm'),
(325, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '13 Nov 2023, 04:55pm'),
(326, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '14 Nov 2023, 03:34pm'),
(327, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted GNS 101, use of english i', '14 Nov 2023, 03:40pm'),
(328, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '14 Nov 2023, 03:40pm'),
(329, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '14 Nov 2023, 03:40pm'),
(330, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '14 Nov 2023, 03:40pm'),
(331, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '14 Nov 2023, 03:40pm'),
(332, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Uploaded 5 Courses', '14 Nov 2023, 03:53pm'),
(333, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Uploaded 2 Courses', '14 Nov 2023, 04:05pm'),
(334, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted ENG 204, use of english ii', '14 Nov 2023, 04:13pm'),
(335, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '14 Nov 2023, 04:13pm'),
(336, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '14 Nov 2023, 04:13pm'),
(337, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '14 Nov 2023, 04:13pm'),
(338, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '14 Nov 2023, 04:13pm'),
(339, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '14 Nov 2023, 04:13pm'),
(340, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted , ', '14 Nov 2023, 04:13pm'),
(341, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Uploaded 8 Courses', '14 Nov 2023, 04:24pm'),
(342, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Deleted GNS 204, communication in english ii', '14 Nov 2023, 04:40pm'),
(343, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Uploaded 3 Courses', '14 Nov 2023, 04:44pm'),
(344, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '14 Nov 2023, 05:02pm'),
(345, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '16 Nov 2023, 10:33am'),
(346, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '16 Nov 2023, 10:50am'),
(347, 'Oloyede Ayodele', 'Computer Engineering', 'Logged Successfully', '16 Nov 2023, 10:51am'),
(348, 'Oloyede Ayodele', 'Computer Engineering', 'Logged Successfully', '16 Nov 2023, 10:56am'),
(349, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '16 Nov 2023, 01:19pm'),
(350, 'Sholanke Olumide', 'Business Administration', 'Uploaded 1 Courses', '16 Nov 2023, 01:35pm'),
(351, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '16 Nov 2023, 01:45pm'),
(352, ' ', '', 'Deleted OTM 222, communication skills 2', '16 Nov 2023, 02:55pm'),
(353, ' ', 'Business Administration', 'Uploaded 7 Courses', '16 Nov 2023, 02:57pm'),
(354, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '16 Nov 2023, 04:29pm'),
(355, 'Yekini Olawale', 'Electrical & Electronic Engineering', 'Logged Successfully', '16 Nov 2023, 04:33pm'),
(356, 'Sholanke Olumide', 'Business Administration', 'Deleted ACC 121, principle of accounts ii', '16 Nov 2023, 04:53pm'),
(357, 'Sholanke Olumide', 'Business Administration', 'Deleted BAM 121, introduction to business ii', '16 Nov 2023, 04:53pm'),
(358, 'Sholanke Olumide', 'Business Administration', 'Deleted BAM 122, business mathematics ii', '16 Nov 2023, 04:54pm'),
(359, 'Sholanke Olumide', 'Business Administration', 'Deleted BAM 123, introduction to psychology', '16 Nov 2023, 04:54pm'),
(360, 'Sholanke Olumide', 'Business Administration', 'Deleted BAM 124, principles of economics ii', '16 Nov 2023, 04:54pm'),
(361, 'Sholanke Olumide', 'Business Administration', 'Deleted GNS 128, citizenship education ii', '16 Nov 2023, 04:54pm'),
(362, 'Yekini Olawale', 'Electrical & Electronic Engineering', 'Uploaded 2 Courses', '16 Nov 2023, 04:58pm'),
(363, 'Sholanke Olumide', 'Business Administration', 'Deleted OTM 112, technical english 2', '16 Nov 2023, 05:20pm'),
(364, 'Sholanke Olumide', 'Business Administration', 'Deleted , ', '16 Nov 2023, 05:20pm'),
(365, 'Sholanke Olumide', 'Business Administration', 'Uploaded 9 Courses', '16 Nov 2023, 05:22pm'),
(366, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '16 Nov 2023, 11:06pm'),
(367, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '16 Nov 2023, 11:06pm'),
(368, 'Yekini Olawale', 'Electrical & Electronic Engineering', 'Logged Successfully', '17 Nov 2023, 01:59am'),
(369, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '20 Nov 2023, 01:27pm'),
(370, 'Yekini Olawale', 'Electrical & Electronic Engineering', 'Logged Successfully', '23 Nov 2023, 10:11am'),
(371, 'Yekini Olawale', 'Electrical & Electronic Engineering', 'Uploaded 42 Courses', '23 Nov 2023, 10:39am'),
(372, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '23 Nov 2023, 11:41am'),
(373, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '23 Nov 2023, 02:52pm'),
(374, 'Oloyede Ayodele', 'Computer Science', 'Uploaded 2 Courses', '23 Nov 2023, 03:01pm'),
(375, 'Oloyede Ayodele', 'Computer Science', 'Logged Successfully', '23 Nov 2023, 03:10pm'),
(376, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '28 Nov 2023, 12:26pm'),
(377, ' ', 'Fashion Design & Cloth Technology', 'Uploaded 2 Courses', '28 Nov 2023, 01:19pm'),
(378, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Logged Successfully', '28 Nov 2023, 01:21pm'),
(379, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Uploaded 2 Courses', '28 Nov 2023, 01:23pm'),
(380, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Uploaded 2 Courses', '28 Nov 2023, 01:37pm'),
(381, 'Adenaya Babatunde', 'Fashion Design & Cloth Technology', 'Uploaded 2 Courses', '28 Nov 2023, 01:39pm'),
(382, 'Sholanke Olumide', 'Business Administration', 'Logged Successfully', '29 Nov 2023, 05:43pm'),
(383, 'Sholanke Olumide', 'Business Administration', 'Uploaded 1 Courses', '29 Nov 2023, 06:33pm'),
(384, 'Sholanke Olumide', 'Business Administration', 'Deleted SIW 219, siwes', '29 Nov 2023, 06:35pm'),
(385, 'Sholanke Olumide', 'Business Administration', 'Uploaded 1 Courses', '29 Nov 2023, 06:37pm');

-- --------------------------------------------------------

--
-- Table structure for table `management`
--

CREATE TABLE `management` (
  `id` int(11) NOT NULL,
  `designation` text NOT NULL,
  `name` text NOT NULL,
  `email` text NOT NULL,
  `password` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

-- --------------------------------------------------------

--
-- Table structure for table `payment`
--

CREATE TABLE `payment` (
  `id` int(11) NOT NULL,
  `matric_no` text NOT NULL,
  `amount` bigint(20) NOT NULL,
  `fraction` double NOT NULL,
  `session` varchar(100) NOT NULL,
  `date` varchar(130) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `payment`
--

INSERT INTO `payment` (`id`, `matric_no`, `amount`, `fraction`, `session`, `date`) VALUES
(1, 'ip/21/nd/f/20001', 83000, 0.7, '2021/2022', '08 Feb 2023, 01:35pm'),
(77, 'ip/21/nd/cs/20012', 40000, 0.3, '2021/2022', '27 Mar 2023, 02:53pm'),
(122, 'ip/21/nd/e/20001', 116000, 1, '2021/2022', '20 Nov 2023, 11:18am'),
(4, 'ip/21/nd/e/20002', 116000, 1, '2021/2022', '08 Feb 2023, 01:53pm'),
(76, 'ip/21/nd/cs/20011', 75000, 0.7, '2021/2022', '27 Mar 2023, 02:53pm'),
(75, 'ip/21/nd/cs/20010', 10000, 0.3, '2021/2022', '27 Mar 2023, 02:53pm'),
(8, 'ip/21/nd/b/20006', 66500, 0.7, '2021/2022', '08 Feb 2023, 02:28pm'),
(114, 'ip/21/nd/b/20004', 90000, 1, '2021/2022', '16 Nov 2023, 01:07pm'),
(10, 'ip/21/nd/cs/20003', 116000, 1, '2021/2022', '08 Feb 2023, 02:28pm'),
(84, 'ip/21/nd/cs/20004', 116000, 1, '2021/2022', '04 Jul 2023, 04:25pm'),
(12, 'ip/21/nd/f/20005', 116000, 1, '2021/2022', '08 Feb 2023, 02:28pm'),
(13, 'ip/21/nd/b/20005', 105000, 1, '2021/2022', '08 Feb 2023, 02:28pm'),
(14, 'ip/21/nd/b/20002', 78500, 0.7, '2021/2022', '08 Feb 2023, 02:28pm'),
(15, 'ip/21/nd/cs/20006', 58000, 0.7, '2021/2022', '08 Feb 2023, 02:28pm'),
(16, 'ip/21/nd/cs/20008', 61500, 0.7, '2021/2022', '08 Feb 2023, 02:28pm'),
(83, 'ip/21/nd/f/20004', 113000, 1, '2021/2022', '05 Jun 2023, 01:48pm'),
(82, 'ip/21/nd/cs/20009', 101000, 1, '2021/2022', '05 Jun 2023, 01:44pm'),
(19, 'ip/21/nd/cs/20001', 50000, 0.7, '2021/2022', '08 Feb 2023, 02:28pm'),
(20, 'ip/21/nd/cs/20007', 56500, 0.7, '2021/2022', '08 Feb 2023, 02:28pm'),
(106, 'ip/21/nd/cs/20005', 90000, 1, '2021/2022', '16 Nov 2023, 11:03am'),
(22, 'ip/21/nd/cs/20010', 65000, 0.7, '2021/2022', '08 Feb 2023, 02:28pm'),
(23, 'ip/21/nd/cs/20002', 66500, 0.7, '2021/2022', '08 Feb 2023, 02:28pm'),
(24, 'ip/21/nd/b/20001', 36500, 0.3, '2021/2022', '08 Feb 2023, 02:28pm'),
(25, 'ip/21/nd/ce/20001', 87000, 1, '2021/2022', '08 Feb 2023, 02:28pm'),
(56, 'ip/21/nd/f/20006', 116000, 1, '2021/2022', '27 Mar 2023, 02:53pm'),
(57, 'ip/21/nd/f/20007', 61000, 0.7, '2021/2022', '27 Mar 2023, 02:53pm'),
(58, 'ip/21/nd/f/20008', 116000, 1, '2021/2022', '27 Mar 2023, 02:53pm'),
(59, 'ip/21/nd/f/20009', 116000, 1, '2021/2022', '27 Mar 2023, 02:53pm'),
(60, 'ip/21/nd/b/20008', 21500, 0.3, '2021/2022', '27 Mar 2023, 02:53pm'),
(61, 'ip/21/nd/b/20009', 100000, 0.7, '2021/2022', '27 Mar 2023, 02:53pm'),
(120, 'ip/21/nd/e/20003', 90000, 1, '2022/2023', '20 Nov 2023, 11:15am'),
(63, 'ip/21/nd/b/20011', 110000, 1, '2021/2022', '27 Mar 2023, 02:53pm'),
(64, 'ip/21/nd/b/20012', 21500, 0.3, '2021/2022', '27 Mar 2023, 02:53pm'),
(65, 'ip/21/nd/b/20013', 15000, 0.3, '2021/2022', '27 Mar 2023, 02:53pm'),
(66, 'ip/21/nd/b/20014', 80000, 1, '2021/2022', '27 Mar 2023, 02:53pm'),
(67, 'ip/21/nd/b/20015', 22000, 0.3, '2021/2022', '27 Mar 2023, 02:53pm'),
(130, 'ip/21/nd/b/20016', 110000, 1, '2022/2023', '24 Nov 2023, 11:42am'),
(98, 'ip/21/nd/b/20018', 110000, 1, '2021/2022', '13 Nov 2023, 01:52pm'),
(70, 'ip/21/nd/b/20019', 110000, 1, '2021/2022', '27 Mar 2023, 02:53pm'),
(97, 'ip/21/nd/b/20010', 110000, 1, '2021/2022', '18 Sep 2023, 04:24pm'),
(85, 'ip/21/nd/e/20004', 116000, 1, '2021/2022', '31 Jul 2023, 01:28pm'),
(73, 'ip/21/nd/e/20005', 116000, 1, '2021/2022', '27 Mar 2023, 02:53pm'),
(81, 'ip/21/nd/ce/20002', 116000, 1, '2021/2022', '05 Jun 2023, 01:35pm'),
(86, 'ip/21/nd/e/20004', 110000, 1, '2022/2023', '08 Sep 2023, 01:52pm'),
(87, 'ip/21/nd/b/20011', 110000, 1, '2022/2023', '08 Sep 2023, 02:55pm'),
(88, 'ip/21/nd/f/20008', 116000, 1, '2022/2023', '08 Sep 2023, 02:55pm'),
(89, 'ip/21/nd/cs/20004', 51500, 0.7, '2022/2023', '08 Sep 2023, 02:55pm'),
(90, 'ip/21/nd/b/20010', 110000, 1, '2022/2023', '08 Sep 2023, 02:55pm'),
(91, 'ip/21/nd/ce/20001', 116000, 1, '2022/2023', '08 Sep 2023, 02:55pm'),
(105, 'ip/21/nd/cs/20009', 101000, 1, '2022/2023', '16 Nov 2023, 10:30am'),
(93, 'ip/21/nd/ce/20002', 116000, 1, '2022/2023', '08 Sep 2023, 02:55pm'),
(126, 'ip/21/nd/f/20009', 116000, 1, '2022/2023', '22 Nov 2023, 11:38am'),
(95, 'ip/21/nd/e/20006', 40000, 0.7, '2022/2023', '08 Sep 2023, 03:11pm'),
(96, 'ip/21/nd/e/20006', 80000, 1, '2021/2022', '08 Sep 2023, 03:11pm'),
(99, 'ip/21/nd/b/20018', 80000, 0.7, '2022/2023', '13 Nov 2023, 01:52pm'),
(101, 'ip/21/nd/f/20004', 70000, 0.7, '2022/2023', '13 Nov 2023, 02:11pm'),
(102, 'ip/21/nd/b/20020', 70000, 0.7, '2022/2023', '14 Nov 2023, 01:49pm'),
(103, 'ip/21/nd/b/20020', 110000, 1, '2021/2022', '14 Nov 2023, 01:49pm'),
(104, 'ip/21/nd/b/20019', 110000, 1, '2022/2023', '16 Nov 2023, 10:28am'),
(107, 'ip/21/nd/cs/20005', 45000, 0.7, '2022/2023', '16 Nov 2023, 11:03am'),
(110, 'ip/23/nd/cs/0013', 58000, 0.7, '2022/2023', '16 Nov 2023, 11:23am'),
(111, 'ip/22/nd/b/20002', 110000, 1, '2022/2023', '16 Nov 2023, 11:41am'),
(112, 'ip/22/nd/b/20013', 110000, 1, '2022/2023', '16 Nov 2023, 11:55am'),
(113, 'ip/22/nd/b/20005', 110000, 1, '2022/2023', '16 Nov 2023, 11:57am'),
(115, 'ip/23/nd/cs/0011', 116000, 1, '2022/2023', '17 Nov 2023, 03:21pm'),
(116, 'ip/22/nd/f/20010', 116000, 1, '2022/2023', '17 Nov 2023, 03:22pm'),
(117, 'ip/21/nd/b/20014', 80000, 1, '2022/2023', '17 Nov 2023, 03:28pm'),
(118, 'ip/21/nd/e/20005', 116000, 1, '2022/2023', '20 Nov 2023, 11:09am'),
(119, 'ip/21/nd/e/20005', 116000, 1, '2022/2023', '20 Nov 2023, 11:09am'),
(121, 'ip/21/nd/e/20003', 90000, 1, '2021/2022', '20 Nov 2023, 11:15am'),
(123, 'ip/21/nd/b/20007', 110000, 1, '2021/2022', '20 Nov 2023, 11:26am'),
(124, 'ip/21/nd/b/20007', 110000, 1, '2022/2023', '20 Nov 2023, 11:26am'),
(125, 'ip/21/nd/f/20006', 116000, 1, '2022/2023', '20 Nov 2023, 04:35pm'),
(127, 'ip/21/nd/e/20002', 116000, 1, '2022/2023', '22 Nov 2023, 11:50am'),
(128, 'ip/22/nd/b/20004', 110000, 1, '2022/2023', '24 Nov 2023, 11:10am'),
(129, 'ip/21/nd/b/20005', 110000, 1, '2022/2023', '24 Nov 2023, 11:14am'),
(131, 'ip/21/nd/b/20016', 110000, 1, '2021/2022', '24 Nov 2023, 11:42am'),
(132, 'ip/24/nd/ce/0001', 110000, 1, '2024/2025', '21 Aug 2025, 05:45pm'),
(133, 'ip/24/nd/b/0028', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(134, 'ip/24/nd/b/0009', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(135, 'ip/24/nd/b/0001', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(136, 'ip/24/nd/b/0026', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(137, 'ip/24/nd/b/0012', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(138, 'ip/24/nd/b/0010', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(139, 'ip/24/nd/b/0023', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(140, 'ip/24/nd/b/0052', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(141, 'ip/24/nd/b/0025', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(142, 'ip/24/nd/b/0030', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(143, 'ip/24/nd/b/0045', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(144, 'ip/24/nd/b/0037', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(145, 'ip/24/nd/b/0048', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(146, 'ip/24/nd/b/0031', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(147, 'ip/24/nd/b/0008', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(148, 'ip/24/nd/b/0021', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(149, 'ip/24/nd/b/0018', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(150, 'ip/24/nd/b/0035', 110000, 1, '2024/2025', '26 Aug 2025, 11:11am'),
(151, 'ip/24/nd/cs/0011', 116000, 1, '2024/2025', '26 Aug 2025, 11:15am'),
(152, 'ip/24/nd/cs/0016', 116000, 1, '2024/2025', '26 Aug 2025, 11:15am'),
(153, 'ip/24/nd/cs/0017', 116000, 1, '2024/2025', '26 Aug 2025, 11:15am'),
(154, 'ip/24/nd/cs/0013', 116000, 1, '2024/2025', '26 Aug 2025, 11:15am'),
(155, 'ip/24/nd/cs/0003', 116000, 1, '2024/2025', '26 Aug 2025, 11:15am'),
(156, 'ip/24/nd/b/0027', 110000, 1, '2024/2025', '26 Aug 2025, 12:46pm'),
(157, 'ip/24/nd/b/0011', 110000, 1, '2024/2025', '26 Aug 2025, 12:46pm'),
(158, 'ip/24/nd/b/0006', 110000, 1, '2024/2025', '26 Aug 2025, 12:46pm'),
(159, 'ip/24/nd/b/0016', 110000, 1, '2024/2025', '26 Aug 2025, 12:46pm'),
(160, 'ip/23/nd/f/s2/0004', 150000, 1, '2023/2024', '29 Aug 2025, 03:47pm'),
(161, 'ip/23/nd/f/s2/0002', 150000, 1, '2023/2024', '29 Aug 2025, 03:47pm'),
(162, 'ip/23/nd/f/s2/0003', 150000, 1, '2023/2024', '29 Aug 2025, 03:47pm'),
(282, 'ip/24/nd/f/s2/0001', 121000, 1, '2024/2025', '24 Oct 2025, 02:56pm'),
(164, 'ip/24/nd/f/0002', 116000, 1, '2024/2025', '04 Sep 2025, 02:25pm'),
(165, 'ip/24/nd/f/0001', 116000, 1, '2024/2025', '04 Sep 2025, 02:25pm'),
(166, 'ip/24/nd/f/0003', 116000, 1, '2024/2025', '04 Sep 2025, 02:25pm'),
(167, 'ip/24/nd/f/0004', 116000, 1, '2024/2025', '04 Sep 2025, 02:25pm'),
(173, 'ip/24/nd/cs/0015', 116000, 1, '2024/2025', '08 Sep 2025, 01:50pm'),
(174, 'ip/24/nd/cs/0010', 116000, 1, '2024/2025', '08 Sep 2025, 01:50pm'),
(170, 'ip/24/nd/b/0037', 110000, 1, '2024/2025', '08 Sep 2025, 01:46pm'),
(171, 'ip/24/nd/b/0031', 110000, 1, '2024/2025', '08 Sep 2025, 01:46pm'),
(175, 'ip/25/nd/cs/002', 65500, 0.7, '2025/2026', '08 Sep 2025, 01:56pm'),
(356, 'ip/25/nd/cs/003', 131000, 1, '2025/2026', '09 Mar 2026, 02:10pm'),
(177, 'ip/25/nd/cs/004', 65500, 0.7, '2025/2026', '08 Sep 2025, 01:56pm'),
(178, 'ip/25/nd/cs/001', 65500, 0.7, '2025/2026', '08 Sep 2025, 02:12pm'),
(179, 'ip/25/nd/cs/006', 65500, 0.7, '2025/2026', '08 Sep 2025, 02:19pm'),
(360, 'ip/25/nd/ce/0001', 131000, 1, '2025/2026', '09 Mar 2026, 02:22pm'),
(344, 'ip/25/nd/b/003', 131000, 1, '2025/2026', '05 Mar 2026, 03:43pm'),
(343, 'ip/25/nd/b/001', 131000, 1, '2025/2026', '05 Mar 2026, 03:43pm'),
(183, 'ip/24/nd/b/0043', 110000, 1, '2024/2025', '08 Sep 2025, 04:25pm'),
(184, 'ip/24/nd/b/0047', 110000, 1, '2024/2025', '08 Sep 2025, 04:29pm'),
(185, 'ip/24/nd/b/0041', 110000, 1, '2024/2025', '08 Sep 2025, 04:29pm'),
(186, 'ip/24/nd/b/0013', 110000, 1, '2024/2025', '08 Sep 2025, 04:46pm'),
(187, 'ip/24/nd/b/0024', 110000, 1, '2024/2025', '08 Sep 2025, 04:46pm'),
(188, 'ip/24/nd/b/0007', 110000, 1, '2024/2025', '08 Sep 2025, 04:46pm'),
(189, 'ip/24/nd/b/0022', 110000, 1, '2024/2025', '08 Sep 2025, 04:46pm'),
(190, 'ip/24/nd/e/0009', 116000, 1, '2024/2025', '12 Sep 2025, 12:16pm'),
(191, 'ip/24/nd/e/0010', 116000, 1, '2024/2025', '12 Sep 2025, 12:16pm'),
(192, 'ip/24/nd/e/0001', 116000, 1, '2024/2025', '12 Sep 2025, 12:16pm'),
(193, 'ip/24/nd/e/0006', 116000, 1, '2024/2025', '12 Sep 2025, 12:16pm'),
(194, 'ip/24/nd/e/0004', 116000, 1, '2024/2025', '12 Sep 2025, 12:16pm'),
(195, 'ip/24/nd/e/0005', 116000, 1, '2024/2025', '12 Sep 2025, 12:16pm'),
(196, 'ip/24/nd/e/0003', 116000, 1, '2024/2025', '12 Sep 2025, 12:16pm'),
(197, 'ip/22/nd/b/20024', 110000, 1, '2022/2023', '16 Sep 2025, 12:44pm'),
(198, 'ip/22/nd/b/20039', 110000, 1, '2022/2023', '16 Sep 2025, 12:44pm'),
(199, 'ip/22/nd/b/20015', 110000, 1, '2022/2023', '16 Sep 2025, 12:44pm'),
(200, 'ip/22/nd/b/20005', 110000, 1, '2022/2023', '16 Sep 2025, 12:44pm'),
(210, 'ip/24/nd/cs/0008', 116000, 1, '2024/2025', '17 Sep 2025, 03:31pm'),
(211, 'ip/24/nd/cs/0009', 116000, 1, '2024/2025', '18 Sep 2025, 01:46pm'),
(318, 'ip/24/nd/f/0004', 65500, 0.7, '2025/2026', '28 Oct 2025, 01:20pm'),
(213, 'ip/24/nd/b/0046', 110000, 1, '2024/2025', '19 Sep 2025, 12:51pm'),
(214, 'ip/23/nd/cs/s2/0007', 150000, 1, '2023/2024', '19 Sep 2025, 01:15pm'),
(215, 'ip/23/nd/cs/s2/0008', 150000, 1, '2023/2024', '19 Sep 2025, 01:15pm'),
(208, 'ip/22/nd/cs/0015', 116000, 1, '2022/2023', '16 Sep 2025, 12:52pm'),
(216, 'ip/22/nd/e/s2/0002', 150000, 1, '2022/2023', '19 Sep 2025, 02:50pm'),
(217, 'ip/22/nd/e/s2/0001', 150000, 1, '2022/2023', '19 Sep 2025, 02:50pm'),
(218, 'ip/22/nd/e/s2/0002', 150000, 1, '2023/2024', '19 Sep 2025, 02:50pm'),
(219, 'ip/22/nd/e/s2/0001', 150000, 1, '2023/2024', '19 Sep 2025, 02:50pm'),
(363, 'ip/24/nd/b/0008', 131000, 1, '2025/2026', '09 Mar 2026, 04:10pm'),
(221, 'ip/24/nd/cs/0014', 116000, 1, '2024/2025', '22 Sep 2025, 02:23pm'),
(223, 'ip/24/nd/b/0009', 110000, 1, '2025/2026', '22 Sep 2025, 02:33pm'),
(224, 'ip/24/nd/b/0028', 55000, 0.7, '2025/2026', '22 Sep 2025, 02:33pm'),
(225, 'ip/24/nd/b/0027', 55000, 0.7, '2025/2026', '22 Sep 2025, 02:33pm'),
(348, 'ip/24/nd/b/0045', 131000, 1, '2025/2026', '06 Mar 2026, 03:26pm'),
(227, 'ip/24/nd/b/0034', 110000, 1, '2024/2025', '22 Sep 2025, 02:44pm'),
(228, 'ip/25/nd/cs/008', 65500, 0.7, '2025/2026', '22 Sep 2025, 02:48pm'),
(229, 'ip/22/nd/b/20024', 110000, 1, '2023/2024', '22 Sep 2025, 04:45pm'),
(230, 'ip/22/nd/b/20039', 110000, 1, '2023/2024', '22 Sep 2025, 04:45pm'),
(231, 'ip/22/nd/b/20015', 110000, 1, '2023/2024', '22 Sep 2025, 04:45pm'),
(232, 'ip/22/nd/b/20005', 110000, 1, '2023/2024', '22 Sep 2025, 04:45pm'),
(233, 'ip/22/nd/cs/0006', 116000, 1, '2022/2023', '22 Sep 2025, 05:05pm'),
(234, 'ip/22/nd/cs/0004', 116000, 1, '2022/2023', '22 Sep 2025, 05:05pm'),
(235, 'ip/22/nd/cs/0011', 116000, 1, '2022/2023', '22 Sep 2025, 05:05pm'),
(236, 'ip/22/nd/cs/0016', 116000, 1, '2022/2023', '22 Sep 2025, 05:05pm'),
(237, 'ip/22/nd/cs/0012', 116000, 1, '2022/2023', '22 Sep 2025, 05:05pm'),
(238, 'ip/22/nd/cs/0014', 116000, 1, '2022/2023', '22 Sep 2025, 05:05pm'),
(239, 'ip/22/nd/cs/0007', 116000, 1, '2022/2023', '22 Sep 2025, 05:05pm'),
(240, 'ip/22/nd/cs/0015', 116000, 1, '2022/2023', '22 Sep 2025, 05:05pm'),
(241, 'ip/22/nd/cs/0009', 116000, 1, '2022/2023', '22 Sep 2025, 05:05pm'),
(242, 'ip/22/nd/cs/0006', 116000, 1, '2023/2024', '22 Sep 2025, 05:07pm'),
(243, 'ip/22/nd/cs/0004', 116000, 1, '2023/2024', '22 Sep 2025, 05:07pm'),
(244, 'ip/22/nd/cs/0011', 116000, 1, '2023/2024', '22 Sep 2025, 05:07pm'),
(245, 'ip/22/nd/cs/0016', 116000, 1, '2023/2024', '22 Sep 2025, 05:07pm'),
(246, 'ip/22/nd/cs/0012', 116000, 1, '2023/2024', '22 Sep 2025, 05:07pm'),
(247, 'ip/22/nd/cs/0014', 116000, 1, '2023/2024', '22 Sep 2025, 05:07pm'),
(248, 'ip/22/nd/cs/0007', 116000, 1, '2023/2024', '22 Sep 2025, 05:07pm'),
(249, 'ip/22/nd/cs/0015', 116000, 1, '2023/2024', '22 Sep 2025, 05:07pm'),
(250, 'ip/22/nd/cs/0009', 116000, 1, '2023/2024', '22 Sep 2025, 05:07pm'),
(251, 'ip/24/nd/cs/0015', 131000, 1, '2025/2026', '25 Sep 2025, 05:38pm'),
(252, 'ip/25/nd/f/001', 65000, 1, '2025/2026', '29 Sep 2025, 04:40pm'),
(253, 'ip/23/nd/cs/0017', 116000, 1, '2023/2024', '10 Oct 2025, 12:39pm'),
(254, 'ip/23/nd/cs/0017', 116000, 1, '2024/2025', '10 Oct 2025, 12:39pm'),
(255, 'ip/23/nd/cs/0022', 116000, 1, '2023/2024', '10 Oct 2025, 12:39pm'),
(256, 'ip/23/nd/cs/0022', 116000, 1, '2024/2025', '10 Oct 2025, 12:39pm'),
(257, 'ip/25/nd/f/s2/0001', 121000, 1, '2025/2026', '10 Oct 2025, 04:10pm'),
(258, 'ip/23/nd/cs/0018', 116000, 1, '2023/2024', '13 Oct 2025, 11:35am'),
(259, 'ip/23/nd/cs/0018', 116000, 1, '2024/2025', '13 Oct 2025, 11:35am'),
(260, 'ip/23/nd/ce/0007', 116000, 1, '2023/2024', '20 Oct 2025, 02:16pm'),
(261, 'ip/23/nd/ce/0007', 116000, 1, '2024/2025', '20 Oct 2025, 02:16pm'),
(269, 'ip/24/nd/b/0026', 65500, 0.7, '2025/2026', '23 Oct 2025, 12:08pm'),
(268, 'ip/24/nd/b/0009', 131000, 1, '2025/2026', '23 Oct 2025, 12:08pm'),
(267, 'ip/24/nd/b/0021', 65500, 0.7, '2025/2026', '23 Oct 2025, 12:08pm'),
(266, 'ip/24/nd/b/0024', 65500, 0.7, '2025/2026', '23 Oct 2025, 12:08pm'),
(364, 'ip/24/nd/b/0013', 131000, 1, '2025/2026', '09 Mar 2026, 04:10pm'),
(272, 'ip/24/nd/cs/0010', 65500, 0.7, '2025/2026', '23 Oct 2025, 01:33pm'),
(273, 'ip/24/nd/cs/0003', 65500, 0.7, '2025/2026', '23 Oct 2025, 01:33pm'),
(274, 'ip/24/nd/cs/0016', 65500, 0.7, '2025/2026', '23 Oct 2025, 01:33pm'),
(275, 'ip/24/nd/cs/0013', 65500, 0.7, '2025/2026', '23 Oct 2025, 01:33pm'),
(276, 'ip/24/nd/cs/0008', 65500, 0.7, '2025/2026', '23 Oct 2025, 01:33pm'),
(277, 'ip/24/nd/b/0035', 65500, 0.7, '2025/2026', '24 Oct 2025, 11:41am'),
(278, 'ip/24/nd/b/0052', 65500, 0.7, '2025/2026', '24 Oct 2025, 11:41am'),
(279, 'ip/24/nd/b/0043', 65500, 0.7, '2025/2026', '24 Oct 2025, 11:41am'),
(280, 'ip/25/nd/e/002', 65500, 0.7, '2025/2026', '24 Oct 2025, 11:58am'),
(281, 'ip/24/nd/b/0023', 65500, 0.7, '2025/2026', '24 Oct 2025, 11:58am'),
(286, 'ip/24/nd/f/0001', 65500, 0.7, '2025/2026', '24 Oct 2025, 03:11pm'),
(284, 'ip/24/nd/b/0027', 65500, 0.7, '2025/2026', '24 Oct 2025, 02:56pm'),
(362, 'ip/24/nd/b/0007', 131000, 1, '2025/2026', '09 Mar 2026, 04:10pm'),
(287, 'ip/24/nd/f/0002', 65500, 0.7, '2025/2026', '24 Oct 2025, 03:11pm'),
(288, 'ip/25/nd/f/s2/0002', 65500, 0.7, '2025/2026', '24 Oct 2025, 03:28pm'),
(345, 'ip/25/nd/b/s1/0002', 181500, 1, '2025/2026', '06 Mar 2026, 02:58pm'),
(290, 'ip/24/nd/b/s1/0009', 121000, 1, '2024/2025', '24 Oct 2025, 03:45pm'),
(291, 'ip/24/nd/b/s1/0009', 60500, 0.7, '2025/2026', '24 Oct 2025, 03:45pm'),
(346, 'ip/24/nd/b/0022', 131000, 1, '2025/2026', '06 Mar 2026, 02:58pm'),
(294, 'ip/24/nd/b/s1/0020', 60500, 0.7, '2024/2025', '24 Oct 2025, 04:16pm'),
(295, 'ip/23/nd/f/s2/0004', 121000, 1, '2024/2025', '24 Oct 2025, 04:35pm'),
(296, 'ip/24/nd/cs/0009', 65500, 0.7, '2025/2026', '27 Oct 2025, 12:31pm'),
(297, 'ip/24/nd/cs/0014', 65500, 0.7, '2025/2026', '27 Oct 2025, 12:31pm'),
(298, 'ip/24/nd/cs/0017', 65500, 0.7, '2025/2026', '27 Oct 2025, 12:31pm'),
(299, 'ip/24/nd/b/0047', 65500, 0.7, '2025/2026', '27 Oct 2025, 01:04pm'),
(357, 'ip/25/nd/cs/005', 131000, 1, '2025/2026', '09 Mar 2026, 02:10pm'),
(304, 'ip/25/nd/b/007', 65500, 0.7, '2025/2026', '27 Oct 2025, 03:10pm'),
(303, 'ip/24/nd/b/0046', 65500, 0.7, '2025/2026', '27 Oct 2025, 03:07pm'),
(305, 'ip/25/nd/e/002', 65500, 0.7, '2025/2026', '27 Oct 2025, 03:10pm'),
(349, 'ip/25/nd/e/004', 131000, 1, '2025/2026', '06 Mar 2026, 03:41pm'),
(354, 'ip/24/nd/e/0001', 131000, 1, '2025/2026', '09 Mar 2026, 01:01pm'),
(351, 'ip/24/nd/e/0003', 131000, 1, '2025/2026', '09 Mar 2026, 12:50pm'),
(309, 'ip/24/nd/e/0005', 65500, 0.7, '2025/2026', '27 Oct 2025, 04:37pm'),
(310, 'ip/24/nd/b/0028', 65500, 0.7, '2025/2026', '27 Oct 2025, 04:37pm'),
(311, 'ip/24/nd/b/0011', 65500, 0.7, '2025/2026', '27 Oct 2025, 04:37pm'),
(312, 'ip/24/nd/b/0025', 65500, 0.7, '2025/2026', '28 Oct 2025, 11:13am'),
(313, 'ip/24/nd/b/0016', 65500, 0.7, '2025/2026', '28 Oct 2025, 11:26am'),
(314, 'ip/24/nd/e/0007', 116000, 1, '2024/2025', '28 Oct 2025, 11:29am'),
(353, 'ip/24/nd/e/0004', 131000, 1, '2025/2026', '09 Mar 2026, 12:50pm'),
(316, 'ip/25/nd/ce/0002', 65500, 0.7, '2025/2026', '28 Oct 2025, 12:24pm'),
(317, 'ip/25/nd/e/003', 65500, 0.7, '2025/2026', '28 Oct 2025, 12:51pm'),
(350, 'ip/24/nd/e/0007', 131000, 1, '2025/2026', '09 Mar 2026, 12:50pm'),
(320, 'ip/24/nd/cs/s2/0005', 116000, 1, '2024/2025', '30 Oct 2025, 01:09pm'),
(321, 'ip/24/nd/cs/s2/0004', 116000, 1, '2024/2025', '30 Oct 2025, 01:09pm'),
(322, 'ip/23/nd/b/0034', 110000, 1, '2023/2024', '11 Nov 2025, 03:31pm'),
(323, 'ip/23/nd/b/0034', 110000, 1, '2024/2025', '11 Nov 2025, 03:31pm'),
(324, 'ip/23/nd/b/0038', 110000, 1, '2023/2024', '22 Dec 2025, 02:20pm'),
(325, 'ip/23/nd/b/0038', 110000, 1, '2024/2025', '22 Dec 2025, 02:20pm'),
(326, 'ip/23/nd/b/s1/0012', 135000, 1, '2023/2024', '16 Jan 2026, 12:06pm'),
(327, 'ip/23/nd/b/s1/0012', 135000, 1, '2024/2025', '16 Jan 2026, 12:06pm'),
(328, 'ip/23/nd/b/s1/0013', 135000, 1, '2023/2024', '16 Jan 2026, 12:06pm'),
(329, 'ip/23/nd/b/s1/0013', 135000, 1, '2024/2025', '16 Jan 2026, 12:06pm'),
(330, 'ip/24/nd/b/s1/0013', 135000, 1, '2024/2025', '16 Jan 2026, 12:12pm'),
(331, 'ip/24/nd/b/s1/0013', 135000, 1, '2025/2026', '16 Jan 2026, 12:12pm'),
(332, 'ip/22/nd/b/s1/0002', 135000, 1, '2022/2023', '16 Jan 2026, 12:17pm'),
(333, 'ip/22/nd/b/s1/0002', 135000, 1, '2023/2024', '16 Jan 2026, 12:17pm'),
(334, 'ip/23/nd/b/s1/0006', 135000, 1, '2023/2024', '16 Jan 2026, 03:10pm'),
(335, 'ip/23/nd/b/s1/0006', 135000, 1, '2024/2025', '16 Jan 2026, 03:10pm'),
(336, 'ip/22/nd/b/20033', 110000, 1, '2022/2023', '20 Jan 2026, 02:35pm'),
(337, 'ip/22/nd/b/20033', 110000, 1, '2023/2024', '20 Jan 2026, 02:35pm'),
(338, 'ip/23/nd/b/0045', 110000, 1, '2023/2024', '30 Jan 2026, 01:10pm'),
(339, 'ip/23/nd/b/0045', 110000, 1, '2024/2025', '30 Jan 2026, 01:10pm'),
(340, 'ip/23/nd/b/s1/0031', 121000, 1, '2023/2024', '30 Jan 2026, 02:36pm'),
(341, 'ip/23/nd/b/s1/0031', 121000, 1, '2024/2025', '30 Jan 2026, 02:36pm'),
(342, 'ip/24/nd/b/0018', 131000, 1, '2025/2026', '11 Feb 2026, 11:34am'),
(347, 'ip/24/nd/b/0010', 131000, 1, '2025/2026', '06 Mar 2026, 02:58pm'),
(358, 'ip/25/nd/cs/005', 131000, 1, '2025/2026', '09 Mar 2026, 02:10pm'),
(359, 'ip/25/nd/cs/004', 131000, 1, '2025/2026', '09 Mar 2026, 02:10pm'),
(361, 'ip/25/nd/cs/002', 131000, 1, '2025/2026', '09 Mar 2026, 02:22pm');

-- --------------------------------------------------------

--
-- Table structure for table `programme`
--

CREATE TABLE `programme` (
  `id` int(11) NOT NULL,
  `name` text NOT NULL,
  `description` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `programme`
--

INSERT INTO `programme` (`id`, `name`, `description`) VALUES
(1, 'OND', 'Ordinary National Diploma'),
(2, 'HND', 'Higher National Diploma');

-- --------------------------------------------------------

--
-- Table structure for table `reg_course`
--

CREATE TABLE `reg_course` (
  `id` int(11) NOT NULL,
  `sid` int(11) NOT NULL,
  `matric_no` text NOT NULL,
  `level` int(11) NOT NULL,
  `dep_id` int(11) NOT NULL,
  `course_id` int(11) NOT NULL,
  `course_code` text NOT NULL,
  `description` text NOT NULL,
  `unit` int(11) NOT NULL,
  `status` text NOT NULL,
  `programme_id` int(11) NOT NULL,
  `programme` text NOT NULL,
  `programme_description` text NOT NULL,
  `semester_num` int(11) NOT NULL,
  `semester_description` text NOT NULL,
  `session` text NOT NULL,
  `date` varchar(150) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `reg_course`
--

INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(1, 1, 'IP/21/ND/F/20001', 100, 8, 160, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Feb 2023, 01:49pm'),
(2, 1, 'IP/21/ND/F/20001', 100, 8, 159, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Feb 2023, 01:49pm'),
(3, 1, 'IP/21/ND/F/20001', 100, 8, 164, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Feb 2023, 01:49pm'),
(4, 1, 'IP/21/ND/F/20001', 100, 8, 165, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Feb 2023, 01:49pm'),
(5, 1, 'IP/21/ND/F/20001', 100, 8, 161, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Feb 2023, 01:49pm'),
(6, 1, 'IP/21/ND/F/20001', 100, 8, 162, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Feb 2023, 01:49pm'),
(7, 1, 'IP/21/ND/F/20001', 100, 8, 163, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Feb 2023, 01:49pm'),
(8, 1, 'IP/21/ND/F/20001', 100, 8, 167, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Feb 2023, 01:49pm'),
(9, 1, 'IP/21/ND/F/20001', 100, 8, 166, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Feb 2023, 01:49pm'),
(357, 39, 'IP/22/ND/B/20005', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:11am'),
(360, 39, 'IP/22/ND/B/20005', 100, 5, 6, 'bam 115', 'principles of marketing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:11am'),
(359, 39, 'IP/22/ND/B/20005', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:11am'),
(84, 52, 'IP/22/ND/E/20003', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Feb 2023, 06:58pm'),
(82, 52, 'IP/22/ND/E/20003', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Feb 2023, 06:58pm'),
(83, 52, 'IP/22/ND/E/20003', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Feb 2023, 06:58pm'),
(81, 52, 'IP/22/ND/E/20003', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Feb 2023, 06:58pm'),
(77, 52, 'IP/22/ND/E/20003', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Feb 2023, 06:58pm'),
(78, 52, 'IP/22/ND/E/20003', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Feb 2023, 06:58pm'),
(79, 52, 'IP/22/ND/E/20003', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Feb 2023, 06:58pm'),
(80, 52, 'IP/22/ND/E/20003', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Feb 2023, 06:58pm'),
(74, 52, 'IP/22/ND/E/20003', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Feb 2023, 06:58pm'),
(76, 52, 'IP/22/ND/E/20003', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Feb 2023, 06:58pm'),
(75, 52, 'IP/22/ND/E/20003', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Feb 2023, 06:58pm'),
(361, 39, 'IP/22/ND/B/20005', 100, 5, 7, 'bam 116', 'element of public administration', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:11am'),
(358, 39, 'IP/22/ND/B/20005', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:11am'),
(355, 39, 'IP/22/ND/B/20005', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:11am'),
(356, 39, 'IP/22/ND/B/20005', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:11am'),
(354, 8, 'IP/22/ND/F/20003', 100, 8, 166, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:05am'),
(353, 8, 'IP/22/ND/F/20003', 100, 8, 167, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:05am'),
(352, 8, 'IP/22/ND/F/20003', 100, 8, 162, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:05am'),
(351, 8, 'IP/22/ND/F/20003', 100, 8, 163, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:05am'),
(350, 8, 'IP/22/ND/F/20003', 100, 8, 161, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:05am'),
(349, 8, 'IP/22/ND/F/20003', 100, 8, 165, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:05am'),
(347, 8, 'IP/22/ND/F/20003', 100, 8, 160, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:05am'),
(348, 8, 'IP/22/ND/F/20003', 100, 8, 159, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:05am'),
(362, 39, 'IP/22/ND/B/20005', 100, 5, 11, 'bam 117', 'principles of purchasing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:11am'),
(363, 39, 'IP/22/ND/B/20005', 100, 5, 8, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:11am'),
(364, 39, 'IP/22/ND/B/20005', 100, 5, 10, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:11am'),
(365, 39, 'IP/22/ND/B/20005', 100, 5, 9, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 10:11am'),
(366, 42, 'IP/22/ND/B/20008', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 12:09pm'),
(367, 42, 'IP/22/ND/B/20008', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 12:09pm'),
(368, 42, 'IP/22/ND/B/20008', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 12:09pm'),
(369, 42, 'IP/22/ND/B/20008', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 12:09pm'),
(370, 42, 'IP/22/ND/B/20008', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 12:09pm'),
(371, 42, 'IP/22/ND/B/20008', 100, 5, 6, 'bam 115', 'principles of marketing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 12:09pm'),
(372, 42, 'IP/22/ND/B/20008', 100, 5, 7, 'bam 116', 'element of public administration', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 12:09pm'),
(373, 42, 'IP/22/ND/B/20008', 100, 5, 11, 'bam 117', 'principles of purchasing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 12:09pm'),
(374, 42, 'IP/22/ND/B/20008', 100, 5, 8, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 12:09pm'),
(375, 42, 'IP/22/ND/B/20008', 100, 5, 10, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 12:09pm'),
(376, 42, 'IP/22/ND/B/20008', 100, 5, 9, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Feb 2023, 12:09pm'),
(377, 55, 'IP/22/ND/CE/20001', 100, 6, 66, 'cte 111', 'introduction to computers & information technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 09:28am'),
(378, 55, 'IP/22/ND/CE/20001', 100, 6, 67, 'cte 112', 'electrical workshop practice and technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 09:28am'),
(379, 55, 'IP/22/ND/CE/20001', 100, 6, 68, 'cte 113', 'computer application packages', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 09:28am'),
(380, 55, 'IP/22/ND/CE/20001', 100, 6, 69, 'cte 114', 'internet and web technologies', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 09:28am'),
(381, 55, 'IP/22/ND/CE/20001', 100, 6, 70, 'cte 115', 'data structures', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 09:28am'),
(382, 55, 'IP/22/ND/CE/20001', 100, 6, 74, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 09:28am'),
(383, 55, 'IP/22/ND/CE/20001', 100, 6, 75, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 09:28am'),
(384, 55, 'IP/22/ND/CE/20001', 100, 6, 72, 'mec 101', 'technical drawing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 09:28am'),
(385, 55, 'IP/22/ND/CE/20001', 100, 6, 73, 'mec 113', 'basic workshop technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 09:28am'),
(386, 55, 'IP/22/ND/CE/20001', 100, 6, 71, 'mth 112', 'algebra and elementary trigonometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 09:28am'),
(387, 55, 'IP/22/ND/CE/20001', 100, 6, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 09:28am'),
(388, 55, 'IP/22/ND/CE/20001', 100, 6, 166, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 09:28am'),
(389, 55, 'IP/22/ND/CE/20001', 100, 6, 165, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 09:28am'),
(390, 69, 'IP/21/ND/CS/20009', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 12:02pm'),
(391, 69, 'IP/21/ND/CS/20009', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 12:02pm'),
(392, 69, 'IP/21/ND/CS/20009', 100, 7, 33, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 12:02pm'),
(393, 69, 'IP/21/ND/CS/20009', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 12:02pm'),
(394, 69, 'IP/21/ND/CS/20009', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 12:02pm'),
(395, 69, 'IP/21/ND/CS/20009', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 12:02pm'),
(396, 69, 'IP/21/ND/CS/20009', 100, 7, 38, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 12:02pm'),
(397, 69, 'IP/21/ND/CS/20009', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Mar 2023, 12:02pm'),
(398, 60, 'IP/21/ND/CS/20004', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Mar 2023, 01:17pm'),
(399, 60, 'IP/21/ND/CS/20004', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Mar 2023, 01:17pm'),
(400, 60, 'IP/21/ND/CS/20004', 100, 7, 33, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Mar 2023, 01:17pm'),
(401, 60, 'IP/21/ND/CS/20004', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Mar 2023, 01:17pm'),
(402, 60, 'IP/21/ND/CS/20004', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Mar 2023, 01:17pm'),
(403, 60, 'IP/21/ND/CS/20004', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Mar 2023, 01:17pm'),
(404, 60, 'IP/21/ND/CS/20004', 100, 7, 38, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Mar 2023, 01:17pm'),
(405, 60, 'IP/21/ND/CS/20004', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Mar 2023, 01:17pm'),
(406, 60, 'IP/21/ND/CS/20004', 100, 7, 10, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Mar 2023, 01:17pm'),
(407, 51, 'IP/22/ND/E/20002', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Mar 2023, 11:41am'),
(408, 51, 'IP/22/ND/E/20002', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Mar 2023, 11:41am'),
(409, 51, 'IP/22/ND/E/20002', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Mar 2023, 11:41am'),
(410, 51, 'IP/22/ND/E/20002', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Mar 2023, 11:41am'),
(411, 51, 'IP/22/ND/E/20002', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Mar 2023, 11:41am'),
(412, 51, 'IP/22/ND/E/20002', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Mar 2023, 11:41am'),
(413, 51, 'IP/22/ND/E/20002', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Mar 2023, 11:41am'),
(414, 51, 'IP/22/ND/E/20002', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Mar 2023, 11:41am'),
(415, 51, 'IP/22/ND/E/20002', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Mar 2023, 11:41am'),
(416, 51, 'IP/22/ND/E/20002', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Mar 2023, 11:41am'),
(417, 51, 'IP/22/ND/E/20002', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Mar 2023, 11:41am'),
(418, 47, 'IP/22/ND/B/20013', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '07 Mar 2023, 02:15pm'),
(419, 47, 'IP/22/ND/B/20013', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '07 Mar 2023, 02:15pm'),
(420, 47, 'IP/22/ND/B/20013', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '07 Mar 2023, 02:15pm'),
(421, 47, 'IP/22/ND/B/20013', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '07 Mar 2023, 02:15pm'),
(422, 47, 'IP/22/ND/B/20013', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '07 Mar 2023, 02:15pm'),
(423, 47, 'IP/22/ND/B/20013', 100, 5, 6, 'bam 115', 'principles of marketing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '07 Mar 2023, 02:15pm'),
(424, 47, 'IP/22/ND/B/20013', 100, 5, 7, 'bam 116', 'element of public administration', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '07 Mar 2023, 02:15pm'),
(425, 47, 'IP/22/ND/B/20013', 100, 5, 11, 'bam 117', 'principles of purchasing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '07 Mar 2023, 02:15pm'),
(426, 47, 'IP/22/ND/B/20013', 100, 5, 8, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '07 Mar 2023, 02:15pm'),
(427, 47, 'IP/22/ND/B/20013', 100, 5, 10, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '07 Mar 2023, 02:15pm'),
(428, 47, 'IP/22/ND/B/20013', 100, 5, 9, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '07 Mar 2023, 02:15pm'),
(429, 54, 'IP/21/ND/CE/20001', 100, 6, 66, 'cte 111', 'introduction to computers & information technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Mar 2023, 12:24pm'),
(430, 54, 'IP/21/ND/CE/20001', 100, 6, 67, 'cte 112', 'electrical workshop practice and technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Mar 2023, 12:24pm'),
(431, 54, 'IP/21/ND/CE/20001', 100, 6, 68, 'cte 113', 'computer application packages', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Mar 2023, 12:24pm'),
(432, 54, 'IP/21/ND/CE/20001', 100, 6, 69, 'cte 114', 'internet and web technologies', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Mar 2023, 12:24pm'),
(433, 54, 'IP/21/ND/CE/20001', 100, 6, 70, 'cte 115', 'data structures', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Mar 2023, 12:24pm'),
(434, 54, 'IP/21/ND/CE/20001', 100, 6, 74, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Mar 2023, 12:24pm'),
(435, 54, 'IP/21/ND/CE/20001', 100, 6, 75, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Mar 2023, 12:24pm'),
(436, 54, 'IP/21/ND/CE/20001', 100, 6, 72, 'mec 101', 'technical drawing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Mar 2023, 12:24pm'),
(437, 54, 'IP/21/ND/CE/20001', 100, 6, 73, 'mec 113', 'basic workshop technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Mar 2023, 12:24pm'),
(438, 54, 'IP/21/ND/CE/20001', 100, 6, 71, 'mth 112', 'algebra and elementary trigonometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Mar 2023, 12:24pm'),
(439, 73, 'IP/22/ND/E/20003', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 02:11pm'),
(440, 73, 'IP/22/ND/E/20003', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 02:11pm'),
(441, 73, 'IP/22/ND/E/20003', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 02:11pm'),
(442, 73, 'IP/22/ND/E/20003', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 02:11pm'),
(443, 73, 'IP/22/ND/E/20003', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 02:11pm'),
(444, 73, 'IP/22/ND/E/20003', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 02:11pm'),
(445, 73, 'IP/22/ND/E/20003', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 02:11pm'),
(446, 73, 'IP/22/ND/E/20003', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 02:11pm'),
(447, 73, 'IP/22/ND/E/20003', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 02:11pm'),
(448, 73, 'IP/22/ND/E/20003', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 02:11pm'),
(449, 73, 'IP/22/ND/E/20003', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 02:11pm'),
(450, 44, 'IP/22/ND/B/20010', 100, 5, 9, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 03:12pm'),
(451, 44, 'IP/22/ND/B/20010', 100, 5, 10, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 03:12pm'),
(452, 44, 'IP/22/ND/B/20010', 100, 5, 8, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 03:12pm'),
(453, 44, 'IP/22/ND/B/20010', 100, 5, 11, 'bam 117', 'principles of purchasing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 03:12pm'),
(454, 44, 'IP/22/ND/B/20010', 100, 5, 7, 'bam 116', 'element of public administration', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 03:12pm'),
(455, 44, 'IP/22/ND/B/20010', 100, 5, 6, 'bam 115', 'principles of marketing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 03:12pm'),
(456, 44, 'IP/22/ND/B/20010', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 03:12pm'),
(457, 44, 'IP/22/ND/B/20010', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 03:12pm'),
(458, 44, 'IP/22/ND/B/20010', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 03:12pm'),
(459, 44, 'IP/22/ND/B/20010', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 03:12pm'),
(460, 44, 'IP/22/ND/B/20010', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Mar 2023, 03:12pm'),
(461, 71, 'IP/22/ND/CS/20002', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Mar 2023, 02:37pm'),
(462, 71, 'IP/22/ND/CS/20002', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Mar 2023, 02:37pm'),
(463, 71, 'IP/22/ND/CS/20002', 100, 7, 33, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Mar 2023, 02:37pm'),
(464, 71, 'IP/22/ND/CS/20002', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Mar 2023, 02:37pm'),
(465, 71, 'IP/22/ND/CS/20002', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Mar 2023, 02:37pm'),
(466, 71, 'IP/22/ND/CS/20002', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Mar 2023, 02:37pm'),
(467, 71, 'IP/22/ND/CS/20002', 100, 7, 187, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Mar 2023, 02:37pm'),
(468, 71, 'IP/22/ND/CS/20002', 100, 7, 38, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Mar 2023, 02:37pm'),
(469, 71, 'IP/22/ND/CS/20002', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Mar 2023, 02:37pm'),
(470, 74, 'IP/22/ND/F/20001', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Mar 2023, 01:01pm'),
(471, 74, 'IP/22/ND/F/20001', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Mar 2023, 01:01pm'),
(472, 74, 'IP/22/ND/F/20001', 100, 8, 196, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Mar 2023, 01:01pm'),
(473, 74, 'IP/22/ND/F/20001', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Mar 2023, 01:01pm'),
(474, 74, 'IP/22/ND/F/20001', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Mar 2023, 01:01pm'),
(475, 74, 'IP/22/ND/F/20001', 100, 8, 192, 'fas 114', 'pattern drafting and cutting room practice', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Mar 2023, 01:01pm'),
(476, 74, 'IP/22/ND/F/20001', 100, 8, 193, 'fas 115', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Mar 2023, 01:01pm'),
(477, 74, 'IP/22/ND/F/20001', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Mar 2023, 01:01pm'),
(478, 74, 'IP/22/ND/F/20001', 100, 8, 198, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Mar 2023, 01:01pm'),
(479, 74, 'IP/22/ND/F/20001', 100, 8, 197, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Mar 2023, 01:01pm'),
(480, 49, 'IP/21/ND/E/20002', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 09:09am'),
(481, 49, 'IP/21/ND/E/20002', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 09:09am'),
(482, 49, 'IP/21/ND/E/20002', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 09:09am'),
(483, 49, 'IP/21/ND/E/20002', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 09:09am'),
(484, 49, 'IP/21/ND/E/20002', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 09:09am'),
(485, 49, 'IP/21/ND/E/20002', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 09:09am'),
(486, 49, 'IP/21/ND/E/20002', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 09:09am'),
(487, 49, 'IP/21/ND/E/20002', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 09:09am'),
(488, 49, 'IP/21/ND/E/20002', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 09:09am'),
(489, 49, 'IP/21/ND/E/20002', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 09:09am'),
(490, 49, 'IP/21/ND/E/20002', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 09:09am'),
(491, 59, 'IP/21/ND/CS/20003', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 01:19pm'),
(492, 59, 'IP/21/ND/CS/20003', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 01:19pm'),
(493, 59, 'IP/21/ND/CS/20003', 100, 7, 33, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 01:19pm'),
(494, 59, 'IP/21/ND/CS/20003', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 01:19pm'),
(495, 59, 'IP/21/ND/CS/20003', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 01:19pm'),
(496, 59, 'IP/21/ND/CS/20003', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 01:19pm'),
(497, 59, 'IP/21/ND/CS/20003', 100, 7, 187, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 01:19pm'),
(498, 59, 'IP/21/ND/CS/20003', 100, 7, 38, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 01:19pm'),
(499, 59, 'IP/21/ND/CS/20003', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Mar 2023, 01:19pm'),
(500, 68, 'IP/21/ND/CS/20008', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 11:59am'),
(501, 68, 'IP/21/ND/CS/20008', 100, 7, 202, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 11:59am'),
(502, 68, 'IP/21/ND/CS/20008', 100, 7, 203, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 11:59am'),
(503, 68, 'IP/21/ND/CS/20008', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 11:59am'),
(504, 68, 'IP/21/ND/CS/20008', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 11:59am'),
(505, 68, 'IP/21/ND/CS/20008', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 11:59am'),
(506, 68, 'IP/21/ND/CS/20008', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 11:59am'),
(507, 68, 'IP/21/ND/CS/20008', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 11:59am'),
(508, 68, 'IP/21/ND/CS/20008', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 11:59am'),
(509, 9, 'IP/22/ND/F/20004', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 04:37pm'),
(510, 9, 'IP/22/ND/F/20004', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 04:37pm'),
(511, 9, 'IP/22/ND/F/20004', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 04:37pm'),
(512, 9, 'IP/22/ND/F/20004', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 04:37pm'),
(513, 9, 'IP/22/ND/F/20004', 100, 8, 192, 'fas 114', 'pattern drafting and cutting room practice', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 04:37pm'),
(514, 9, 'IP/22/ND/F/20004', 100, 8, 193, 'fas 115', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 04:37pm'),
(515, 9, 'IP/22/ND/F/20004', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 04:37pm'),
(516, 9, 'IP/22/ND/F/20004', 100, 8, 196, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 04:37pm'),
(517, 9, 'IP/22/ND/F/20004', 100, 8, 204, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 04:37pm'),
(518, 9, 'IP/22/ND/F/20004', 100, 8, 198, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Mar 2023, 04:37pm'),
(519, 82, 'IP/21/ND/B/20010', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:05am'),
(520, 82, 'IP/21/ND/B/20010', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:05am'),
(521, 82, 'IP/21/ND/B/20010', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:05am'),
(522, 82, 'IP/21/ND/B/20010', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:05am'),
(523, 82, 'IP/21/ND/B/20010', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:05am'),
(524, 82, 'IP/21/ND/B/20010', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:05am'),
(525, 82, 'IP/21/ND/B/20010', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:05am'),
(526, 82, 'IP/21/ND/B/20010', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:05am'),
(527, 82, 'IP/21/ND/B/20010', 100, 5, 18, 'bam 123', 'principal of law', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:05am'),
(528, 82, 'IP/21/ND/B/20010', 100, 5, 8, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:05am'),
(529, 82, 'IP/21/ND/B/20010', 100, 5, 9, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:05am'),
(530, 82, 'IP/21/ND/B/20010', 100, 5, 10, 'gns 105', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:05am'),
(531, 97, 'IP/21/ND/E/20003', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:06am'),
(532, 97, 'IP/21/ND/E/20003', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:06am'),
(533, 97, 'IP/21/ND/E/20003', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:06am'),
(534, 97, 'IP/21/ND/E/20003', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:06am'),
(535, 97, 'IP/21/ND/E/20003', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:06am'),
(536, 97, 'IP/21/ND/E/20003', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:06am'),
(537, 97, 'IP/21/ND/E/20003', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:06am'),
(538, 97, 'IP/21/ND/E/20003', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:06am'),
(539, 97, 'IP/21/ND/E/20003', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:06am'),
(540, 97, 'IP/21/ND/E/20003', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:06am'),
(541, 97, 'IP/21/ND/E/20003', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 11:06am'),
(542, 83, 'IP/21/ND/B/20011', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 12:05pm'),
(543, 83, 'IP/21/ND/B/20011', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 12:05pm'),
(544, 83, 'IP/21/ND/B/20011', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 12:05pm'),
(545, 83, 'IP/21/ND/B/20011', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 12:05pm'),
(546, 83, 'IP/21/ND/B/20011', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 12:05pm'),
(547, 83, 'IP/21/ND/B/20011', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 12:05pm'),
(548, 83, 'IP/21/ND/B/20011', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 12:05pm'),
(549, 83, 'IP/21/ND/B/20011', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 12:05pm'),
(550, 83, 'IP/21/ND/B/20011', 100, 5, 18, 'bam 123', 'principal of law', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 12:05pm'),
(551, 83, 'IP/21/ND/B/20011', 100, 5, 8, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 12:05pm'),
(552, 83, 'IP/21/ND/B/20011', 100, 5, 9, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 12:05pm'),
(553, 92, 'IP/21/ND/CE/20002', 100, 6, 199, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 02:16pm'),
(554, 92, 'IP/21/ND/CE/20002', 100, 6, 66, 'cte 111', 'introduction to computers & information technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 02:16pm'),
(555, 92, 'IP/21/ND/CE/20002', 100, 6, 67, 'cte 112', 'electrical workshop practice and technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 02:16pm'),
(556, 92, 'IP/21/ND/CE/20002', 100, 6, 68, 'cte 113', 'computer application packages', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 02:16pm'),
(557, 92, 'IP/21/ND/CE/20002', 100, 6, 69, 'cte 114', 'internet and web technologies', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 02:16pm'),
(558, 92, 'IP/21/ND/CE/20002', 100, 6, 70, 'cte 115', 'data structures', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 02:16pm'),
(559, 92, 'IP/21/ND/CE/20002', 100, 6, 74, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 02:16pm'),
(560, 92, 'IP/21/ND/CE/20002', 100, 6, 200, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 02:16pm'),
(561, 92, 'IP/21/ND/CE/20002', 100, 6, 75, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 02:16pm'),
(562, 92, 'IP/21/ND/CE/20002', 100, 6, 72, 'mec 101', 'technical drawing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 02:16pm'),
(563, 92, 'IP/21/ND/CE/20002', 100, 6, 73, 'mec 113', 'basic workshop technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 02:16pm'),
(564, 92, 'IP/21/ND/CE/20002', 100, 6, 71, 'mth 112', 'algebra and elementary trigonometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 02:16pm'),
(565, 92, 'IP/21/ND/CE/20002', 100, 6, 203, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Mar 2023, 02:16pm'),
(566, 78, 'IP/21/ND/F/20009', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Apr 2023, 04:47pm'),
(567, 78, 'IP/21/ND/F/20009', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Apr 2023, 04:47pm'),
(568, 78, 'IP/21/ND/F/20009', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Apr 2023, 04:47pm'),
(569, 78, 'IP/21/ND/F/20009', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Apr 2023, 04:47pm'),
(570, 78, 'IP/21/ND/F/20009', 100, 8, 192, 'fas 114', 'pattern drafting and cutting room practice', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Apr 2023, 04:47pm'),
(571, 78, 'IP/21/ND/F/20009', 100, 8, 193, 'fas 115', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Apr 2023, 04:47pm'),
(572, 78, 'IP/21/ND/F/20009', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Apr 2023, 04:47pm'),
(573, 78, 'IP/21/ND/F/20009', 100, 8, 196, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Apr 2023, 04:47pm'),
(574, 78, 'IP/21/ND/F/20009', 100, 8, 204, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Apr 2023, 04:47pm'),
(575, 78, 'IP/21/ND/F/20009', 100, 8, 198, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '02 Apr 2023, 04:47pm'),
(576, 88, 'IP/21/ND/B/20016', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:48pm'),
(577, 88, 'IP/21/ND/B/20016', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:48pm'),
(578, 88, 'IP/21/ND/B/20016', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:48pm'),
(579, 88, 'IP/21/ND/B/20016', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:48pm'),
(580, 88, 'IP/21/ND/B/20016', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:48pm'),
(581, 88, 'IP/21/ND/B/20016', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:48pm'),
(582, 88, 'IP/21/ND/B/20016', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:48pm'),
(583, 88, 'IP/21/ND/B/20016', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:48pm'),
(584, 88, 'IP/21/ND/B/20016', 100, 5, 18, 'bam 123', 'principal of law', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:48pm'),
(585, 88, 'IP/21/ND/B/20016', 100, 5, 8, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:48pm'),
(586, 88, 'IP/21/ND/B/20016', 100, 5, 9, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:48pm'),
(587, 88, 'IP/21/ND/B/20016', 100, 5, 10, 'gns 105', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:48pm'),
(588, 86, 'IP/21/ND/B/20014', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:52pm'),
(589, 86, 'IP/21/ND/B/20014', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:52pm'),
(590, 86, 'IP/21/ND/B/20014', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:52pm'),
(591, 86, 'IP/21/ND/B/20014', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:52pm'),
(592, 86, 'IP/21/ND/B/20014', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:52pm'),
(593, 86, 'IP/21/ND/B/20014', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:52pm'),
(594, 86, 'IP/21/ND/B/20014', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:52pm'),
(595, 86, 'IP/21/ND/B/20014', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:52pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(596, 86, 'IP/21/ND/B/20014', 100, 5, 18, 'bam 123', 'principal of law', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:52pm'),
(597, 86, 'IP/21/ND/B/20014', 100, 5, 8, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:52pm'),
(598, 86, 'IP/21/ND/B/20014', 100, 5, 9, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:52pm'),
(599, 86, 'IP/21/ND/B/20014', 100, 5, 10, 'gns 105', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 12:52pm'),
(600, 81, 'IP/21/ND/B/20009', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 01:46pm'),
(601, 81, 'IP/21/ND/B/20009', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 01:46pm'),
(602, 81, 'IP/21/ND/B/20009', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 01:46pm'),
(603, 81, 'IP/21/ND/B/20009', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 01:46pm'),
(604, 81, 'IP/21/ND/B/20009', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 01:46pm'),
(605, 81, 'IP/21/ND/B/20009', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 01:46pm'),
(606, 81, 'IP/21/ND/B/20009', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 01:46pm'),
(607, 81, 'IP/21/ND/B/20009', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 01:46pm'),
(608, 81, 'IP/21/ND/B/20009', 100, 5, 18, 'bam 123', 'principal of law', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 01:46pm'),
(609, 81, 'IP/21/ND/B/20009', 100, 5, 8, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 01:46pm'),
(610, 81, 'IP/21/ND/B/20009', 100, 5, 9, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 01:46pm'),
(611, 81, 'IP/21/ND/B/20009', 100, 5, 10, 'gns 105', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 01:46pm'),
(612, 76, 'IP/21/ND/F/20007', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 04:24pm'),
(613, 76, 'IP/21/ND/F/20007', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 04:24pm'),
(614, 76, 'IP/21/ND/F/20007', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 04:24pm'),
(615, 76, 'IP/21/ND/F/20007', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 04:24pm'),
(616, 76, 'IP/21/ND/F/20007', 100, 8, 192, 'fas 114', 'pattern drafting and cutting room practice', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 04:24pm'),
(617, 76, 'IP/21/ND/F/20007', 100, 8, 193, 'fas 115', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 04:24pm'),
(618, 76, 'IP/21/ND/F/20007', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 04:24pm'),
(619, 76, 'IP/21/ND/F/20007', 100, 8, 196, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 04:24pm'),
(620, 76, 'IP/21/ND/F/20007', 100, 8, 204, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 04:24pm'),
(621, 76, 'IP/21/ND/F/20007', 100, 8, 198, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Apr 2023, 04:24pm'),
(622, 91, 'IP/21/ND/B/20019', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Apr 2023, 11:37am'),
(623, 91, 'IP/21/ND/B/20019', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Apr 2023, 11:37am'),
(624, 91, 'IP/21/ND/B/20019', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Apr 2023, 11:37am'),
(625, 91, 'IP/21/ND/B/20019', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Apr 2023, 11:37am'),
(626, 91, 'IP/21/ND/B/20019', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Apr 2023, 11:37am'),
(627, 91, 'IP/21/ND/B/20019', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Apr 2023, 11:37am'),
(628, 91, 'IP/21/ND/B/20019', 100, 5, 8, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Apr 2023, 11:37am'),
(629, 91, 'IP/21/ND/B/20019', 100, 5, 9, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Apr 2023, 11:37am'),
(630, 91, 'IP/21/ND/B/20019', 100, 5, 10, 'gns 105', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Apr 2023, 11:37am'),
(631, 91, 'IP/21/ND/B/20019', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Apr 2023, 11:37am'),
(632, 91, 'IP/21/ND/B/20019', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Apr 2023, 11:37am'),
(633, 77, 'IP/21/ND/F/20008', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 10:40am'),
(634, 77, 'IP/21/ND/F/20008', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 10:40am'),
(635, 77, 'IP/21/ND/F/20008', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 10:40am'),
(636, 77, 'IP/21/ND/F/20008', 100, 8, 192, 'fas 114', 'pattern drafting and cutting room practice', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 10:40am'),
(637, 77, 'IP/21/ND/F/20008', 100, 8, 193, 'fas 115', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 10:40am'),
(638, 77, 'IP/21/ND/F/20008', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 10:40am'),
(639, 77, 'IP/21/ND/F/20008', 100, 8, 196, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 10:40am'),
(640, 77, 'IP/21/ND/F/20008', 100, 8, 204, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 10:40am'),
(641, 77, 'IP/21/ND/F/20008', 100, 8, 198, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 10:40am'),
(642, 77, 'IP/21/ND/F/20008', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 10:40am'),
(643, 99, 'IP/21/ND/E/20005', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 02:37pm'),
(644, 99, 'IP/21/ND/E/20005', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 02:37pm'),
(645, 99, 'IP/21/ND/E/20005', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 02:37pm'),
(646, 99, 'IP/21/ND/E/20005', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 02:37pm'),
(647, 99, 'IP/21/ND/E/20005', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 02:37pm'),
(648, 99, 'IP/21/ND/E/20005', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 02:37pm'),
(649, 99, 'IP/21/ND/E/20005', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 02:37pm'),
(650, 99, 'IP/21/ND/E/20005', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 02:37pm'),
(651, 99, 'IP/21/ND/E/20005', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 02:37pm'),
(652, 99, 'IP/21/ND/E/20005', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 02:37pm'),
(653, 99, 'IP/21/ND/E/20005', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Apr 2023, 02:37pm'),
(654, 98, 'IP/21/ND/E/20004', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Apr 2023, 10:54am'),
(655, 98, 'IP/21/ND/E/20004', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Apr 2023, 10:54am'),
(656, 98, 'IP/21/ND/E/20004', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Apr 2023, 10:54am'),
(657, 98, 'IP/21/ND/E/20004', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Apr 2023, 10:54am'),
(658, 98, 'IP/21/ND/E/20004', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Apr 2023, 10:54am'),
(659, 98, 'IP/21/ND/E/20004', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Apr 2023, 10:54am'),
(660, 98, 'IP/21/ND/E/20004', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Apr 2023, 10:54am'),
(661, 98, 'IP/21/ND/E/20004', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Apr 2023, 10:54am'),
(662, 98, 'IP/21/ND/E/20004', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Apr 2023, 10:54am'),
(663, 98, 'IP/21/ND/E/20004', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Apr 2023, 10:54am'),
(664, 98, 'IP/21/ND/E/20004', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Apr 2023, 10:54am'),
(665, 98, 'IP/21/ND/E/20004', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Apr 2023, 10:54am'),
(666, 5, 'IP/21/ND/F/20005', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:26am'),
(667, 5, 'IP/21/ND/F/20005', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:26am'),
(668, 5, 'IP/21/ND/F/20005', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:26am'),
(669, 5, 'IP/21/ND/F/20005', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:26am'),
(670, 5, 'IP/21/ND/F/20005', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:26am'),
(671, 5, 'IP/21/ND/F/20005', 100, 8, 192, 'fas 114', 'pattern drafting and cutting room practice', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:26am'),
(672, 5, 'IP/21/ND/F/20005', 100, 8, 193, 'fas 115', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:26am'),
(673, 5, 'IP/21/ND/F/20005', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:26am'),
(674, 5, 'IP/21/ND/F/20005', 100, 8, 196, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:26am'),
(675, 5, 'IP/21/ND/F/20005', 100, 8, 204, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:26am'),
(676, 5, 'IP/21/ND/F/20005', 100, 8, 198, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:26am'),
(677, 4, 'IP/21/ND/F/20004', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:28am'),
(678, 4, 'IP/21/ND/F/20004', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:28am'),
(679, 4, 'IP/21/ND/F/20004', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:28am'),
(680, 4, 'IP/21/ND/F/20004', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:28am'),
(681, 4, 'IP/21/ND/F/20004', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:28am'),
(682, 4, 'IP/21/ND/F/20004', 100, 8, 192, 'fas 114', 'pattern drafting and cutting room practice', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:28am'),
(683, 4, 'IP/21/ND/F/20004', 100, 8, 193, 'fas 115', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:28am'),
(684, 4, 'IP/21/ND/F/20004', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:28am'),
(685, 4, 'IP/21/ND/F/20004', 100, 8, 196, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:28am'),
(686, 4, 'IP/21/ND/F/20004', 100, 8, 204, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:28am'),
(687, 4, 'IP/21/ND/F/20004', 100, 8, 198, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:28am'),
(688, 63, 'IP/21/ND/CS/20007', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:44am'),
(689, 63, 'IP/21/ND/CS/20007', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:44am'),
(690, 63, 'IP/21/ND/CS/20007', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:44am'),
(691, 63, 'IP/21/ND/CS/20007', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:44am'),
(692, 63, 'IP/21/ND/CS/20007', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:44am'),
(693, 63, 'IP/21/ND/CS/20007', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:44am'),
(694, 63, 'IP/21/ND/CS/20007', 100, 7, 208, 'gns 102', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:44am'),
(695, 63, 'IP/21/ND/CS/20007', 100, 7, 207, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:44am'),
(696, 63, 'IP/21/ND/CS/20007', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 10:44am'),
(697, 34, 'IP/21/ND/B/20006', 100, 5, 10, 'gns 105', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 11:39am'),
(698, 34, 'IP/21/ND/B/20006', 100, 5, 9, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 11:39am'),
(699, 34, 'IP/21/ND/B/20006', 100, 5, 8, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 11:39am'),
(700, 34, 'IP/21/ND/B/20006', 100, 5, 18, 'bam 123', 'principal of law', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 11:39am'),
(701, 34, 'IP/21/ND/B/20006', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 11:39am'),
(702, 34, 'IP/21/ND/B/20006', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 11:39am'),
(703, 34, 'IP/21/ND/B/20006', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 11:39am'),
(704, 34, 'IP/21/ND/B/20006', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 11:39am'),
(705, 34, 'IP/21/ND/B/20006', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 11:39am'),
(706, 34, 'IP/21/ND/B/20006', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 11:39am'),
(707, 34, 'IP/21/ND/B/20006', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 11:39am'),
(708, 34, 'IP/21/ND/B/20006', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Apr 2023, 11:39am'),
(709, 32, 'IP/21/ND/B/20004', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 May 2023, 12:59pm'),
(710, 32, 'IP/21/ND/B/20004', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 May 2023, 12:59pm'),
(711, 32, 'IP/21/ND/B/20004', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 May 2023, 12:59pm'),
(712, 32, 'IP/21/ND/B/20004', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 May 2023, 12:59pm'),
(713, 32, 'IP/21/ND/B/20004', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 May 2023, 12:59pm'),
(714, 32, 'IP/21/ND/B/20004', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 May 2023, 12:59pm'),
(715, 32, 'IP/21/ND/B/20004', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 May 2023, 12:59pm'),
(716, 32, 'IP/21/ND/B/20004', 100, 5, 18, 'bam 123', 'principal of law', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 May 2023, 12:59pm'),
(717, 32, 'IP/21/ND/B/20004', 100, 5, 8, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 May 2023, 12:59pm'),
(718, 32, 'IP/21/ND/B/20004', 100, 5, 9, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 May 2023, 12:59pm'),
(719, 32, 'IP/21/ND/B/20004', 100, 5, 10, 'gns 105', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 May 2023, 12:59pm'),
(720, 32, 'IP/21/ND/B/20004', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 May 2023, 12:59pm'),
(721, 54, 'IP/21/ND/CE/20001', 100, 6, 105, 'mth 211', 'calculus', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 May 2023, 08:49am'),
(722, 54, 'IP/21/ND/CE/20001', 100, 6, 104, 'mec 102', 'machines tools technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 May 2023, 08:49am'),
(723, 54, 'IP/21/ND/CE/20001', 100, 6, 106, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 May 2023, 08:49am'),
(724, 54, 'IP/21/ND/CE/20001', 100, 6, 76, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 May 2023, 08:49am'),
(725, 54, 'IP/21/ND/CE/20001', 100, 6, 103, 'eed 126', 'introduction to entrepreneurship', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 May 2023, 08:49am'),
(726, 54, 'IP/21/ND/CE/20001', 100, 6, 102, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 May 2023, 08:49am'),
(727, 54, 'IP/21/ND/CE/20001', 100, 6, 101, 'eec 124', 'electronics i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 May 2023, 08:49am'),
(728, 54, 'IP/21/ND/CE/20001', 100, 6, 100, 'cte 124', 'technical report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 May 2023, 08:49am'),
(729, 54, 'IP/21/ND/CE/20001', 100, 6, 99, 'cte 123', 'computer/electronic maintenance and repairs', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 May 2023, 08:49am'),
(730, 54, 'IP/21/ND/CE/20001', 100, 6, 97, 'cte 121', 'digital computer fundamentals i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 May 2023, 08:49am'),
(731, 99, 'IP/21/ND/E/20005', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 May 2023, 05:46pm'),
(732, 99, 'IP/21/ND/E/20005', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 May 2023, 05:46pm'),
(733, 99, 'IP/21/ND/E/20005', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 May 2023, 05:46pm'),
(734, 99, 'IP/21/ND/E/20005', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 May 2023, 05:46pm'),
(735, 99, 'IP/21/ND/E/20005', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 May 2023, 05:46pm'),
(736, 99, 'IP/21/ND/E/20005', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 May 2023, 05:46pm'),
(737, 99, 'IP/21/ND/E/20005', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 May 2023, 05:46pm'),
(738, 99, 'IP/21/ND/E/20005', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 May 2023, 05:46pm'),
(739, 99, 'IP/21/ND/E/20005', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 May 2023, 05:46pm'),
(740, 99, 'IP/21/ND/E/20005', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 May 2023, 05:46pm'),
(741, 99, 'IP/21/ND/E/20005', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 May 2023, 05:46pm'),
(742, 99, 'IP/21/ND/E/20005', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 May 2023, 05:46pm'),
(743, 92, 'IP/21/ND/CE/20002', 100, 6, 97, 'cte 121', 'digital computer fundamentals i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Jun 2023, 01:45pm'),
(744, 92, 'IP/21/ND/CE/20002', 100, 6, 98, 'cte 122', 'electrical measurement and instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Jun 2023, 01:45pm'),
(745, 92, 'IP/21/ND/CE/20002', 100, 6, 99, 'cte 123', 'computer/electronic maintenance and repairs', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Jun 2023, 01:45pm'),
(746, 92, 'IP/21/ND/CE/20002', 100, 6, 100, 'cte 124', 'technical report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Jun 2023, 01:45pm'),
(747, 92, 'IP/21/ND/CE/20002', 100, 6, 101, 'eec 124', 'electronics i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Jun 2023, 01:45pm'),
(748, 92, 'IP/21/ND/CE/20002', 100, 6, 102, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Jun 2023, 01:45pm'),
(749, 92, 'IP/21/ND/CE/20002', 100, 6, 103, 'eed 126', 'introduction to entrepreneurship', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Jun 2023, 01:45pm'),
(750, 92, 'IP/21/ND/CE/20002', 100, 6, 106, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Jun 2023, 01:45pm'),
(751, 92, 'IP/21/ND/CE/20002', 100, 6, 104, 'mec 102', 'machines tools technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Jun 2023, 01:45pm'),
(752, 92, 'IP/21/ND/CE/20002', 100, 6, 105, 'mth 211', 'calculus', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Jun 2023, 01:45pm'),
(753, 77, 'IP/21/ND/F/20008', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Jun 2023, 11:50am'),
(754, 77, 'IP/21/ND/F/20008', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Jun 2023, 11:50am'),
(755, 77, 'IP/21/ND/F/20008', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Jun 2023, 11:50am'),
(756, 77, 'IP/21/ND/F/20008', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Jun 2023, 11:50am'),
(757, 77, 'IP/21/ND/F/20008', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Jun 2023, 11:50am'),
(758, 77, 'IP/21/ND/F/20008', 100, 8, 192, 'fas 124', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Jun 2023, 11:50am'),
(759, 77, 'IP/21/ND/F/20008', 100, 8, 193, 'fas 125', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Jun 2023, 11:50am'),
(760, 77, 'IP/21/ND/F/20008', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Jun 2023, 11:50am'),
(761, 77, 'IP/21/ND/F/20008', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Jun 2023, 11:50am'),
(762, 77, 'IP/21/ND/F/20008', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Jun 2023, 11:50am'),
(763, 83, 'IP/21/ND/B/20011', 100, 5, 17, 'acc 121', 'principle of accounts ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:20pm'),
(764, 83, 'IP/21/ND/B/20011', 100, 5, 12, 'bam 121', 'introduction to business ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:20pm'),
(765, 83, 'IP/21/ND/B/20011', 100, 5, 13, 'bam 122', 'business mathematics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:20pm'),
(766, 83, 'IP/21/ND/B/20011', 100, 5, 14, 'bam 124', 'principles of economics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:20pm'),
(767, 83, 'IP/21/ND/B/20011', 100, 5, 16, 'bam 125', 'information technology 1 (data processing)', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:20pm'),
(768, 83, 'IP/21/ND/B/20011', 100, 5, 15, 'bam 126', 'introduction to entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:20pm'),
(769, 83, 'IP/21/ND/B/20011', 100, 5, 21, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:20pm'),
(770, 83, 'IP/21/ND/B/20011', 100, 5, 20, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:20pm'),
(771, 83, 'IP/21/ND/B/20011', 100, 5, 19, 'otm 112', 'technical english i', 4, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:20pm'),
(772, 86, 'IP/21/ND/B/20014', 100, 5, 17, 'acc 121', 'principle of accounts ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:29pm'),
(773, 86, 'IP/21/ND/B/20014', 100, 5, 12, 'bam 121', 'introduction to business ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:29pm'),
(774, 86, 'IP/21/ND/B/20014', 100, 5, 13, 'bam 122', 'business mathematics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:29pm'),
(775, 86, 'IP/21/ND/B/20014', 100, 5, 14, 'bam 124', 'principles of economics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:29pm'),
(776, 86, 'IP/21/ND/B/20014', 100, 5, 16, 'bam 125', 'information technology 1 (data processing)', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:29pm'),
(777, 86, 'IP/21/ND/B/20014', 100, 5, 15, 'bam 126', 'introduction to entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:29pm'),
(778, 86, 'IP/21/ND/B/20014', 100, 5, 21, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:29pm'),
(779, 86, 'IP/21/ND/B/20014', 100, 5, 20, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:29pm'),
(780, 86, 'IP/21/ND/B/20014', 100, 5, 19, 'otm 112', 'technical english i', 4, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '26 Jun 2023, 01:29pm'),
(781, 60, 'IP/21/ND/CS/20004', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Jul 2023, 04:29pm'),
(782, 60, 'IP/21/ND/CS/20004', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Jul 2023, 04:29pm'),
(783, 60, 'IP/21/ND/CS/20004', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Jul 2023, 04:29pm'),
(784, 60, 'IP/21/ND/CS/20004', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Jul 2023, 04:29pm'),
(785, 60, 'IP/21/ND/CS/20004', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Jul 2023, 04:29pm'),
(786, 60, 'IP/21/ND/CS/20004', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Jul 2023, 04:29pm'),
(787, 60, 'IP/21/ND/CS/20004', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Jul 2023, 04:29pm'),
(788, 60, 'IP/21/ND/CS/20004', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Jul 2023, 04:29pm'),
(789, 60, 'IP/21/ND/CS/20004', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Jul 2023, 04:29pm'),
(790, 75, 'IP/21/ND/F/20006', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jul 2023, 05:02pm'),
(791, 75, 'IP/21/ND/F/20006', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jul 2023, 05:02pm'),
(792, 75, 'IP/21/ND/F/20006', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jul 2023, 05:02pm'),
(793, 75, 'IP/21/ND/F/20006', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jul 2023, 05:02pm'),
(794, 75, 'IP/21/ND/F/20006', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jul 2023, 05:02pm'),
(795, 75, 'IP/21/ND/F/20006', 100, 8, 192, 'fas 124', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jul 2023, 05:02pm'),
(796, 75, 'IP/21/ND/F/20006', 100, 8, 193, 'fas 125', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jul 2023, 05:02pm'),
(797, 75, 'IP/21/ND/F/20006', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jul 2023, 05:02pm'),
(798, 75, 'IP/21/ND/F/20006', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jul 2023, 05:02pm'),
(799, 75, 'IP/21/ND/F/20006', 100, 8, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jul 2023, 05:02pm'),
(800, 75, 'IP/21/ND/F/20006', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jul 2023, 05:02pm'),
(801, 100, 'IP/21/ND/E/20006', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Sep 2023, 11:03am'),
(802, 100, 'IP/21/ND/E/20006', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Sep 2023, 11:03am'),
(803, 100, 'IP/21/ND/E/20006', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Sep 2023, 11:03am'),
(804, 100, 'IP/21/ND/E/20006', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Sep 2023, 11:03am'),
(805, 100, 'IP/21/ND/E/20006', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Sep 2023, 11:03am'),
(806, 100, 'IP/21/ND/E/20006', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Sep 2023, 11:03am'),
(807, 100, 'IP/21/ND/E/20006', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Sep 2023, 11:03am'),
(808, 100, 'IP/21/ND/E/20006', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Sep 2023, 11:03am'),
(809, 100, 'IP/21/ND/E/20006', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Sep 2023, 11:03am'),
(810, 100, 'IP/21/ND/E/20006', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Sep 2023, 11:03am'),
(811, 100, 'IP/21/ND/E/20006', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Sep 2023, 11:03am'),
(812, 82, 'IP/21/ND/B/20010', 100, 5, 17, 'acc 121', 'principle of accounts ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '18 Sep 2023, 04:28pm'),
(813, 82, 'IP/21/ND/B/20010', 100, 5, 12, 'bam 121', 'introduction to business ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '18 Sep 2023, 04:28pm'),
(814, 82, 'IP/21/ND/B/20010', 100, 5, 14, 'bam 124', 'principles of economics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '18 Sep 2023, 04:28pm'),
(815, 82, 'IP/21/ND/B/20010', 100, 5, 13, 'bam 122', 'business mathematics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '18 Sep 2023, 04:28pm'),
(816, 82, 'IP/21/ND/B/20010', 100, 5, 16, 'bam 125', 'information technology 1 (data processing)', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '18 Sep 2023, 04:28pm'),
(817, 82, 'IP/21/ND/B/20010', 100, 5, 15, 'bam 126', 'introduction to entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '18 Sep 2023, 04:28pm'),
(818, 82, 'IP/21/ND/B/20010', 100, 5, 21, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '18 Sep 2023, 04:28pm'),
(819, 82, 'IP/21/ND/B/20010', 100, 5, 20, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '18 Sep 2023, 04:28pm'),
(820, 49, 'IP/21/ND/E/20002', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 10:53am'),
(821, 49, 'IP/21/ND/E/20002', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 10:53am'),
(822, 49, 'IP/21/ND/E/20002', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 10:53am'),
(823, 49, 'IP/21/ND/E/20002', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 10:53am'),
(824, 49, 'IP/21/ND/E/20002', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 10:53am'),
(825, 49, 'IP/21/ND/E/20002', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 10:53am'),
(826, 49, 'IP/21/ND/E/20002', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 10:53am'),
(827, 49, 'IP/21/ND/E/20002', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 10:53am'),
(828, 49, 'IP/21/ND/E/20002', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 10:53am'),
(829, 49, 'IP/21/ND/E/20002', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 10:53am'),
(830, 49, 'IP/21/ND/E/20002', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 10:53am'),
(831, 49, 'IP/21/ND/E/20002', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 10:53am'),
(832, 98, 'IP/21/ND/E/20004', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 11:06am'),
(833, 98, 'IP/21/ND/E/20004', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 11:06am'),
(834, 98, 'IP/21/ND/E/20004', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 11:06am'),
(835, 98, 'IP/21/ND/E/20004', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 11:06am'),
(836, 98, 'IP/21/ND/E/20004', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 11:06am'),
(837, 98, 'IP/21/ND/E/20004', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 11:06am'),
(838, 98, 'IP/21/ND/E/20004', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 11:06am'),
(839, 98, 'IP/21/ND/E/20004', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 11:06am'),
(840, 98, 'IP/21/ND/E/20004', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 11:06am'),
(841, 98, 'IP/21/ND/E/20004', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 11:06am'),
(842, 98, 'IP/21/ND/E/20004', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 11:06am'),
(843, 98, 'IP/21/ND/E/20004', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 11:06am'),
(844, 98, 'IP/21/ND/E/20004', 100, 9, 134, 'eec 124', 'electronics i', 3, '', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2023, 11:06am'),
(845, 100, 'IP/21/ND/E/20006', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Sep 2023, 11:32am'),
(846, 100, 'IP/21/ND/E/20006', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Sep 2023, 11:32am'),
(847, 100, 'IP/21/ND/E/20006', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Sep 2023, 11:32am'),
(848, 100, 'IP/21/ND/E/20006', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Sep 2023, 11:32am'),
(849, 100, 'IP/21/ND/E/20006', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Sep 2023, 11:32am'),
(850, 100, 'IP/21/ND/E/20006', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Sep 2023, 11:32am'),
(851, 100, 'IP/21/ND/E/20006', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Sep 2023, 11:32am'),
(852, 100, 'IP/21/ND/E/20006', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Sep 2023, 11:32am'),
(853, 100, 'IP/21/ND/E/20006', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Sep 2023, 11:32am'),
(854, 48, 'IP/21/ND/E/20001', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Sep 2023, 05:53pm'),
(855, 48, 'IP/21/ND/E/20001', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Sep 2023, 05:53pm'),
(856, 48, 'IP/21/ND/E/20001', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Sep 2023, 05:53pm'),
(857, 48, 'IP/21/ND/E/20001', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Sep 2023, 05:53pm'),
(858, 48, 'IP/21/ND/E/20001', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Sep 2023, 05:53pm'),
(859, 48, 'IP/21/ND/E/20001', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Sep 2023, 05:53pm'),
(860, 48, 'IP/21/ND/E/20001', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Sep 2023, 05:53pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(861, 48, 'IP/21/ND/E/20001', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Sep 2023, 05:53pm'),
(862, 48, 'IP/21/ND/E/20001', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Sep 2023, 05:53pm'),
(863, 48, 'IP/21/ND/E/20001', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Sep 2023, 05:53pm'),
(864, 48, 'IP/21/ND/E/20001', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Sep 2023, 05:53pm'),
(865, 48, 'IP/21/ND/E/20001', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Sep 2023, 05:53pm'),
(866, 61, 'IP/21/ND/CS/20005', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2023, 07:20pm'),
(867, 61, 'IP/21/ND/CS/20005', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2023, 07:20pm'),
(868, 61, 'IP/21/ND/CS/20005', 100, 7, 207, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2023, 07:20pm'),
(869, 61, 'IP/21/ND/CS/20005', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2023, 07:20pm'),
(870, 61, 'IP/21/ND/CS/20005', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2023, 07:20pm'),
(871, 61, 'IP/21/ND/CS/20005', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2023, 07:20pm'),
(872, 61, 'IP/21/ND/CS/20005', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2023, 07:20pm'),
(873, 61, 'IP/21/ND/CS/20005', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2023, 07:20pm'),
(874, 78, 'IP/21/ND/F/20009', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 11:17am'),
(875, 78, 'IP/21/ND/F/20009', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 11:17am'),
(876, 78, 'IP/21/ND/F/20009', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 11:17am'),
(877, 78, 'IP/21/ND/F/20009', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 11:17am'),
(878, 78, 'IP/21/ND/F/20009', 100, 8, 192, 'fas 124', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 11:17am'),
(879, 78, 'IP/21/ND/F/20009', 100, 8, 193, 'fas 125', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 11:17am'),
(880, 78, 'IP/21/ND/F/20009', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 11:17am'),
(881, 78, 'IP/21/ND/F/20009', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 11:17am'),
(882, 78, 'IP/21/ND/F/20009', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 11:17am'),
(883, 78, 'IP/21/ND/F/20009', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 11:17am'),
(884, 77, 'IP/21/ND/F/20008', 100, 8, 198, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 12:02pm'),
(885, 77, 'IP/21/ND/F/20008', 100, 8, 196, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 12:02pm'),
(886, 77, 'IP/21/ND/F/20008', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 12:02pm'),
(887, 77, 'IP/21/ND/F/20008', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 12:02pm'),
(888, 77, 'IP/21/ND/F/20008', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 12:02pm'),
(889, 77, 'IP/21/ND/F/20008', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 12:02pm'),
(890, 77, 'IP/21/ND/F/20008', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 12:02pm'),
(891, 77, 'IP/21/ND/F/20008', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 12:02pm'),
(892, 174, 'IP/21/ND/F/20004', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 03:03pm'),
(893, 174, 'IP/21/ND/F/20004', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 03:03pm'),
(894, 174, 'IP/21/ND/F/20004', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 03:03pm'),
(895, 174, 'IP/21/ND/F/20004', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 03:03pm'),
(896, 174, 'IP/21/ND/F/20004', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 03:03pm'),
(897, 174, 'IP/21/ND/F/20004', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 03:03pm'),
(898, 174, 'IP/21/ND/F/20004', 100, 8, 196, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 03:03pm'),
(899, 174, 'IP/21/ND/F/20004', 100, 8, 198, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Nov 2023, 03:03pm'),
(900, 174, 'IP/21/ND/F/20004', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 03:09pm'),
(901, 174, 'IP/21/ND/F/20004', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 03:09pm'),
(902, 174, 'IP/21/ND/F/20004', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 03:09pm'),
(903, 174, 'IP/21/ND/F/20004', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 03:09pm'),
(904, 174, 'IP/21/ND/F/20004', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 03:09pm'),
(905, 174, 'IP/21/ND/F/20004', 100, 8, 192, 'fas 124', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 03:09pm'),
(906, 174, 'IP/21/ND/F/20004', 100, 8, 193, 'fas 125', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 03:09pm'),
(907, 174, 'IP/21/ND/F/20004', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 03:09pm'),
(908, 174, 'IP/21/ND/F/20004', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 03:09pm'),
(909, 174, 'IP/21/ND/F/20004', 100, 8, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Nov 2023, 03:09pm'),
(910, 177, 'IP/21/ND/CS/20009', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:22pm'),
(911, 177, 'IP/21/ND/CS/20009', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:22pm'),
(912, 177, 'IP/21/ND/CS/20009', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:22pm'),
(913, 177, 'IP/21/ND/CS/20009', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:22pm'),
(914, 177, 'IP/21/ND/CS/20009', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:22pm'),
(915, 177, 'IP/21/ND/CS/20009', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:22pm'),
(916, 177, 'IP/21/ND/CS/20009', 100, 7, 207, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:22pm'),
(917, 177, 'IP/21/ND/CS/20009', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:22pm'),
(918, 177, 'IP/21/ND/CS/20009', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Nov 2023, 04:35pm'),
(919, 177, 'IP/21/ND/CS/20009', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Nov 2023, 04:35pm'),
(920, 177, 'IP/21/ND/CS/20009', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Nov 2023, 04:35pm'),
(921, 177, 'IP/21/ND/CS/20009', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Nov 2023, 04:35pm'),
(922, 177, 'IP/21/ND/CS/20009', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Nov 2023, 04:35pm'),
(923, 177, 'IP/21/ND/CS/20009', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Nov 2023, 04:35pm'),
(924, 177, 'IP/21/ND/CS/20009', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Nov 2023, 04:35pm'),
(925, 177, 'IP/21/ND/CS/20009', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Nov 2023, 04:35pm'),
(926, 177, 'IP/21/ND/CS/20009', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Nov 2023, 04:35pm'),
(927, 177, 'IP/21/ND/CS/20009', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Nov 2023, 04:35pm'),
(928, 177, 'IP/21/ND/CS/20009', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:55pm'),
(929, 177, 'IP/21/ND/CS/20009', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:55pm'),
(930, 177, 'IP/21/ND/CS/20009', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:55pm'),
(931, 177, 'IP/21/ND/CS/20009', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:55pm'),
(932, 177, 'IP/21/ND/CS/20009', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:55pm'),
(933, 177, 'IP/21/ND/CS/20009', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:55pm'),
(934, 177, 'IP/21/ND/CS/20009', 100, 7, 207, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:55pm'),
(935, 177, 'IP/21/ND/CS/20009', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Nov 2023, 04:55pm'),
(936, 82, 'IP/21/ND/B/20010', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:32pm'),
(937, 82, 'IP/21/ND/B/20010', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:32pm'),
(938, 82, 'IP/21/ND/B/20010', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:32pm'),
(939, 82, 'IP/21/ND/B/20010', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:32pm'),
(940, 82, 'IP/21/ND/B/20010', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:32pm'),
(941, 82, 'IP/21/ND/B/20010', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:32pm'),
(942, 82, 'IP/21/ND/B/20010', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:32pm'),
(943, 90, 'IP/21/ND/B/20018', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:56pm'),
(944, 90, 'IP/21/ND/B/20018', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:56pm'),
(945, 90, 'IP/21/ND/B/20018', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:56pm'),
(946, 90, 'IP/21/ND/B/20018', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:56pm'),
(947, 90, 'IP/21/ND/B/20018', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:56pm'),
(948, 90, 'IP/21/ND/B/20018', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:56pm'),
(949, 90, 'IP/21/ND/B/20018', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:56pm'),
(950, 90, 'IP/21/ND/B/20018', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:56pm'),
(951, 90, 'IP/21/ND/B/20018', 100, 5, 18, 'bam 123', 'principal of law', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:56pm'),
(952, 90, 'IP/21/ND/B/20018', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:56pm'),
(953, 90, 'IP/21/ND/B/20018', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Nov 2023, 01:56pm'),
(954, 102, 'IP/21/ND/B/20020', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 03:13pm'),
(955, 102, 'IP/21/ND/B/20020', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 03:13pm'),
(956, 102, 'IP/21/ND/B/20020', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 03:13pm'),
(957, 102, 'IP/21/ND/B/20020', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 03:13pm'),
(958, 102, 'IP/21/ND/B/20020', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 03:13pm'),
(959, 102, 'IP/21/ND/B/20020', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 03:13pm'),
(960, 102, 'IP/21/ND/B/20020', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 03:13pm'),
(961, 102, 'IP/21/ND/B/20020', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 03:13pm'),
(962, 102, 'IP/21/ND/B/20020', 100, 5, 18, 'bam 123', 'principal of law', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 03:13pm'),
(963, 102, 'IP/21/ND/B/20020', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 03:13pm'),
(964, 102, 'IP/21/ND/B/20020', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 03:13pm'),
(965, 102, 'IP/21/ND/B/20020', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 03:13pm'),
(966, 102, 'IP/21/ND/B/20020', 200, 5, 17, 'acc 121', 'principle of accounts ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '14 Nov 2023, 03:26pm'),
(967, 102, 'IP/21/ND/B/20020', 200, 5, 12, 'bam 121', 'introduction to business ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '14 Nov 2023, 03:26pm'),
(968, 102, 'IP/21/ND/B/20020', 200, 5, 13, 'bam 122', 'business mathematics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '14 Nov 2023, 03:26pm'),
(969, 102, 'IP/21/ND/B/20020', 200, 5, 14, 'bam 124', 'principles of economics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '14 Nov 2023, 03:26pm'),
(970, 102, 'IP/21/ND/B/20020', 200, 5, 16, 'bam 125', 'information technology 1 (data processing)', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '14 Nov 2023, 03:26pm'),
(971, 102, 'IP/21/ND/B/20020', 200, 5, 15, 'bam 126', 'introduction to entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '14 Nov 2023, 03:26pm'),
(972, 102, 'IP/21/ND/B/20020', 200, 5, 284, 'otm 112', 'technical english 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '14 Nov 2023, 03:26pm'),
(973, 102, 'IP/21/ND/B/20020', 200, 5, 285, 'otm 222', 'communication skills 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '14 Nov 2023, 03:26pm'),
(974, 78, 'IP/21/ND/F/20009', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 08:44pm'),
(975, 78, 'IP/21/ND/F/20009', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 08:44pm'),
(976, 78, 'IP/21/ND/F/20009', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 08:44pm'),
(977, 78, 'IP/21/ND/F/20009', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 08:44pm'),
(978, 78, 'IP/21/ND/F/20009', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 08:44pm'),
(979, 78, 'IP/21/ND/F/20009', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 08:44pm'),
(980, 78, 'IP/21/ND/F/20009', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 08:44pm'),
(981, 78, 'IP/21/ND/F/20009', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 08:44pm'),
(982, 78, 'IP/21/ND/F/20009', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Nov 2023, 08:44pm'),
(1352, 182, 'IP/21/ND/F/20009', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1351, 182, 'IP/21/ND/F/20009', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1350, 182, 'IP/21/ND/F/20009', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(986, 91, 'IP/21/ND/B/20019', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 10:31am'),
(987, 91, 'IP/21/ND/B/20019', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 10:31am'),
(988, 91, 'IP/21/ND/B/20019', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 10:31am'),
(989, 91, 'IP/21/ND/B/20019', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 10:31am'),
(990, 91, 'IP/21/ND/B/20019', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 10:31am'),
(991, 91, 'IP/21/ND/B/20019', 100, 5, 18, 'bam 123', 'principal of law', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 10:31am'),
(992, 91, 'IP/21/ND/B/20019', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 10:31am'),
(993, 91, 'IP/21/ND/B/20019', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 10:31am'),
(994, 91, 'IP/21/ND/B/20019', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 10:31am'),
(995, 91, 'IP/21/ND/B/20019', 100, 5, 17, 'acc 121', 'principle of accounts ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:39am'),
(996, 91, 'IP/21/ND/B/20019', 100, 5, 12, 'bam 121', 'introduction to business ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:39am'),
(997, 91, 'IP/21/ND/B/20019', 100, 5, 13, 'bam 122', 'business mathematics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:39am'),
(998, 91, 'IP/21/ND/B/20019', 100, 5, 14, 'bam 124', 'principles of economics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:39am'),
(999, 91, 'IP/21/ND/B/20019', 100, 5, 16, 'bam 125', 'information technology 1 (data processing)', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:39am'),
(1000, 91, 'IP/21/ND/B/20019', 100, 5, 15, 'bam 126', 'introduction to entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:39am'),
(1001, 91, 'IP/21/ND/B/20019', 100, 5, 20, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:39am'),
(1002, 91, 'IP/21/ND/B/20019', 100, 5, 284, 'otm 112', 'technical english 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:39am'),
(1003, 177, 'IP/21/ND/CS/20009', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:41am'),
(1004, 177, 'IP/21/ND/CS/20009', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:41am'),
(1005, 177, 'IP/21/ND/CS/20009', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:41am'),
(1006, 177, 'IP/21/ND/CS/20009', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:41am'),
(1007, 177, 'IP/21/ND/CS/20009', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:41am'),
(1008, 177, 'IP/21/ND/CS/20009', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:41am'),
(1009, 177, 'IP/21/ND/CS/20009', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:41am'),
(1010, 177, 'IP/21/ND/CS/20009', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:41am'),
(1011, 177, 'IP/21/ND/CS/20009', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:41am'),
(1012, 177, 'IP/21/ND/CS/20009', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 10:41am'),
(1013, 61, 'IP/21/ND/CS/20005', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 11:09am'),
(1014, 61, 'IP/21/ND/CS/20005', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 11:09am'),
(1015, 61, 'IP/21/ND/CS/20005', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 11:09am'),
(1016, 61, 'IP/21/ND/CS/20005', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 11:09am'),
(1017, 61, 'IP/21/ND/CS/20005', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 11:09am'),
(1018, 61, 'IP/21/ND/CS/20005', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 11:09am'),
(1019, 61, 'IP/21/ND/CS/20005', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 11:09am'),
(1020, 61, 'IP/21/ND/CS/20005', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 11:09am'),
(1021, 61, 'IP/21/ND/CS/20005', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 11:09am'),
(1022, 61, 'IP/21/ND/CS/20005', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 11:09am'),
(1023, 61, 'IP/21/ND/CS/20005', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:25am'),
(1024, 61, 'IP/21/ND/CS/20005', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:25am'),
(1025, 61, 'IP/21/ND/CS/20005', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:25am'),
(1026, 61, 'IP/21/ND/CS/20005', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:25am'),
(1027, 61, 'IP/21/ND/CS/20005', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:25am'),
(1028, 61, 'IP/21/ND/CS/20005', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:25am'),
(1029, 61, 'IP/21/ND/CS/20005', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:25am'),
(1030, 61, 'IP/21/ND/CS/20005', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:25am'),
(1031, 61, 'IP/21/ND/CS/20005', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:25am'),
(1032, 170, 'IP/23/ND/CS/0013', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:27am'),
(1033, 170, 'IP/23/ND/CS/0013', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:27am'),
(1034, 170, 'IP/23/ND/CS/0013', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:27am'),
(1035, 170, 'IP/23/ND/CS/0013', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:27am'),
(1036, 170, 'IP/23/ND/CS/0013', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:27am'),
(1037, 170, 'IP/23/ND/CS/0013', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:27am'),
(1038, 170, 'IP/23/ND/CS/0013', 100, 7, 207, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:27am'),
(1039, 170, 'IP/23/ND/CS/0013', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 11:27am'),
(1040, 105, 'IP/22/ND/B/20002', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:01pm'),
(1041, 105, 'IP/22/ND/B/20002', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:01pm'),
(1042, 105, 'IP/22/ND/B/20002', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:01pm'),
(1043, 105, 'IP/22/ND/B/20002', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:01pm'),
(1044, 105, 'IP/22/ND/B/20002', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:01pm'),
(1045, 105, 'IP/22/ND/B/20002', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:01pm'),
(1046, 105, 'IP/22/ND/B/20002', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:01pm'),
(1047, 105, 'IP/22/ND/B/20002', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:01pm'),
(1048, 105, 'IP/22/ND/B/20002', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:01pm'),
(1049, 105, 'IP/22/ND/B/20002', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:01pm'),
(1050, 105, 'IP/22/ND/B/20002', 100, 5, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:01pm'),
(1051, 116, 'IP/22/ND/B/20013', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:02pm'),
(1052, 116, 'IP/22/ND/B/20013', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:02pm'),
(1053, 116, 'IP/22/ND/B/20013', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:02pm'),
(1054, 116, 'IP/22/ND/B/20013', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:02pm'),
(1055, 116, 'IP/22/ND/B/20013', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:02pm'),
(1056, 116, 'IP/22/ND/B/20013', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:02pm'),
(1057, 116, 'IP/22/ND/B/20013', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:02pm'),
(1058, 116, 'IP/22/ND/B/20013', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:02pm'),
(1059, 116, 'IP/22/ND/B/20013', 100, 5, 18, 'bam 123', 'principal of law', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:02pm'),
(1060, 116, 'IP/22/ND/B/20013', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:02pm'),
(1061, 116, 'IP/22/ND/B/20013', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:02pm'),
(1062, 116, 'IP/22/ND/B/20013', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:02pm'),
(1063, 108, 'IP/22/ND/B/20005', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:03pm'),
(1064, 108, 'IP/22/ND/B/20005', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:03pm'),
(1065, 108, 'IP/22/ND/B/20005', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:03pm'),
(1066, 108, 'IP/22/ND/B/20005', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:03pm'),
(1067, 108, 'IP/22/ND/B/20005', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:03pm'),
(1068, 108, 'IP/22/ND/B/20005', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:03pm'),
(1069, 108, 'IP/22/ND/B/20005', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:03pm'),
(1070, 108, 'IP/22/ND/B/20005', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:03pm'),
(1071, 108, 'IP/22/ND/B/20005', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:03pm'),
(1072, 108, 'IP/22/ND/B/20005', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:03pm'),
(1073, 108, 'IP/22/ND/B/20005', 100, 5, 18, 'bam 123', 'principal of law', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:03pm'),
(1074, 108, 'IP/22/ND/B/20005', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 12:03pm'),
(1075, 108, 'IP/22/ND/B/20005', 100, 5, 284, 'otm 112', 'technical english 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 01:03pm'),
(1076, 108, 'IP/22/ND/B/20005', 100, 5, 20, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 01:03pm'),
(1077, 108, 'IP/22/ND/B/20005', 100, 5, 15, 'bam 126', 'introduction to entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 01:03pm'),
(1078, 108, 'IP/22/ND/B/20005', 100, 5, 14, 'bam 124', 'principles of economics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 01:03pm'),
(1079, 108, 'IP/22/ND/B/20005', 100, 5, 13, 'bam 122', 'business mathematics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 01:03pm'),
(1080, 108, 'IP/22/ND/B/20005', 100, 5, 12, 'bam 121', 'introduction to business ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 01:03pm'),
(1081, 108, 'IP/22/ND/B/20005', 100, 5, 17, 'acc 121', 'principle of accounts ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 01:03pm'),
(1082, 108, 'IP/22/ND/B/20005', 100, 5, 16, 'bam 125', 'information technology 1 (data processing)', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 01:03pm'),
(1083, 116, 'IP/22/ND/B/20013', 200, 5, 17, 'acc 121', 'principle of accounts ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 02:19pm'),
(1084, 116, 'IP/22/ND/B/20013', 200, 5, 14, 'bam 124', 'principles of economics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 02:19pm'),
(1085, 116, 'IP/22/ND/B/20013', 200, 5, 12, 'bam 121', 'introduction to business ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 02:19pm'),
(1086, 116, 'IP/22/ND/B/20013', 200, 5, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 02:19pm'),
(1087, 116, 'IP/22/ND/B/20013', 200, 5, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 02:19pm'),
(1088, 116, 'IP/22/ND/B/20013', 200, 5, 18, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 02:19pm'),
(1089, 116, 'IP/22/ND/B/20013', 200, 5, 13, 'bam 122', 'business mathematics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 02:19pm'),
(1090, 116, 'IP/22/ND/B/20013', 200, 5, 16, 'bam 125', 'information technology 1 (data processing)', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 02:19pm'),
(1091, 116, 'IP/22/ND/B/20013', 200, 5, 15, 'bam 126', 'introduction to entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 02:19pm'),
(1092, 91, 'IP/21/ND/B/20019', 100, 5, 17, 'acc 121', 'principle of accounts ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 02:44pm'),
(1093, 91, 'IP/21/ND/B/20019', 100, 5, 12, 'bam 121', 'introduction to business ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 02:44pm'),
(1094, 91, 'IP/21/ND/B/20019', 100, 5, 13, 'bam 122', 'business mathematics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 02:44pm'),
(1095, 91, 'IP/21/ND/B/20019', 100, 5, 18, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 02:44pm'),
(1096, 91, 'IP/21/ND/B/20019', 100, 5, 14, 'bam 124', 'principles of economics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 02:44pm'),
(1097, 91, 'IP/21/ND/B/20019', 100, 5, 16, 'bam 125', 'information technology 1 (data processing)', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 02:44pm'),
(1098, 91, 'IP/21/ND/B/20019', 100, 5, 15, 'bam 126', 'introduction to entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 02:44pm'),
(1099, 91, 'IP/21/ND/B/20019', 100, 5, 20, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 02:44pm'),
(1100, 91, 'IP/21/ND/B/20019', 100, 5, 284, 'otm 112', 'technical english 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 02:44pm'),
(1101, 33, 'IP/21/ND/B/20005', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 03:39pm'),
(1102, 33, 'IP/21/ND/B/20005', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 03:39pm'),
(1103, 33, 'IP/21/ND/B/20005', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 03:39pm'),
(1104, 33, 'IP/21/ND/B/20005', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 03:39pm'),
(1105, 33, 'IP/21/ND/B/20005', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 03:39pm'),
(1106, 33, 'IP/21/ND/B/20005', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 03:39pm'),
(1107, 33, 'IP/21/ND/B/20005', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 03:39pm'),
(1108, 33, 'IP/21/ND/B/20005', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 03:39pm'),
(1109, 33, 'IP/21/ND/B/20005', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 03:39pm'),
(1110, 33, 'IP/21/ND/B/20005', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 03:39pm'),
(1111, 33, 'IP/21/ND/B/20005', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Nov 2023, 03:39pm'),
(1112, 33, 'IP/21/ND/B/20005', 100, 5, 17, 'acc 121', 'principle of accounts ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 03:44pm'),
(1113, 33, 'IP/21/ND/B/20005', 100, 5, 12, 'bam 121', 'introduction to business ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 03:44pm'),
(1114, 33, 'IP/21/ND/B/20005', 100, 5, 13, 'bam 122', 'business mathematics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 03:44pm'),
(1115, 33, 'IP/21/ND/B/20005', 100, 5, 18, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 03:44pm'),
(1116, 33, 'IP/21/ND/B/20005', 100, 5, 14, 'bam 124', 'principles of economics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 03:44pm'),
(1117, 33, 'IP/21/ND/B/20005', 100, 5, 16, 'bam 125', 'information technology 1 (data processing)', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 03:44pm'),
(1118, 33, 'IP/21/ND/B/20005', 100, 5, 15, 'bam 126', 'introduction to entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 03:44pm'),
(1119, 33, 'IP/21/ND/B/20005', 100, 5, 20, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 03:44pm'),
(1120, 33, 'IP/21/ND/B/20005', 100, 5, 284, 'otm 112', 'technical english 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Nov 2023, 03:44pm'),
(1121, 90, 'IP/21/ND/B/20018', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 12:39pm'),
(1122, 90, 'IP/21/ND/B/20018', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 12:39pm'),
(1123, 90, 'IP/21/ND/B/20018', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 12:39pm'),
(1124, 90, 'IP/21/ND/B/20018', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 12:39pm'),
(1125, 90, 'IP/21/ND/B/20018', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 12:39pm'),
(1126, 90, 'IP/21/ND/B/20018', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 12:39pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(1127, 90, 'IP/21/ND/B/20018', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 12:39pm'),
(1128, 90, 'IP/21/ND/B/20018', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 12:39pm'),
(1129, 90, 'IP/21/ND/B/20018', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 12:39pm'),
(1130, 103, 'IP/22/ND/F/20010', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:29pm'),
(1131, 103, 'IP/22/ND/F/20010', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:29pm'),
(1132, 103, 'IP/22/ND/F/20010', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:29pm'),
(1133, 103, 'IP/22/ND/F/20010', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:29pm'),
(1134, 103, 'IP/22/ND/F/20010', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:29pm'),
(1135, 103, 'IP/22/ND/F/20010', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:29pm'),
(1136, 103, 'IP/22/ND/F/20010', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:29pm'),
(1137, 103, 'IP/22/ND/F/20010', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:29pm'),
(1138, 103, 'IP/22/ND/F/20010', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:29pm'),
(1139, 86, 'IP/21/ND/B/20014', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:34pm'),
(1140, 86, 'IP/21/ND/B/20014', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:34pm'),
(1141, 86, 'IP/21/ND/B/20014', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:34pm'),
(1142, 86, 'IP/21/ND/B/20014', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:34pm'),
(1143, 86, 'IP/21/ND/B/20014', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:34pm'),
(1144, 86, 'IP/21/ND/B/20014', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:34pm'),
(1145, 86, 'IP/21/ND/B/20014', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:34pm'),
(1146, 86, 'IP/21/ND/B/20014', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Nov 2023, 03:34pm'),
(1147, 92, 'IP/21/ND/CE/20002', 200, 6, 77, 'cte 231', 'micro computer fundamentals', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:39pm'),
(1148, 92, 'IP/21/ND/CE/20002', 200, 6, 78, 'cte 232', 'computer workshop practice i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:39pm'),
(1149, 92, 'IP/21/ND/CE/20002', 200, 6, 79, 'cte 233', 'digital computer fundamentals ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:39pm'),
(1150, 92, 'IP/21/ND/CE/20002', 200, 6, 80, 'cte 234', 'computer architecture i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:39pm'),
(1151, 92, 'IP/21/ND/CE/20002', 200, 6, 81, 'cte 235', 'electrical measurement and instrumentation ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:39pm'),
(1152, 92, 'IP/21/ND/CE/20002', 200, 6, 82, 'cte 236', 'introduction to visual basic programming', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:39pm'),
(1153, 92, 'IP/21/ND/CE/20002', 200, 6, 83, 'eec 234', 'electronics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:39pm'),
(1154, 92, 'IP/21/ND/CE/20002', 200, 6, 84, 'eec 239', 'electrical circuit theory i', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:39pm'),
(1155, 92, 'IP/21/ND/CE/20002', 200, 6, 86, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:39pm'),
(1156, 92, 'IP/21/ND/CE/20002', 200, 6, 85, 'mth 202', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:39pm'),
(1157, 92, 'IP/21/ND/CE/20002', 200, 6, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:39pm'),
(1158, 86, 'IP/21/ND/B/20014', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:40pm'),
(1159, 86, 'IP/21/ND/B/20014', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:40pm'),
(1160, 86, 'IP/21/ND/B/20014', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:40pm'),
(1161, 86, 'IP/21/ND/B/20014', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:40pm'),
(1162, 86, 'IP/21/ND/B/20014', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:40pm'),
(1163, 86, 'IP/21/ND/B/20014', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:40pm'),
(1164, 82, 'IP/21/ND/B/20010', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:41pm'),
(1165, 82, 'IP/21/ND/B/20010', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:41pm'),
(1166, 82, 'IP/21/ND/B/20010', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:41pm'),
(1167, 82, 'IP/21/ND/B/20010', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:41pm'),
(1168, 82, 'IP/21/ND/B/20010', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:41pm'),
(1169, 82, 'IP/21/ND/B/20010', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:41pm'),
(1170, 105, 'IP/22/ND/B/20002', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:49pm'),
(1171, 105, 'IP/22/ND/B/20002', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:49pm'),
(1172, 105, 'IP/22/ND/B/20002', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:49pm'),
(1173, 105, 'IP/22/ND/B/20002', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:49pm'),
(1174, 105, 'IP/22/ND/B/20002', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:49pm'),
(1175, 105, 'IP/22/ND/B/20002', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:49pm'),
(1176, 105, 'IP/22/ND/B/20002', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:49pm'),
(1177, 105, 'IP/22/ND/B/20002', 100, 5, 76, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:49pm'),
(1178, 105, 'IP/22/ND/B/20002', 100, 5, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Nov 2023, 03:49pm'),
(1179, 97, 'IP/21/ND/E/20003', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:20am'),
(1180, 97, 'IP/21/ND/E/20003', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:20am'),
(1181, 97, 'IP/21/ND/E/20003', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:20am'),
(1182, 97, 'IP/21/ND/E/20003', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:20am'),
(1183, 97, 'IP/21/ND/E/20003', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:20am'),
(1184, 97, 'IP/21/ND/E/20003', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:20am'),
(1185, 97, 'IP/21/ND/E/20003', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:20am'),
(1186, 97, 'IP/21/ND/E/20003', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:20am'),
(1187, 97, 'IP/21/ND/E/20003', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:20am'),
(1188, 97, 'IP/21/ND/E/20003', 200, 9, 128, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:20am'),
(1189, 97, 'IP/21/ND/E/20003', 200, 9, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:20am'),
(1190, 99, 'IP/21/ND/E/20005', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:21am'),
(1191, 99, 'IP/21/ND/E/20005', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:21am'),
(1192, 99, 'IP/21/ND/E/20005', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:21am'),
(1193, 99, 'IP/21/ND/E/20005', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:21am'),
(1194, 99, 'IP/21/ND/E/20005', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:21am'),
(1195, 99, 'IP/21/ND/E/20005', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:21am'),
(1196, 99, 'IP/21/ND/E/20005', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:21am'),
(1197, 99, 'IP/21/ND/E/20005', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:21am'),
(1198, 99, 'IP/21/ND/E/20005', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:21am'),
(1199, 99, 'IP/21/ND/E/20005', 200, 9, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:21am'),
(1200, 99, 'IP/21/ND/E/20005', 200, 9, 128, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:21am'),
(1201, 101, 'IP/21/ND/B/20007', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:29am'),
(1202, 101, 'IP/21/ND/B/20007', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:29am'),
(1203, 101, 'IP/21/ND/B/20007', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:29am'),
(1204, 101, 'IP/21/ND/B/20007', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:29am'),
(1205, 101, 'IP/21/ND/B/20007', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:29am'),
(1206, 101, 'IP/21/ND/B/20007', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:29am'),
(1750, 103, 'IP/22/ND/F/20010', 100, 8, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 02:32pm'),
(1749, 103, 'IP/22/ND/F/20010', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 02:32pm'),
(1748, 103, 'IP/22/ND/F/20010', 100, 8, 193, 'fas 125', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 02:32pm'),
(1746, 103, 'IP/22/ND/F/20010', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 02:32pm'),
(1747, 103, 'IP/22/ND/F/20010', 100, 8, 192, 'fas 124', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 02:32pm'),
(1744, 103, 'IP/22/ND/F/20010', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 02:32pm'),
(1723, 99, 'IP/21/ND/E/20005', 200, 9, 134, 'eec 124', 'electronics i', 3, '', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 12:20pm'),
(1215, 48, 'IP/21/ND/E/20001', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:37am'),
(1216, 48, 'IP/21/ND/E/20001', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:37am'),
(1217, 48, 'IP/21/ND/E/20001', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:37am'),
(1218, 48, 'IP/21/ND/E/20001', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:37am'),
(1219, 48, 'IP/21/ND/E/20001', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:37am'),
(1220, 48, 'IP/21/ND/E/20001', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:37am'),
(1221, 48, 'IP/21/ND/E/20001', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:37am'),
(1222, 48, 'IP/21/ND/E/20001', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:37am'),
(1223, 48, 'IP/21/ND/E/20001', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:37am'),
(1224, 48, 'IP/21/ND/E/20001', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:37am'),
(1225, 48, 'IP/21/ND/E/20001', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:37am'),
(1226, 179, 'IP/22/ND/B/20002', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:51am'),
(1227, 179, 'IP/22/ND/B/20002', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:51am'),
(1228, 179, 'IP/22/ND/B/20002', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:51am'),
(1229, 179, 'IP/22/ND/B/20002', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:51am'),
(1230, 179, 'IP/22/ND/B/20002', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:51am'),
(1231, 179, 'IP/22/ND/B/20002', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:51am'),
(1232, 179, 'IP/22/ND/B/20002', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:51am'),
(1233, 179, 'IP/22/ND/B/20002', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:51am'),
(1234, 179, 'IP/22/ND/B/20002', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:51am'),
(1235, 179, 'IP/22/ND/B/20002', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:51am'),
(1236, 179, 'IP/22/ND/B/20002', 100, 5, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 11:51am'),
(1237, 179, 'IP/22/ND/B/20002', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:56am'),
(1238, 179, 'IP/22/ND/B/20002', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:56am'),
(1239, 179, 'IP/22/ND/B/20002', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:56am'),
(1240, 179, 'IP/22/ND/B/20002', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:56am'),
(1241, 179, 'IP/22/ND/B/20002', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:56am'),
(1242, 179, 'IP/22/ND/B/20002', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:56am'),
(1243, 179, 'IP/22/ND/B/20002', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:56am'),
(1244, 179, 'IP/22/ND/B/20002', 100, 5, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:56am'),
(1245, 179, 'IP/22/ND/B/20002', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 11:56am'),
(1246, 75, 'IP/21/ND/F/20006', 200, 8, 227, 'ard 203', 'life drawing iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 04:37pm'),
(1247, 75, 'IP/21/ND/F/20006', 200, 8, 233, 'eed 216', 'entrepreneurship education ii', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 04:37pm'),
(1248, 75, 'IP/21/ND/F/20006', 200, 8, 303, 'eng 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 04:37pm'),
(1249, 75, 'IP/21/ND/F/20006', 200, 8, 305, 'fas 209', 'quality control', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 04:37pm'),
(1250, 75, 'IP/21/ND/F/20006', 200, 8, 226, 'fas 211', 'fashion design iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 04:37pm'),
(1251, 75, 'IP/21/ND/F/20006', 200, 8, 228, 'fas 212', 'fashion illustration iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 04:37pm'),
(1252, 75, 'IP/21/ND/F/20006', 200, 8, 229, 'fas 213', 'textile materials iii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 04:37pm'),
(1253, 75, 'IP/21/ND/F/20006', 200, 8, 230, 'fas 217', 'fashion photography', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 04:37pm'),
(1254, 75, 'IP/21/ND/F/20006', 200, 8, 304, 'fas 218', 'fashion merchandising', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 04:37pm'),
(1255, 75, 'IP/21/ND/F/20006', 200, 8, 232, 'gns 222', 'principle of economics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 04:37pm'),
(1256, 75, 'IP/21/ND/F/20006', 200, 8, 234, 'gns 228', 'research methodology', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 04:37pm'),
(1257, 75, 'IP/21/ND/F/20006', 200, 8, 235, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Nov 2023, 04:37pm'),
(1258, 75, 'IP/21/ND/F/20006', 200, 8, 254, 'ard 204', 'life drawing iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 04:54pm'),
(1259, 75, 'IP/21/ND/F/20006', 200, 8, 253, 'fas 221', 'fashion design iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 04:54pm'),
(1260, 75, 'IP/21/ND/F/20006', 200, 8, 255, 'fas 222', 'fashion illustration iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 04:54pm'),
(1261, 75, 'IP/21/ND/F/20006', 200, 8, 256, 'fas 223', 'textile materials iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 04:54pm'),
(1262, 75, 'IP/21/ND/F/20006', 200, 8, 192, 'fas 224', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 04:54pm'),
(1263, 75, 'IP/21/ND/F/20006', 200, 8, 193, 'fas 225', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 04:54pm'),
(1264, 75, 'IP/21/ND/F/20006', 200, 8, 257, 'fas 227', 'fashion accessories i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 04:54pm'),
(1265, 75, 'IP/21/ND/F/20006', 200, 8, 258, 'fas 228', 'computer aided design for fashion ii', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 04:54pm'),
(1266, 75, 'IP/21/ND/F/20006', 200, 8, 260, 'fas 229', 'project', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 04:54pm'),
(1267, 75, 'IP/21/ND/F/20006', 200, 8, 306, 'gns 202', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Nov 2023, 04:54pm'),
(1268, 97, 'IP/21/ND/E/20003', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 01:29pm'),
(1269, 97, 'IP/21/ND/E/20003', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 01:29pm'),
(1270, 97, 'IP/21/ND/E/20003', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 01:29pm'),
(1271, 97, 'IP/21/ND/E/20003', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 01:29pm'),
(1272, 97, 'IP/21/ND/E/20003', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 01:29pm'),
(1273, 97, 'IP/21/ND/E/20003', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 01:29pm'),
(1274, 97, 'IP/21/ND/E/20003', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 01:29pm'),
(1275, 97, 'IP/21/ND/E/20003', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 01:29pm'),
(1276, 97, 'IP/21/ND/E/20003', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 01:29pm'),
(1277, 97, 'IP/21/ND/E/20003', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 01:29pm'),
(1278, 97, 'IP/21/ND/E/20003', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 01:29pm'),
(1279, 97, 'IP/21/ND/E/20003', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 01:29pm'),
(1280, 97, 'IP/21/ND/E/20003', 100, 9, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 01:29pm'),
(1281, 54, 'IP/21/ND/CE/20001', 200, 6, 89, 'cte 241', 'introduction to micro-processors and assembly language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 04:15pm'),
(1282, 54, 'IP/21/ND/CE/20001', 200, 6, 90, 'cte 242', 'computer workshop practice ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 04:15pm'),
(1283, 54, 'IP/21/ND/CE/20001', 200, 6, 91, 'cte 243', 'operating systems i', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 04:15pm'),
(1284, 54, 'IP/21/ND/CE/20001', 200, 6, 92, 'cte 244', 'computer networking', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 04:15pm'),
(1285, 54, 'IP/21/ND/CE/20001', 200, 6, 94, 'cte 246', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 04:15pm'),
(1286, 54, 'IP/21/ND/CE/20001', 200, 6, 93, 'eec 245', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 04:15pm'),
(1287, 54, 'IP/21/ND/CE/20001', 200, 6, 95, 'eec 249', 'electrical circuit theory ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 04:15pm'),
(1288, 54, 'IP/21/ND/CE/20001', 200, 6, 87, 'gns 204', 'communication in english ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 04:15pm'),
(1289, 54, 'IP/21/ND/CE/20001', 200, 6, 96, 'mth 122', 'trigonometry and analytical geometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Nov 2023, 04:15pm'),
(1290, 54, 'IP/21/ND/CE/20001', 200, 6, 77, 'cte 231', 'micro computer fundamentals', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Nov 2023, 04:18pm'),
(1291, 54, 'IP/21/ND/CE/20001', 200, 6, 78, 'cte 232', 'computer workshop practice i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Nov 2023, 04:18pm'),
(1292, 54, 'IP/21/ND/CE/20001', 200, 6, 79, 'cte 233', 'digital computer fundamentals ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Nov 2023, 04:18pm'),
(1293, 54, 'IP/21/ND/CE/20001', 200, 6, 80, 'cte 234', 'computer architecture i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Nov 2023, 04:18pm'),
(1294, 54, 'IP/21/ND/CE/20001', 200, 6, 81, 'cte 235', 'electrical measurement and instrumentation ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Nov 2023, 04:18pm'),
(1295, 54, 'IP/21/ND/CE/20001', 200, 6, 82, 'cte 236', 'introduction to visual basic programming', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Nov 2023, 04:18pm'),
(1296, 54, 'IP/21/ND/CE/20001', 200, 6, 83, 'eec 234', 'electronics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Nov 2023, 04:18pm'),
(1297, 54, 'IP/21/ND/CE/20001', 200, 6, 84, 'eec 239', 'electrical circuit theory i', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Nov 2023, 04:18pm'),
(1298, 54, 'IP/21/ND/CE/20001', 200, 6, 86, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Nov 2023, 04:18pm'),
(1299, 54, 'IP/21/ND/CE/20001', 200, 6, 85, 'mth 202', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Nov 2023, 04:18pm'),
(1300, 54, 'IP/21/ND/CE/20001', 200, 6, 88, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Nov 2023, 04:18pm'),
(1301, 49, 'IP/21/ND/E/20002', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:03pm'),
(1302, 49, 'IP/21/ND/E/20002', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:03pm'),
(1303, 49, 'IP/21/ND/E/20002', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:03pm'),
(1304, 49, 'IP/21/ND/E/20002', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:03pm'),
(1305, 49, 'IP/21/ND/E/20002', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:03pm'),
(1306, 49, 'IP/21/ND/E/20002', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:03pm'),
(1307, 49, 'IP/21/ND/E/20002', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:03pm'),
(1308, 49, 'IP/21/ND/E/20002', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:03pm'),
(1309, 49, 'IP/21/ND/E/20002', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:03pm'),
(1310, 98, 'IP/21/ND/E/20004', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:13pm'),
(1311, 98, 'IP/21/ND/E/20004', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:13pm'),
(1312, 98, 'IP/21/ND/E/20004', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:13pm'),
(1313, 98, 'IP/21/ND/E/20004', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:13pm'),
(1314, 98, 'IP/21/ND/E/20004', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:13pm'),
(1315, 98, 'IP/21/ND/E/20004', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:13pm'),
(1316, 98, 'IP/21/ND/E/20004', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:13pm'),
(1317, 98, 'IP/21/ND/E/20004', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:13pm'),
(1318, 98, 'IP/21/ND/E/20004', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:13pm'),
(1319, 98, 'IP/21/ND/E/20004', 200, 9, 128, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Nov 2023, 12:13pm'),
(1357, 182, 'IP/21/ND/F/20009', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1358, 182, 'IP/21/ND/F/20009', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1356, 182, 'IP/21/ND/F/20009', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1355, 182, 'IP/21/ND/F/20009', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1354, 182, 'IP/21/ND/F/20009', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1353, 182, 'IP/21/ND/F/20009', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1359, 185, 'IP/21/ND/CS/20009', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1360, 185, 'IP/21/ND/CS/20009', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1361, 185, 'IP/21/ND/CS/20009', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1362, 185, 'IP/21/ND/CS/20009', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1363, 185, 'IP/21/ND/CS/20009', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1364, 185, 'IP/21/ND/CS/20009', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1365, 185, 'IP/21/ND/CS/20009', 100, 7, 207, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1366, 185, 'IP/21/ND/CS/20009', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:24pm'),
(1367, 186, 'IP/21/ND/F/20008', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:25pm'),
(1368, 186, 'IP/21/ND/F/20008', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:25pm'),
(1369, 186, 'IP/21/ND/F/20008', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:25pm'),
(1370, 186, 'IP/21/ND/F/20008', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:25pm'),
(1371, 186, 'IP/21/ND/F/20008', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:25pm'),
(1372, 186, 'IP/21/ND/F/20008', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:25pm'),
(1373, 186, 'IP/21/ND/F/20008', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:25pm'),
(1374, 186, 'IP/21/ND/F/20008', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:25pm'),
(1375, 186, 'IP/21/ND/F/20008', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:25pm'),
(1376, 184, 'IP/21/ND/F/20007', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:26pm'),
(1377, 184, 'IP/21/ND/F/20007', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:26pm'),
(1378, 184, 'IP/21/ND/F/20007', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:26pm'),
(1379, 184, 'IP/21/ND/F/20007', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:26pm'),
(1380, 184, 'IP/21/ND/F/20007', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:26pm'),
(1381, 184, 'IP/21/ND/F/20007', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:26pm'),
(1382, 184, 'IP/21/ND/F/20007', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:26pm'),
(1383, 184, 'IP/21/ND/F/20007', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:26pm'),
(1384, 184, 'IP/21/ND/F/20007', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:26pm'),
(1385, 183, 'IP/21/ND/F/20006', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:31pm'),
(1386, 183, 'IP/21/ND/F/20006', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:31pm'),
(1387, 183, 'IP/21/ND/F/20006', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:31pm'),
(1388, 183, 'IP/21/ND/F/20006', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:31pm'),
(1389, 183, 'IP/21/ND/F/20006', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:31pm'),
(1390, 183, 'IP/21/ND/F/20006', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:31pm'),
(1391, 183, 'IP/21/ND/F/20006', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:31pm'),
(1392, 183, 'IP/21/ND/F/20006', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:31pm'),
(1393, 183, 'IP/21/ND/F/20006', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:31pm'),
(1394, 185, 'IP/21/ND/CS/20009', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1395, 185, 'IP/21/ND/CS/20009', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1396, 185, 'IP/21/ND/CS/20009', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1397, 185, 'IP/21/ND/CS/20009', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1398, 185, 'IP/21/ND/CS/20009', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1399, 185, 'IP/21/ND/CS/20009', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1400, 185, 'IP/21/ND/CS/20009', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1401, 185, 'IP/21/ND/CS/20009', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1402, 185, 'IP/21/ND/CS/20009', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1403, 185, 'IP/21/ND/CS/20009', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1404, 182, 'IP/21/ND/F/20009', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1405, 182, 'IP/21/ND/F/20009', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1406, 182, 'IP/21/ND/F/20009', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1407, 182, 'IP/21/ND/F/20009', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1408, 182, 'IP/21/ND/F/20009', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1409, 182, 'IP/21/ND/F/20009', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1410, 182, 'IP/21/ND/F/20009', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1411, 182, 'IP/21/ND/F/20009', 100, 8, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1412, 182, 'IP/21/ND/F/20009', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1413, 186, 'IP/21/ND/F/20008', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1414, 186, 'IP/21/ND/F/20008', 100, 8, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1415, 186, 'IP/21/ND/F/20008', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1416, 186, 'IP/21/ND/F/20008', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1417, 186, 'IP/21/ND/F/20008', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1418, 186, 'IP/21/ND/F/20008', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1419, 186, 'IP/21/ND/F/20008', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1420, 186, 'IP/21/ND/F/20008', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1421, 186, 'IP/21/ND/F/20008', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1422, 183, 'IP/21/ND/F/20006', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1423, 183, 'IP/21/ND/F/20006', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1424, 183, 'IP/21/ND/F/20006', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1425, 183, 'IP/21/ND/F/20006', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(1426, 183, 'IP/21/ND/F/20006', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1427, 183, 'IP/21/ND/F/20006', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1428, 183, 'IP/21/ND/F/20006', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1429, 183, 'IP/21/ND/F/20006', 100, 8, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1430, 183, 'IP/21/ND/F/20006', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:34pm'),
(1431, 182, 'IP/21/ND/F/20009', 200, 8, 227, 'ard 203', 'life drawing iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1432, 182, 'IP/21/ND/F/20009', 200, 8, 233, 'eed 216', 'entrepreneurship education ii', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1433, 182, 'IP/21/ND/F/20009', 200, 8, 303, 'eng 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1434, 182, 'IP/21/ND/F/20009', 200, 8, 305, 'fas 209', 'quality control', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1435, 182, 'IP/21/ND/F/20009', 200, 8, 226, 'fas 211', 'fashion design iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1436, 182, 'IP/21/ND/F/20009', 200, 8, 228, 'fas 212', 'fashion illustration iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1437, 182, 'IP/21/ND/F/20009', 200, 8, 229, 'fas 213', 'textile materials iii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1438, 182, 'IP/21/ND/F/20009', 200, 8, 230, 'fas 217', 'fashion photography', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1439, 182, 'IP/21/ND/F/20009', 200, 8, 304, 'fas 218', 'fashion merchandising', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1440, 182, 'IP/21/ND/F/20009', 200, 8, 232, 'gns 222', 'principle of economics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1441, 182, 'IP/21/ND/F/20009', 200, 8, 234, 'gns 228', 'research methodology', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1442, 182, 'IP/21/ND/F/20009', 200, 8, 235, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1443, 185, 'IP/21/ND/CS/20009', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1444, 185, 'IP/21/ND/CS/20009', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1445, 185, 'IP/21/ND/CS/20009', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1446, 185, 'IP/21/ND/CS/20009', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1447, 185, 'IP/21/ND/CS/20009', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1448, 185, 'IP/21/ND/CS/20009', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1449, 185, 'IP/21/ND/CS/20009', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1450, 185, 'IP/21/ND/CS/20009', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1451, 185, 'IP/21/ND/CS/20009', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1452, 186, 'IP/21/ND/F/20008', 200, 8, 235, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1453, 186, 'IP/21/ND/F/20008', 200, 8, 234, 'gns 228', 'research methodology', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1454, 186, 'IP/21/ND/F/20008', 200, 8, 232, 'gns 222', 'principle of economics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1455, 186, 'IP/21/ND/F/20008', 200, 8, 304, 'fas 218', 'fashion merchandising', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1456, 186, 'IP/21/ND/F/20008', 200, 8, 229, 'fas 213', 'textile materials iii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1457, 186, 'IP/21/ND/F/20008', 200, 8, 230, 'fas 217', 'fashion photography', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1458, 186, 'IP/21/ND/F/20008', 200, 8, 228, 'fas 212', 'fashion illustration iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1459, 186, 'IP/21/ND/F/20008', 200, 8, 226, 'fas 211', 'fashion design iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1460, 186, 'IP/21/ND/F/20008', 200, 8, 305, 'fas 209', 'quality control', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1461, 186, 'IP/21/ND/F/20008', 200, 8, 227, 'ard 203', 'life drawing iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1462, 186, 'IP/21/ND/F/20008', 200, 8, 233, 'eed 216', 'entrepreneurship education ii', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1463, 186, 'IP/21/ND/F/20008', 200, 8, 303, 'eng 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1464, 183, 'IP/21/ND/F/20006', 200, 8, 227, 'ard 203', 'life drawing iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1465, 183, 'IP/21/ND/F/20006', 200, 8, 233, 'eed 216', 'entrepreneurship education ii', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1466, 183, 'IP/21/ND/F/20006', 200, 8, 303, 'eng 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1467, 183, 'IP/21/ND/F/20006', 200, 8, 305, 'fas 209', 'quality control', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1468, 183, 'IP/21/ND/F/20006', 200, 8, 226, 'fas 211', 'fashion design iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1469, 183, 'IP/21/ND/F/20006', 200, 8, 228, 'fas 212', 'fashion illustration iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1470, 183, 'IP/21/ND/F/20006', 200, 8, 229, 'fas 213', 'textile materials iii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1471, 183, 'IP/21/ND/F/20006', 200, 8, 230, 'fas 217', 'fashion photography', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1472, 183, 'IP/21/ND/F/20006', 200, 8, 304, 'fas 218', 'fashion merchandising', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1473, 183, 'IP/21/ND/F/20006', 200, 8, 232, 'gns 222', 'principle of economics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1474, 183, 'IP/21/ND/F/20006', 200, 8, 234, 'gns 228', 'research methodology', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1475, 183, 'IP/21/ND/F/20006', 200, 8, 235, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:37pm'),
(1476, 182, 'IP/21/ND/F/20009', 200, 8, 254, 'ard 204', 'life drawing iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1477, 182, 'IP/21/ND/F/20009', 200, 8, 253, 'fas 221', 'fashion design iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1478, 182, 'IP/21/ND/F/20009', 200, 8, 255, 'fas 222', 'fashion illustration iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1479, 182, 'IP/21/ND/F/20009', 200, 8, 256, 'fas 223', 'textile materials iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1480, 182, 'IP/21/ND/F/20009', 200, 8, 192, 'fas 224', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1481, 182, 'IP/21/ND/F/20009', 200, 8, 193, 'fas 225', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1482, 182, 'IP/21/ND/F/20009', 200, 8, 257, 'fas 227', 'fashion accessories i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1483, 182, 'IP/21/ND/F/20009', 200, 8, 258, 'fas 228', 'computer aided design for fashion ii', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1484, 182, 'IP/21/ND/F/20009', 200, 8, 260, 'fas 229', 'project', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1485, 182, 'IP/21/ND/F/20009', 200, 8, 306, 'gns 202', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1486, 185, 'IP/21/ND/CS/20009', 200, 7, 274, 'com 221', 'basic computer networking', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1487, 185, 'IP/21/ND/CS/20009', 200, 7, 275, 'com 222', 'seminar on computer and society', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1488, 185, 'IP/21/ND/CS/20009', 200, 7, 276, 'com 223', 'basic hardware maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1489, 185, 'IP/21/ND/CS/20009', 200, 7, 277, 'com 224', 'management information system', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1490, 185, 'IP/21/ND/CS/20009', 200, 7, 278, 'com 225', 'web technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1491, 185, 'IP/21/ND/CS/20009', 200, 7, 279, 'com 226', 'file organisation and management', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1492, 185, 'IP/21/ND/CS/20009', 200, 7, 281, 'com 227', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1493, 185, 'IP/21/ND/CS/20009', 200, 7, 280, 'gns 204', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1494, 186, 'IP/21/ND/F/20008', 200, 8, 306, 'gns 202', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1495, 186, 'IP/21/ND/F/20008', 200, 8, 258, 'fas 228', 'computer aided design for fashion ii', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1496, 186, 'IP/21/ND/F/20008', 200, 8, 260, 'fas 229', 'project', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1497, 186, 'IP/21/ND/F/20008', 200, 8, 193, 'fas 225', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1498, 186, 'IP/21/ND/F/20008', 200, 8, 257, 'fas 227', 'fashion accessories i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1499, 186, 'IP/21/ND/F/20008', 200, 8, 192, 'fas 224', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1500, 186, 'IP/21/ND/F/20008', 200, 8, 256, 'fas 223', 'textile materials iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1501, 186, 'IP/21/ND/F/20008', 200, 8, 255, 'fas 222', 'fashion illustration iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1502, 186, 'IP/21/ND/F/20008', 200, 8, 253, 'fas 221', 'fashion design iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1503, 186, 'IP/21/ND/F/20008', 200, 8, 254, 'ard 204', 'life drawing iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:38pm'),
(1504, 183, 'IP/21/ND/F/20006', 200, 8, 254, 'ard 204', 'life drawing iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:39pm'),
(1505, 183, 'IP/21/ND/F/20006', 200, 8, 253, 'fas 221', 'fashion design iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:39pm'),
(1506, 183, 'IP/21/ND/F/20006', 200, 8, 255, 'fas 222', 'fashion illustration iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:39pm'),
(1507, 183, 'IP/21/ND/F/20006', 200, 8, 256, 'fas 223', 'textile materials iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:39pm'),
(1508, 183, 'IP/21/ND/F/20006', 200, 8, 192, 'fas 224', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:39pm'),
(1509, 183, 'IP/21/ND/F/20006', 200, 8, 193, 'fas 225', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:39pm'),
(1510, 183, 'IP/21/ND/F/20006', 200, 8, 257, 'fas 227', 'fashion accessories i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:39pm'),
(1511, 183, 'IP/21/ND/F/20006', 200, 8, 258, 'fas 228', 'computer aided design for fashion ii', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:39pm'),
(1512, 183, 'IP/21/ND/F/20006', 200, 8, 260, 'fas 229', 'project', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:39pm'),
(1513, 183, 'IP/21/ND/F/20006', 200, 8, 306, 'gns 202', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:39pm'),
(1514, 187, 'IP/21/ND/B/20019', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:48pm'),
(1515, 187, 'IP/21/ND/B/20019', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:48pm'),
(1516, 187, 'IP/21/ND/B/20019', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:48pm'),
(1517, 187, 'IP/21/ND/B/20019', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:48pm'),
(1518, 187, 'IP/21/ND/B/20019', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:48pm'),
(1519, 187, 'IP/21/ND/B/20019', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:48pm'),
(1520, 187, 'IP/21/ND/B/20019', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:48pm'),
(1521, 187, 'IP/21/ND/B/20019', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:48pm'),
(1522, 187, 'IP/21/ND/B/20019', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:48pm'),
(1523, 187, 'IP/21/ND/B/20019', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:48pm'),
(1524, 187, 'IP/21/ND/B/20019', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 12:48pm'),
(1525, 187, 'IP/21/ND/B/20019', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:51pm'),
(1526, 187, 'IP/21/ND/B/20019', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:51pm'),
(1527, 187, 'IP/21/ND/B/20019', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:51pm'),
(1528, 187, 'IP/21/ND/B/20019', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:51pm'),
(1529, 187, 'IP/21/ND/B/20019', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:51pm'),
(1530, 187, 'IP/21/ND/B/20019', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:51pm'),
(1531, 187, 'IP/21/ND/B/20019', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:51pm'),
(1532, 187, 'IP/21/ND/B/20019', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:51pm'),
(1533, 187, 'IP/21/ND/B/20019', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 12:51pm'),
(1562, 187, 'IP/21/ND/B/20019', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 01:13pm'),
(1561, 187, 'IP/21/ND/B/20019', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 01:13pm'),
(1560, 187, 'IP/21/ND/B/20019', 200, 5, 292, 'bam 211', 'principles of management 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 01:05pm'),
(1559, 187, 'IP/21/ND/B/20019', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 01:05pm'),
(1558, 187, 'IP/21/ND/B/20019', 200, 5, 0, '', '', 0, '', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 01:05pm'),
(1557, 187, 'IP/21/ND/B/20019', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 01:05pm'),
(1555, 187, 'IP/21/ND/B/20019', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 01:05pm'),
(1556, 187, 'IP/21/ND/B/20019', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 01:05pm'),
(1554, 187, 'IP/21/ND/B/20019', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 01:05pm'),
(1553, 187, 'IP/21/ND/B/20019', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Nov 2023, 01:05pm'),
(1563, 187, 'IP/21/ND/B/20019', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 01:13pm'),
(1564, 187, 'IP/21/ND/B/20019', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 01:13pm'),
(1565, 187, 'IP/21/ND/B/20019', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 01:13pm'),
(1566, 187, 'IP/21/ND/B/20019', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 01:13pm'),
(1567, 187, 'IP/21/ND/B/20019', 200, 5, 306, 'gns 202', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Nov 2023, 01:13pm'),
(1568, 82, 'IP/21/ND/B/20010', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:20am'),
(1569, 86, 'IP/21/ND/B/20014', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:20am'),
(1570, 33, 'IP/21/ND/B/20005', 100, 5, 307, 'otm 222', 'communication skills 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:24am'),
(1571, 82, 'IP/21/ND/B/20010', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:24am'),
(1572, 86, 'IP/21/ND/B/20014', 200, 5, 307, 'otm 222', 'communication skills 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:30am'),
(1573, 82, 'IP/21/ND/B/20010', 200, 5, 307, 'otm 222', 'communication skills 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:30am'),
(1574, 33, 'IP/21/ND/B/20005', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:33am'),
(1575, 33, 'IP/21/ND/B/20005', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:33am'),
(1576, 33, 'IP/21/ND/B/20005', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:33am'),
(1577, 33, 'IP/21/ND/B/20005', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:33am'),
(1578, 33, 'IP/21/ND/B/20005', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:33am'),
(1579, 33, 'IP/21/ND/B/20005', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:33am'),
(1580, 33, 'IP/21/ND/B/20005', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:33am'),
(1581, 33, 'IP/21/ND/B/20005', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:33am'),
(1582, 107, 'IP/22/ND/B/20004', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:35am'),
(1583, 107, 'IP/22/ND/B/20004', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:35am'),
(1584, 107, 'IP/22/ND/B/20004', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:35am'),
(1585, 107, 'IP/22/ND/B/20004', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:35am'),
(1586, 107, 'IP/22/ND/B/20004', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:35am'),
(1587, 107, 'IP/22/ND/B/20004', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:35am'),
(1588, 107, 'IP/22/ND/B/20004', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:35am'),
(1589, 107, 'IP/22/ND/B/20004', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:35am'),
(1590, 107, 'IP/22/ND/B/20004', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:35am'),
(1591, 107, 'IP/22/ND/B/20004', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:35am'),
(1592, 107, 'IP/22/ND/B/20004', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:35am'),
(1593, 33, 'IP/21/ND/B/20005', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:38am'),
(1594, 33, 'IP/21/ND/B/20005', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:38am'),
(1595, 33, 'IP/21/ND/B/20005', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:38am'),
(1596, 33, 'IP/21/ND/B/20005', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:38am'),
(1597, 33, 'IP/21/ND/B/20005', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:38am'),
(1598, 33, 'IP/21/ND/B/20005', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:38am'),
(1599, 107, 'IP/22/ND/B/20004', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:39am'),
(1600, 107, 'IP/22/ND/B/20004', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:39am'),
(1601, 107, 'IP/22/ND/B/20004', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:39am'),
(1602, 107, 'IP/22/ND/B/20004', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:39am'),
(1603, 107, 'IP/22/ND/B/20004', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:39am'),
(1604, 107, 'IP/22/ND/B/20004', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:39am'),
(1605, 107, 'IP/22/ND/B/20004', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:39am'),
(1606, 107, 'IP/22/ND/B/20004', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:39am'),
(1607, 107, 'IP/22/ND/B/20004', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:39am'),
(1608, 88, 'IP/21/ND/B/20016', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:43am'),
(1609, 88, 'IP/21/ND/B/20016', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:43am'),
(1610, 88, 'IP/21/ND/B/20016', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:43am'),
(1611, 88, 'IP/21/ND/B/20016', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:43am'),
(1612, 88, 'IP/21/ND/B/20016', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:43am'),
(1613, 88, 'IP/21/ND/B/20016', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:43am'),
(1614, 88, 'IP/21/ND/B/20016', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:43am'),
(1615, 88, 'IP/21/ND/B/20016', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:43am'),
(1616, 88, 'IP/21/ND/B/20016', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:43am'),
(1617, 88, 'IP/21/ND/B/20016', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:43am'),
(1618, 88, 'IP/21/ND/B/20016', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 11:43am'),
(1619, 88, 'IP/21/ND/B/20016', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:45am'),
(1620, 88, 'IP/21/ND/B/20016', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:45am'),
(1621, 88, 'IP/21/ND/B/20016', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:45am'),
(1622, 88, 'IP/21/ND/B/20016', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:45am'),
(1623, 88, 'IP/21/ND/B/20016', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:45am'),
(1624, 88, 'IP/21/ND/B/20016', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:45am'),
(1625, 88, 'IP/21/ND/B/20016', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:45am'),
(1626, 88, 'IP/21/ND/B/20016', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 11:45am'),
(1627, 190, 'IP/21/ND/B/20016', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:00pm'),
(1628, 190, 'IP/21/ND/B/20016', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:00pm'),
(1629, 190, 'IP/21/ND/B/20016', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:00pm'),
(1630, 190, 'IP/21/ND/B/20016', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:00pm'),
(1631, 190, 'IP/21/ND/B/20016', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:00pm'),
(1632, 190, 'IP/21/ND/B/20016', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:00pm'),
(1633, 190, 'IP/21/ND/B/20016', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:00pm'),
(1634, 190, 'IP/21/ND/B/20016', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:00pm'),
(1635, 190, 'IP/21/ND/B/20016', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:00pm'),
(1636, 190, 'IP/21/ND/B/20016', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:00pm'),
(1637, 190, 'IP/21/ND/B/20016', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:00pm'),
(1638, 189, 'IP/21/ND/B/20005', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:05pm'),
(1639, 189, 'IP/21/ND/B/20005', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:05pm'),
(1640, 189, 'IP/21/ND/B/20005', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:05pm'),
(1641, 189, 'IP/21/ND/B/20005', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:05pm'),
(1642, 189, 'IP/21/ND/B/20005', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:05pm'),
(1643, 189, 'IP/21/ND/B/20005', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:05pm'),
(1644, 189, 'IP/21/ND/B/20005', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:05pm'),
(1645, 189, 'IP/21/ND/B/20005', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:05pm'),
(1646, 189, 'IP/21/ND/B/20005', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:05pm'),
(1647, 189, 'IP/21/ND/B/20005', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:05pm'),
(1648, 189, 'IP/21/ND/B/20005', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:05pm'),
(1649, 189, 'IP/21/ND/B/20005', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:10pm'),
(1650, 189, 'IP/21/ND/B/20005', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:10pm'),
(1651, 189, 'IP/21/ND/B/20005', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:10pm'),
(1652, 189, 'IP/21/ND/B/20005', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:10pm'),
(1653, 189, 'IP/21/ND/B/20005', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:10pm'),
(1654, 189, 'IP/21/ND/B/20005', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:10pm'),
(1655, 189, 'IP/21/ND/B/20005', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:10pm'),
(1656, 189, 'IP/21/ND/B/20005', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:10pm'),
(1657, 189, 'IP/21/ND/B/20005', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:10pm'),
(1658, 189, 'IP/21/ND/B/20005', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:11pm'),
(1659, 189, 'IP/21/ND/B/20005', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:11pm'),
(1660, 189, 'IP/21/ND/B/20005', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:11pm'),
(1661, 189, 'IP/21/ND/B/20005', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:11pm'),
(1662, 189, 'IP/21/ND/B/20005', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:11pm'),
(1663, 189, 'IP/21/ND/B/20005', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:11pm'),
(1664, 189, 'IP/21/ND/B/20005', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:11pm'),
(1665, 189, 'IP/21/ND/B/20005', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:11pm'),
(1666, 189, 'IP/21/ND/B/20005', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:12pm'),
(1667, 189, 'IP/21/ND/B/20005', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:12pm'),
(1668, 189, 'IP/21/ND/B/20005', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:12pm'),
(1669, 189, 'IP/21/ND/B/20005', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:12pm'),
(1670, 189, 'IP/21/ND/B/20005', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:12pm'),
(1671, 189, 'IP/21/ND/B/20005', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:12pm'),
(1672, 191, 'IP/21/ND/B/20016', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:29pm'),
(1673, 191, 'IP/21/ND/B/20016', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:29pm'),
(1674, 191, 'IP/21/ND/B/20016', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:29pm'),
(1675, 191, 'IP/21/ND/B/20016', 100, 5, 3, 'bam 113', 'principle of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:29pm'),
(1676, 191, 'IP/21/ND/B/20016', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:29pm'),
(1677, 191, 'IP/21/ND/B/20016', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:29pm'),
(1678, 191, 'IP/21/ND/B/20016', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:29pm'),
(1679, 191, 'IP/21/ND/B/20016', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:29pm'),
(1680, 191, 'IP/21/ND/B/20016', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:29pm'),
(1681, 191, 'IP/21/ND/B/20016', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:29pm'),
(1682, 191, 'IP/21/ND/B/20016', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:29pm'),
(1683, 191, 'IP/21/ND/B/20016', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:30pm'),
(1684, 191, 'IP/21/ND/B/20016', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:30pm'),
(1685, 191, 'IP/21/ND/B/20016', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:30pm'),
(1686, 191, 'IP/21/ND/B/20016', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:30pm'),
(1687, 191, 'IP/21/ND/B/20016', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:30pm'),
(1688, 191, 'IP/21/ND/B/20016', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:30pm'),
(1689, 191, 'IP/21/ND/B/20016', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:30pm'),
(1690, 191, 'IP/21/ND/B/20016', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:30pm'),
(1691, 191, 'IP/21/ND/B/20016', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:30pm'),
(1692, 191, 'IP/21/ND/B/20016', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:32pm'),
(1693, 191, 'IP/21/ND/B/20016', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:32pm'),
(1694, 191, 'IP/21/ND/B/20016', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:32pm'),
(1695, 191, 'IP/21/ND/B/20016', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:32pm'),
(1696, 191, 'IP/21/ND/B/20016', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:32pm'),
(1697, 191, 'IP/21/ND/B/20016', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:32pm'),
(1698, 191, 'IP/21/ND/B/20016', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:32pm'),
(1699, 191, 'IP/21/ND/B/20016', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:32pm'),
(1700, 191, 'IP/21/ND/B/20016', 200, 5, 292, 'bam 211', 'principles of management 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Nov 2023, 12:32pm'),
(1701, 191, 'IP/21/ND/B/20016', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:35pm'),
(1702, 191, 'IP/21/ND/B/20016', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:35pm'),
(1703, 191, 'IP/21/ND/B/20016', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:35pm'),
(1704, 191, 'IP/21/ND/B/20016', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:35pm'),
(1705, 191, 'IP/21/ND/B/20016', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:35pm'),
(1706, 191, 'IP/21/ND/B/20016', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:35pm'),
(1707, 191, 'IP/21/ND/B/20016', 200, 5, 306, 'gns 202', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Nov 2023, 12:35pm'),
(1708, 116, 'IP/22/ND/B/20013', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '27 Nov 2023, 10:53am'),
(1709, 116, 'IP/22/ND/B/20013', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '27 Nov 2023, 10:53am'),
(1710, 116, 'IP/22/ND/B/20013', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '27 Nov 2023, 10:53am'),
(1711, 116, 'IP/22/ND/B/20013', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '27 Nov 2023, 10:53am');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(1712, 116, 'IP/22/ND/B/20013', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '27 Nov 2023, 10:53am'),
(1713, 116, 'IP/22/ND/B/20013', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '27 Nov 2023, 10:53am'),
(1714, 116, 'IP/22/ND/B/20013', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '27 Nov 2023, 10:53am'),
(1715, 116, 'IP/22/ND/B/20013', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '27 Nov 2023, 10:53am'),
(1716, 99, 'IP/21/ND/E/20005', 200, 9, 141, 'eec 242', 'electrical power system iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 11:56am'),
(1717, 99, 'IP/21/ND/E/20005', 200, 9, 142, 'eec 244', 'electronics iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 11:56am'),
(1718, 99, 'IP/21/ND/E/20005', 200, 9, 143, 'eec 246', 'programmable logic controllers', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 11:56am'),
(1719, 99, 'IP/21/ND/E/20005', 200, 9, 144, 'eec 247', 'computer hardware iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 11:56am'),
(1720, 99, 'IP/21/ND/E/20005', 200, 9, 145, 'eec 249', 'electrical circuit theory ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 11:56am'),
(1721, 99, 'IP/21/ND/E/20005', 200, 9, 146, 'eec 280', 'project', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 11:56am'),
(1722, 99, 'IP/21/ND/E/20005', 200, 9, 140, 'mth 122', 'trigonometry & analytical geometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 11:56am'),
(1745, 103, 'IP/22/ND/F/20010', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 02:32pm'),
(1742, 103, 'IP/22/ND/F/20010', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 02:32pm'),
(1743, 103, 'IP/22/ND/F/20010', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 02:32pm'),
(1751, 103, 'IP/22/ND/F/20010', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '28 Nov 2023, 02:32pm'),
(1752, 97, 'IP/21/ND/E/20003', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 12:53pm'),
(1753, 97, 'IP/21/ND/E/20003', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 12:53pm'),
(1754, 97, 'IP/21/ND/E/20003', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 12:53pm'),
(1755, 97, 'IP/21/ND/E/20003', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 12:53pm'),
(1756, 97, 'IP/21/ND/E/20003', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 12:53pm'),
(1757, 97, 'IP/21/ND/E/20003', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 12:53pm'),
(1758, 97, 'IP/21/ND/E/20003', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 12:53pm'),
(1759, 97, 'IP/21/ND/E/20003', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 12:53pm'),
(1760, 97, 'IP/21/ND/E/20003', 100, 9, 134, 'eec 124', 'electronics i', 3, '', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 12:53pm'),
(1761, 97, 'IP/21/ND/E/20003', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 12:53pm'),
(1762, 97, 'IP/21/ND/E/20003', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 12:53pm'),
(1763, 97, 'IP/21/ND/E/20003', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 12:53pm'),
(1764, 97, 'IP/21/ND/E/20003', 100, 9, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 12:53pm'),
(1765, 192, 'IP/21/ND/E/20006', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:12pm'),
(1766, 192, 'IP/21/ND/E/20006', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:12pm'),
(1767, 192, 'IP/21/ND/E/20006', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:12pm'),
(1768, 192, 'IP/21/ND/E/20006', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:12pm'),
(1769, 192, 'IP/21/ND/E/20006', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:12pm'),
(1770, 192, 'IP/21/ND/E/20006', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:12pm'),
(1771, 192, 'IP/21/ND/E/20006', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:12pm'),
(1772, 192, 'IP/21/ND/E/20006', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:12pm'),
(1773, 192, 'IP/21/ND/E/20006', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:12pm'),
(1774, 192, 'IP/21/ND/E/20006', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:12pm'),
(1775, 192, 'IP/21/ND/E/20006', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:12pm'),
(1776, 192, 'IP/21/ND/E/20006', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 01:19pm'),
(1777, 192, 'IP/21/ND/E/20006', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 01:19pm'),
(1778, 192, 'IP/21/ND/E/20006', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 01:19pm'),
(1779, 192, 'IP/21/ND/E/20006', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 01:19pm'),
(1780, 192, 'IP/21/ND/E/20006', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 01:19pm'),
(1781, 192, 'IP/21/ND/E/20006', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 01:19pm'),
(1782, 192, 'IP/21/ND/E/20006', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 01:19pm'),
(1783, 192, 'IP/21/ND/E/20006', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 01:19pm'),
(1784, 192, 'IP/21/ND/E/20006', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 01:19pm'),
(1785, 192, 'IP/21/ND/E/20006', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 01:19pm'),
(1786, 192, 'IP/21/ND/E/20006', 100, 9, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 01:19pm'),
(1787, 192, 'IP/21/ND/E/20006', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 01:19pm'),
(1788, 192, 'IP/21/ND/E/20006', 100, 9, 134, 'eec 124', 'electronics i', 3, '', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Nov 2023, 01:19pm'),
(1789, 192, 'IP/21/ND/E/20006', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:39pm'),
(1790, 192, 'IP/21/ND/E/20006', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:39pm'),
(1791, 192, 'IP/21/ND/E/20006', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:39pm'),
(1792, 192, 'IP/21/ND/E/20006', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:39pm'),
(1793, 192, 'IP/21/ND/E/20006', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:39pm'),
(1794, 192, 'IP/21/ND/E/20006', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:39pm'),
(1795, 192, 'IP/21/ND/E/20006', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:39pm'),
(1796, 192, 'IP/21/ND/E/20006', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:39pm'),
(1797, 192, 'IP/21/ND/E/20006', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:39pm'),
(1798, 192, 'IP/21/ND/E/20006', 200, 9, 128, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:39pm'),
(1799, 192, 'IP/21/ND/E/20006', 200, 9, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Nov 2023, 01:39pm'),
(1800, 195, 'ip/24/nd/ce/0001', 100, 6, 71, 'mth 112', 'algebra and elementary trigonometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Aug 2025, 09:25am'),
(1801, 195, 'ip/24/nd/ce/0001', 100, 6, 73, 'mec 113', 'basic workshop technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Aug 2025, 09:25am'),
(1802, 195, 'ip/24/nd/ce/0001', 100, 6, 72, 'mec 101', 'technical drawing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Aug 2025, 09:25am'),
(1803, 195, 'ip/24/nd/ce/0001', 100, 6, 75, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Aug 2025, 09:25am'),
(1804, 195, 'ip/24/nd/ce/0001', 100, 6, 200, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Aug 2025, 09:25am'),
(1805, 195, 'ip/24/nd/ce/0001', 100, 6, 74, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Aug 2025, 09:25am'),
(1806, 195, 'ip/24/nd/ce/0001', 100, 6, 70, 'cte 115', 'data structures', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Aug 2025, 09:25am'),
(1807, 195, 'ip/24/nd/ce/0001', 100, 6, 69, 'cte 114', 'internet and web technologies', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Aug 2025, 09:25am'),
(1808, 195, 'ip/24/nd/ce/0001', 100, 6, 68, 'cte 113', 'computer application packages', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Aug 2025, 09:25am'),
(1809, 195, 'ip/24/nd/ce/0001', 100, 6, 67, 'cte 112', 'electrical workshop practice and technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Aug 2025, 09:25am'),
(1810, 195, 'ip/24/nd/ce/0001', 100, 6, 66, 'cte 111', 'introduction to computers & information technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Aug 2025, 09:25am'),
(1811, 195, 'ip/24/nd/ce/0001', 100, 6, 199, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Aug 2025, 09:25am'),
(1812, 217, 'IP/24/ND/B/0010', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1813, 217, 'IP/24/ND/B/0010', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1814, 217, 'IP/24/ND/B/0010', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1815, 217, 'IP/24/ND/B/0010', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1816, 217, 'IP/24/ND/B/0010', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1817, 217, 'IP/24/ND/B/0010', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1818, 217, 'IP/24/ND/B/0010', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1819, 217, 'IP/24/ND/B/0010', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1820, 217, 'IP/24/ND/B/0010', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1821, 217, 'IP/24/ND/B/0010', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1822, 217, 'IP/24/ND/B/0010', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1823, 220, 'IP/24/ND/B/0030', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1824, 220, 'IP/24/ND/B/0030', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1825, 220, 'IP/24/ND/B/0030', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1826, 220, 'IP/24/ND/B/0030', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1827, 220, 'IP/24/ND/B/0030', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1828, 220, 'IP/24/ND/B/0030', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1829, 220, 'IP/24/ND/B/0030', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1830, 220, 'IP/24/ND/B/0030', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1831, 220, 'IP/24/ND/B/0030', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1832, 220, 'IP/24/ND/B/0030', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1833, 220, 'IP/24/ND/B/0030', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1834, 218, 'IP/24/ND/B/0037', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1835, 218, 'IP/24/ND/B/0037', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1836, 218, 'IP/24/ND/B/0037', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1837, 218, 'IP/24/ND/B/0037', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1838, 218, 'IP/24/ND/B/0037', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1839, 218, 'IP/24/ND/B/0037', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1840, 218, 'IP/24/ND/B/0037', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1841, 218, 'IP/24/ND/B/0037', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1842, 218, 'IP/24/ND/B/0037', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1843, 218, 'IP/24/ND/B/0037', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:14am'),
(1844, 200, 'IP/24/ND/B/0021', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1845, 200, 'IP/24/ND/B/0021', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1846, 200, 'IP/24/ND/B/0021', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1847, 200, 'IP/24/ND/B/0021', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1848, 200, 'IP/24/ND/B/0021', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1849, 200, 'IP/24/ND/B/0021', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1850, 200, 'IP/24/ND/B/0021', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1851, 200, 'IP/24/ND/B/0021', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1852, 200, 'IP/24/ND/B/0021', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1853, 200, 'IP/24/ND/B/0021', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1854, 200, 'IP/24/ND/B/0021', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1855, 213, 'IP/24/ND/B/0025', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1856, 213, 'IP/24/ND/B/0025', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1857, 213, 'IP/24/ND/B/0025', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1858, 213, 'IP/24/ND/B/0025', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1859, 213, 'IP/24/ND/B/0025', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1860, 213, 'IP/24/ND/B/0025', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1861, 213, 'IP/24/ND/B/0025', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1862, 213, 'IP/24/ND/B/0025', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1863, 213, 'IP/24/ND/B/0025', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1864, 213, 'IP/24/ND/B/0025', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1865, 213, 'IP/24/ND/B/0025', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1866, 216, 'IP/24/ND/B/0008', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1867, 216, 'IP/24/ND/B/0008', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1868, 216, 'IP/24/ND/B/0008', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1869, 216, 'IP/24/ND/B/0008', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1870, 216, 'IP/24/ND/B/0008', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1871, 216, 'IP/24/ND/B/0008', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1872, 216, 'IP/24/ND/B/0008', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1873, 216, 'IP/24/ND/B/0008', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1874, 216, 'IP/24/ND/B/0008', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1875, 216, 'IP/24/ND/B/0008', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1876, 216, 'IP/24/ND/B/0008', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1877, 207, 'IP/24/ND/B/0031', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1878, 207, 'IP/24/ND/B/0031', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1879, 207, 'IP/24/ND/B/0031', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1880, 207, 'IP/24/ND/B/0031', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1881, 207, 'IP/24/ND/B/0031', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1882, 207, 'IP/24/ND/B/0031', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1883, 207, 'IP/24/ND/B/0031', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1884, 207, 'IP/24/ND/B/0031', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1885, 207, 'IP/24/ND/B/0031', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1886, 207, 'IP/24/ND/B/0031', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1887, 207, 'IP/24/ND/B/0031', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1888, 211, 'IP/24/ND/B/0048', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1889, 211, 'IP/24/ND/B/0048', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1890, 211, 'IP/24/ND/B/0048', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1891, 211, 'IP/24/ND/B/0048', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1892, 211, 'IP/24/ND/B/0048', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1893, 211, 'IP/24/ND/B/0048', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1894, 211, 'IP/24/ND/B/0048', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1895, 211, 'IP/24/ND/B/0048', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1896, 211, 'IP/24/ND/B/0048', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1897, 211, 'IP/24/ND/B/0048', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1898, 211, 'IP/24/ND/B/0048', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:15am'),
(1899, 215, 'IP/24/ND/B/0001', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1900, 215, 'IP/24/ND/B/0001', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1901, 215, 'IP/24/ND/B/0001', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1902, 215, 'IP/24/ND/B/0001', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1903, 215, 'IP/24/ND/B/0001', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1904, 215, 'IP/24/ND/B/0001', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1905, 215, 'IP/24/ND/B/0001', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1906, 215, 'IP/24/ND/B/0001', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1907, 215, 'IP/24/ND/B/0001', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1908, 215, 'IP/24/ND/B/0001', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1909, 215, 'IP/24/ND/B/0001', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1910, 210, 'IP/24/ND/B/0045', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1911, 210, 'IP/24/ND/B/0045', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1912, 210, 'IP/24/ND/B/0045', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1913, 210, 'IP/24/ND/B/0045', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1914, 210, 'IP/24/ND/B/0045', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1915, 210, 'IP/24/ND/B/0045', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1916, 210, 'IP/24/ND/B/0045', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1917, 210, 'IP/24/ND/B/0045', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1918, 210, 'IP/24/ND/B/0045', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1919, 210, 'IP/24/ND/B/0045', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1920, 210, 'IP/24/ND/B/0045', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1921, 208, 'IP/24/ND/B/0026', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1922, 208, 'IP/24/ND/B/0026', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1923, 208, 'IP/24/ND/B/0026', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1924, 208, 'IP/24/ND/B/0026', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1925, 208, 'IP/24/ND/B/0026', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1926, 208, 'IP/24/ND/B/0026', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1927, 208, 'IP/24/ND/B/0026', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1928, 208, 'IP/24/ND/B/0026', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1929, 208, 'IP/24/ND/B/0026', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1930, 208, 'IP/24/ND/B/0026', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1931, 208, 'IP/24/ND/B/0026', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:16am'),
(1932, 204, 'IP/24/ND/B/0028', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1933, 204, 'IP/24/ND/B/0028', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1934, 204, 'IP/24/ND/B/0028', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1935, 204, 'IP/24/ND/B/0028', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1936, 204, 'IP/24/ND/B/0028', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1937, 204, 'IP/24/ND/B/0028', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1938, 204, 'IP/24/ND/B/0028', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1939, 204, 'IP/24/ND/B/0028', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1940, 204, 'IP/24/ND/B/0028', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1941, 204, 'IP/24/ND/B/0028', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1942, 204, 'IP/24/ND/B/0028', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1943, 223, 'IP/24/ND/CS/0017', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1944, 223, 'IP/24/ND/CS/0017', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1945, 223, 'IP/24/ND/CS/0017', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1946, 223, 'IP/24/ND/CS/0017', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1947, 223, 'IP/24/ND/CS/0017', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1948, 223, 'IP/24/ND/CS/0017', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1949, 223, 'IP/24/ND/CS/0017', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1950, 223, 'IP/24/ND/CS/0017', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1951, 223, 'IP/24/ND/CS/0017', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1952, 206, 'IP/24/ND/B/0009', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1953, 206, 'IP/24/ND/B/0009', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1954, 206, 'IP/24/ND/B/0009', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1955, 206, 'IP/24/ND/B/0009', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1956, 206, 'IP/24/ND/B/0009', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1957, 206, 'IP/24/ND/B/0009', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1958, 206, 'IP/24/ND/B/0009', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1959, 206, 'IP/24/ND/B/0009', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1960, 206, 'IP/24/ND/B/0009', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1961, 206, 'IP/24/ND/B/0009', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1962, 206, 'IP/24/ND/B/0009', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1963, 209, 'IP/24/ND/B/0023', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1964, 209, 'IP/24/ND/B/0023', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1965, 209, 'IP/24/ND/B/0023', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1966, 209, 'IP/24/ND/B/0023', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1967, 209, 'IP/24/ND/B/0023', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1968, 209, 'IP/24/ND/B/0023', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1969, 209, 'IP/24/ND/B/0023', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1970, 209, 'IP/24/ND/B/0023', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1971, 209, 'IP/24/ND/B/0023', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1972, 209, 'IP/24/ND/B/0023', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1973, 209, 'IP/24/ND/B/0023', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:18am'),
(1974, 226, 'IP/24/ND/CS/0003', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:22am'),
(1975, 226, 'IP/24/ND/CS/0003', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:22am'),
(1976, 226, 'IP/24/ND/CS/0003', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:22am'),
(1977, 226, 'IP/24/ND/CS/0003', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:22am'),
(1978, 226, 'IP/24/ND/CS/0003', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:22am'),
(1979, 226, 'IP/24/ND/CS/0003', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:22am'),
(1980, 226, 'IP/24/ND/CS/0003', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:22am'),
(1981, 226, 'IP/24/ND/CS/0003', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:22am'),
(1982, 226, 'IP/24/ND/CS/0003', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:22am'),
(1983, 199, 'IP/24/ND/B/0018', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:23am'),
(1984, 199, 'IP/24/ND/B/0018', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:23am'),
(1985, 199, 'IP/24/ND/B/0018', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:23am'),
(1986, 199, 'IP/24/ND/B/0018', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:23am'),
(1987, 199, 'IP/24/ND/B/0018', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:23am'),
(1988, 199, 'IP/24/ND/B/0018', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:23am'),
(1989, 199, 'IP/24/ND/B/0018', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:23am'),
(1990, 199, 'IP/24/ND/B/0018', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:23am'),
(1991, 199, 'IP/24/ND/B/0018', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:23am'),
(1992, 199, 'IP/24/ND/B/0018', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:23am'),
(1993, 199, 'IP/24/ND/B/0018', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:23am'),
(1994, 212, 'IP/24/ND/B/0052', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:30am'),
(1995, 212, 'IP/24/ND/B/0052', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:30am'),
(1996, 212, 'IP/24/ND/B/0052', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:30am'),
(1997, 212, 'IP/24/ND/B/0052', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:30am'),
(1998, 212, 'IP/24/ND/B/0052', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:30am'),
(1999, 212, 'IP/24/ND/B/0052', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:30am'),
(2000, 212, 'IP/24/ND/B/0052', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:30am'),
(2001, 212, 'IP/24/ND/B/0052', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:30am'),
(2002, 212, 'IP/24/ND/B/0052', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:30am'),
(2003, 212, 'IP/24/ND/B/0052', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:30am'),
(2004, 212, 'IP/24/ND/B/0052', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:30am');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(2005, 221, 'IP/24/ND/B/0035', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:44am'),
(2006, 221, 'IP/24/ND/B/0035', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:44am'),
(2007, 221, 'IP/24/ND/B/0035', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:44am'),
(2008, 221, 'IP/24/ND/B/0035', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:44am'),
(2009, 221, 'IP/24/ND/B/0035', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:44am'),
(2010, 221, 'IP/24/ND/B/0035', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:44am'),
(2011, 221, 'IP/24/ND/B/0035', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:44am'),
(2012, 221, 'IP/24/ND/B/0035', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:44am'),
(2013, 221, 'IP/24/ND/B/0035', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:44am'),
(2014, 221, 'IP/24/ND/B/0035', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:44am'),
(2015, 221, 'IP/24/ND/B/0035', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 11:44am'),
(2016, 198, 'IP/24/ND/B/0011', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:50pm'),
(2017, 198, 'IP/24/ND/B/0011', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:50pm'),
(2018, 198, 'IP/24/ND/B/0011', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:50pm'),
(2019, 198, 'IP/24/ND/B/0011', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:50pm'),
(2020, 198, 'IP/24/ND/B/0011', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:50pm'),
(2021, 198, 'IP/24/ND/B/0011', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:50pm'),
(2022, 198, 'IP/24/ND/B/0011', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:50pm'),
(2023, 198, 'IP/24/ND/B/0011', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:50pm'),
(2024, 198, 'IP/24/ND/B/0011', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:50pm'),
(2025, 198, 'IP/24/ND/B/0011', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:50pm'),
(2026, 198, 'IP/24/ND/B/0011', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:50pm'),
(2027, 227, 'IP/24/ND/B/0016', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:51pm'),
(2028, 227, 'IP/24/ND/B/0016', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:51pm'),
(2029, 227, 'IP/24/ND/B/0016', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:51pm'),
(2030, 227, 'IP/24/ND/B/0016', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:51pm'),
(2031, 227, 'IP/24/ND/B/0016', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:51pm'),
(2032, 227, 'IP/24/ND/B/0016', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:51pm'),
(2033, 227, 'IP/24/ND/B/0016', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:51pm'),
(2034, 227, 'IP/24/ND/B/0016', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:51pm'),
(2035, 227, 'IP/24/ND/B/0016', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:51pm'),
(2036, 227, 'IP/24/ND/B/0016', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:51pm'),
(2037, 227, 'IP/24/ND/B/0016', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:51pm'),
(2038, 203, 'IP/24/ND/B/0027', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:53pm'),
(2039, 203, 'IP/24/ND/B/0027', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:53pm'),
(2040, 203, 'IP/24/ND/B/0027', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:53pm'),
(2041, 203, 'IP/24/ND/B/0027', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:53pm'),
(2042, 203, 'IP/24/ND/B/0027', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:53pm'),
(2043, 203, 'IP/24/ND/B/0027', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:53pm'),
(2044, 203, 'IP/24/ND/B/0027', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:53pm'),
(2045, 203, 'IP/24/ND/B/0027', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:53pm'),
(2046, 203, 'IP/24/ND/B/0027', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:53pm'),
(2047, 203, 'IP/24/ND/B/0027', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:53pm'),
(2048, 203, 'IP/24/ND/B/0027', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Aug 2025, 12:53pm'),
(2049, 226, 'IP/24/ND/CS/0003', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Sep 2025, 10:15am'),
(2050, 226, 'IP/24/ND/CS/0003', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Sep 2025, 10:15am'),
(2051, 226, 'IP/24/ND/CS/0003', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Sep 2025, 10:15am'),
(2052, 226, 'IP/24/ND/CS/0003', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Sep 2025, 10:15am'),
(2053, 226, 'IP/24/ND/CS/0003', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Sep 2025, 10:15am'),
(2054, 226, 'IP/24/ND/CS/0003', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Sep 2025, 10:15am'),
(2055, 226, 'IP/24/ND/CS/0003', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Sep 2025, 10:15am'),
(2056, 226, 'IP/24/ND/CS/0003', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Sep 2025, 10:15am'),
(2057, 226, 'IP/24/ND/CS/0003', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Sep 2025, 10:15am'),
(2058, 248, 'IP/24/ND/F/0001', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2059, 248, 'IP/24/ND/F/0001', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2060, 248, 'IP/24/ND/F/0001', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2061, 248, 'IP/24/ND/F/0001', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2062, 248, 'IP/24/ND/F/0001', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2063, 248, 'IP/24/ND/F/0001', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2064, 248, 'IP/24/ND/F/0001', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2065, 248, 'IP/24/ND/F/0001', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2066, 248, 'IP/24/ND/F/0001', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2067, 249, 'IP/24/ND/F/0002', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2068, 249, 'IP/24/ND/F/0002', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2069, 249, 'IP/24/ND/F/0002', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2070, 249, 'IP/24/ND/F/0002', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2071, 249, 'IP/24/ND/F/0002', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2072, 249, 'IP/24/ND/F/0002', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2073, 249, 'IP/24/ND/F/0002', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2074, 249, 'IP/24/ND/F/0002', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2075, 249, 'IP/24/ND/F/0002', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2076, 252, 'IP/24/ND/F/0003', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2077, 252, 'IP/24/ND/F/0003', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2078, 252, 'IP/24/ND/F/0003', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2079, 252, 'IP/24/ND/F/0003', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2080, 252, 'IP/24/ND/F/0003', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2081, 252, 'IP/24/ND/F/0003', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2082, 252, 'IP/24/ND/F/0003', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2083, 252, 'IP/24/ND/F/0003', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2084, 252, 'IP/24/ND/F/0003', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '04 Sep 2025, 02:33pm'),
(2085, 249, 'IP/24/ND/F/0002', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2086, 249, 'IP/24/ND/F/0002', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2087, 249, 'IP/24/ND/F/0002', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2088, 249, 'IP/24/ND/F/0002', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2089, 249, 'IP/24/ND/F/0002', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2090, 249, 'IP/24/ND/F/0002', 100, 8, 192, 'fas 124', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2091, 249, 'IP/24/ND/F/0002', 100, 8, 193, 'fas 125', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2092, 249, 'IP/24/ND/F/0002', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2093, 249, 'IP/24/ND/F/0002', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2094, 249, 'IP/24/ND/F/0002', 100, 8, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2095, 249, 'IP/24/ND/F/0002', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2096, 248, 'IP/24/ND/F/0001', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2097, 248, 'IP/24/ND/F/0001', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2098, 248, 'IP/24/ND/F/0001', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2099, 248, 'IP/24/ND/F/0001', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2100, 248, 'IP/24/ND/F/0001', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2101, 248, 'IP/24/ND/F/0001', 100, 8, 192, 'fas 124', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2102, 248, 'IP/24/ND/F/0001', 100, 8, 193, 'fas 125', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2103, 248, 'IP/24/ND/F/0001', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2104, 248, 'IP/24/ND/F/0001', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2105, 248, 'IP/24/ND/F/0001', 100, 8, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2106, 248, 'IP/24/ND/F/0001', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2107, 252, 'IP/24/ND/F/0003', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2108, 252, 'IP/24/ND/F/0003', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2109, 252, 'IP/24/ND/F/0003', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2110, 252, 'IP/24/ND/F/0003', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2111, 252, 'IP/24/ND/F/0003', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2112, 252, 'IP/24/ND/F/0003', 100, 8, 192, 'fas 124', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2113, 252, 'IP/24/ND/F/0003', 100, 8, 193, 'fas 125', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2114, 252, 'IP/24/ND/F/0003', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2115, 252, 'IP/24/ND/F/0003', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2116, 252, 'IP/24/ND/F/0003', 100, 8, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2117, 252, 'IP/24/ND/F/0003', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Sep 2025, 02:37pm'),
(2118, 244, 'IP/23/ND/F/S2/0003', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Sep 2025, 12:26pm'),
(2119, 244, 'IP/23/ND/F/S2/0003', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Sep 2025, 12:26pm'),
(2120, 244, 'IP/23/ND/F/S2/0003', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Sep 2025, 12:26pm'),
(2121, 244, 'IP/23/ND/F/S2/0003', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Sep 2025, 12:26pm'),
(2122, 244, 'IP/23/ND/F/S2/0003', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Sep 2025, 12:26pm'),
(2123, 244, 'IP/23/ND/F/S2/0003', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Sep 2025, 12:26pm'),
(2124, 244, 'IP/23/ND/F/S2/0003', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Sep 2025, 12:26pm'),
(2125, 244, 'IP/23/ND/F/S2/0003', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Sep 2025, 12:26pm'),
(2126, 244, 'IP/23/ND/F/S2/0003', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '06 Sep 2025, 12:26pm'),
(2127, 244, 'IP/23/ND/F/S2/0003', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Sep 2025, 12:29pm'),
(2128, 244, 'IP/23/ND/F/S2/0003', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Sep 2025, 12:29pm'),
(2129, 244, 'IP/23/ND/F/S2/0003', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Sep 2025, 12:29pm'),
(2130, 244, 'IP/23/ND/F/S2/0003', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Sep 2025, 12:29pm'),
(2131, 244, 'IP/23/ND/F/S2/0003', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Sep 2025, 12:29pm'),
(2132, 244, 'IP/23/ND/F/S2/0003', 100, 8, 192, 'fas 124', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Sep 2025, 12:29pm'),
(2133, 244, 'IP/23/ND/F/S2/0003', 100, 8, 193, 'fas 125', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Sep 2025, 12:29pm'),
(2134, 244, 'IP/23/ND/F/S2/0003', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Sep 2025, 12:29pm'),
(2135, 244, 'IP/23/ND/F/S2/0003', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Sep 2025, 12:29pm'),
(2136, 244, 'IP/23/ND/F/S2/0003', 100, 8, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Sep 2025, 12:29pm'),
(2137, 244, 'IP/23/ND/F/S2/0003', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Sep 2025, 12:29pm'),
(2138, 208, 'IP/24/ND/B/0026', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:01am'),
(2139, 208, 'IP/24/ND/B/0026', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:01am'),
(2140, 208, 'IP/24/ND/B/0026', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:01am'),
(2141, 208, 'IP/24/ND/B/0026', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:01am'),
(2142, 208, 'IP/24/ND/B/0026', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:01am'),
(2143, 208, 'IP/24/ND/B/0026', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:01am'),
(2144, 208, 'IP/24/ND/B/0026', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:01am'),
(2145, 208, 'IP/24/ND/B/0026', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:01am'),
(2146, 208, 'IP/24/ND/B/0026', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:01am'),
(2147, 208, 'IP/24/ND/B/0026', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:01am'),
(2148, 208, 'IP/24/ND/B/0026', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:01am'),
(2149, 211, 'IP/24/ND/B/0048', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:06am'),
(2150, 211, 'IP/24/ND/B/0048', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:06am'),
(2151, 211, 'IP/24/ND/B/0048', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:06am'),
(2152, 211, 'IP/24/ND/B/0048', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:06am'),
(2153, 211, 'IP/24/ND/B/0048', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:06am'),
(2154, 211, 'IP/24/ND/B/0048', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:06am'),
(2155, 211, 'IP/24/ND/B/0048', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:06am'),
(2156, 211, 'IP/24/ND/B/0048', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:06am'),
(2157, 211, 'IP/24/ND/B/0048', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:06am'),
(2158, 211, 'IP/24/ND/B/0048', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:06am'),
(2159, 211, 'IP/24/ND/B/0048', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 10:06am'),
(2160, 208, 'IP/24/ND/B/0026', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:27pm'),
(2161, 208, 'IP/24/ND/B/0026', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:27pm'),
(2162, 208, 'IP/24/ND/B/0026', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:27pm'),
(2163, 208, 'IP/24/ND/B/0026', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:27pm'),
(2164, 208, 'IP/24/ND/B/0026', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:27pm'),
(2165, 208, 'IP/24/ND/B/0026', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:27pm'),
(2166, 208, 'IP/24/ND/B/0026', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:27pm'),
(2167, 208, 'IP/24/ND/B/0026', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:27pm'),
(2168, 208, 'IP/24/ND/B/0026', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:27pm'),
(2169, 196, 'IP/24/ND/B/0006', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:46pm'),
(2170, 196, 'IP/24/ND/B/0006', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:46pm'),
(2171, 196, 'IP/24/ND/B/0006', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:46pm'),
(2172, 196, 'IP/24/ND/B/0006', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:46pm'),
(2173, 196, 'IP/24/ND/B/0006', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:46pm'),
(2174, 196, 'IP/24/ND/B/0006', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:46pm'),
(2175, 196, 'IP/24/ND/B/0006', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:46pm'),
(2176, 196, 'IP/24/ND/B/0006', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:46pm'),
(2177, 196, 'IP/24/ND/B/0006', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:46pm'),
(2178, 226, 'IP/24/ND/CS/0003', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:55pm'),
(2179, 226, 'IP/24/ND/CS/0003', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:55pm'),
(2180, 226, 'IP/24/ND/CS/0003', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:55pm'),
(2181, 226, 'IP/24/ND/CS/0003', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:55pm'),
(2182, 226, 'IP/24/ND/CS/0003', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:55pm'),
(2183, 226, 'IP/24/ND/CS/0003', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:55pm'),
(2184, 226, 'IP/24/ND/CS/0003', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:55pm'),
(2185, 226, 'IP/24/ND/CS/0003', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:55pm'),
(2186, 226, 'IP/24/ND/CS/0003', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:55pm'),
(2187, 226, 'IP/24/ND/CS/0003', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 12:55pm'),
(2188, 209, 'IP/24/ND/B/0023', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:02pm'),
(2189, 209, 'IP/24/ND/B/0023', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:02pm'),
(2190, 209, 'IP/24/ND/B/0023', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:02pm'),
(2191, 209, 'IP/24/ND/B/0023', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:02pm'),
(2192, 209, 'IP/24/ND/B/0023', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:02pm'),
(2193, 209, 'IP/24/ND/B/0023', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:02pm'),
(2194, 209, 'IP/24/ND/B/0023', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:02pm'),
(2195, 209, 'IP/24/ND/B/0023', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:02pm'),
(2196, 209, 'IP/24/ND/B/0023', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:02pm'),
(2197, 208, 'IP/24/ND/B/0026', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:03pm'),
(2198, 208, 'IP/24/ND/B/0026', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:03pm'),
(2199, 208, 'IP/24/ND/B/0026', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:03pm'),
(2200, 208, 'IP/24/ND/B/0026', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:03pm'),
(2201, 208, 'IP/24/ND/B/0026', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:03pm'),
(2202, 208, 'IP/24/ND/B/0026', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:03pm'),
(2203, 208, 'IP/24/ND/B/0026', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:03pm'),
(2204, 208, 'IP/24/ND/B/0026', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:03pm'),
(2205, 208, 'IP/24/ND/B/0026', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:03pm'),
(2206, 198, 'IP/24/ND/B/0011', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:15pm'),
(2207, 198, 'IP/24/ND/B/0011', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:15pm'),
(2208, 198, 'IP/24/ND/B/0011', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:15pm'),
(2209, 198, 'IP/24/ND/B/0011', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:15pm'),
(2210, 198, 'IP/24/ND/B/0011', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:15pm'),
(2211, 198, 'IP/24/ND/B/0011', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:15pm'),
(2212, 198, 'IP/24/ND/B/0011', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:15pm'),
(2213, 198, 'IP/24/ND/B/0011', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:15pm'),
(2214, 198, 'IP/24/ND/B/0011', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:15pm'),
(2215, 203, 'IP/24/ND/B/0027', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:17pm'),
(2216, 203, 'IP/24/ND/B/0027', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:17pm'),
(2217, 203, 'IP/24/ND/B/0027', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:17pm'),
(2218, 203, 'IP/24/ND/B/0027', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:17pm'),
(2219, 203, 'IP/24/ND/B/0027', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:17pm'),
(2220, 203, 'IP/24/ND/B/0027', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:17pm'),
(2221, 203, 'IP/24/ND/B/0027', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:17pm'),
(2222, 203, 'IP/24/ND/B/0027', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:17pm'),
(2223, 200, 'IP/24/ND/B/0021', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:20pm'),
(2224, 200, 'IP/24/ND/B/0021', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:20pm'),
(2225, 200, 'IP/24/ND/B/0021', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:20pm'),
(2226, 200, 'IP/24/ND/B/0021', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:20pm'),
(2227, 200, 'IP/24/ND/B/0021', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:20pm'),
(2228, 200, 'IP/24/ND/B/0021', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:20pm'),
(2229, 200, 'IP/24/ND/B/0021', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:20pm'),
(2230, 200, 'IP/24/ND/B/0021', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:20pm'),
(2231, 216, 'IP/24/ND/B/0008', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:24pm'),
(2232, 216, 'IP/24/ND/B/0008', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:24pm'),
(2233, 216, 'IP/24/ND/B/0008', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:24pm'),
(2234, 216, 'IP/24/ND/B/0008', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:24pm'),
(2235, 216, 'IP/24/ND/B/0008', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:24pm'),
(2236, 216, 'IP/24/ND/B/0008', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:24pm'),
(2237, 216, 'IP/24/ND/B/0008', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:24pm'),
(2238, 216, 'IP/24/ND/B/0008', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:24pm'),
(2239, 217, 'IP/24/ND/B/0010', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2240, 217, 'IP/24/ND/B/0010', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2241, 217, 'IP/24/ND/B/0010', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2242, 217, 'IP/24/ND/B/0010', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2243, 217, 'IP/24/ND/B/0010', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2244, 217, 'IP/24/ND/B/0010', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2245, 217, 'IP/24/ND/B/0010', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2246, 217, 'IP/24/ND/B/0010', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2247, 206, 'IP/24/ND/B/0009', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2248, 206, 'IP/24/ND/B/0009', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2249, 206, 'IP/24/ND/B/0009', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2250, 206, 'IP/24/ND/B/0009', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2251, 206, 'IP/24/ND/B/0009', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2252, 206, 'IP/24/ND/B/0009', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2253, 206, 'IP/24/ND/B/0009', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2254, 206, 'IP/24/ND/B/0009', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2255, 206, 'IP/24/ND/B/0009', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:25pm'),
(2256, 199, 'IP/24/ND/B/0018', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:27pm'),
(2257, 199, 'IP/24/ND/B/0018', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:27pm'),
(2258, 199, 'IP/24/ND/B/0018', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:27pm'),
(2259, 199, 'IP/24/ND/B/0018', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:27pm'),
(2260, 199, 'IP/24/ND/B/0018', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:27pm'),
(2261, 199, 'IP/24/ND/B/0018', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:27pm'),
(2262, 199, 'IP/24/ND/B/0018', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:27pm'),
(2263, 199, 'IP/24/ND/B/0018', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:27pm'),
(2264, 213, 'IP/24/ND/B/0025', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:31pm'),
(2265, 213, 'IP/24/ND/B/0025', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:31pm'),
(2266, 213, 'IP/24/ND/B/0025', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:31pm'),
(2267, 213, 'IP/24/ND/B/0025', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:31pm'),
(2268, 213, 'IP/24/ND/B/0025', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:31pm'),
(2269, 213, 'IP/24/ND/B/0025', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:31pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(2270, 213, 'IP/24/ND/B/0025', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:31pm'),
(2271, 213, 'IP/24/ND/B/0025', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:31pm'),
(2272, 212, 'IP/24/ND/B/0052', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:46pm'),
(2273, 212, 'IP/24/ND/B/0052', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:46pm'),
(2274, 212, 'IP/24/ND/B/0052', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:46pm'),
(2275, 212, 'IP/24/ND/B/0052', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:46pm'),
(2276, 212, 'IP/24/ND/B/0052', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:46pm'),
(2277, 212, 'IP/24/ND/B/0052', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:46pm'),
(2278, 212, 'IP/24/ND/B/0052', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:46pm'),
(2279, 212, 'IP/24/ND/B/0052', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:46pm'),
(2280, 212, 'IP/24/ND/B/0052', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:46pm'),
(2281, 221, 'IP/24/ND/B/0035', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:58pm'),
(2282, 221, 'IP/24/ND/B/0035', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:58pm'),
(2283, 221, 'IP/24/ND/B/0035', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:58pm'),
(2284, 221, 'IP/24/ND/B/0035', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:58pm'),
(2285, 221, 'IP/24/ND/B/0035', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:58pm'),
(2286, 221, 'IP/24/ND/B/0035', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:58pm'),
(2287, 221, 'IP/24/ND/B/0035', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:58pm'),
(2288, 221, 'IP/24/ND/B/0035', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:58pm'),
(2289, 221, 'IP/24/ND/B/0035', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '08 Sep 2025, 01:58pm'),
(2290, 258, 'IP/25/ND/CS/002', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:15pm'),
(2291, 258, 'IP/25/ND/CS/002', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:15pm'),
(2292, 258, 'IP/25/ND/CS/002', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:15pm'),
(2293, 258, 'IP/25/ND/CS/002', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:15pm'),
(2294, 258, 'IP/25/ND/CS/002', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:15pm'),
(2295, 258, 'IP/25/ND/CS/002', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:15pm'),
(2296, 258, 'IP/25/ND/CS/002', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:15pm'),
(2297, 258, 'IP/25/ND/CS/002', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:15pm'),
(2298, 258, 'IP/25/ND/CS/002', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:15pm'),
(2299, 260, 'IP/25/ND/CS/004', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2300, 260, 'IP/25/ND/CS/004', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2301, 260, 'IP/25/ND/CS/004', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2302, 260, 'IP/25/ND/CS/004', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2303, 260, 'IP/25/ND/CS/004', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2304, 260, 'IP/25/ND/CS/004', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2305, 260, 'IP/25/ND/CS/004', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2306, 260, 'IP/25/ND/CS/004', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2307, 260, 'IP/25/ND/CS/004', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2308, 259, 'IP/25/ND/CS/003', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2309, 259, 'IP/25/ND/CS/003', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2310, 259, 'IP/25/ND/CS/003', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2311, 259, 'IP/25/ND/CS/003', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2312, 259, 'IP/25/ND/CS/003', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2313, 259, 'IP/25/ND/CS/003', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2314, 259, 'IP/25/ND/CS/003', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2315, 259, 'IP/25/ND/CS/003', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2316, 259, 'IP/25/ND/CS/003', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:16pm'),
(2317, 262, 'IP/25/ND/CS/006', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:21pm'),
(2318, 262, 'IP/25/ND/CS/006', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:21pm'),
(2319, 262, 'IP/25/ND/CS/006', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:21pm'),
(2320, 262, 'IP/25/ND/CS/006', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:21pm'),
(2321, 262, 'IP/25/ND/CS/006', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:21pm'),
(2322, 262, 'IP/25/ND/CS/006', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:21pm'),
(2323, 262, 'IP/25/ND/CS/006', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:21pm'),
(2324, 262, 'IP/25/ND/CS/006', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:21pm'),
(2325, 262, 'IP/25/ND/CS/006', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:21pm'),
(2326, 261, 'IP/25/ND/CS/005', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:31pm'),
(2327, 261, 'IP/25/ND/CS/005', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:31pm'),
(2328, 261, 'IP/25/ND/CS/005', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:31pm'),
(2329, 261, 'IP/25/ND/CS/005', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:31pm'),
(2330, 261, 'IP/25/ND/CS/005', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:31pm'),
(2331, 261, 'IP/25/ND/CS/005', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:31pm'),
(2332, 261, 'IP/25/ND/CS/005', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:31pm'),
(2333, 261, 'IP/25/ND/CS/005', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:31pm'),
(2334, 261, 'IP/25/ND/CS/005', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 02:31pm'),
(2335, 272, 'IP/25/ND/B/001', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2336, 272, 'IP/25/ND/B/001', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2337, 272, 'IP/25/ND/B/001', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2338, 272, 'IP/25/ND/B/001', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2339, 272, 'IP/25/ND/B/001', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2340, 272, 'IP/25/ND/B/001', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2341, 272, 'IP/25/ND/B/001', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2342, 272, 'IP/25/ND/B/001', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2343, 272, 'IP/25/ND/B/001', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2344, 272, 'IP/25/ND/B/001', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2345, 272, 'IP/25/ND/B/001', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2346, 273, 'IP/25/ND/B/003', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2347, 273, 'IP/25/ND/B/003', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2348, 273, 'IP/25/ND/B/003', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2349, 273, 'IP/25/ND/B/003', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2350, 273, 'IP/25/ND/B/003', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2351, 273, 'IP/25/ND/B/003', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2352, 273, 'IP/25/ND/B/003', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2353, 273, 'IP/25/ND/B/003', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2354, 273, 'IP/25/ND/B/003', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2355, 273, 'IP/25/ND/B/003', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2356, 273, 'IP/25/ND/B/003', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:24pm'),
(2357, 277, 'IP/24/ND/B/0026', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2358, 277, 'IP/24/ND/B/0026', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2359, 277, 'IP/24/ND/B/0026', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2360, 277, 'IP/24/ND/B/0026', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2361, 277, 'IP/24/ND/B/0026', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2362, 277, 'IP/24/ND/B/0026', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2363, 277, 'IP/24/ND/B/0026', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2364, 277, 'IP/24/ND/B/0026', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2365, 277, 'IP/24/ND/B/0026', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2366, 277, 'IP/24/ND/B/0026', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2367, 277, 'IP/24/ND/B/0026', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2368, 279, 'IP/24/ND/B/0023', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2369, 279, 'IP/24/ND/B/0023', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2370, 279, 'IP/24/ND/B/0023', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2371, 279, 'IP/24/ND/B/0023', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2372, 279, 'IP/24/ND/B/0023', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2373, 279, 'IP/24/ND/B/0023', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2374, 279, 'IP/24/ND/B/0023', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2375, 279, 'IP/24/ND/B/0023', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2376, 279, 'IP/24/ND/B/0023', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2377, 279, 'IP/24/ND/B/0023', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2378, 279, 'IP/24/ND/B/0023', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 03:58pm'),
(2379, 212, 'IP/24/ND/B/0052', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2380, 212, 'IP/24/ND/B/0052', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2381, 212, 'IP/24/ND/B/0052', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2382, 212, 'IP/24/ND/B/0052', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2383, 212, 'IP/24/ND/B/0052', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2384, 212, 'IP/24/ND/B/0052', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2385, 212, 'IP/24/ND/B/0052', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2386, 212, 'IP/24/ND/B/0052', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2387, 212, 'IP/24/ND/B/0052', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2388, 212, 'IP/24/ND/B/0052', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2389, 212, 'IP/24/ND/B/0052', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2390, 200, 'IP/24/ND/B/0021', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2391, 200, 'IP/24/ND/B/0021', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2392, 200, 'IP/24/ND/B/0021', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2393, 200, 'IP/24/ND/B/0021', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2394, 200, 'IP/24/ND/B/0021', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2395, 200, 'IP/24/ND/B/0021', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2396, 200, 'IP/24/ND/B/0021', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2397, 200, 'IP/24/ND/B/0021', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2398, 200, 'IP/24/ND/B/0021', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2399, 200, 'IP/24/ND/B/0021', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2400, 200, 'IP/24/ND/B/0021', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:01pm'),
(2401, 218, 'IP/24/ND/B/0037', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:02pm'),
(2402, 218, 'IP/24/ND/B/0037', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:02pm'),
(2403, 218, 'IP/24/ND/B/0037', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:02pm'),
(2404, 218, 'IP/24/ND/B/0037', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:02pm'),
(2405, 218, 'IP/24/ND/B/0037', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:02pm'),
(2406, 218, 'IP/24/ND/B/0037', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:02pm'),
(2407, 218, 'IP/24/ND/B/0037', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:02pm'),
(2408, 218, 'IP/24/ND/B/0037', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:02pm'),
(2409, 218, 'IP/24/ND/B/0037', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:02pm'),
(2410, 218, 'IP/24/ND/B/0037', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:02pm'),
(2411, 218, 'IP/24/ND/B/0037', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:02pm'),
(2412, 207, 'IP/24/ND/B/0031', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:03pm'),
(2413, 207, 'IP/24/ND/B/0031', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:03pm'),
(2414, 207, 'IP/24/ND/B/0031', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:03pm'),
(2415, 207, 'IP/24/ND/B/0031', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:03pm'),
(2416, 207, 'IP/24/ND/B/0031', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:03pm'),
(2417, 207, 'IP/24/ND/B/0031', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:03pm'),
(2418, 207, 'IP/24/ND/B/0031', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:03pm'),
(2419, 207, 'IP/24/ND/B/0031', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:03pm'),
(2420, 207, 'IP/24/ND/B/0031', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:03pm'),
(2421, 207, 'IP/24/ND/B/0031', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:03pm'),
(2422, 207, 'IP/24/ND/B/0031', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:03pm'),
(2423, 204, 'IP/24/ND/B/0028', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2424, 204, 'IP/24/ND/B/0028', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2425, 204, 'IP/24/ND/B/0028', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2426, 204, 'IP/24/ND/B/0028', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2427, 204, 'IP/24/ND/B/0028', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2428, 204, 'IP/24/ND/B/0028', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2429, 204, 'IP/24/ND/B/0028', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2430, 204, 'IP/24/ND/B/0028', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2431, 204, 'IP/24/ND/B/0028', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2432, 204, 'IP/24/ND/B/0028', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2433, 204, 'IP/24/ND/B/0028', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2434, 284, 'IP/24/ND/CE/0001', 100, 6, 71, 'mth 112', 'algebra and elementary trigonometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2435, 284, 'IP/24/ND/CE/0001', 100, 6, 75, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2436, 284, 'IP/24/ND/CE/0001', 100, 6, 73, 'mec 113', 'basic workshop technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2437, 284, 'IP/24/ND/CE/0001', 100, 6, 72, 'mec 101', 'technical drawing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2438, 284, 'IP/24/ND/CE/0001', 100, 6, 200, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2439, 284, 'IP/24/ND/CE/0001', 100, 6, 74, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2440, 284, 'IP/24/ND/CE/0001', 100, 6, 70, 'cte 115', 'data structures', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2441, 284, 'IP/24/ND/CE/0001', 100, 6, 69, 'cte 114', 'internet and web technologies', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2442, 284, 'IP/24/ND/CE/0001', 100, 6, 68, 'cte 113', 'computer application packages', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2443, 284, 'IP/24/ND/CE/0001', 100, 6, 67, 'cte 112', 'electrical workshop practice and technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2444, 284, 'IP/24/ND/CE/0001', 100, 6, 66, 'cte 111', 'introduction to computers & information technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2445, 284, 'IP/24/ND/CE/0001', 100, 6, 199, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:06pm'),
(2446, 281, 'IP/24/ND/B/0011', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:09pm'),
(2447, 281, 'IP/24/ND/B/0011', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:09pm'),
(2448, 281, 'IP/24/ND/B/0011', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:09pm'),
(2449, 281, 'IP/24/ND/B/0011', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:09pm'),
(2450, 281, 'IP/24/ND/B/0011', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:09pm'),
(2451, 281, 'IP/24/ND/B/0011', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:09pm'),
(2452, 281, 'IP/24/ND/B/0011', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:09pm'),
(2453, 281, 'IP/24/ND/B/0011', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:09pm'),
(2454, 281, 'IP/24/ND/B/0011', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:09pm'),
(2455, 281, 'IP/24/ND/B/0011', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:09pm'),
(2456, 281, 'IP/24/ND/B/0011', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:09pm'),
(2457, 287, 'IP/24/ND/B/0028', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:23pm'),
(2458, 287, 'IP/24/ND/B/0028', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:23pm'),
(2459, 287, 'IP/24/ND/B/0028', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:23pm'),
(2460, 287, 'IP/24/ND/B/0028', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:23pm'),
(2461, 287, 'IP/24/ND/B/0028', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:23pm'),
(2462, 287, 'IP/24/ND/B/0028', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:23pm'),
(2463, 287, 'IP/24/ND/B/0028', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:23pm'),
(2464, 287, 'IP/24/ND/B/0028', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:23pm'),
(2465, 287, 'IP/24/ND/B/0028', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:23pm'),
(2466, 287, 'IP/24/ND/B/0028', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:23pm'),
(2467, 287, 'IP/24/ND/B/0028', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:23pm'),
(2468, 282, 'IP/24/ND/B/0027', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2469, 282, 'IP/24/ND/B/0027', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2470, 282, 'IP/24/ND/B/0027', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2471, 282, 'IP/24/ND/B/0027', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2472, 282, 'IP/24/ND/B/0027', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2473, 282, 'IP/24/ND/B/0027', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2474, 282, 'IP/24/ND/B/0027', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2475, 282, 'IP/24/ND/B/0027', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2476, 282, 'IP/24/ND/B/0027', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2477, 282, 'IP/24/ND/B/0027', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2478, 282, 'IP/24/ND/B/0027', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2479, 286, 'IP/24/ND/B/0021', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2480, 286, 'IP/24/ND/B/0021', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2481, 286, 'IP/24/ND/B/0021', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2482, 286, 'IP/24/ND/B/0021', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2483, 286, 'IP/24/ND/B/0021', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2484, 286, 'IP/24/ND/B/0021', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2485, 286, 'IP/24/ND/B/0021', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2486, 286, 'IP/24/ND/B/0021', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2487, 286, 'IP/24/ND/B/0021', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2488, 286, 'IP/24/ND/B/0021', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2489, 286, 'IP/24/ND/B/0021', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:24pm'),
(2490, 285, 'IP/24/ND/B/0052', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2491, 285, 'IP/24/ND/B/0052', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2492, 285, 'IP/24/ND/B/0052', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2493, 285, 'IP/24/ND/B/0052', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2494, 285, 'IP/24/ND/B/0052', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2495, 285, 'IP/24/ND/B/0052', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2496, 285, 'IP/24/ND/B/0052', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2497, 285, 'IP/24/ND/B/0052', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2498, 285, 'IP/24/ND/B/0052', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2499, 285, 'IP/24/ND/B/0052', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2500, 285, 'IP/24/ND/B/0052', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2501, 288, 'IP/24/ND/B/0045', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2502, 288, 'IP/24/ND/B/0045', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2503, 288, 'IP/24/ND/B/0045', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2504, 288, 'IP/24/ND/B/0045', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2505, 288, 'IP/24/ND/B/0045', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2506, 288, 'IP/24/ND/B/0045', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2507, 288, 'IP/24/ND/B/0045', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2508, 288, 'IP/24/ND/B/0045', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2509, 288, 'IP/24/ND/B/0045', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2510, 288, 'IP/24/ND/B/0045', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2511, 288, 'IP/24/ND/B/0045', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:29pm'),
(2512, 290, 'IP/24/ND/B/0037', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:35pm'),
(2513, 290, 'IP/24/ND/B/0037', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:35pm'),
(2514, 290, 'IP/24/ND/B/0037', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:35pm'),
(2515, 290, 'IP/24/ND/B/0037', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:35pm'),
(2516, 290, 'IP/24/ND/B/0037', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:35pm'),
(2517, 290, 'IP/24/ND/B/0037', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:35pm'),
(2518, 290, 'IP/24/ND/B/0037', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:35pm'),
(2519, 290, 'IP/24/ND/B/0037', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:35pm'),
(2520, 290, 'IP/24/ND/B/0037', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:35pm'),
(2521, 290, 'IP/24/ND/B/0037', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:35pm'),
(2522, 290, 'IP/24/ND/B/0037', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:35pm'),
(2523, 196, 'IP/24/ND/B/0006', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2524, 196, 'IP/24/ND/B/0006', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2525, 196, 'IP/24/ND/B/0006', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2526, 196, 'IP/24/ND/B/0006', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2527, 196, 'IP/24/ND/B/0006', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2528, 196, 'IP/24/ND/B/0006', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2529, 196, 'IP/24/ND/B/0006', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2530, 196, 'IP/24/ND/B/0006', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2531, 196, 'IP/24/ND/B/0006', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2532, 196, 'IP/24/ND/B/0006', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2533, 196, 'IP/24/ND/B/0006', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2534, 291, 'IP/24/ND/B/0031', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2535, 291, 'IP/24/ND/B/0031', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2536, 291, 'IP/24/ND/B/0031', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2537, 291, 'IP/24/ND/B/0031', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2538, 291, 'IP/24/ND/B/0031', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(2539, 291, 'IP/24/ND/B/0031', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2540, 291, 'IP/24/ND/B/0031', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2541, 291, 'IP/24/ND/B/0031', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2542, 291, 'IP/24/ND/B/0031', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2543, 291, 'IP/24/ND/B/0031', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2544, 291, 'IP/24/ND/B/0031', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:36pm'),
(2545, 193, 'ip/24/nd/b/0043', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:38pm'),
(2546, 193, 'ip/24/nd/b/0043', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:38pm'),
(2547, 193, 'ip/24/nd/b/0043', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:38pm'),
(2548, 193, 'ip/24/nd/b/0043', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:38pm'),
(2549, 193, 'ip/24/nd/b/0043', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:38pm'),
(2550, 193, 'ip/24/nd/b/0043', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:38pm'),
(2551, 193, 'ip/24/nd/b/0043', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:38pm'),
(2552, 193, 'ip/24/nd/b/0043', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:38pm'),
(2553, 193, 'ip/24/nd/b/0043', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:38pm'),
(2554, 193, 'ip/24/nd/b/0043', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:38pm'),
(2555, 193, 'ip/24/nd/b/0043', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:38pm'),
(2556, 270, 'IP/24/ND/B/0047', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2557, 270, 'IP/24/ND/B/0047', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2558, 270, 'IP/24/ND/B/0047', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2559, 270, 'IP/24/ND/B/0047', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2560, 270, 'IP/24/ND/B/0047', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2561, 270, 'IP/24/ND/B/0047', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2562, 270, 'IP/24/ND/B/0047', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2563, 270, 'IP/24/ND/B/0047', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2564, 270, 'IP/24/ND/B/0047', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2565, 270, 'IP/24/ND/B/0047', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2566, 270, 'IP/24/ND/B/0047', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2567, 283, 'IP/24/ND/B/0041', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2568, 283, 'IP/24/ND/B/0041', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2569, 283, 'IP/24/ND/B/0041', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2570, 283, 'IP/24/ND/B/0041', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2571, 283, 'IP/24/ND/B/0041', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2572, 283, 'IP/24/ND/B/0041', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2573, 283, 'IP/24/ND/B/0041', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2574, 283, 'IP/24/ND/B/0041', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2575, 283, 'IP/24/ND/B/0041', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2576, 283, 'IP/24/ND/B/0041', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2577, 283, 'IP/24/ND/B/0041', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:46pm'),
(2578, 211, 'IP/24/ND/B/0048', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:51pm'),
(2579, 211, 'IP/24/ND/B/0048', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:51pm'),
(2580, 211, 'IP/24/ND/B/0048', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:51pm'),
(2581, 211, 'IP/24/ND/B/0048', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:51pm'),
(2582, 211, 'IP/24/ND/B/0048', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:51pm'),
(2583, 211, 'IP/24/ND/B/0048', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:51pm'),
(2584, 211, 'IP/24/ND/B/0048', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:51pm'),
(2585, 211, 'IP/24/ND/B/0048', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:51pm'),
(2586, 211, 'IP/24/ND/B/0048', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:51pm'),
(2587, 211, 'IP/24/ND/B/0048', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:51pm'),
(2588, 211, 'IP/24/ND/B/0048', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:51pm'),
(2589, 289, 'IP/24/ND/B/0022', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2590, 289, 'IP/24/ND/B/0022', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2591, 289, 'IP/24/ND/B/0022', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2592, 289, 'IP/24/ND/B/0022', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2593, 289, 'IP/24/ND/B/0022', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2594, 289, 'IP/24/ND/B/0022', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2595, 289, 'IP/24/ND/B/0022', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2596, 289, 'IP/24/ND/B/0022', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2597, 289, 'IP/24/ND/B/0022', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2598, 289, 'IP/24/ND/B/0022', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2599, 289, 'IP/24/ND/B/0022', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2600, 278, 'IP/24/ND/B/0013', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2601, 278, 'IP/24/ND/B/0013', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2602, 278, 'IP/24/ND/B/0013', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2603, 278, 'IP/24/ND/B/0013', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2604, 278, 'IP/24/ND/B/0013', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2605, 278, 'IP/24/ND/B/0013', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2606, 278, 'IP/24/ND/B/0013', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2607, 278, 'IP/24/ND/B/0013', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2608, 278, 'IP/24/ND/B/0013', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2609, 278, 'IP/24/ND/B/0013', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2610, 278, 'IP/24/ND/B/0013', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2611, 268, 'IP/24/ND/B/0007', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2612, 268, 'IP/24/ND/B/0007', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2613, 268, 'IP/24/ND/B/0007', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2614, 268, 'IP/24/ND/B/0007', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2615, 268, 'IP/24/ND/B/0007', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2616, 268, 'IP/24/ND/B/0007', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2617, 268, 'IP/24/ND/B/0007', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2618, 268, 'IP/24/ND/B/0007', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2619, 268, 'IP/24/ND/B/0007', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2620, 268, 'IP/24/ND/B/0007', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2621, 268, 'IP/24/ND/B/0007', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:52pm'),
(2622, 280, 'IP/24/ND/B/0024', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:53pm'),
(2623, 280, 'IP/24/ND/B/0024', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:53pm'),
(2624, 280, 'IP/24/ND/B/0024', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:53pm'),
(2625, 280, 'IP/24/ND/B/0024', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:53pm'),
(2626, 280, 'IP/24/ND/B/0024', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:53pm'),
(2627, 280, 'IP/24/ND/B/0024', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:53pm'),
(2628, 280, 'IP/24/ND/B/0024', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:53pm'),
(2629, 280, 'IP/24/ND/B/0024', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:53pm'),
(2630, 280, 'IP/24/ND/B/0024', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:53pm'),
(2631, 280, 'IP/24/ND/B/0024', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:53pm'),
(2632, 280, 'IP/24/ND/B/0024', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '08 Sep 2025, 04:53pm'),
(2633, 231, 'IP/24/ND/E/0001', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2634, 231, 'IP/24/ND/E/0001', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2635, 231, 'IP/24/ND/E/0001', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2636, 231, 'IP/24/ND/E/0001', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2637, 231, 'IP/24/ND/E/0001', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2638, 231, 'IP/24/ND/E/0001', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2639, 231, 'IP/24/ND/E/0001', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2640, 231, 'IP/24/ND/E/0001', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2641, 231, 'IP/24/ND/E/0001', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2642, 231, 'IP/24/ND/E/0001', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2643, 231, 'IP/24/ND/E/0001', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2644, 231, 'IP/24/ND/E/0001', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2645, 239, 'IP/24/ND/E/0006', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2646, 239, 'IP/24/ND/E/0006', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2647, 239, 'IP/24/ND/E/0006', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2648, 239, 'IP/24/ND/E/0006', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2649, 239, 'IP/24/ND/E/0006', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2650, 239, 'IP/24/ND/E/0006', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2651, 239, 'IP/24/ND/E/0006', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2652, 239, 'IP/24/ND/E/0006', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2653, 239, 'IP/24/ND/E/0006', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2654, 239, 'IP/24/ND/E/0006', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2655, 239, 'IP/24/ND/E/0006', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2656, 239, 'IP/24/ND/E/0006', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:20pm'),
(2657, 238, 'IP/24/ND/E/0010', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2658, 238, 'IP/24/ND/E/0010', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2659, 238, 'IP/24/ND/E/0010', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2660, 238, 'IP/24/ND/E/0010', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2661, 238, 'IP/24/ND/E/0010', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2662, 238, 'IP/24/ND/E/0010', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2663, 238, 'IP/24/ND/E/0010', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2664, 238, 'IP/24/ND/E/0010', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2665, 238, 'IP/24/ND/E/0010', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2666, 238, 'IP/24/ND/E/0010', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2667, 238, 'IP/24/ND/E/0010', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2668, 238, 'IP/24/ND/E/0010', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2669, 232, 'IP/24/ND/E/0003', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2670, 232, 'IP/24/ND/E/0003', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2671, 232, 'IP/24/ND/E/0003', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2672, 232, 'IP/24/ND/E/0003', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2673, 232, 'IP/24/ND/E/0003', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2674, 232, 'IP/24/ND/E/0003', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2675, 232, 'IP/24/ND/E/0003', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2676, 232, 'IP/24/ND/E/0003', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2677, 232, 'IP/24/ND/E/0003', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2678, 232, 'IP/24/ND/E/0003', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2679, 232, 'IP/24/ND/E/0003', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2680, 232, 'IP/24/ND/E/0003', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:22pm'),
(2681, 234, 'IP/24/ND/E/0005', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:23pm'),
(2682, 234, 'IP/24/ND/E/0005', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:23pm'),
(2683, 234, 'IP/24/ND/E/0005', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:23pm'),
(2684, 234, 'IP/24/ND/E/0005', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:23pm'),
(2685, 234, 'IP/24/ND/E/0005', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:23pm'),
(2686, 234, 'IP/24/ND/E/0005', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:23pm'),
(2687, 234, 'IP/24/ND/E/0005', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:23pm'),
(2688, 234, 'IP/24/ND/E/0005', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:23pm'),
(2689, 234, 'IP/24/ND/E/0005', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:23pm'),
(2690, 234, 'IP/24/ND/E/0005', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:23pm'),
(2691, 234, 'IP/24/ND/E/0005', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:23pm'),
(2692, 234, 'IP/24/ND/E/0005', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:23pm'),
(2693, 233, 'IP/24/ND/E/0004', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:24pm'),
(2694, 233, 'IP/24/ND/E/0004', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:24pm'),
(2695, 233, 'IP/24/ND/E/0004', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:24pm'),
(2696, 233, 'IP/24/ND/E/0004', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:24pm'),
(2697, 233, 'IP/24/ND/E/0004', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:24pm'),
(2698, 233, 'IP/24/ND/E/0004', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:24pm'),
(2699, 233, 'IP/24/ND/E/0004', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:24pm'),
(2700, 233, 'IP/24/ND/E/0004', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:24pm'),
(2701, 233, 'IP/24/ND/E/0004', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:24pm'),
(2702, 233, 'IP/24/ND/E/0004', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:24pm'),
(2703, 233, 'IP/24/ND/E/0004', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:24pm'),
(2704, 233, 'IP/24/ND/E/0004', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:24pm'),
(2705, 237, 'IP/24/ND/E/0009', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:27pm'),
(2706, 237, 'IP/24/ND/E/0009', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:27pm'),
(2707, 237, 'IP/24/ND/E/0009', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:27pm'),
(2708, 237, 'IP/24/ND/E/0009', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:27pm'),
(2709, 237, 'IP/24/ND/E/0009', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:27pm'),
(2710, 237, 'IP/24/ND/E/0009', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:27pm'),
(2711, 237, 'IP/24/ND/E/0009', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:27pm'),
(2712, 237, 'IP/24/ND/E/0009', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:27pm'),
(2713, 237, 'IP/24/ND/E/0009', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:27pm'),
(2714, 237, 'IP/24/ND/E/0009', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:27pm'),
(2715, 237, 'IP/24/ND/E/0009', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:27pm'),
(2716, 237, 'IP/24/ND/E/0009', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '12 Sep 2025, 12:27pm'),
(2717, 226, 'IP/24/ND/CS/0003', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Sep 2025, 08:47am'),
(2718, 226, 'IP/24/ND/CS/0003', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Sep 2025, 08:47am'),
(2719, 226, 'IP/24/ND/CS/0003', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Sep 2025, 08:47am'),
(2720, 226, 'IP/24/ND/CS/0003', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Sep 2025, 08:47am'),
(2721, 226, 'IP/24/ND/CS/0003', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Sep 2025, 08:47am'),
(2722, 226, 'IP/24/ND/CS/0003', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Sep 2025, 08:47am'),
(2723, 226, 'IP/24/ND/CS/0003', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Sep 2025, 08:47am'),
(2724, 226, 'IP/24/ND/CS/0003', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '14 Sep 2025, 08:47am'),
(2725, 284, 'IP/24/ND/CE/0001', 100, 6, 199, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 04:40am'),
(2726, 284, 'IP/24/ND/CE/0001', 100, 6, 66, 'cte 111', 'introduction to computers & information technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 04:40am'),
(2727, 284, 'IP/24/ND/CE/0001', 100, 6, 67, 'cte 112', 'electrical workshop practice and technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 04:40am'),
(2728, 284, 'IP/24/ND/CE/0001', 100, 6, 68, 'cte 113', 'computer application packages', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 04:40am'),
(2729, 284, 'IP/24/ND/CE/0001', 100, 6, 69, 'cte 114', 'internet and web technologies', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 04:40am'),
(2730, 284, 'IP/24/ND/CE/0001', 100, 6, 70, 'cte 115', 'data structures', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 04:40am'),
(2731, 284, 'IP/24/ND/CE/0001', 100, 6, 74, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 04:40am'),
(2732, 284, 'IP/24/ND/CE/0001', 100, 6, 200, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 04:40am'),
(2733, 284, 'IP/24/ND/CE/0001', 100, 6, 75, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 04:40am'),
(2734, 284, 'IP/24/ND/CE/0001', 100, 6, 72, 'mec 101', 'technical drawing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 04:40am'),
(2735, 284, 'IP/24/ND/CE/0001', 100, 6, 73, 'mec 113', 'basic workshop technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 04:40am'),
(2736, 284, 'IP/24/ND/CE/0001', 100, 6, 71, 'mth 112', 'algebra and elementary trigonometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 04:40am'),
(2737, 231, 'IP/24/ND/E/0001', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:02pm'),
(2738, 231, 'IP/24/ND/E/0001', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:02pm'),
(2739, 231, 'IP/24/ND/E/0001', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:02pm'),
(2740, 231, 'IP/24/ND/E/0001', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:02pm'),
(2741, 231, 'IP/24/ND/E/0001', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:02pm'),
(2742, 231, 'IP/24/ND/E/0001', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:02pm'),
(2743, 231, 'IP/24/ND/E/0001', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:02pm'),
(2744, 231, 'IP/24/ND/E/0001', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:02pm'),
(2745, 231, 'IP/24/ND/E/0001', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:02pm'),
(2746, 231, 'IP/24/ND/E/0001', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:02pm'),
(2747, 231, 'IP/24/ND/E/0001', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:02pm'),
(2748, 231, 'IP/24/ND/E/0001', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:02pm'),
(2749, 231, 'IP/24/ND/E/0001', 100, 9, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:02pm'),
(2750, 239, 'IP/24/ND/E/0006', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:03pm'),
(2751, 239, 'IP/24/ND/E/0006', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:03pm'),
(2752, 239, 'IP/24/ND/E/0006', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:03pm'),
(2753, 239, 'IP/24/ND/E/0006', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:03pm'),
(2754, 239, 'IP/24/ND/E/0006', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:03pm'),
(2755, 239, 'IP/24/ND/E/0006', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:03pm'),
(2756, 239, 'IP/24/ND/E/0006', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:03pm'),
(2757, 239, 'IP/24/ND/E/0006', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:03pm'),
(2758, 239, 'IP/24/ND/E/0006', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:03pm'),
(2759, 239, 'IP/24/ND/E/0006', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:03pm'),
(2760, 239, 'IP/24/ND/E/0006', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:03pm'),
(2761, 239, 'IP/24/ND/E/0006', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:03pm'),
(2762, 239, 'IP/24/ND/E/0006', 100, 9, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:03pm'),
(2763, 232, 'IP/24/ND/E/0003', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2764, 232, 'IP/24/ND/E/0003', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2765, 232, 'IP/24/ND/E/0003', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2766, 232, 'IP/24/ND/E/0003', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2767, 232, 'IP/24/ND/E/0003', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2768, 232, 'IP/24/ND/E/0003', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2769, 232, 'IP/24/ND/E/0003', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2770, 232, 'IP/24/ND/E/0003', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2771, 232, 'IP/24/ND/E/0003', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2772, 232, 'IP/24/ND/E/0003', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2773, 232, 'IP/24/ND/E/0003', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2774, 232, 'IP/24/ND/E/0003', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2775, 234, 'IP/24/ND/E/0005', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2776, 234, 'IP/24/ND/E/0005', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2777, 234, 'IP/24/ND/E/0005', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2778, 234, 'IP/24/ND/E/0005', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2779, 234, 'IP/24/ND/E/0005', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2780, 234, 'IP/24/ND/E/0005', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2781, 234, 'IP/24/ND/E/0005', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2782, 234, 'IP/24/ND/E/0005', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2783, 234, 'IP/24/ND/E/0005', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2784, 234, 'IP/24/ND/E/0005', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2785, 234, 'IP/24/ND/E/0005', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2786, 234, 'IP/24/ND/E/0005', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 01:08pm'),
(2787, 293, 'IP/22/ND/B/20024', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:47pm'),
(2788, 293, 'IP/22/ND/B/20024', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:47pm'),
(2789, 293, 'IP/22/ND/B/20024', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:47pm'),
(2790, 293, 'IP/22/ND/B/20024', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:47pm'),
(2791, 293, 'IP/22/ND/B/20024', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:47pm'),
(2792, 293, 'IP/22/ND/B/20024', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:47pm'),
(2793, 293, 'IP/22/ND/B/20024', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:47pm'),
(2794, 293, 'IP/22/ND/B/20024', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:47pm'),
(2795, 293, 'IP/22/ND/B/20024', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:47pm'),
(2796, 293, 'IP/22/ND/B/20024', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:47pm'),
(2797, 293, 'IP/22/ND/B/20024', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:47pm'),
(2798, 292, 'IP/22/ND/B/20039', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:51pm'),
(2799, 292, 'IP/22/ND/B/20039', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:51pm'),
(2800, 292, 'IP/22/ND/B/20039', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:51pm'),
(2801, 292, 'IP/22/ND/B/20039', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:51pm'),
(2802, 292, 'IP/22/ND/B/20039', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:51pm'),
(2803, 292, 'IP/22/ND/B/20039', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:51pm'),
(2804, 292, 'IP/22/ND/B/20039', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:51pm'),
(2805, 292, 'IP/22/ND/B/20039', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:51pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(2806, 292, 'IP/22/ND/B/20039', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:51pm'),
(2807, 292, 'IP/22/ND/B/20039', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:51pm'),
(2808, 292, 'IP/22/ND/B/20039', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:51pm'),
(2809, 108, 'IP/22/ND/B/20005', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:59pm'),
(2810, 108, 'IP/22/ND/B/20005', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:59pm'),
(2811, 108, 'IP/22/ND/B/20005', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:59pm'),
(2812, 108, 'IP/22/ND/B/20005', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:59pm'),
(2813, 108, 'IP/22/ND/B/20005', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:59pm'),
(2814, 108, 'IP/22/ND/B/20005', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:59pm'),
(2815, 108, 'IP/22/ND/B/20005', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:59pm'),
(2816, 108, 'IP/22/ND/B/20005', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:59pm'),
(2817, 108, 'IP/22/ND/B/20005', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:59pm'),
(2818, 108, 'IP/22/ND/B/20005', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:59pm'),
(2819, 108, 'IP/22/ND/B/20005', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Sep 2025, 01:59pm'),
(2820, 293, 'IP/22/ND/B/20024', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:41pm'),
(2821, 293, 'IP/22/ND/B/20024', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:41pm'),
(2822, 293, 'IP/22/ND/B/20024', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:41pm'),
(2823, 293, 'IP/22/ND/B/20024', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:41pm'),
(2824, 293, 'IP/22/ND/B/20024', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:41pm'),
(2825, 293, 'IP/22/ND/B/20024', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:41pm'),
(2826, 293, 'IP/22/ND/B/20024', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:41pm'),
(2827, 293, 'IP/22/ND/B/20024', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:41pm'),
(2828, 293, 'IP/22/ND/B/20024', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:41pm'),
(2829, 108, 'IP/22/ND/B/20005', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:43pm'),
(2830, 108, 'IP/22/ND/B/20005', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:43pm'),
(2831, 108, 'IP/22/ND/B/20005', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:43pm'),
(2832, 108, 'IP/22/ND/B/20005', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:43pm'),
(2833, 108, 'IP/22/ND/B/20005', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:43pm'),
(2834, 108, 'IP/22/ND/B/20005', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:43pm'),
(2835, 108, 'IP/22/ND/B/20005', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:43pm'),
(2836, 108, 'IP/22/ND/B/20005', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:43pm'),
(2837, 108, 'IP/22/ND/B/20005', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:43pm'),
(2838, 292, 'IP/22/ND/B/20039', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:50pm'),
(2839, 292, 'IP/22/ND/B/20039', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:50pm'),
(2840, 292, 'IP/22/ND/B/20039', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:50pm'),
(2841, 292, 'IP/22/ND/B/20039', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:50pm'),
(2842, 292, 'IP/22/ND/B/20039', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:50pm'),
(2843, 292, 'IP/22/ND/B/20039', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:50pm'),
(2844, 292, 'IP/22/ND/B/20039', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:50pm'),
(2845, 292, 'IP/22/ND/B/20039', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:50pm'),
(2846, 292, 'IP/22/ND/B/20039', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Sep 2025, 02:50pm'),
(2847, 304, 'IP/24/ND/CS/0003', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:44pm'),
(2848, 304, 'IP/24/ND/CS/0003', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:44pm'),
(2849, 304, 'IP/24/ND/CS/0003', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:44pm'),
(2850, 304, 'IP/24/ND/CS/0003', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:44pm'),
(2851, 304, 'IP/24/ND/CS/0003', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:44pm'),
(2852, 304, 'IP/24/ND/CS/0003', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:44pm'),
(2853, 304, 'IP/24/ND/CS/0003', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:44pm'),
(2854, 304, 'IP/24/ND/CS/0003', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:44pm'),
(2855, 304, 'IP/24/ND/CS/0003', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:44pm'),
(2856, 229, 'IP/24/ND/CS/0015', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:54pm'),
(2857, 229, 'IP/24/ND/CS/0015', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:54pm'),
(2858, 229, 'IP/24/ND/CS/0015', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:54pm'),
(2859, 229, 'IP/24/ND/CS/0015', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:54pm'),
(2860, 229, 'IP/24/ND/CS/0015', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:54pm'),
(2861, 229, 'IP/24/ND/CS/0015', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:54pm'),
(2862, 229, 'IP/24/ND/CS/0015', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:54pm'),
(2863, 229, 'IP/24/ND/CS/0015', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:54pm'),
(2864, 229, 'IP/24/ND/CS/0015', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:54pm'),
(2865, 225, 'IP/24/ND/CS/0013', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:55pm'),
(2866, 225, 'IP/24/ND/CS/0013', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:55pm'),
(2867, 225, 'IP/24/ND/CS/0013', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:55pm'),
(2868, 225, 'IP/24/ND/CS/0013', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:55pm'),
(2869, 225, 'IP/24/ND/CS/0013', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:55pm'),
(2870, 225, 'IP/24/ND/CS/0013', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:55pm'),
(2871, 225, 'IP/24/ND/CS/0013', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:55pm'),
(2872, 225, 'IP/24/ND/CS/0013', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:55pm'),
(2873, 225, 'IP/24/ND/CS/0013', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:55pm'),
(2874, 224, 'IP/24/ND/CS/0016', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:56pm'),
(2875, 224, 'IP/24/ND/CS/0016', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:56pm'),
(2876, 224, 'IP/24/ND/CS/0016', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:56pm'),
(2877, 224, 'IP/24/ND/CS/0016', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:56pm'),
(2878, 224, 'IP/24/ND/CS/0016', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:56pm'),
(2879, 224, 'IP/24/ND/CS/0016', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:56pm'),
(2880, 224, 'IP/24/ND/CS/0016', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:56pm'),
(2881, 224, 'IP/24/ND/CS/0016', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:56pm'),
(2882, 224, 'IP/24/ND/CS/0016', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 01:56pm'),
(2883, 230, 'IP/24/ND/CS/0010', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:14pm'),
(2884, 230, 'IP/24/ND/CS/0010', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:14pm'),
(2885, 230, 'IP/24/ND/CS/0010', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:14pm'),
(2886, 230, 'IP/24/ND/CS/0010', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:14pm'),
(2887, 230, 'IP/24/ND/CS/0010', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:14pm'),
(2888, 230, 'IP/24/ND/CS/0010', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:14pm'),
(2889, 230, 'IP/24/ND/CS/0010', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:14pm'),
(2890, 230, 'IP/24/ND/CS/0010', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:14pm'),
(2891, 230, 'IP/24/ND/CS/0010', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:14pm'),
(2892, 223, 'IP/24/ND/CS/0017', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:27pm'),
(2893, 223, 'IP/24/ND/CS/0017', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:27pm'),
(2894, 223, 'IP/24/ND/CS/0017', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:27pm'),
(2895, 223, 'IP/24/ND/CS/0017', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:27pm'),
(2896, 223, 'IP/24/ND/CS/0017', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:27pm'),
(2897, 223, 'IP/24/ND/CS/0017', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:27pm'),
(2898, 223, 'IP/24/ND/CS/0017', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:27pm'),
(2899, 223, 'IP/24/ND/CS/0017', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:27pm'),
(2900, 223, 'IP/24/ND/CS/0017', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:27pm'),
(2901, 194, 'IP/24/ND/CS/0011', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:42pm'),
(2902, 194, 'IP/24/ND/CS/0011', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:42pm'),
(2903, 194, 'IP/24/ND/CS/0011', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:42pm'),
(2904, 194, 'IP/24/ND/CS/0011', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:42pm'),
(2905, 194, 'IP/24/ND/CS/0011', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:42pm'),
(2906, 194, 'IP/24/ND/CS/0011', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:42pm'),
(2907, 194, 'IP/24/ND/CS/0011', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:42pm'),
(2908, 194, 'IP/24/ND/CS/0011', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:42pm'),
(2909, 194, 'IP/24/ND/CS/0011', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '17 Sep 2025, 02:42pm'),
(2910, 304, 'IP/24/ND/CS/0003', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:03pm'),
(2911, 304, 'IP/24/ND/CS/0003', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:03pm'),
(2912, 304, 'IP/24/ND/CS/0003', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:03pm'),
(2913, 304, 'IP/24/ND/CS/0003', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:03pm'),
(2914, 304, 'IP/24/ND/CS/0003', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:03pm'),
(2915, 304, 'IP/24/ND/CS/0003', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:03pm'),
(2916, 304, 'IP/24/ND/CS/0003', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:03pm'),
(2917, 304, 'IP/24/ND/CS/0003', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:03pm'),
(2918, 304, 'IP/24/ND/CS/0003', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:03pm'),
(2919, 304, 'IP/24/ND/CS/0003', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:03pm'),
(2920, 229, 'IP/24/ND/CS/0015', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:05pm'),
(2921, 229, 'IP/24/ND/CS/0015', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:05pm'),
(2922, 229, 'IP/24/ND/CS/0015', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:05pm'),
(2923, 229, 'IP/24/ND/CS/0015', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:05pm'),
(2924, 229, 'IP/24/ND/CS/0015', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:05pm'),
(2925, 229, 'IP/24/ND/CS/0015', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:05pm'),
(2926, 229, 'IP/24/ND/CS/0015', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:05pm'),
(2927, 229, 'IP/24/ND/CS/0015', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:05pm'),
(2928, 229, 'IP/24/ND/CS/0015', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:05pm'),
(2929, 229, 'IP/24/ND/CS/0015', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:05pm'),
(2930, 230, 'IP/24/ND/CS/0010', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:07pm'),
(2931, 230, 'IP/24/ND/CS/0010', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:07pm'),
(2932, 230, 'IP/24/ND/CS/0010', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:07pm'),
(2933, 230, 'IP/24/ND/CS/0010', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:07pm'),
(2934, 230, 'IP/24/ND/CS/0010', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:07pm'),
(2935, 230, 'IP/24/ND/CS/0010', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:07pm'),
(2936, 230, 'IP/24/ND/CS/0010', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:07pm'),
(2937, 230, 'IP/24/ND/CS/0010', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:07pm'),
(2938, 230, 'IP/24/ND/CS/0010', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:07pm'),
(2939, 230, 'IP/24/ND/CS/0010', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:07pm'),
(2940, 224, 'IP/24/ND/CS/0016', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:08pm'),
(2941, 224, 'IP/24/ND/CS/0016', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:08pm'),
(2942, 224, 'IP/24/ND/CS/0016', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:08pm'),
(2943, 224, 'IP/24/ND/CS/0016', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:08pm'),
(2944, 224, 'IP/24/ND/CS/0016', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:08pm'),
(2945, 224, 'IP/24/ND/CS/0016', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:08pm'),
(2946, 224, 'IP/24/ND/CS/0016', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:08pm'),
(2947, 224, 'IP/24/ND/CS/0016', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:08pm'),
(2948, 224, 'IP/24/ND/CS/0016', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:08pm'),
(2949, 224, 'IP/24/ND/CS/0016', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:08pm'),
(2950, 223, 'IP/24/ND/CS/0017', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:13pm'),
(2951, 223, 'IP/24/ND/CS/0017', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:13pm'),
(2952, 223, 'IP/24/ND/CS/0017', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:13pm'),
(2953, 223, 'IP/24/ND/CS/0017', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:13pm'),
(2954, 223, 'IP/24/ND/CS/0017', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:13pm'),
(2955, 223, 'IP/24/ND/CS/0017', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:13pm'),
(2956, 223, 'IP/24/ND/CS/0017', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:13pm'),
(2957, 223, 'IP/24/ND/CS/0017', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:13pm'),
(2958, 223, 'IP/24/ND/CS/0017', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:13pm'),
(2959, 223, 'IP/24/ND/CS/0017', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:13pm'),
(2960, 194, 'IP/24/ND/CS/0011', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:22pm'),
(2961, 194, 'IP/24/ND/CS/0011', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:22pm'),
(2962, 194, 'IP/24/ND/CS/0011', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:22pm'),
(2963, 194, 'IP/24/ND/CS/0011', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:22pm'),
(2964, 194, 'IP/24/ND/CS/0011', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:22pm'),
(2965, 194, 'IP/24/ND/CS/0011', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:22pm'),
(2966, 194, 'IP/24/ND/CS/0011', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:22pm'),
(2967, 194, 'IP/24/ND/CS/0011', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:22pm'),
(2968, 194, 'IP/24/ND/CS/0011', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:22pm'),
(2969, 194, 'IP/24/ND/CS/0011', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:22pm'),
(2970, 225, 'IP/24/ND/CS/0013', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:24pm'),
(2971, 225, 'IP/24/ND/CS/0013', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:24pm'),
(2972, 225, 'IP/24/ND/CS/0013', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:24pm'),
(2973, 225, 'IP/24/ND/CS/0013', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:24pm'),
(2974, 225, 'IP/24/ND/CS/0013', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:24pm'),
(2975, 225, 'IP/24/ND/CS/0013', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:24pm'),
(2976, 225, 'IP/24/ND/CS/0013', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:24pm'),
(2977, 225, 'IP/24/ND/CS/0013', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:24pm'),
(2978, 225, 'IP/24/ND/CS/0013', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:24pm'),
(2979, 225, 'IP/24/ND/CS/0013', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:24pm'),
(2980, 228, 'IP/24/ND/CS/0008', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:53pm'),
(2981, 228, 'IP/24/ND/CS/0008', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:53pm'),
(2982, 228, 'IP/24/ND/CS/0008', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:53pm'),
(2983, 228, 'IP/24/ND/CS/0008', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:53pm'),
(2984, 228, 'IP/24/ND/CS/0008', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:53pm'),
(2985, 228, 'IP/24/ND/CS/0008', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:53pm'),
(2986, 228, 'IP/24/ND/CS/0008', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:53pm'),
(2987, 228, 'IP/24/ND/CS/0008', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:53pm'),
(2988, 228, 'IP/24/ND/CS/0008', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:53pm'),
(2989, 228, 'IP/24/ND/CS/0008', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '17 Sep 2025, 03:53pm'),
(2990, 243, 'IP/23/ND/F/S2/0002', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:03pm'),
(2991, 243, 'IP/23/ND/F/S2/0002', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:03pm'),
(2992, 243, 'IP/23/ND/F/S2/0002', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:03pm'),
(2993, 243, 'IP/23/ND/F/S2/0002', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:03pm'),
(2994, 243, 'IP/23/ND/F/S2/0002', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:03pm'),
(2995, 243, 'IP/23/ND/F/S2/0002', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:03pm'),
(2996, 243, 'IP/23/ND/F/S2/0002', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:03pm'),
(2997, 243, 'IP/23/ND/F/S2/0002', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:03pm'),
(2998, 243, 'IP/23/ND/F/S2/0002', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:03pm'),
(2999, 243, 'IP/23/ND/F/S2/0002', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:11pm'),
(3000, 243, 'IP/23/ND/F/S2/0002', 100, 8, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:11pm'),
(3001, 243, 'IP/23/ND/F/S2/0002', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:11pm'),
(3002, 243, 'IP/23/ND/F/S2/0002', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:11pm'),
(3003, 243, 'IP/23/ND/F/S2/0002', 100, 8, 193, 'fas 125', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:11pm'),
(3004, 243, 'IP/23/ND/F/S2/0002', 100, 8, 192, 'fas 124', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:11pm'),
(3005, 243, 'IP/23/ND/F/S2/0002', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:11pm'),
(3006, 243, 'IP/23/ND/F/S2/0002', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:11pm'),
(3007, 243, 'IP/23/ND/F/S2/0002', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:11pm'),
(3008, 243, 'IP/23/ND/F/S2/0002', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:11pm'),
(3009, 243, 'IP/23/ND/F/S2/0002', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:11pm'),
(3010, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3011, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3012, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3013, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3014, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3015, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3016, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3017, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3018, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3019, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3020, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3021, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3022, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3023, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3024, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3025, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3026, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3027, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 01:35pm'),
(3028, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3029, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3030, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3031, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3032, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3033, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3034, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3035, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3036, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3037, 309, 'IP/23/ND/CS/S2/0008', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3038, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3039, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3040, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3041, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3042, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3043, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3044, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3045, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3046, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3047, 308, 'IP/23/ND/CS/S2/0007', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 01:36pm'),
(3048, 240, 'IP/22/ND/E/S2/0001', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3049, 240, 'IP/22/ND/E/S2/0001', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3050, 240, 'IP/22/ND/E/S2/0001', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3051, 240, 'IP/22/ND/E/S2/0001', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3052, 240, 'IP/22/ND/E/S2/0001', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3053, 240, 'IP/22/ND/E/S2/0001', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3054, 240, 'IP/22/ND/E/S2/0001', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3055, 240, 'IP/22/ND/E/S2/0001', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3056, 240, 'IP/22/ND/E/S2/0001', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3057, 240, 'IP/22/ND/E/S2/0001', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3058, 240, 'IP/22/ND/E/S2/0001', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3059, 240, 'IP/22/ND/E/S2/0001', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3060, 310, 'IP/22/ND/E/S2/0002', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3061, 310, 'IP/22/ND/E/S2/0002', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3062, 310, 'IP/22/ND/E/S2/0002', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3063, 310, 'IP/22/ND/E/S2/0002', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3064, 310, 'IP/22/ND/E/S2/0002', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3065, 310, 'IP/22/ND/E/S2/0002', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3066, 310, 'IP/22/ND/E/S2/0002', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(3067, 310, 'IP/22/ND/E/S2/0002', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3068, 310, 'IP/22/ND/E/S2/0002', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3069, 310, 'IP/22/ND/E/S2/0002', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3070, 310, 'IP/22/ND/E/S2/0002', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3071, 310, 'IP/22/ND/E/S2/0002', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:56pm'),
(3072, 240, 'IP/22/ND/E/S2/0001', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3073, 240, 'IP/22/ND/E/S2/0001', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3074, 240, 'IP/22/ND/E/S2/0001', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3075, 240, 'IP/22/ND/E/S2/0001', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3076, 240, 'IP/22/ND/E/S2/0001', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3077, 240, 'IP/22/ND/E/S2/0001', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3078, 240, 'IP/22/ND/E/S2/0001', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3079, 240, 'IP/22/ND/E/S2/0001', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3080, 240, 'IP/22/ND/E/S2/0001', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3081, 240, 'IP/22/ND/E/S2/0001', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3082, 240, 'IP/22/ND/E/S2/0001', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3083, 240, 'IP/22/ND/E/S2/0001', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3084, 310, 'IP/22/ND/E/S2/0002', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3085, 310, 'IP/22/ND/E/S2/0002', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3086, 310, 'IP/22/ND/E/S2/0002', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3087, 310, 'IP/22/ND/E/S2/0002', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3088, 310, 'IP/22/ND/E/S2/0002', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3089, 310, 'IP/22/ND/E/S2/0002', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3090, 310, 'IP/22/ND/E/S2/0002', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3091, 310, 'IP/22/ND/E/S2/0002', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3092, 310, 'IP/22/ND/E/S2/0002', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3093, 310, 'IP/22/ND/E/S2/0002', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3094, 310, 'IP/22/ND/E/S2/0002', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3095, 310, 'IP/22/ND/E/S2/0002', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 02:57pm'),
(3096, 240, 'IP/22/ND/E/S2/0001', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:58pm'),
(3097, 240, 'IP/22/ND/E/S2/0001', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:58pm'),
(3098, 240, 'IP/22/ND/E/S2/0001', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:58pm'),
(3099, 240, 'IP/22/ND/E/S2/0001', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:58pm'),
(3100, 240, 'IP/22/ND/E/S2/0001', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:58pm'),
(3101, 240, 'IP/22/ND/E/S2/0001', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:58pm'),
(3102, 240, 'IP/22/ND/E/S2/0001', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:58pm'),
(3103, 240, 'IP/22/ND/E/S2/0001', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:58pm'),
(3104, 240, 'IP/22/ND/E/S2/0001', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:58pm'),
(3105, 240, 'IP/22/ND/E/S2/0001', 200, 9, 128, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:58pm'),
(3106, 310, 'IP/22/ND/E/S2/0002', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:59pm'),
(3107, 310, 'IP/22/ND/E/S2/0002', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:59pm'),
(3108, 310, 'IP/22/ND/E/S2/0002', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:59pm'),
(3109, 310, 'IP/22/ND/E/S2/0002', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:59pm'),
(3110, 310, 'IP/22/ND/E/S2/0002', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:59pm'),
(3111, 310, 'IP/22/ND/E/S2/0002', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:59pm'),
(3112, 310, 'IP/22/ND/E/S2/0002', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:59pm'),
(3113, 310, 'IP/22/ND/E/S2/0002', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:59pm'),
(3114, 310, 'IP/22/ND/E/S2/0002', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Sep 2025, 02:59pm'),
(3115, 310, 'IP/22/ND/E/S2/0002', 200, 9, 141, 'eec 242', 'electrical power system iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 03:00pm'),
(3116, 310, 'IP/22/ND/E/S2/0002', 200, 9, 142, 'eec 244', 'electronics iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 03:00pm'),
(3117, 310, 'IP/22/ND/E/S2/0002', 200, 9, 143, 'eec 246', 'programmable logic controllers', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 03:00pm'),
(3118, 310, 'IP/22/ND/E/S2/0002', 200, 9, 144, 'eec 247', 'computer hardware iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 03:00pm'),
(3119, 310, 'IP/22/ND/E/S2/0002', 200, 9, 145, 'eec 249', 'electrical circuit theory ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 03:00pm'),
(3120, 310, 'IP/22/ND/E/S2/0002', 200, 9, 146, 'eec 280', 'project', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 03:00pm'),
(3121, 310, 'IP/22/ND/E/S2/0002', 200, 9, 140, 'mth 122', 'trigonometry & analytical geometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 03:00pm'),
(3122, 240, 'IP/22/ND/E/S2/0001', 200, 9, 141, 'eec 242', 'electrical power system iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 03:00pm'),
(3123, 240, 'IP/22/ND/E/S2/0001', 200, 9, 142, 'eec 244', 'electronics iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 03:00pm'),
(3124, 240, 'IP/22/ND/E/S2/0001', 200, 9, 143, 'eec 246', 'programmable logic controllers', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 03:00pm'),
(3125, 240, 'IP/22/ND/E/S2/0001', 200, 9, 144, 'eec 247', 'computer hardware iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 03:00pm'),
(3126, 240, 'IP/22/ND/E/S2/0001', 200, 9, 145, 'eec 249', 'electrical circuit theory ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 03:00pm'),
(3127, 240, 'IP/22/ND/E/S2/0001', 200, 9, 146, 'eec 280', 'project', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 03:00pm'),
(3128, 240, 'IP/22/ND/E/S2/0001', 200, 9, 140, 'mth 122', 'trigonometry & analytical geometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Sep 2025, 03:00pm'),
(3129, 268, 'IP/24/ND/B/0007', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:24pm'),
(3130, 268, 'IP/24/ND/B/0007', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:24pm'),
(3131, 268, 'IP/24/ND/B/0007', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:24pm'),
(3132, 268, 'IP/24/ND/B/0007', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:24pm'),
(3133, 268, 'IP/24/ND/B/0007', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:24pm'),
(3134, 268, 'IP/24/ND/B/0007', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:24pm'),
(3135, 268, 'IP/24/ND/B/0007', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:24pm'),
(3136, 268, 'IP/24/ND/B/0007', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:24pm'),
(3137, 268, 'IP/24/ND/B/0007', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:24pm'),
(3138, 196, 'IP/24/ND/B/0006', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:49pm'),
(3139, 196, 'IP/24/ND/B/0006', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:49pm'),
(3140, 196, 'IP/24/ND/B/0006', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:49pm'),
(3141, 196, 'IP/24/ND/B/0006', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:49pm'),
(3142, 196, 'IP/24/ND/B/0006', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:49pm'),
(3143, 196, 'IP/24/ND/B/0006', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:49pm'),
(3144, 196, 'IP/24/ND/B/0006', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:49pm'),
(3145, 196, 'IP/24/ND/B/0006', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:49pm'),
(3146, 196, 'IP/24/ND/B/0006', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:49pm'),
(3147, 239, 'IP/24/ND/E/0006', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:53pm'),
(3148, 239, 'IP/24/ND/E/0006', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:53pm'),
(3149, 239, 'IP/24/ND/E/0006', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:53pm'),
(3150, 239, 'IP/24/ND/E/0006', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:53pm'),
(3151, 239, 'IP/24/ND/E/0006', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:53pm'),
(3152, 239, 'IP/24/ND/E/0006', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:53pm'),
(3153, 239, 'IP/24/ND/E/0006', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:53pm'),
(3154, 239, 'IP/24/ND/E/0006', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:53pm'),
(3155, 239, 'IP/24/ND/E/0006', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:53pm'),
(3156, 239, 'IP/24/ND/E/0006', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:53pm'),
(3157, 239, 'IP/24/ND/E/0006', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:53pm'),
(3158, 239, 'IP/24/ND/E/0006', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:53pm'),
(3159, 238, 'IP/24/ND/E/0010', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3160, 238, 'IP/24/ND/E/0010', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3161, 238, 'IP/24/ND/E/0010', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3162, 238, 'IP/24/ND/E/0010', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3163, 238, 'IP/24/ND/E/0010', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3164, 238, 'IP/24/ND/E/0010', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3165, 238, 'IP/24/ND/E/0010', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3166, 238, 'IP/24/ND/E/0010', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3167, 238, 'IP/24/ND/E/0010', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3168, 238, 'IP/24/ND/E/0010', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3169, 238, 'IP/24/ND/E/0010', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3170, 238, 'IP/24/ND/E/0010', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3171, 233, 'IP/24/ND/E/0004', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3172, 233, 'IP/24/ND/E/0004', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3173, 233, 'IP/24/ND/E/0004', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3174, 233, 'IP/24/ND/E/0004', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3175, 233, 'IP/24/ND/E/0004', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3176, 233, 'IP/24/ND/E/0004', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3177, 233, 'IP/24/ND/E/0004', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3178, 233, 'IP/24/ND/E/0004', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3179, 233, 'IP/24/ND/E/0004', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3180, 233, 'IP/24/ND/E/0004', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3181, 233, 'IP/24/ND/E/0004', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3182, 233, 'IP/24/ND/E/0004', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:54pm'),
(3183, 281, 'IP/24/ND/B/0011', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3184, 281, 'IP/24/ND/B/0011', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3185, 281, 'IP/24/ND/B/0011', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3186, 281, 'IP/24/ND/B/0011', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3187, 281, 'IP/24/ND/B/0011', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3188, 281, 'IP/24/ND/B/0011', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3189, 281, 'IP/24/ND/B/0011', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3190, 281, 'IP/24/ND/B/0011', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3191, 281, 'IP/24/ND/B/0011', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3192, 237, 'IP/24/ND/E/0009', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3193, 237, 'IP/24/ND/E/0009', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3194, 237, 'IP/24/ND/E/0009', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3195, 237, 'IP/24/ND/E/0009', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3196, 237, 'IP/24/ND/E/0009', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3197, 237, 'IP/24/ND/E/0009', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3198, 237, 'IP/24/ND/E/0009', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3199, 237, 'IP/24/ND/E/0009', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3200, 237, 'IP/24/ND/E/0009', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3201, 237, 'IP/24/ND/E/0009', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3202, 237, 'IP/24/ND/E/0009', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3203, 237, 'IP/24/ND/E/0009', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:56pm'),
(3204, 232, 'IP/24/ND/E/0003', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:57pm'),
(3205, 232, 'IP/24/ND/E/0003', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:57pm'),
(3206, 232, 'IP/24/ND/E/0003', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:57pm'),
(3207, 232, 'IP/24/ND/E/0003', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:57pm'),
(3208, 232, 'IP/24/ND/E/0003', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:57pm'),
(3209, 232, 'IP/24/ND/E/0003', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:57pm'),
(3210, 232, 'IP/24/ND/E/0003', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:57pm'),
(3211, 232, 'IP/24/ND/E/0003', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:57pm'),
(3212, 232, 'IP/24/ND/E/0003', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:57pm'),
(3213, 232, 'IP/24/ND/E/0003', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:57pm'),
(3214, 232, 'IP/24/ND/E/0003', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:57pm'),
(3215, 232, 'IP/24/ND/E/0003', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:57pm'),
(3216, 289, 'IP/24/ND/B/0022', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:59pm'),
(3217, 289, 'IP/24/ND/B/0022', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:59pm'),
(3218, 289, 'IP/24/ND/B/0022', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:59pm'),
(3219, 289, 'IP/24/ND/B/0022', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:59pm'),
(3220, 289, 'IP/24/ND/B/0022', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:59pm'),
(3221, 289, 'IP/24/ND/B/0022', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:59pm'),
(3222, 289, 'IP/24/ND/B/0022', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:59pm'),
(3223, 289, 'IP/24/ND/B/0022', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:59pm'),
(3224, 289, 'IP/24/ND/B/0022', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 01:59pm'),
(3225, 282, 'IP/24/ND/B/0027', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:01pm'),
(3226, 282, 'IP/24/ND/B/0027', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:01pm'),
(3227, 282, 'IP/24/ND/B/0027', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:01pm'),
(3228, 282, 'IP/24/ND/B/0027', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:01pm'),
(3229, 282, 'IP/24/ND/B/0027', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:01pm'),
(3230, 282, 'IP/24/ND/B/0027', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:01pm'),
(3231, 282, 'IP/24/ND/B/0027', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:01pm'),
(3232, 282, 'IP/24/ND/B/0027', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:01pm'),
(3233, 282, 'IP/24/ND/B/0027', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:01pm'),
(3234, 288, 'IP/24/ND/B/0045', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:22pm'),
(3235, 288, 'IP/24/ND/B/0045', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:22pm'),
(3236, 288, 'IP/24/ND/B/0045', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:22pm'),
(3237, 288, 'IP/24/ND/B/0045', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:22pm'),
(3238, 288, 'IP/24/ND/B/0045', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:22pm'),
(3239, 288, 'IP/24/ND/B/0045', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:22pm'),
(3240, 288, 'IP/24/ND/B/0045', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:22pm'),
(3241, 288, 'IP/24/ND/B/0045', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:22pm'),
(3242, 288, 'IP/24/ND/B/0045', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:22pm'),
(3243, 227, 'IP/24/ND/B/0016', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:26pm'),
(3244, 227, 'IP/24/ND/B/0016', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:26pm'),
(3245, 227, 'IP/24/ND/B/0016', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:26pm'),
(3246, 227, 'IP/24/ND/B/0016', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:26pm'),
(3247, 227, 'IP/24/ND/B/0016', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:26pm'),
(3248, 305, 'IP/24/ND/CS/0014', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3249, 305, 'IP/24/ND/CS/0014', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3250, 305, 'IP/24/ND/CS/0014', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3251, 305, 'IP/24/ND/CS/0014', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3252, 305, 'IP/24/ND/CS/0014', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3253, 305, 'IP/24/ND/CS/0014', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3254, 305, 'IP/24/ND/CS/0014', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3255, 305, 'IP/24/ND/CS/0014', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3256, 305, 'IP/24/ND/CS/0014', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3257, 305, 'IP/24/ND/CS/0014', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3258, 228, 'IP/24/ND/CS/0008', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3259, 228, 'IP/24/ND/CS/0008', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3260, 228, 'IP/24/ND/CS/0008', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3261, 228, 'IP/24/ND/CS/0008', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3262, 228, 'IP/24/ND/CS/0008', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3263, 228, 'IP/24/ND/CS/0008', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3264, 228, 'IP/24/ND/CS/0008', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3265, 228, 'IP/24/ND/CS/0008', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3266, 228, 'IP/24/ND/CS/0008', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3267, 228, 'IP/24/ND/CS/0008', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:36pm'),
(3268, 193, 'ip/24/nd/b/0043', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:42pm'),
(3269, 193, 'ip/24/nd/b/0043', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:42pm'),
(3270, 193, 'ip/24/nd/b/0043', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:42pm'),
(3271, 193, 'ip/24/nd/b/0043', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:42pm'),
(3272, 193, 'ip/24/nd/b/0043', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:42pm'),
(3273, 193, 'ip/24/nd/b/0043', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:42pm'),
(3274, 193, 'ip/24/nd/b/0043', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:42pm'),
(3275, 193, 'ip/24/nd/b/0043', 200, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:42pm'),
(3276, 220, 'IP/24/ND/B/0030', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:43pm'),
(3277, 220, 'IP/24/ND/B/0030', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:43pm'),
(3278, 220, 'IP/24/ND/B/0030', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:43pm'),
(3279, 220, 'IP/24/ND/B/0030', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:43pm'),
(3280, 220, 'IP/24/ND/B/0030', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:43pm'),
(3281, 220, 'IP/24/ND/B/0030', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:43pm'),
(3282, 220, 'IP/24/ND/B/0030', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:43pm'),
(3283, 220, 'IP/24/ND/B/0030', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:43pm'),
(3284, 220, 'IP/24/ND/B/0030', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:43pm'),
(3285, 280, 'IP/24/ND/B/0024', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:45pm'),
(3286, 280, 'IP/24/ND/B/0024', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:45pm'),
(3287, 280, 'IP/24/ND/B/0024', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:45pm'),
(3288, 280, 'IP/24/ND/B/0024', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:45pm'),
(3289, 280, 'IP/24/ND/B/0024', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:45pm'),
(3290, 280, 'IP/24/ND/B/0024', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:45pm'),
(3291, 280, 'IP/24/ND/B/0024', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:45pm'),
(3292, 280, 'IP/24/ND/B/0024', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:45pm'),
(3293, 280, 'IP/24/ND/B/0024', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:45pm'),
(3294, 285, 'IP/24/ND/B/0052', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:55pm'),
(3295, 285, 'IP/24/ND/B/0052', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:55pm'),
(3296, 285, 'IP/24/ND/B/0052', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:55pm'),
(3297, 285, 'IP/24/ND/B/0052', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:55pm'),
(3298, 285, 'IP/24/ND/B/0052', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:55pm'),
(3299, 285, 'IP/24/ND/B/0052', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:55pm'),
(3300, 285, 'IP/24/ND/B/0052', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:55pm'),
(3301, 285, 'IP/24/ND/B/0052', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:55pm'),
(3302, 285, 'IP/24/ND/B/0052', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:55pm'),
(3303, 221, 'IP/24/ND/B/0035', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:57pm'),
(3304, 221, 'IP/24/ND/B/0035', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:57pm'),
(3305, 221, 'IP/24/ND/B/0035', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:57pm'),
(3306, 221, 'IP/24/ND/B/0035', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:57pm'),
(3307, 221, 'IP/24/ND/B/0035', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:57pm'),
(3308, 221, 'IP/24/ND/B/0035', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:57pm'),
(3309, 221, 'IP/24/ND/B/0035', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:57pm'),
(3310, 221, 'IP/24/ND/B/0035', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:57pm'),
(3311, 221, 'IP/24/ND/B/0035', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 02:57pm'),
(3312, 278, 'IP/24/ND/B/0013', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 03:20pm'),
(3313, 278, 'IP/24/ND/B/0013', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 03:20pm'),
(3314, 278, 'IP/24/ND/B/0013', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 03:20pm'),
(3315, 278, 'IP/24/ND/B/0013', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 03:20pm'),
(3316, 278, 'IP/24/ND/B/0013', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 03:20pm'),
(3317, 278, 'IP/24/ND/B/0013', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 03:20pm'),
(3318, 278, 'IP/24/ND/B/0013', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 03:20pm'),
(3319, 278, 'IP/24/ND/B/0013', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Sep 2025, 03:20pm'),
(3320, 264, 'IP/25/ND/CS/008', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Sep 2025, 03:57pm'),
(3321, 264, 'IP/25/ND/CS/008', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Sep 2025, 03:57pm'),
(3322, 264, 'IP/25/ND/CS/008', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Sep 2025, 03:57pm'),
(3323, 264, 'IP/25/ND/CS/008', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Sep 2025, 03:57pm'),
(3324, 264, 'IP/25/ND/CS/008', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Sep 2025, 03:57pm'),
(3325, 264, 'IP/25/ND/CS/008', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Sep 2025, 03:57pm'),
(3326, 264, 'IP/25/ND/CS/008', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Sep 2025, 03:57pm'),
(3327, 264, 'IP/25/ND/CS/008', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Sep 2025, 03:57pm'),
(3328, 264, 'IP/25/ND/CS/008', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Sep 2025, 03:57pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(3329, 193, 'ip/24/nd/b/0043', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:11am'),
(3330, 193, 'ip/24/nd/b/0043', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:11am'),
(3331, 193, 'ip/24/nd/b/0043', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:11am'),
(3332, 193, 'ip/24/nd/b/0043', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:11am'),
(3333, 193, 'ip/24/nd/b/0043', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:11am'),
(3334, 193, 'ip/24/nd/b/0043', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:11am'),
(3335, 193, 'ip/24/nd/b/0043', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:11am'),
(3336, 193, 'ip/24/nd/b/0043', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:11am'),
(3337, 193, 'ip/24/nd/b/0043', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:11am'),
(3338, 193, 'ip/24/nd/b/0043', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:11am'),
(3339, 193, 'ip/24/nd/b/0043', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:11am'),
(3340, 279, 'IP/24/ND/B/0023', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3341, 279, 'IP/24/ND/B/0023', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3342, 279, 'IP/24/ND/B/0023', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3343, 279, 'IP/24/ND/B/0023', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3344, 279, 'IP/24/ND/B/0023', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3345, 279, 'IP/24/ND/B/0023', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3346, 279, 'IP/24/ND/B/0023', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3347, 279, 'IP/24/ND/B/0023', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3348, 279, 'IP/24/ND/B/0023', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3349, 279, 'IP/24/ND/B/0023', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3350, 279, 'IP/24/ND/B/0023', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3351, 278, 'IP/24/ND/B/0013', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3352, 278, 'IP/24/ND/B/0013', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3353, 278, 'IP/24/ND/B/0013', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3354, 278, 'IP/24/ND/B/0013', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3355, 278, 'IP/24/ND/B/0013', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3356, 278, 'IP/24/ND/B/0013', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3357, 278, 'IP/24/ND/B/0013', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3358, 278, 'IP/24/ND/B/0013', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3359, 278, 'IP/24/ND/B/0013', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3360, 278, 'IP/24/ND/B/0013', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3361, 278, 'IP/24/ND/B/0013', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:13am'),
(3362, 277, 'IP/24/ND/B/0026', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:16am'),
(3363, 277, 'IP/24/ND/B/0026', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:16am'),
(3364, 277, 'IP/24/ND/B/0026', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:16am'),
(3365, 277, 'IP/24/ND/B/0026', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:16am'),
(3366, 277, 'IP/24/ND/B/0026', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:16am'),
(3367, 277, 'IP/24/ND/B/0026', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:16am'),
(3368, 277, 'IP/24/ND/B/0026', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:16am'),
(3369, 277, 'IP/24/ND/B/0026', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:16am'),
(3370, 277, 'IP/24/ND/B/0026', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:16am'),
(3371, 277, 'IP/24/ND/B/0026', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:16am'),
(3372, 277, 'IP/24/ND/B/0026', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:16am'),
(3373, 220, 'IP/24/ND/B/0030', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:18am'),
(3374, 220, 'IP/24/ND/B/0030', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:18am'),
(3375, 220, 'IP/24/ND/B/0030', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:18am'),
(3376, 220, 'IP/24/ND/B/0030', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:18am'),
(3377, 220, 'IP/24/ND/B/0030', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:18am'),
(3378, 220, 'IP/24/ND/B/0030', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:18am'),
(3379, 220, 'IP/24/ND/B/0030', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:18am'),
(3380, 220, 'IP/24/ND/B/0030', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:18am'),
(3381, 220, 'IP/24/ND/B/0030', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:18am'),
(3382, 220, 'IP/24/ND/B/0030', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:18am'),
(3383, 220, 'IP/24/ND/B/0030', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 11:18am'),
(3384, 257, 'IP/25/ND/CS/001', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:33pm'),
(3385, 257, 'IP/25/ND/CS/001', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:33pm'),
(3386, 257, 'IP/25/ND/CS/001', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:33pm'),
(3387, 257, 'IP/25/ND/CS/001', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:33pm'),
(3388, 257, 'IP/25/ND/CS/001', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:33pm'),
(3389, 257, 'IP/25/ND/CS/001', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:33pm'),
(3390, 257, 'IP/25/ND/CS/001', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:33pm'),
(3391, 257, 'IP/25/ND/CS/001', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:33pm'),
(3392, 257, 'IP/25/ND/CS/001', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:33pm'),
(3393, 292, 'IP/22/ND/B/20039', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:54pm'),
(3394, 292, 'IP/22/ND/B/20039', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:54pm'),
(3395, 292, 'IP/22/ND/B/20039', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:54pm'),
(3396, 292, 'IP/22/ND/B/20039', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:54pm'),
(3397, 292, 'IP/22/ND/B/20039', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:54pm'),
(3398, 292, 'IP/22/ND/B/20039', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:54pm'),
(3399, 292, 'IP/22/ND/B/20039', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:54pm'),
(3400, 292, 'IP/22/ND/B/20039', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 01:54pm'),
(3401, 293, 'IP/22/ND/B/20024', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 02:04pm'),
(3402, 293, 'IP/22/ND/B/20024', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 02:04pm'),
(3403, 293, 'IP/22/ND/B/20024', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 02:04pm'),
(3404, 293, 'IP/22/ND/B/20024', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 02:04pm'),
(3405, 293, 'IP/22/ND/B/20024', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 02:04pm'),
(3406, 293, 'IP/22/ND/B/20024', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 02:04pm'),
(3407, 293, 'IP/22/ND/B/20024', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 02:04pm'),
(3408, 293, 'IP/22/ND/B/20024', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 02:04pm'),
(3409, 279, 'IP/24/ND/B/0023', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:48pm'),
(3410, 279, 'IP/24/ND/B/0023', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:48pm'),
(3411, 279, 'IP/24/ND/B/0023', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:48pm'),
(3412, 279, 'IP/24/ND/B/0023', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:48pm'),
(3413, 279, 'IP/24/ND/B/0023', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:48pm'),
(3414, 279, 'IP/24/ND/B/0023', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:48pm'),
(3415, 279, 'IP/24/ND/B/0023', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:48pm'),
(3416, 279, 'IP/24/ND/B/0023', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:48pm'),
(3417, 279, 'IP/24/ND/B/0023', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:48pm'),
(3418, 278, 'IP/24/ND/B/0013', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:49pm'),
(3419, 278, 'IP/24/ND/B/0013', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:49pm'),
(3420, 278, 'IP/24/ND/B/0013', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:49pm'),
(3421, 278, 'IP/24/ND/B/0013', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:49pm'),
(3422, 278, 'IP/24/ND/B/0013', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:49pm'),
(3423, 278, 'IP/24/ND/B/0013', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:49pm'),
(3424, 278, 'IP/24/ND/B/0013', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:49pm'),
(3425, 278, 'IP/24/ND/B/0013', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:49pm'),
(3426, 278, 'IP/24/ND/B/0013', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:49pm'),
(3427, 268, 'IP/24/ND/B/0007', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 03:58pm'),
(3428, 268, 'IP/24/ND/B/0007', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 03:58pm'),
(3429, 268, 'IP/24/ND/B/0007', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 03:58pm'),
(3430, 268, 'IP/24/ND/B/0007', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 03:58pm'),
(3431, 268, 'IP/24/ND/B/0007', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 03:58pm'),
(3432, 268, 'IP/24/ND/B/0007', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 03:58pm'),
(3433, 268, 'IP/24/ND/B/0007', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 03:58pm'),
(3434, 268, 'IP/24/ND/B/0007', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 03:58pm'),
(3435, 268, 'IP/24/ND/B/0007', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 03:58pm'),
(3436, 268, 'IP/24/ND/B/0007', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 03:58pm'),
(3437, 268, 'IP/24/ND/B/0007', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Sep 2025, 03:58pm'),
(3438, 268, 'IP/24/ND/B/0007', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:59pm'),
(3439, 268, 'IP/24/ND/B/0007', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:59pm'),
(3440, 268, 'IP/24/ND/B/0007', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:59pm'),
(3441, 268, 'IP/24/ND/B/0007', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:59pm'),
(3442, 268, 'IP/24/ND/B/0007', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:59pm'),
(3443, 268, 'IP/24/ND/B/0007', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:59pm'),
(3444, 268, 'IP/24/ND/B/0007', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:59pm'),
(3445, 268, 'IP/24/ND/B/0007', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:59pm'),
(3446, 268, 'IP/24/ND/B/0007', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 03:59pm'),
(3447, 193, 'ip/24/nd/b/0043', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:03pm'),
(3448, 193, 'ip/24/nd/b/0043', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:03pm'),
(3449, 193, 'ip/24/nd/b/0043', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:03pm'),
(3450, 193, 'ip/24/nd/b/0043', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:03pm'),
(3451, 193, 'ip/24/nd/b/0043', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:03pm'),
(3452, 193, 'ip/24/nd/b/0043', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:03pm'),
(3453, 193, 'ip/24/nd/b/0043', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:03pm'),
(3454, 193, 'ip/24/nd/b/0043', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:03pm'),
(3455, 193, 'ip/24/nd/b/0043', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:03pm'),
(3456, 216, 'IP/24/ND/B/0008', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:21pm'),
(3457, 216, 'IP/24/ND/B/0008', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:21pm'),
(3458, 216, 'IP/24/ND/B/0008', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:21pm'),
(3459, 216, 'IP/24/ND/B/0008', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:21pm'),
(3460, 216, 'IP/24/ND/B/0008', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:21pm'),
(3461, 216, 'IP/24/ND/B/0008', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:21pm'),
(3462, 216, 'IP/24/ND/B/0008', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:21pm'),
(3463, 216, 'IP/24/ND/B/0008', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:21pm'),
(3464, 221, 'IP/24/ND/B/0035', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3465, 221, 'IP/24/ND/B/0035', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3466, 221, 'IP/24/ND/B/0035', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3467, 221, 'IP/24/ND/B/0035', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3468, 221, 'IP/24/ND/B/0035', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3469, 221, 'IP/24/ND/B/0035', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3470, 221, 'IP/24/ND/B/0035', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3471, 221, 'IP/24/ND/B/0035', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3472, 221, 'IP/24/ND/B/0035', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3473, 206, 'IP/24/ND/B/0009', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3474, 206, 'IP/24/ND/B/0009', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3475, 206, 'IP/24/ND/B/0009', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3476, 206, 'IP/24/ND/B/0009', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3477, 206, 'IP/24/ND/B/0009', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3478, 206, 'IP/24/ND/B/0009', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3479, 206, 'IP/24/ND/B/0009', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3480, 206, 'IP/24/ND/B/0009', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3481, 206, 'IP/24/ND/B/0009', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:22pm'),
(3482, 288, 'IP/24/ND/B/0045', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:25pm'),
(3483, 288, 'IP/24/ND/B/0045', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:25pm'),
(3484, 288, 'IP/24/ND/B/0045', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:25pm'),
(3485, 288, 'IP/24/ND/B/0045', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:25pm'),
(3486, 288, 'IP/24/ND/B/0045', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:25pm'),
(3487, 288, 'IP/24/ND/B/0045', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:25pm'),
(3488, 288, 'IP/24/ND/B/0045', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:25pm'),
(3489, 288, 'IP/24/ND/B/0045', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:25pm'),
(3490, 288, 'IP/24/ND/B/0045', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:25pm'),
(3491, 286, 'IP/24/ND/B/0021', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:29pm'),
(3492, 286, 'IP/24/ND/B/0021', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:29pm'),
(3493, 286, 'IP/24/ND/B/0021', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:29pm'),
(3494, 286, 'IP/24/ND/B/0021', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:29pm'),
(3495, 286, 'IP/24/ND/B/0021', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:29pm'),
(3496, 286, 'IP/24/ND/B/0021', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:29pm'),
(3497, 286, 'IP/24/ND/B/0021', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:29pm'),
(3498, 286, 'IP/24/ND/B/0021', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:29pm'),
(3499, 283, 'IP/24/ND/B/0041', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:31pm'),
(3500, 283, 'IP/24/ND/B/0041', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:31pm'),
(3501, 283, 'IP/24/ND/B/0041', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:31pm'),
(3502, 283, 'IP/24/ND/B/0041', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:31pm'),
(3503, 283, 'IP/24/ND/B/0041', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:31pm'),
(3504, 283, 'IP/24/ND/B/0041', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:31pm'),
(3505, 283, 'IP/24/ND/B/0041', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:31pm'),
(3506, 283, 'IP/24/ND/B/0041', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:31pm'),
(3507, 283, 'IP/24/ND/B/0041', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:31pm'),
(3508, 281, 'IP/24/ND/B/0011', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:40pm'),
(3509, 281, 'IP/24/ND/B/0011', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:40pm'),
(3510, 281, 'IP/24/ND/B/0011', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:40pm'),
(3511, 281, 'IP/24/ND/B/0011', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:40pm'),
(3512, 281, 'IP/24/ND/B/0011', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:40pm'),
(3513, 281, 'IP/24/ND/B/0011', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:40pm'),
(3514, 281, 'IP/24/ND/B/0011', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:40pm'),
(3515, 281, 'IP/24/ND/B/0011', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 04:40pm'),
(3516, 280, 'IP/24/ND/B/0024', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 10:20pm'),
(3517, 280, 'IP/24/ND/B/0024', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 10:20pm'),
(3518, 280, 'IP/24/ND/B/0024', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 10:20pm'),
(3519, 280, 'IP/24/ND/B/0024', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 10:20pm'),
(3520, 280, 'IP/24/ND/B/0024', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 10:20pm'),
(3521, 280, 'IP/24/ND/B/0024', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 10:20pm'),
(3522, 280, 'IP/24/ND/B/0024', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 10:20pm'),
(3523, 280, 'IP/24/ND/B/0024', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 10:20pm'),
(3524, 280, 'IP/24/ND/B/0024', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Sep 2025, 10:20pm'),
(3525, 225, 'IP/24/ND/CS/0013', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:50am'),
(3526, 225, 'IP/24/ND/CS/0013', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:50am'),
(3527, 225, 'IP/24/ND/CS/0013', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:50am'),
(3528, 225, 'IP/24/ND/CS/0013', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:50am'),
(3529, 225, 'IP/24/ND/CS/0013', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:50am'),
(3530, 225, 'IP/24/ND/CS/0013', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:50am'),
(3531, 225, 'IP/24/ND/CS/0013', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:50am'),
(3532, 225, 'IP/24/ND/CS/0013', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:50am'),
(3533, 225, 'IP/24/ND/CS/0013', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:50am'),
(3534, 225, 'IP/24/ND/CS/0013', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:50am'),
(3535, 223, 'IP/24/ND/CS/0017', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:51am'),
(3536, 223, 'IP/24/ND/CS/0017', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:51am'),
(3537, 223, 'IP/24/ND/CS/0017', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:51am'),
(3538, 223, 'IP/24/ND/CS/0017', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:51am'),
(3539, 223, 'IP/24/ND/CS/0017', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:51am'),
(3540, 223, 'IP/24/ND/CS/0017', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:51am'),
(3541, 223, 'IP/24/ND/CS/0017', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:51am'),
(3542, 223, 'IP/24/ND/CS/0017', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:51am'),
(3543, 223, 'IP/24/ND/CS/0017', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:51am'),
(3544, 223, 'IP/24/ND/CS/0017', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:51am'),
(3545, 304, 'IP/24/ND/CS/0003', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3546, 304, 'IP/24/ND/CS/0003', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3547, 304, 'IP/24/ND/CS/0003', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3548, 304, 'IP/24/ND/CS/0003', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3549, 304, 'IP/24/ND/CS/0003', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3550, 304, 'IP/24/ND/CS/0003', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3551, 304, 'IP/24/ND/CS/0003', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3552, 304, 'IP/24/ND/CS/0003', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3553, 304, 'IP/24/ND/CS/0003', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3554, 304, 'IP/24/ND/CS/0003', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3555, 229, 'IP/24/ND/CS/0015', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3556, 229, 'IP/24/ND/CS/0015', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3557, 229, 'IP/24/ND/CS/0015', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3558, 229, 'IP/24/ND/CS/0015', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3559, 229, 'IP/24/ND/CS/0015', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3560, 229, 'IP/24/ND/CS/0015', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3561, 229, 'IP/24/ND/CS/0015', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3562, 229, 'IP/24/ND/CS/0015', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3563, 229, 'IP/24/ND/CS/0015', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3564, 229, 'IP/24/ND/CS/0015', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3565, 305, 'IP/24/ND/CS/0014', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3566, 305, 'IP/24/ND/CS/0014', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3567, 305, 'IP/24/ND/CS/0014', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3568, 305, 'IP/24/ND/CS/0014', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3569, 305, 'IP/24/ND/CS/0014', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3570, 305, 'IP/24/ND/CS/0014', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3571, 305, 'IP/24/ND/CS/0014', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3572, 305, 'IP/24/ND/CS/0014', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3573, 305, 'IP/24/ND/CS/0014', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3574, 305, 'IP/24/ND/CS/0014', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:53am'),
(3575, 230, 'IP/24/ND/CS/0010', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:57am'),
(3576, 230, 'IP/24/ND/CS/0010', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:57am'),
(3577, 230, 'IP/24/ND/CS/0010', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:57am'),
(3578, 230, 'IP/24/ND/CS/0010', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:57am'),
(3579, 230, 'IP/24/ND/CS/0010', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:57am'),
(3580, 230, 'IP/24/ND/CS/0010', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:57am'),
(3581, 230, 'IP/24/ND/CS/0010', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:57am'),
(3582, 230, 'IP/24/ND/CS/0010', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:57am'),
(3583, 230, 'IP/24/ND/CS/0010', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:57am'),
(3584, 230, 'IP/24/ND/CS/0010', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 10:57am'),
(3585, 224, 'IP/24/ND/CS/0016', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:07am'),
(3586, 224, 'IP/24/ND/CS/0016', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:07am'),
(3587, 224, 'IP/24/ND/CS/0016', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:07am'),
(3588, 224, 'IP/24/ND/CS/0016', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:07am'),
(3589, 224, 'IP/24/ND/CS/0016', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:07am'),
(3590, 224, 'IP/24/ND/CS/0016', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:07am'),
(3591, 224, 'IP/24/ND/CS/0016', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:07am'),
(3592, 224, 'IP/24/ND/CS/0016', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:07am'),
(3593, 224, 'IP/24/ND/CS/0016', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:07am');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(3594, 224, 'IP/24/ND/CS/0016', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:07am'),
(3595, 306, 'IP/24/ND/CS/0009', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:08am'),
(3596, 306, 'IP/24/ND/CS/0009', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:08am'),
(3597, 306, 'IP/24/ND/CS/0009', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:08am'),
(3598, 306, 'IP/24/ND/CS/0009', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:08am'),
(3599, 306, 'IP/24/ND/CS/0009', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:08am'),
(3600, 306, 'IP/24/ND/CS/0009', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:08am'),
(3601, 306, 'IP/24/ND/CS/0009', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:08am'),
(3602, 306, 'IP/24/ND/CS/0009', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:08am'),
(3603, 306, 'IP/24/ND/CS/0009', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:08am'),
(3604, 306, 'IP/24/ND/CS/0009', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:08am'),
(3605, 228, 'IP/24/ND/CS/0008', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:20am'),
(3606, 228, 'IP/24/ND/CS/0008', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:20am'),
(3607, 228, 'IP/24/ND/CS/0008', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:20am'),
(3608, 228, 'IP/24/ND/CS/0008', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:20am'),
(3609, 228, 'IP/24/ND/CS/0008', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:20am'),
(3610, 228, 'IP/24/ND/CS/0008', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:20am'),
(3611, 228, 'IP/24/ND/CS/0008', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:20am'),
(3612, 228, 'IP/24/ND/CS/0008', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:20am'),
(3613, 228, 'IP/24/ND/CS/0008', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:20am'),
(3614, 228, 'IP/24/ND/CS/0008', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:20am'),
(3615, 213, 'IP/24/ND/B/0025', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:36am'),
(3616, 213, 'IP/24/ND/B/0025', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:36am'),
(3617, 213, 'IP/24/ND/B/0025', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:36am'),
(3618, 213, 'IP/24/ND/B/0025', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:36am'),
(3619, 213, 'IP/24/ND/B/0025', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:36am'),
(3620, 213, 'IP/24/ND/B/0025', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:36am'),
(3621, 213, 'IP/24/ND/B/0025', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:36am'),
(3622, 213, 'IP/24/ND/B/0025', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:36am'),
(3623, 194, 'IP/24/ND/CS/0011', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:42am'),
(3624, 194, 'IP/24/ND/CS/0011', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:42am'),
(3625, 194, 'IP/24/ND/CS/0011', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:42am'),
(3626, 194, 'IP/24/ND/CS/0011', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:42am'),
(3627, 194, 'IP/24/ND/CS/0011', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:42am'),
(3628, 194, 'IP/24/ND/CS/0011', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:42am'),
(3629, 194, 'IP/24/ND/CS/0011', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:42am'),
(3630, 194, 'IP/24/ND/CS/0011', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:42am'),
(3631, 194, 'IP/24/ND/CS/0011', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:42am'),
(3632, 194, 'IP/24/ND/CS/0011', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Sep 2025, 11:42am'),
(3633, 229, 'IP/24/ND/CS/0015', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:47am'),
(3634, 229, 'IP/24/ND/CS/0015', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:47am'),
(3635, 229, 'IP/24/ND/CS/0015', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:47am'),
(3636, 229, 'IP/24/ND/CS/0015', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:47am'),
(3637, 229, 'IP/24/ND/CS/0015', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:47am'),
(3638, 229, 'IP/24/ND/CS/0015', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:47am'),
(3639, 229, 'IP/24/ND/CS/0015', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:47am'),
(3640, 229, 'IP/24/ND/CS/0015', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:47am'),
(3641, 229, 'IP/24/ND/CS/0015', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:47am'),
(3642, 225, 'IP/24/ND/CS/0013', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3643, 225, 'IP/24/ND/CS/0013', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3644, 225, 'IP/24/ND/CS/0013', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3645, 225, 'IP/24/ND/CS/0013', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3646, 225, 'IP/24/ND/CS/0013', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3647, 225, 'IP/24/ND/CS/0013', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3648, 225, 'IP/24/ND/CS/0013', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3649, 225, 'IP/24/ND/CS/0013', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3650, 225, 'IP/24/ND/CS/0013', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3651, 224, 'IP/24/ND/CS/0016', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3652, 224, 'IP/24/ND/CS/0016', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3653, 224, 'IP/24/ND/CS/0016', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3654, 224, 'IP/24/ND/CS/0016', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3655, 224, 'IP/24/ND/CS/0016', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3656, 224, 'IP/24/ND/CS/0016', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3657, 224, 'IP/24/ND/CS/0016', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3658, 224, 'IP/24/ND/CS/0016', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3659, 224, 'IP/24/ND/CS/0016', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:48am'),
(3660, 304, 'IP/24/ND/CS/0003', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:49am'),
(3661, 304, 'IP/24/ND/CS/0003', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:49am'),
(3662, 304, 'IP/24/ND/CS/0003', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:49am'),
(3663, 304, 'IP/24/ND/CS/0003', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:49am'),
(3664, 304, 'IP/24/ND/CS/0003', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:49am'),
(3665, 304, 'IP/24/ND/CS/0003', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:49am'),
(3666, 304, 'IP/24/ND/CS/0003', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:49am'),
(3667, 304, 'IP/24/ND/CS/0003', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:49am'),
(3668, 304, 'IP/24/ND/CS/0003', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:49am'),
(3669, 283, 'IP/24/ND/B/0041', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:55am'),
(3670, 283, 'IP/24/ND/B/0041', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:55am'),
(3671, 283, 'IP/24/ND/B/0041', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:55am'),
(3672, 283, 'IP/24/ND/B/0041', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:55am'),
(3673, 283, 'IP/24/ND/B/0041', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:55am'),
(3674, 283, 'IP/24/ND/B/0041', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:55am'),
(3675, 283, 'IP/24/ND/B/0041', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:55am'),
(3676, 283, 'IP/24/ND/B/0041', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:55am'),
(3677, 283, 'IP/24/ND/B/0041', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:55am'),
(3678, 283, 'IP/24/ND/B/0041', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:55am'),
(3679, 283, 'IP/24/ND/B/0041', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:55am'),
(3680, 305, 'IP/24/ND/CS/0014', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:59am'),
(3681, 305, 'IP/24/ND/CS/0014', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:59am'),
(3682, 305, 'IP/24/ND/CS/0014', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:59am'),
(3683, 305, 'IP/24/ND/CS/0014', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:59am'),
(3684, 305, 'IP/24/ND/CS/0014', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:59am'),
(3685, 305, 'IP/24/ND/CS/0014', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:59am'),
(3686, 305, 'IP/24/ND/CS/0014', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:59am'),
(3687, 305, 'IP/24/ND/CS/0014', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:59am'),
(3688, 305, 'IP/24/ND/CS/0014', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 11:59am'),
(3689, 194, 'IP/24/ND/CS/0011', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:02pm'),
(3690, 194, 'IP/24/ND/CS/0011', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:02pm'),
(3691, 194, 'IP/24/ND/CS/0011', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:02pm'),
(3692, 194, 'IP/24/ND/CS/0011', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:02pm'),
(3693, 194, 'IP/24/ND/CS/0011', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:02pm'),
(3694, 194, 'IP/24/ND/CS/0011', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:02pm'),
(3695, 194, 'IP/24/ND/CS/0011', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:02pm'),
(3696, 194, 'IP/24/ND/CS/0011', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:02pm'),
(3697, 194, 'IP/24/ND/CS/0011', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:02pm'),
(3698, 306, 'IP/24/ND/CS/0009', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:04pm'),
(3699, 306, 'IP/24/ND/CS/0009', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:04pm'),
(3700, 306, 'IP/24/ND/CS/0009', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:04pm'),
(3701, 306, 'IP/24/ND/CS/0009', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:04pm'),
(3702, 306, 'IP/24/ND/CS/0009', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:04pm'),
(3703, 306, 'IP/24/ND/CS/0009', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:04pm'),
(3704, 306, 'IP/24/ND/CS/0009', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:04pm'),
(3705, 306, 'IP/24/ND/CS/0009', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:04pm'),
(3706, 306, 'IP/24/ND/CS/0009', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:04pm'),
(3707, 290, 'IP/24/ND/B/0037', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:05pm'),
(3708, 290, 'IP/24/ND/B/0037', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:05pm'),
(3709, 290, 'IP/24/ND/B/0037', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:05pm'),
(3710, 290, 'IP/24/ND/B/0037', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:05pm'),
(3711, 290, 'IP/24/ND/B/0037', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:05pm'),
(3712, 290, 'IP/24/ND/B/0037', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:05pm'),
(3713, 290, 'IP/24/ND/B/0037', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:05pm'),
(3714, 290, 'IP/24/ND/B/0037', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:05pm'),
(3715, 290, 'IP/24/ND/B/0037', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:05pm'),
(3716, 290, 'IP/24/ND/B/0037', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:05pm'),
(3717, 290, 'IP/24/ND/B/0037', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:05pm'),
(3718, 228, 'IP/24/ND/CS/0008', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:06pm'),
(3719, 228, 'IP/24/ND/CS/0008', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:06pm'),
(3720, 228, 'IP/24/ND/CS/0008', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:06pm'),
(3721, 228, 'IP/24/ND/CS/0008', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:06pm'),
(3722, 228, 'IP/24/ND/CS/0008', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:06pm'),
(3723, 228, 'IP/24/ND/CS/0008', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:06pm'),
(3724, 228, 'IP/24/ND/CS/0008', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:06pm'),
(3725, 228, 'IP/24/ND/CS/0008', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:06pm'),
(3726, 228, 'IP/24/ND/CS/0008', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:06pm'),
(3727, 230, 'IP/24/ND/CS/0010', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:09pm'),
(3728, 230, 'IP/24/ND/CS/0010', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:09pm'),
(3729, 230, 'IP/24/ND/CS/0010', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:09pm'),
(3730, 230, 'IP/24/ND/CS/0010', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:09pm'),
(3731, 230, 'IP/24/ND/CS/0010', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:09pm'),
(3732, 230, 'IP/24/ND/CS/0010', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:09pm'),
(3733, 230, 'IP/24/ND/CS/0010', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:09pm'),
(3734, 230, 'IP/24/ND/CS/0010', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:09pm'),
(3735, 230, 'IP/24/ND/CS/0010', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:09pm'),
(3736, 281, 'IP/24/ND/B/0011', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:10pm'),
(3737, 281, 'IP/24/ND/B/0011', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:10pm'),
(3738, 281, 'IP/24/ND/B/0011', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:10pm'),
(3739, 281, 'IP/24/ND/B/0011', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:10pm'),
(3740, 281, 'IP/24/ND/B/0011', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:10pm'),
(3741, 281, 'IP/24/ND/B/0011', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:10pm'),
(3742, 281, 'IP/24/ND/B/0011', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:10pm'),
(3743, 281, 'IP/24/ND/B/0011', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:10pm'),
(3744, 281, 'IP/24/ND/B/0011', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:10pm'),
(3745, 281, 'IP/24/ND/B/0011', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:10pm'),
(3746, 281, 'IP/24/ND/B/0011', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:10pm'),
(3747, 285, 'IP/24/ND/B/0052', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:11pm'),
(3748, 285, 'IP/24/ND/B/0052', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:11pm'),
(3749, 285, 'IP/24/ND/B/0052', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:11pm'),
(3750, 285, 'IP/24/ND/B/0052', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:11pm'),
(3751, 285, 'IP/24/ND/B/0052', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:11pm'),
(3752, 285, 'IP/24/ND/B/0052', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:11pm'),
(3753, 285, 'IP/24/ND/B/0052', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:11pm'),
(3754, 285, 'IP/24/ND/B/0052', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:11pm'),
(3755, 285, 'IP/24/ND/B/0052', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:11pm'),
(3756, 285, 'IP/24/ND/B/0052', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:11pm'),
(3757, 285, 'IP/24/ND/B/0052', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:11pm'),
(3758, 286, 'IP/24/ND/B/0021', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3759, 286, 'IP/24/ND/B/0021', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3760, 286, 'IP/24/ND/B/0021', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3761, 286, 'IP/24/ND/B/0021', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3762, 286, 'IP/24/ND/B/0021', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3763, 286, 'IP/24/ND/B/0021', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3764, 286, 'IP/24/ND/B/0021', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3765, 286, 'IP/24/ND/B/0021', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3766, 286, 'IP/24/ND/B/0021', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3767, 286, 'IP/24/ND/B/0021', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3768, 286, 'IP/24/ND/B/0021', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3769, 213, 'IP/24/ND/B/0025', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3770, 213, 'IP/24/ND/B/0025', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3771, 213, 'IP/24/ND/B/0025', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3772, 213, 'IP/24/ND/B/0025', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3773, 213, 'IP/24/ND/B/0025', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3774, 213, 'IP/24/ND/B/0025', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3775, 213, 'IP/24/ND/B/0025', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3776, 213, 'IP/24/ND/B/0025', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3777, 213, 'IP/24/ND/B/0025', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3778, 213, 'IP/24/ND/B/0025', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3779, 213, 'IP/24/ND/B/0025', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:12pm'),
(3780, 206, 'IP/24/ND/B/0009', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:14pm'),
(3781, 206, 'IP/24/ND/B/0009', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:14pm'),
(3782, 206, 'IP/24/ND/B/0009', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:14pm'),
(3783, 206, 'IP/24/ND/B/0009', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:14pm'),
(3784, 206, 'IP/24/ND/B/0009', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:14pm'),
(3785, 206, 'IP/24/ND/B/0009', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:14pm'),
(3786, 206, 'IP/24/ND/B/0009', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:14pm'),
(3787, 206, 'IP/24/ND/B/0009', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:14pm'),
(3788, 206, 'IP/24/ND/B/0009', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:14pm'),
(3789, 206, 'IP/24/ND/B/0009', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:14pm'),
(3790, 206, 'IP/24/ND/B/0009', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:14pm'),
(3791, 282, 'IP/24/ND/B/0027', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:15pm'),
(3792, 282, 'IP/24/ND/B/0027', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:15pm'),
(3793, 282, 'IP/24/ND/B/0027', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:15pm'),
(3794, 282, 'IP/24/ND/B/0027', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:15pm'),
(3795, 282, 'IP/24/ND/B/0027', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:15pm'),
(3796, 282, 'IP/24/ND/B/0027', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:15pm'),
(3797, 282, 'IP/24/ND/B/0027', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:15pm'),
(3798, 282, 'IP/24/ND/B/0027', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:15pm'),
(3799, 282, 'IP/24/ND/B/0027', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:15pm'),
(3800, 282, 'IP/24/ND/B/0027', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:15pm'),
(3801, 282, 'IP/24/ND/B/0027', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:15pm'),
(3802, 291, 'IP/24/ND/B/0031', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:16pm'),
(3803, 291, 'IP/24/ND/B/0031', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:16pm'),
(3804, 291, 'IP/24/ND/B/0031', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:16pm'),
(3805, 291, 'IP/24/ND/B/0031', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:16pm'),
(3806, 291, 'IP/24/ND/B/0031', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:16pm'),
(3807, 291, 'IP/24/ND/B/0031', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:16pm'),
(3808, 291, 'IP/24/ND/B/0031', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:16pm'),
(3809, 291, 'IP/24/ND/B/0031', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:16pm'),
(3810, 291, 'IP/24/ND/B/0031', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:16pm'),
(3811, 291, 'IP/24/ND/B/0031', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:16pm'),
(3812, 291, 'IP/24/ND/B/0031', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:16pm'),
(3813, 307, 'IP/24/ND/B/0046', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:29pm'),
(3814, 307, 'IP/24/ND/B/0046', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:29pm'),
(3815, 307, 'IP/24/ND/B/0046', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:29pm'),
(3816, 307, 'IP/24/ND/B/0046', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:29pm'),
(3817, 307, 'IP/24/ND/B/0046', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:29pm'),
(3818, 307, 'IP/24/ND/B/0046', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:29pm'),
(3819, 307, 'IP/24/ND/B/0046', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:29pm'),
(3820, 307, 'IP/24/ND/B/0046', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:29pm'),
(3821, 307, 'IP/24/ND/B/0046', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:29pm'),
(3822, 307, 'IP/24/ND/B/0046', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:29pm'),
(3823, 307, 'IP/24/ND/B/0046', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:29pm'),
(3824, 216, 'IP/24/ND/B/0008', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:30pm'),
(3825, 216, 'IP/24/ND/B/0008', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:30pm'),
(3826, 216, 'IP/24/ND/B/0008', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:30pm'),
(3827, 216, 'IP/24/ND/B/0008', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:30pm'),
(3828, 216, 'IP/24/ND/B/0008', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:30pm'),
(3829, 216, 'IP/24/ND/B/0008', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:30pm'),
(3830, 216, 'IP/24/ND/B/0008', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:30pm'),
(3831, 216, 'IP/24/ND/B/0008', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:30pm'),
(3832, 216, 'IP/24/ND/B/0008', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:30pm'),
(3833, 216, 'IP/24/ND/B/0008', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:30pm'),
(3834, 216, 'IP/24/ND/B/0008', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:30pm'),
(3835, 227, 'IP/24/ND/B/0016', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:34pm'),
(3836, 227, 'IP/24/ND/B/0016', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:34pm'),
(3837, 227, 'IP/24/ND/B/0016', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:34pm'),
(3838, 227, 'IP/24/ND/B/0016', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:34pm'),
(3839, 227, 'IP/24/ND/B/0016', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:34pm'),
(3840, 227, 'IP/24/ND/B/0016', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:34pm'),
(3841, 227, 'IP/24/ND/B/0016', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:34pm'),
(3842, 227, 'IP/24/ND/B/0016', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:34pm'),
(3843, 227, 'IP/24/ND/B/0016', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:34pm'),
(3844, 227, 'IP/24/ND/B/0016', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:34pm'),
(3845, 227, 'IP/24/ND/B/0016', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:34pm'),
(3846, 287, 'IP/24/ND/B/0028', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:37pm'),
(3847, 287, 'IP/24/ND/B/0028', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:37pm'),
(3848, 287, 'IP/24/ND/B/0028', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:37pm'),
(3849, 287, 'IP/24/ND/B/0028', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:37pm'),
(3850, 287, 'IP/24/ND/B/0028', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:37pm'),
(3851, 287, 'IP/24/ND/B/0028', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:37pm'),
(3852, 287, 'IP/24/ND/B/0028', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:37pm'),
(3853, 287, 'IP/24/ND/B/0028', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:37pm'),
(3854, 287, 'IP/24/ND/B/0028', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:37pm'),
(3855, 287, 'IP/24/ND/B/0028', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:37pm'),
(3856, 287, 'IP/24/ND/B/0028', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:37pm'),
(3857, 288, 'IP/24/ND/B/0045', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:39pm'),
(3858, 288, 'IP/24/ND/B/0045', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:39pm'),
(3859, 288, 'IP/24/ND/B/0045', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:39pm'),
(3860, 288, 'IP/24/ND/B/0045', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:39pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(3861, 288, 'IP/24/ND/B/0045', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:39pm'),
(3862, 288, 'IP/24/ND/B/0045', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:39pm'),
(3863, 288, 'IP/24/ND/B/0045', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:39pm'),
(3864, 288, 'IP/24/ND/B/0045', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:39pm'),
(3865, 288, 'IP/24/ND/B/0045', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:39pm'),
(3866, 288, 'IP/24/ND/B/0045', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:39pm'),
(3867, 288, 'IP/24/ND/B/0045', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:39pm'),
(3868, 199, 'IP/24/ND/B/0018', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:40pm'),
(3869, 199, 'IP/24/ND/B/0018', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:40pm'),
(3870, 199, 'IP/24/ND/B/0018', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:40pm'),
(3871, 199, 'IP/24/ND/B/0018', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:40pm'),
(3872, 199, 'IP/24/ND/B/0018', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:40pm'),
(3873, 199, 'IP/24/ND/B/0018', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:40pm'),
(3874, 199, 'IP/24/ND/B/0018', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:40pm'),
(3875, 199, 'IP/24/ND/B/0018', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:40pm'),
(3876, 199, 'IP/24/ND/B/0018', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:40pm'),
(3877, 199, 'IP/24/ND/B/0018', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:40pm'),
(3878, 199, 'IP/24/ND/B/0018', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:40pm'),
(3879, 215, 'IP/24/ND/B/0001', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:54pm'),
(3880, 215, 'IP/24/ND/B/0001', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:54pm'),
(3881, 215, 'IP/24/ND/B/0001', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:54pm'),
(3882, 215, 'IP/24/ND/B/0001', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:54pm'),
(3883, 215, 'IP/24/ND/B/0001', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:54pm'),
(3884, 215, 'IP/24/ND/B/0001', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:54pm'),
(3885, 215, 'IP/24/ND/B/0001', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:54pm'),
(3886, 215, 'IP/24/ND/B/0001', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:54pm'),
(3887, 215, 'IP/24/ND/B/0001', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:54pm'),
(3888, 215, 'IP/24/ND/B/0001', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:54pm'),
(3889, 215, 'IP/24/ND/B/0001', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 12:54pm'),
(3890, 280, 'IP/24/ND/B/0024', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:16pm'),
(3891, 280, 'IP/24/ND/B/0024', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:16pm'),
(3892, 280, 'IP/24/ND/B/0024', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:16pm'),
(3893, 280, 'IP/24/ND/B/0024', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:16pm'),
(3894, 280, 'IP/24/ND/B/0024', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:16pm'),
(3895, 280, 'IP/24/ND/B/0024', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:16pm'),
(3896, 280, 'IP/24/ND/B/0024', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:16pm'),
(3897, 280, 'IP/24/ND/B/0024', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:16pm'),
(3898, 280, 'IP/24/ND/B/0024', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:16pm'),
(3899, 280, 'IP/24/ND/B/0024', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:16pm'),
(3900, 280, 'IP/24/ND/B/0024', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:16pm'),
(3901, 217, 'IP/24/ND/B/0010', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:50pm'),
(3902, 217, 'IP/24/ND/B/0010', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:50pm'),
(3903, 217, 'IP/24/ND/B/0010', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:50pm'),
(3904, 217, 'IP/24/ND/B/0010', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:50pm'),
(3905, 217, 'IP/24/ND/B/0010', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:50pm'),
(3906, 217, 'IP/24/ND/B/0010', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:50pm'),
(3907, 217, 'IP/24/ND/B/0010', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:50pm'),
(3908, 217, 'IP/24/ND/B/0010', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:50pm'),
(3909, 217, 'IP/24/ND/B/0010', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:50pm'),
(3910, 217, 'IP/24/ND/B/0010', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:50pm'),
(3911, 217, 'IP/24/ND/B/0010', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 01:50pm'),
(3912, 221, 'IP/24/ND/B/0035', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:12pm'),
(3913, 221, 'IP/24/ND/B/0035', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:12pm'),
(3914, 221, 'IP/24/ND/B/0035', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:12pm'),
(3915, 221, 'IP/24/ND/B/0035', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:12pm'),
(3916, 221, 'IP/24/ND/B/0035', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:12pm'),
(3917, 221, 'IP/24/ND/B/0035', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:12pm'),
(3918, 221, 'IP/24/ND/B/0035', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:12pm'),
(3919, 221, 'IP/24/ND/B/0035', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:12pm'),
(3920, 221, 'IP/24/ND/B/0035', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:12pm'),
(3921, 221, 'IP/24/ND/B/0035', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:12pm'),
(3922, 221, 'IP/24/ND/B/0035', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:12pm'),
(3923, 211, 'IP/24/ND/B/0048', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:14pm'),
(3924, 211, 'IP/24/ND/B/0048', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:14pm'),
(3925, 211, 'IP/24/ND/B/0048', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:14pm'),
(3926, 211, 'IP/24/ND/B/0048', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:14pm'),
(3927, 211, 'IP/24/ND/B/0048', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:14pm'),
(3928, 211, 'IP/24/ND/B/0048', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:14pm'),
(3929, 211, 'IP/24/ND/B/0048', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:14pm'),
(3930, 211, 'IP/24/ND/B/0048', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:14pm'),
(3931, 211, 'IP/24/ND/B/0048', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:14pm'),
(3932, 211, 'IP/24/ND/B/0048', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:14pm'),
(3933, 211, 'IP/24/ND/B/0048', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Sep 2025, 04:14pm'),
(3934, 292, 'IP/22/ND/B/20039', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:37am'),
(3935, 292, 'IP/22/ND/B/20039', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:37am'),
(3936, 292, 'IP/22/ND/B/20039', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:37am'),
(3937, 292, 'IP/22/ND/B/20039', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:37am'),
(3938, 292, 'IP/22/ND/B/20039', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:37am'),
(3939, 292, 'IP/22/ND/B/20039', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:37am'),
(3940, 292, 'IP/22/ND/B/20039', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:37am'),
(3941, 293, 'IP/22/ND/B/20024', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:42am'),
(3942, 293, 'IP/22/ND/B/20024', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:42am'),
(3943, 293, 'IP/22/ND/B/20024', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:42am'),
(3944, 293, 'IP/22/ND/B/20024', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:42am'),
(3945, 293, 'IP/22/ND/B/20024', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:42am'),
(3946, 293, 'IP/22/ND/B/20024', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:42am'),
(3947, 293, 'IP/22/ND/B/20024', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:42am'),
(3948, 284, 'IP/24/ND/CE/0001', 100, 6, 97, 'cte 121', 'digital computer fundamentals i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:57am'),
(3949, 284, 'IP/24/ND/CE/0001', 100, 6, 98, 'cte 122', 'electrical measurement and instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:57am'),
(3950, 284, 'IP/24/ND/CE/0001', 100, 6, 99, 'cte 123', 'computer/electronic maintenance and repairs', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:57am'),
(3951, 284, 'IP/24/ND/CE/0001', 100, 6, 100, 'cte 124', 'technical report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:57am'),
(3952, 284, 'IP/24/ND/CE/0001', 100, 6, 102, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:57am'),
(3953, 284, 'IP/24/ND/CE/0001', 100, 6, 101, 'eec 124', 'electronics i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:57am'),
(3954, 284, 'IP/24/ND/CE/0001', 100, 6, 103, 'eed 126', 'introduction to entrepreneurship', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:57am'),
(3955, 284, 'IP/24/ND/CE/0001', 100, 6, 76, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:57am'),
(3956, 284, 'IP/24/ND/CE/0001', 100, 6, 106, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:57am'),
(3957, 284, 'IP/24/ND/CE/0001', 100, 6, 104, 'mec 102', 'machines tools technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:57am'),
(3958, 284, 'IP/24/ND/CE/0001', 100, 6, 105, 'mth 211', 'calculus', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Sep 2025, 09:57am'),
(3959, 246, 'IP/24/ND/F/S2/0001', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 12:26pm'),
(3960, 246, 'IP/24/ND/F/S2/0001', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 12:26pm'),
(3961, 246, 'IP/24/ND/F/S2/0001', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 12:26pm'),
(3962, 246, 'IP/24/ND/F/S2/0001', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 12:26pm'),
(3963, 246, 'IP/24/ND/F/S2/0001', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 12:26pm'),
(3964, 246, 'IP/24/ND/F/S2/0001', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 12:26pm'),
(3965, 246, 'IP/24/ND/F/S2/0001', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 12:26pm'),
(3966, 246, 'IP/24/ND/F/S2/0001', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 12:26pm'),
(3967, 246, 'IP/24/ND/F/S2/0001', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 12:26pm'),
(3968, 280, 'IP/24/ND/B/0024', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 06:00pm'),
(3969, 280, 'IP/24/ND/B/0024', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 06:00pm'),
(3970, 280, 'IP/24/ND/B/0024', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 06:00pm'),
(3971, 280, 'IP/24/ND/B/0024', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 06:00pm'),
(3972, 280, 'IP/24/ND/B/0024', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 06:00pm'),
(3973, 280, 'IP/24/ND/B/0024', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 06:00pm'),
(3974, 280, 'IP/24/ND/B/0024', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 06:00pm'),
(3975, 280, 'IP/24/ND/B/0024', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 06:00pm'),
(3976, 280, 'IP/24/ND/B/0024', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 06:00pm'),
(3977, 280, 'IP/24/ND/B/0024', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 06:00pm'),
(3978, 280, 'IP/24/ND/B/0024', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Sep 2025, 06:00pm'),
(3979, 304, 'IP/24/ND/CS/0003', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:31am'),
(3980, 304, 'IP/24/ND/CS/0003', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:31am'),
(3981, 304, 'IP/24/ND/CS/0003', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:31am'),
(3982, 304, 'IP/24/ND/CS/0003', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:31am'),
(3983, 304, 'IP/24/ND/CS/0003', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:31am'),
(3984, 304, 'IP/24/ND/CS/0003', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:31am'),
(3985, 304, 'IP/24/ND/CS/0003', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:31am'),
(3986, 304, 'IP/24/ND/CS/0003', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:31am'),
(3987, 304, 'IP/24/ND/CS/0003', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:31am'),
(3988, 230, 'IP/24/ND/CS/0010', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:35am'),
(3989, 230, 'IP/24/ND/CS/0010', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:35am'),
(3990, 230, 'IP/24/ND/CS/0010', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:35am'),
(3991, 230, 'IP/24/ND/CS/0010', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:35am'),
(3992, 230, 'IP/24/ND/CS/0010', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:35am'),
(3993, 230, 'IP/24/ND/CS/0010', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:35am'),
(3994, 230, 'IP/24/ND/CS/0010', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:35am'),
(3995, 230, 'IP/24/ND/CS/0010', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:35am'),
(3996, 230, 'IP/24/ND/CS/0010', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:35am'),
(3997, 229, 'IP/24/ND/CS/0015', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:37am'),
(3998, 229, 'IP/24/ND/CS/0015', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:37am'),
(3999, 229, 'IP/24/ND/CS/0015', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:37am'),
(4000, 229, 'IP/24/ND/CS/0015', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:37am'),
(4001, 229, 'IP/24/ND/CS/0015', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:37am'),
(4002, 229, 'IP/24/ND/CS/0015', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:37am'),
(4003, 229, 'IP/24/ND/CS/0015', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:37am'),
(4004, 229, 'IP/24/ND/CS/0015', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:37am'),
(4005, 229, 'IP/24/ND/CS/0015', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:37am'),
(4006, 305, 'IP/24/ND/CS/0014', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:52am'),
(4007, 305, 'IP/24/ND/CS/0014', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:52am'),
(4008, 305, 'IP/24/ND/CS/0014', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:52am'),
(4009, 305, 'IP/24/ND/CS/0014', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:52am'),
(4010, 305, 'IP/24/ND/CS/0014', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:52am'),
(4011, 305, 'IP/24/ND/CS/0014', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:52am'),
(4012, 305, 'IP/24/ND/CS/0014', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:52am'),
(4013, 305, 'IP/24/ND/CS/0014', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:52am'),
(4014, 305, 'IP/24/ND/CS/0014', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 10:52am'),
(4015, 306, 'IP/24/ND/CS/0009', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 11:02am'),
(4016, 306, 'IP/24/ND/CS/0009', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 11:02am'),
(4017, 306, 'IP/24/ND/CS/0009', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 11:02am'),
(4018, 306, 'IP/24/ND/CS/0009', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 11:02am'),
(4019, 306, 'IP/24/ND/CS/0009', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 11:02am'),
(4020, 306, 'IP/24/ND/CS/0009', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 11:02am'),
(4021, 306, 'IP/24/ND/CS/0009', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 11:02am'),
(4022, 306, 'IP/24/ND/CS/0009', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 11:02am'),
(4023, 306, 'IP/24/ND/CS/0009', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 11:02am'),
(4024, 265, 'IP/25/ND/F/001', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 04:41pm'),
(4025, 265, 'IP/25/ND/F/001', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 04:41pm'),
(4026, 265, 'IP/25/ND/F/001', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 04:41pm'),
(4027, 265, 'IP/25/ND/F/001', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 04:41pm'),
(4028, 265, 'IP/25/ND/F/001', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 04:41pm'),
(4029, 265, 'IP/25/ND/F/001', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 04:41pm'),
(4030, 265, 'IP/25/ND/F/001', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 04:41pm'),
(4031, 265, 'IP/25/ND/F/001', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 04:41pm'),
(4032, 265, 'IP/25/ND/F/001', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Sep 2025, 04:41pm'),
(4033, 245, 'IP/23/ND/F/S2/0004', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Oct 2025, 02:45pm'),
(4034, 245, 'IP/23/ND/F/S2/0004', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Oct 2025, 02:45pm'),
(4035, 245, 'IP/23/ND/F/S2/0004', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Oct 2025, 02:45pm'),
(4036, 245, 'IP/23/ND/F/S2/0004', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Oct 2025, 02:45pm'),
(4037, 245, 'IP/23/ND/F/S2/0004', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Oct 2025, 02:45pm'),
(4038, 245, 'IP/23/ND/F/S2/0004', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Oct 2025, 02:45pm'),
(4039, 245, 'IP/23/ND/F/S2/0004', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Oct 2025, 02:45pm'),
(4040, 245, 'IP/23/ND/F/S2/0004', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Oct 2025, 02:45pm'),
(4041, 245, 'IP/23/ND/F/S2/0004', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '03 Oct 2025, 02:45pm'),
(4042, 245, 'IP/23/ND/F/S2/0004', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '03 Oct 2025, 02:47pm'),
(4043, 245, 'IP/23/ND/F/S2/0004', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '03 Oct 2025, 02:47pm'),
(4044, 245, 'IP/23/ND/F/S2/0004', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '03 Oct 2025, 02:47pm'),
(4045, 245, 'IP/23/ND/F/S2/0004', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '03 Oct 2025, 02:47pm'),
(4046, 245, 'IP/23/ND/F/S2/0004', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '03 Oct 2025, 02:47pm'),
(4047, 245, 'IP/23/ND/F/S2/0004', 100, 8, 192, 'fas 124', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '03 Oct 2025, 02:47pm'),
(4048, 245, 'IP/23/ND/F/S2/0004', 100, 8, 193, 'fas 125', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '03 Oct 2025, 02:47pm'),
(4049, 245, 'IP/23/ND/F/S2/0004', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '03 Oct 2025, 02:47pm'),
(4050, 245, 'IP/23/ND/F/S2/0004', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '03 Oct 2025, 02:47pm'),
(4051, 245, 'IP/23/ND/F/S2/0004', 100, 8, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '03 Oct 2025, 02:47pm'),
(4052, 245, 'IP/23/ND/F/S2/0004', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '03 Oct 2025, 02:47pm'),
(4053, 315, 'IP/23/ND/CS/0017', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 12:51pm'),
(4054, 315, 'IP/23/ND/CS/0017', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 12:51pm'),
(4055, 315, 'IP/23/ND/CS/0017', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 12:51pm'),
(4056, 315, 'IP/23/ND/CS/0017', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 12:51pm'),
(4057, 315, 'IP/23/ND/CS/0017', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 12:51pm'),
(4058, 315, 'IP/23/ND/CS/0017', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 12:51pm'),
(4059, 315, 'IP/23/ND/CS/0017', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 12:51pm'),
(4060, 315, 'IP/23/ND/CS/0017', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 12:51pm'),
(4061, 315, 'IP/23/ND/CS/0017', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 12:51pm'),
(4062, 315, 'IP/23/ND/CS/0017', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 12:55pm'),
(4063, 315, 'IP/23/ND/CS/0017', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 12:55pm'),
(4064, 315, 'IP/23/ND/CS/0017', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 12:55pm'),
(4065, 315, 'IP/23/ND/CS/0017', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 12:55pm'),
(4066, 315, 'IP/23/ND/CS/0017', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 12:55pm'),
(4067, 315, 'IP/23/ND/CS/0017', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 12:55pm'),
(4068, 315, 'IP/23/ND/CS/0017', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 12:55pm'),
(4069, 315, 'IP/23/ND/CS/0017', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 12:55pm'),
(4070, 315, 'IP/23/ND/CS/0017', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 12:55pm'),
(4071, 315, 'IP/23/ND/CS/0017', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 12:55pm'),
(4072, 315, 'IP/23/ND/CS/0017', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:00pm'),
(4073, 315, 'IP/23/ND/CS/0017', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:00pm'),
(4074, 315, 'IP/23/ND/CS/0017', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:00pm'),
(4075, 315, 'IP/23/ND/CS/0017', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:00pm'),
(4076, 315, 'IP/23/ND/CS/0017', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:00pm'),
(4077, 315, 'IP/23/ND/CS/0017', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:00pm'),
(4078, 315, 'IP/23/ND/CS/0017', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:00pm'),
(4079, 315, 'IP/23/ND/CS/0017', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:00pm'),
(4080, 315, 'IP/23/ND/CS/0017', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:00pm'),
(4081, 315, 'IP/23/ND/CS/0017', 200, 7, 274, 'com 221', 'basic computer networking', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:02pm'),
(4082, 315, 'IP/23/ND/CS/0017', 200, 7, 275, 'com 222', 'seminar on computer and society', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:02pm'),
(4083, 315, 'IP/23/ND/CS/0017', 200, 7, 276, 'com 223', 'basic hardware maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:02pm'),
(4084, 315, 'IP/23/ND/CS/0017', 200, 7, 277, 'com 224', 'management information system', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:02pm'),
(4085, 315, 'IP/23/ND/CS/0017', 200, 7, 278, 'com 225', 'web technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:02pm'),
(4086, 315, 'IP/23/ND/CS/0017', 200, 7, 279, 'com 226', 'file organisation and management', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:02pm'),
(4087, 315, 'IP/23/ND/CS/0017', 200, 7, 281, 'com 227', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:02pm'),
(4088, 315, 'IP/23/ND/CS/0017', 200, 7, 280, 'gns 204', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:02pm'),
(4089, 314, 'IP/23/ND/CS/0022', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:13pm'),
(4090, 314, 'IP/23/ND/CS/0022', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:13pm'),
(4091, 314, 'IP/23/ND/CS/0022', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:13pm'),
(4092, 314, 'IP/23/ND/CS/0022', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:13pm'),
(4093, 314, 'IP/23/ND/CS/0022', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:13pm'),
(4094, 314, 'IP/23/ND/CS/0022', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:13pm'),
(4095, 314, 'IP/23/ND/CS/0022', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:13pm'),
(4096, 314, 'IP/23/ND/CS/0022', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:13pm'),
(4097, 314, 'IP/23/ND/CS/0022', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:13pm'),
(4098, 314, 'IP/23/ND/CS/0022', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:16pm'),
(4099, 314, 'IP/23/ND/CS/0022', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:16pm'),
(4100, 314, 'IP/23/ND/CS/0022', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:16pm'),
(4101, 314, 'IP/23/ND/CS/0022', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:16pm'),
(4102, 314, 'IP/23/ND/CS/0022', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:16pm'),
(4103, 314, 'IP/23/ND/CS/0022', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:16pm'),
(4104, 314, 'IP/23/ND/CS/0022', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:16pm'),
(4105, 314, 'IP/23/ND/CS/0022', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:16pm'),
(4106, 314, 'IP/23/ND/CS/0022', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:16pm'),
(4107, 314, 'IP/23/ND/CS/0022', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:16pm'),
(4108, 314, 'IP/23/ND/CS/0022', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:17pm'),
(4109, 314, 'IP/23/ND/CS/0022', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:17pm'),
(4110, 314, 'IP/23/ND/CS/0022', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:17pm'),
(4111, 314, 'IP/23/ND/CS/0022', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:17pm'),
(4112, 314, 'IP/23/ND/CS/0022', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:17pm'),
(4113, 314, 'IP/23/ND/CS/0022', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:17pm'),
(4114, 314, 'IP/23/ND/CS/0022', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:17pm'),
(4115, 314, 'IP/23/ND/CS/0022', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:17pm'),
(4116, 314, 'IP/23/ND/CS/0022', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 01:17pm'),
(4117, 314, 'IP/23/ND/CS/0022', 200, 7, 274, 'com 221', 'basic computer networking', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:19pm'),
(4118, 314, 'IP/23/ND/CS/0022', 200, 7, 275, 'com 222', 'seminar on computer and society', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:19pm'),
(4119, 314, 'IP/23/ND/CS/0022', 200, 7, 276, 'com 223', 'basic hardware maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:19pm'),
(4120, 314, 'IP/23/ND/CS/0022', 200, 7, 277, 'com 224', 'management information system', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:19pm'),
(4121, 314, 'IP/23/ND/CS/0022', 200, 7, 278, 'com 225', 'web technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:19pm'),
(4122, 314, 'IP/23/ND/CS/0022', 200, 7, 279, 'com 226', 'file organisation and management', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:19pm'),
(4123, 314, 'IP/23/ND/CS/0022', 200, 7, 281, 'com 227', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:19pm'),
(4124, 314, 'IP/23/ND/CS/0022', 200, 7, 280, 'gns 204', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 01:19pm'),
(4125, 230, 'IP/24/ND/CS/0010', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:05pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(4126, 230, 'IP/24/ND/CS/0010', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:05pm'),
(4127, 230, 'IP/24/ND/CS/0010', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:05pm'),
(4128, 230, 'IP/24/ND/CS/0010', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:05pm'),
(4129, 230, 'IP/24/ND/CS/0010', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:05pm'),
(4130, 230, 'IP/24/ND/CS/0010', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:05pm'),
(4131, 230, 'IP/24/ND/CS/0010', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:05pm'),
(4132, 230, 'IP/24/ND/CS/0010', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:05pm'),
(4133, 230, 'IP/24/ND/CS/0010', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:05pm'),
(4134, 230, 'IP/24/ND/CS/0010', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:05pm'),
(4135, 230, 'IP/24/ND/CS/0010', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:26pm'),
(4136, 230, 'IP/24/ND/CS/0010', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:26pm'),
(4137, 230, 'IP/24/ND/CS/0010', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:26pm'),
(4138, 230, 'IP/24/ND/CS/0010', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:26pm'),
(4139, 230, 'IP/24/ND/CS/0010', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:26pm'),
(4140, 230, 'IP/24/ND/CS/0010', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:26pm'),
(4141, 230, 'IP/24/ND/CS/0010', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:26pm'),
(4142, 230, 'IP/24/ND/CS/0010', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:26pm'),
(4143, 230, 'IP/24/ND/CS/0010', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:26pm'),
(4144, 304, 'IP/24/ND/CS/0003', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:30pm'),
(4145, 304, 'IP/24/ND/CS/0003', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:30pm'),
(4146, 304, 'IP/24/ND/CS/0003', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:30pm'),
(4147, 304, 'IP/24/ND/CS/0003', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:30pm'),
(4148, 304, 'IP/24/ND/CS/0003', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:30pm'),
(4149, 304, 'IP/24/ND/CS/0003', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:30pm'),
(4150, 304, 'IP/24/ND/CS/0003', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:30pm'),
(4151, 304, 'IP/24/ND/CS/0003', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:30pm'),
(4152, 304, 'IP/24/ND/CS/0003', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:30pm'),
(4153, 229, 'IP/24/ND/CS/0015', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:34pm'),
(4154, 229, 'IP/24/ND/CS/0015', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:34pm'),
(4155, 229, 'IP/24/ND/CS/0015', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:34pm'),
(4156, 229, 'IP/24/ND/CS/0015', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:34pm'),
(4157, 229, 'IP/24/ND/CS/0015', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:34pm'),
(4158, 229, 'IP/24/ND/CS/0015', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:34pm'),
(4159, 229, 'IP/24/ND/CS/0015', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:34pm'),
(4160, 229, 'IP/24/ND/CS/0015', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:34pm'),
(4161, 229, 'IP/24/ND/CS/0015', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:34pm'),
(4162, 194, 'IP/24/ND/CS/0011', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:38pm'),
(4163, 194, 'IP/24/ND/CS/0011', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:38pm'),
(4164, 194, 'IP/24/ND/CS/0011', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:38pm'),
(4165, 194, 'IP/24/ND/CS/0011', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:38pm'),
(4166, 194, 'IP/24/ND/CS/0011', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:38pm'),
(4167, 194, 'IP/24/ND/CS/0011', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:38pm'),
(4168, 194, 'IP/24/ND/CS/0011', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:38pm'),
(4169, 194, 'IP/24/ND/CS/0011', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:38pm'),
(4170, 194, 'IP/24/ND/CS/0011', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:38pm'),
(4171, 194, 'IP/24/ND/CS/0011', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:38pm'),
(4172, 229, 'IP/24/ND/CS/0015', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:39pm'),
(4173, 229, 'IP/24/ND/CS/0015', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:39pm'),
(4174, 229, 'IP/24/ND/CS/0015', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:39pm'),
(4175, 229, 'IP/24/ND/CS/0015', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:39pm'),
(4176, 229, 'IP/24/ND/CS/0015', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:39pm'),
(4177, 229, 'IP/24/ND/CS/0015', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:39pm'),
(4178, 229, 'IP/24/ND/CS/0015', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:39pm'),
(4179, 229, 'IP/24/ND/CS/0015', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:39pm'),
(4180, 229, 'IP/24/ND/CS/0015', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:39pm'),
(4181, 229, 'IP/24/ND/CS/0015', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '10 Oct 2025, 03:39pm'),
(4182, 194, 'IP/24/ND/CS/0011', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:41pm'),
(4183, 194, 'IP/24/ND/CS/0011', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:41pm'),
(4184, 194, 'IP/24/ND/CS/0011', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:41pm'),
(4185, 194, 'IP/24/ND/CS/0011', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:41pm'),
(4186, 194, 'IP/24/ND/CS/0011', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:41pm'),
(4187, 194, 'IP/24/ND/CS/0011', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:41pm'),
(4188, 194, 'IP/24/ND/CS/0011', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:41pm'),
(4189, 194, 'IP/24/ND/CS/0011', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:41pm'),
(4190, 194, 'IP/24/ND/CS/0011', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 03:41pm'),
(4191, 228, 'IP/24/ND/CS/0008', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:03pm'),
(4192, 228, 'IP/24/ND/CS/0008', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:03pm'),
(4193, 228, 'IP/24/ND/CS/0008', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:03pm'),
(4194, 228, 'IP/24/ND/CS/0008', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:03pm'),
(4195, 228, 'IP/24/ND/CS/0008', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:03pm'),
(4196, 228, 'IP/24/ND/CS/0008', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:03pm'),
(4197, 228, 'IP/24/ND/CS/0008', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:03pm'),
(4198, 228, 'IP/24/ND/CS/0008', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:03pm'),
(4199, 228, 'IP/24/ND/CS/0008', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:03pm'),
(4200, 224, 'IP/24/ND/CS/0016', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:12pm'),
(4201, 224, 'IP/24/ND/CS/0016', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:12pm'),
(4202, 224, 'IP/24/ND/CS/0016', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:12pm'),
(4203, 224, 'IP/24/ND/CS/0016', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:12pm'),
(4204, 224, 'IP/24/ND/CS/0016', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:12pm'),
(4205, 224, 'IP/24/ND/CS/0016', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:12pm'),
(4206, 224, 'IP/24/ND/CS/0016', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:12pm'),
(4207, 224, 'IP/24/ND/CS/0016', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:12pm'),
(4208, 224, 'IP/24/ND/CS/0016', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:12pm'),
(4209, 312, 'IP/25/ND/F/S2/0001', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:18pm'),
(4210, 312, 'IP/25/ND/F/S2/0001', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:18pm'),
(4211, 312, 'IP/25/ND/F/S2/0001', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:18pm'),
(4212, 312, 'IP/25/ND/F/S2/0001', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:18pm'),
(4213, 312, 'IP/25/ND/F/S2/0001', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:18pm'),
(4214, 312, 'IP/25/ND/F/S2/0001', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:18pm'),
(4215, 312, 'IP/25/ND/F/S2/0001', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:18pm'),
(4216, 312, 'IP/25/ND/F/S2/0001', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:18pm'),
(4217, 312, 'IP/25/ND/F/S2/0001', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Oct 2025, 04:18pm'),
(4218, 206, 'IP/24/ND/B/0009', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Oct 2025, 10:34am'),
(4219, 206, 'IP/24/ND/B/0009', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Oct 2025, 10:34am'),
(4220, 206, 'IP/24/ND/B/0009', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Oct 2025, 10:34am'),
(4221, 206, 'IP/24/ND/B/0009', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Oct 2025, 10:34am'),
(4222, 206, 'IP/24/ND/B/0009', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Oct 2025, 10:34am'),
(4223, 206, 'IP/24/ND/B/0009', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Oct 2025, 10:34am'),
(4224, 206, 'IP/24/ND/B/0009', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Oct 2025, 10:34am'),
(4225, 206, 'IP/24/ND/B/0009', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Oct 2025, 10:34am'),
(4226, 206, 'IP/24/ND/B/0009', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Oct 2025, 10:34am'),
(4227, 206, 'IP/24/ND/B/0009', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Oct 2025, 10:34am'),
(4228, 206, 'IP/24/ND/B/0009', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Oct 2025, 10:34am'),
(4229, 313, 'IP/23/ND/CS/0018', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:18pm'),
(4230, 313, 'IP/23/ND/CS/0018', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:18pm'),
(4231, 313, 'IP/23/ND/CS/0018', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:18pm'),
(4232, 313, 'IP/23/ND/CS/0018', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:18pm'),
(4233, 313, 'IP/23/ND/CS/0018', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:18pm'),
(4234, 313, 'IP/23/ND/CS/0018', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:18pm'),
(4235, 313, 'IP/23/ND/CS/0018', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:18pm'),
(4236, 313, 'IP/23/ND/CS/0018', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:18pm'),
(4237, 313, 'IP/23/ND/CS/0018', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:18pm'),
(4238, 313, 'IP/23/ND/CS/0018', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:19pm'),
(4239, 313, 'IP/23/ND/CS/0018', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:19pm'),
(4240, 313, 'IP/23/ND/CS/0018', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:19pm'),
(4241, 313, 'IP/23/ND/CS/0018', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:19pm'),
(4242, 313, 'IP/23/ND/CS/0018', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:19pm'),
(4243, 313, 'IP/23/ND/CS/0018', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:19pm'),
(4244, 313, 'IP/23/ND/CS/0018', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:19pm'),
(4245, 313, 'IP/23/ND/CS/0018', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:19pm'),
(4246, 313, 'IP/23/ND/CS/0018', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:19pm'),
(4247, 313, 'IP/23/ND/CS/0018', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:19pm'),
(4248, 313, 'IP/23/ND/CS/0018', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:22pm'),
(4249, 313, 'IP/23/ND/CS/0018', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:22pm'),
(4250, 313, 'IP/23/ND/CS/0018', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:22pm'),
(4251, 313, 'IP/23/ND/CS/0018', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:22pm'),
(4252, 313, 'IP/23/ND/CS/0018', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:22pm'),
(4253, 313, 'IP/23/ND/CS/0018', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:22pm'),
(4254, 313, 'IP/23/ND/CS/0018', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:22pm'),
(4255, 313, 'IP/23/ND/CS/0018', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:22pm'),
(4256, 313, 'IP/23/ND/CS/0018', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '13 Oct 2025, 12:22pm'),
(4257, 313, 'IP/23/ND/CS/0018', 200, 7, 274, 'com 221', 'basic computer networking', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:23pm'),
(4258, 313, 'IP/23/ND/CS/0018', 200, 7, 275, 'com 222', 'seminar on computer and society', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:23pm'),
(4259, 313, 'IP/23/ND/CS/0018', 200, 7, 276, 'com 223', 'basic hardware maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:23pm'),
(4260, 313, 'IP/23/ND/CS/0018', 200, 7, 277, 'com 224', 'management information system', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:23pm'),
(4261, 313, 'IP/23/ND/CS/0018', 200, 7, 278, 'com 225', 'web technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:23pm'),
(4262, 313, 'IP/23/ND/CS/0018', 200, 7, 279, 'com 226', 'file organisation and management', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:23pm'),
(4263, 313, 'IP/23/ND/CS/0018', 200, 7, 281, 'com 227', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:23pm'),
(4264, 313, 'IP/23/ND/CS/0018', 200, 7, 280, 'gns 204', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 12:23pm'),
(4265, 225, 'IP/24/ND/CS/0013', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 03:58pm'),
(4266, 225, 'IP/24/ND/CS/0013', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 03:58pm'),
(4267, 225, 'IP/24/ND/CS/0013', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 03:58pm'),
(4268, 225, 'IP/24/ND/CS/0013', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 03:58pm'),
(4269, 225, 'IP/24/ND/CS/0013', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 03:58pm'),
(4270, 225, 'IP/24/ND/CS/0013', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 03:58pm'),
(4271, 225, 'IP/24/ND/CS/0013', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 03:58pm'),
(4272, 225, 'IP/24/ND/CS/0013', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 03:58pm'),
(4273, 225, 'IP/24/ND/CS/0013', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 03:58pm'),
(4274, 225, 'IP/24/ND/CS/0013', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 03:58pm'),
(4275, 305, 'IP/24/ND/CS/0014', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:00pm'),
(4276, 305, 'IP/24/ND/CS/0014', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:00pm'),
(4277, 305, 'IP/24/ND/CS/0014', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:00pm'),
(4278, 305, 'IP/24/ND/CS/0014', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:00pm'),
(4279, 305, 'IP/24/ND/CS/0014', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:00pm'),
(4280, 305, 'IP/24/ND/CS/0014', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:00pm'),
(4281, 305, 'IP/24/ND/CS/0014', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:00pm'),
(4282, 305, 'IP/24/ND/CS/0014', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:00pm'),
(4283, 305, 'IP/24/ND/CS/0014', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:00pm'),
(4284, 305, 'IP/24/ND/CS/0014', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:00pm'),
(4285, 304, 'IP/24/ND/CS/0003', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:02pm'),
(4286, 304, 'IP/24/ND/CS/0003', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:02pm'),
(4287, 304, 'IP/24/ND/CS/0003', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:02pm'),
(4288, 304, 'IP/24/ND/CS/0003', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:02pm'),
(4289, 304, 'IP/24/ND/CS/0003', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:02pm'),
(4290, 304, 'IP/24/ND/CS/0003', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:02pm'),
(4291, 304, 'IP/24/ND/CS/0003', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:02pm'),
(4292, 304, 'IP/24/ND/CS/0003', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:02pm'),
(4293, 304, 'IP/24/ND/CS/0003', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:02pm'),
(4294, 304, 'IP/24/ND/CS/0003', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 04:02pm'),
(4295, 230, 'IP/24/ND/CS/0010', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:17pm'),
(4296, 230, 'IP/24/ND/CS/0010', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:17pm'),
(4297, 230, 'IP/24/ND/CS/0010', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:17pm'),
(4298, 230, 'IP/24/ND/CS/0010', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:17pm'),
(4299, 230, 'IP/24/ND/CS/0010', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:17pm'),
(4300, 230, 'IP/24/ND/CS/0010', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:17pm'),
(4301, 230, 'IP/24/ND/CS/0010', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:17pm'),
(4302, 230, 'IP/24/ND/CS/0010', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:17pm'),
(4303, 230, 'IP/24/ND/CS/0010', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:17pm'),
(4304, 230, 'IP/24/ND/CS/0010', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:17pm'),
(4305, 229, 'IP/24/ND/CS/0015', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:21pm'),
(4306, 229, 'IP/24/ND/CS/0015', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:21pm'),
(4307, 229, 'IP/24/ND/CS/0015', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:21pm'),
(4308, 229, 'IP/24/ND/CS/0015', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:21pm'),
(4309, 229, 'IP/24/ND/CS/0015', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:21pm'),
(4310, 229, 'IP/24/ND/CS/0015', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:21pm'),
(4311, 229, 'IP/24/ND/CS/0015', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:21pm'),
(4312, 229, 'IP/24/ND/CS/0015', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:21pm'),
(4313, 229, 'IP/24/ND/CS/0015', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:21pm'),
(4314, 229, 'IP/24/ND/CS/0015', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:21pm'),
(4315, 224, 'IP/24/ND/CS/0016', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:22pm'),
(4316, 224, 'IP/24/ND/CS/0016', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:22pm'),
(4317, 224, 'IP/24/ND/CS/0016', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:22pm'),
(4318, 224, 'IP/24/ND/CS/0016', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:22pm'),
(4319, 224, 'IP/24/ND/CS/0016', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:22pm'),
(4320, 224, 'IP/24/ND/CS/0016', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:22pm'),
(4321, 224, 'IP/24/ND/CS/0016', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:22pm'),
(4322, 224, 'IP/24/ND/CS/0016', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:22pm'),
(4323, 224, 'IP/24/ND/CS/0016', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:22pm'),
(4324, 224, 'IP/24/ND/CS/0016', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:22pm'),
(4325, 194, 'IP/24/ND/CS/0011', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:24pm'),
(4326, 194, 'IP/24/ND/CS/0011', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:24pm'),
(4327, 194, 'IP/24/ND/CS/0011', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:24pm'),
(4328, 194, 'IP/24/ND/CS/0011', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:24pm'),
(4329, 194, 'IP/24/ND/CS/0011', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:24pm'),
(4330, 194, 'IP/24/ND/CS/0011', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:24pm'),
(4331, 194, 'IP/24/ND/CS/0011', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:24pm'),
(4332, 194, 'IP/24/ND/CS/0011', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:24pm'),
(4333, 194, 'IP/24/ND/CS/0011', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:24pm'),
(4334, 194, 'IP/24/ND/CS/0011', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '13 Oct 2025, 05:24pm'),
(4335, 317, 'IP/23/ND/CE/0007', 100, 6, 199, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:27pm'),
(4336, 317, 'IP/23/ND/CE/0007', 100, 6, 66, 'cte 111', 'introduction to computers & information technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:27pm'),
(4337, 317, 'IP/23/ND/CE/0007', 100, 6, 67, 'cte 112', 'electrical workshop practice and technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:27pm'),
(4338, 317, 'IP/23/ND/CE/0007', 100, 6, 68, 'cte 113', 'computer application packages', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:27pm'),
(4339, 317, 'IP/23/ND/CE/0007', 100, 6, 69, 'cte 114', 'internet and web technologies', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:27pm'),
(4340, 317, 'IP/23/ND/CE/0007', 100, 6, 70, 'cte 115', 'data structures', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:27pm'),
(4341, 317, 'IP/23/ND/CE/0007', 100, 6, 74, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:27pm'),
(4342, 317, 'IP/23/ND/CE/0007', 100, 6, 75, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:27pm'),
(4343, 317, 'IP/23/ND/CE/0007', 100, 6, 71, 'mth 112', 'algebra and elementary trigonometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:27pm'),
(4344, 317, 'IP/23/ND/CE/0007', 100, 6, 73, 'mec 113', 'basic workshop technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:27pm'),
(4345, 317, 'IP/23/ND/CE/0007', 100, 6, 200, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:27pm'),
(4346, 317, 'IP/23/ND/CE/0007', 100, 6, 72, 'mec 101', 'technical drawing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:27pm'),
(4347, 317, 'IP/23/ND/CE/0007', 100, 6, 97, 'cte 121', 'digital computer fundamentals i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:28pm'),
(4348, 317, 'IP/23/ND/CE/0007', 100, 6, 98, 'cte 122', 'electrical measurement and instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:28pm'),
(4349, 317, 'IP/23/ND/CE/0007', 100, 6, 99, 'cte 123', 'computer/electronic maintenance and repairs', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:28pm'),
(4350, 317, 'IP/23/ND/CE/0007', 100, 6, 100, 'cte 124', 'technical report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:28pm'),
(4351, 317, 'IP/23/ND/CE/0007', 100, 6, 101, 'eec 124', 'electronics i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:28pm'),
(4352, 317, 'IP/23/ND/CE/0007', 100, 6, 102, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:28pm'),
(4353, 317, 'IP/23/ND/CE/0007', 100, 6, 103, 'eed 126', 'introduction to entrepreneurship', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:28pm'),
(4354, 317, 'IP/23/ND/CE/0007', 100, 6, 76, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:28pm'),
(4355, 317, 'IP/23/ND/CE/0007', 100, 6, 106, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:28pm'),
(4356, 317, 'IP/23/ND/CE/0007', 100, 6, 104, 'mec 102', 'machines tools technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:28pm'),
(4357, 317, 'IP/23/ND/CE/0007', 100, 6, 105, 'mth 211', 'calculus', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:28pm'),
(4358, 317, 'IP/23/ND/CE/0007', 200, 6, 77, 'cte 231', 'micro computer fundamentals', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:32pm'),
(4359, 317, 'IP/23/ND/CE/0007', 200, 6, 78, 'cte 232', 'computer workshop practice i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:32pm'),
(4360, 317, 'IP/23/ND/CE/0007', 200, 6, 79, 'cte 233', 'digital computer fundamentals ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:32pm'),
(4361, 317, 'IP/23/ND/CE/0007', 200, 6, 81, 'cte 235', 'electrical measurement and instrumentation ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:32pm'),
(4362, 317, 'IP/23/ND/CE/0007', 200, 6, 80, 'cte 234', 'computer architecture i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:32pm'),
(4363, 317, 'IP/23/ND/CE/0007', 200, 6, 82, 'cte 236', 'introduction to visual basic programming', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:32pm'),
(4364, 317, 'IP/23/ND/CE/0007', 200, 6, 83, 'eec 234', 'electronics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:32pm'),
(4365, 317, 'IP/23/ND/CE/0007', 200, 6, 84, 'eec 239', 'electrical circuit theory i', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:32pm'),
(4366, 317, 'IP/23/ND/CE/0007', 200, 6, 86, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:32pm'),
(4367, 317, 'IP/23/ND/CE/0007', 200, 6, 85, 'mth 202', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:32pm'),
(4368, 317, 'IP/23/ND/CE/0007', 200, 6, 88, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Oct 2025, 02:32pm'),
(4369, 317, 'IP/23/ND/CE/0007', 200, 6, 89, 'cte 241', 'introduction to micro-processors and assembly language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:35pm'),
(4370, 317, 'IP/23/ND/CE/0007', 200, 6, 90, 'cte 242', 'computer workshop practice ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:35pm'),
(4371, 317, 'IP/23/ND/CE/0007', 200, 6, 91, 'cte 243', 'operating systems i', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:35pm'),
(4372, 317, 'IP/23/ND/CE/0007', 200, 6, 92, 'cte 244', 'computer networking', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:35pm'),
(4373, 317, 'IP/23/ND/CE/0007', 200, 6, 93, 'eec 245', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:35pm'),
(4374, 317, 'IP/23/ND/CE/0007', 200, 6, 94, 'cte 246', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:35pm'),
(4375, 317, 'IP/23/ND/CE/0007', 200, 6, 95, 'eec 249', 'electrical circuit theory ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:35pm'),
(4376, 317, 'IP/23/ND/CE/0007', 200, 6, 87, 'gns 204', 'communication in english ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:35pm'),
(4377, 317, 'IP/23/ND/CE/0007', 200, 6, 96, 'mth 122', 'trigonometry and analytical geometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Oct 2025, 02:35pm'),
(4378, 318, 'IP/25/ND/F/001', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Oct 2025, 11:12am'),
(4379, 318, 'IP/25/ND/F/001', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Oct 2025, 11:12am'),
(4380, 318, 'IP/25/ND/F/001', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Oct 2025, 11:12am'),
(4381, 318, 'IP/25/ND/F/001', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Oct 2025, 11:12am'),
(4382, 318, 'IP/25/ND/F/001', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Oct 2025, 11:12am'),
(4383, 318, 'IP/25/ND/F/001', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Oct 2025, 11:12am'),
(4384, 318, 'IP/25/ND/F/001', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Oct 2025, 11:12am'),
(4385, 318, 'IP/25/ND/F/001', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Oct 2025, 11:12am'),
(4386, 318, 'IP/25/ND/F/001', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Oct 2025, 11:12am');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(4387, 229, 'IP/24/ND/CS/0015', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:09pm'),
(4388, 229, 'IP/24/ND/CS/0015', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:09pm'),
(4389, 229, 'IP/24/ND/CS/0015', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:09pm'),
(4390, 229, 'IP/24/ND/CS/0015', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:09pm'),
(4391, 229, 'IP/24/ND/CS/0015', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:09pm'),
(4392, 229, 'IP/24/ND/CS/0015', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:09pm'),
(4393, 229, 'IP/24/ND/CS/0015', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:09pm'),
(4394, 229, 'IP/24/ND/CS/0015', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:09pm'),
(4395, 229, 'IP/24/ND/CS/0015', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:09pm'),
(4396, 225, 'IP/24/ND/CS/0013', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:36pm'),
(4397, 225, 'IP/24/ND/CS/0013', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:36pm'),
(4398, 225, 'IP/24/ND/CS/0013', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:36pm'),
(4399, 225, 'IP/24/ND/CS/0013', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:36pm'),
(4400, 225, 'IP/24/ND/CS/0013', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:36pm'),
(4401, 225, 'IP/24/ND/CS/0013', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:36pm'),
(4402, 225, 'IP/24/ND/CS/0013', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:36pm'),
(4403, 225, 'IP/24/ND/CS/0013', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:36pm'),
(4404, 225, 'IP/24/ND/CS/0013', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:36pm'),
(4405, 230, 'IP/24/ND/CS/0010', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4406, 230, 'IP/24/ND/CS/0010', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4407, 230, 'IP/24/ND/CS/0010', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4408, 230, 'IP/24/ND/CS/0010', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4409, 230, 'IP/24/ND/CS/0010', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4410, 230, 'IP/24/ND/CS/0010', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4411, 230, 'IP/24/ND/CS/0010', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4412, 230, 'IP/24/ND/CS/0010', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4413, 230, 'IP/24/ND/CS/0010', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4414, 224, 'IP/24/ND/CS/0016', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4415, 224, 'IP/24/ND/CS/0016', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4416, 224, 'IP/24/ND/CS/0016', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4417, 224, 'IP/24/ND/CS/0016', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4418, 224, 'IP/24/ND/CS/0016', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4419, 224, 'IP/24/ND/CS/0016', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4420, 224, 'IP/24/ND/CS/0016', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4421, 224, 'IP/24/ND/CS/0016', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4422, 224, 'IP/24/ND/CS/0016', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4423, 304, 'IP/24/ND/CS/0003', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4424, 304, 'IP/24/ND/CS/0003', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4425, 304, 'IP/24/ND/CS/0003', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4426, 304, 'IP/24/ND/CS/0003', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4427, 304, 'IP/24/ND/CS/0003', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4428, 304, 'IP/24/ND/CS/0003', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4429, 304, 'IP/24/ND/CS/0003', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4430, 304, 'IP/24/ND/CS/0003', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4431, 304, 'IP/24/ND/CS/0003', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:37pm'),
(4432, 228, 'IP/24/ND/CS/0008', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:52pm'),
(4433, 228, 'IP/24/ND/CS/0008', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:52pm'),
(4434, 228, 'IP/24/ND/CS/0008', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:52pm'),
(4435, 228, 'IP/24/ND/CS/0008', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:52pm'),
(4436, 228, 'IP/24/ND/CS/0008', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:52pm'),
(4437, 228, 'IP/24/ND/CS/0008', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:52pm'),
(4438, 228, 'IP/24/ND/CS/0008', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:52pm'),
(4439, 228, 'IP/24/ND/CS/0008', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:52pm'),
(4440, 228, 'IP/24/ND/CS/0008', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Oct 2025, 01:52pm'),
(4441, 221, 'IP/24/ND/B/0035', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4442, 221, 'IP/24/ND/B/0035', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4443, 221, 'IP/24/ND/B/0035', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4444, 221, 'IP/24/ND/B/0035', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4445, 221, 'IP/24/ND/B/0035', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4446, 221, 'IP/24/ND/B/0035', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4447, 221, 'IP/24/ND/B/0035', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4448, 221, 'IP/24/ND/B/0035', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4449, 221, 'IP/24/ND/B/0035', 200, 5, 292, 'bam 211', 'principles of management 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4450, 285, 'IP/24/ND/B/0052', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4451, 285, 'IP/24/ND/B/0052', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4452, 285, 'IP/24/ND/B/0052', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4453, 285, 'IP/24/ND/B/0052', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4454, 285, 'IP/24/ND/B/0052', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4455, 285, 'IP/24/ND/B/0052', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4456, 285, 'IP/24/ND/B/0052', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4457, 285, 'IP/24/ND/B/0052', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:51am'),
(4458, 193, 'ip/24/nd/b/0043', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:52am'),
(4459, 193, 'ip/24/nd/b/0043', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:52am'),
(4460, 193, 'ip/24/nd/b/0043', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:52am'),
(4461, 193, 'ip/24/nd/b/0043', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:52am'),
(4462, 193, 'ip/24/nd/b/0043', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:52am'),
(4463, 193, 'ip/24/nd/b/0043', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:52am'),
(4464, 193, 'ip/24/nd/b/0043', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:52am'),
(4465, 193, 'ip/24/nd/b/0043', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 11:52am'),
(4466, 257, 'IP/25/ND/CS/001', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 12:49pm'),
(4467, 257, 'IP/25/ND/CS/001', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 12:49pm'),
(4468, 257, 'IP/25/ND/CS/001', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 12:49pm'),
(4469, 257, 'IP/25/ND/CS/001', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 12:49pm'),
(4470, 257, 'IP/25/ND/CS/001', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 12:49pm'),
(4471, 257, 'IP/25/ND/CS/001', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 12:49pm'),
(4472, 257, 'IP/25/ND/CS/001', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 12:49pm'),
(4473, 257, 'IP/25/ND/CS/001', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 12:49pm'),
(4474, 257, 'IP/25/ND/CS/001', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 12:49pm'),
(4475, 246, 'IP/24/ND/F/S2/0001', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:28pm'),
(4476, 246, 'IP/24/ND/F/S2/0001', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:28pm'),
(4477, 246, 'IP/24/ND/F/S2/0001', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:28pm'),
(4478, 246, 'IP/24/ND/F/S2/0001', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:28pm'),
(4479, 246, 'IP/24/ND/F/S2/0001', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:28pm'),
(4480, 246, 'IP/24/ND/F/S2/0001', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:28pm'),
(4481, 246, 'IP/24/ND/F/S2/0001', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:28pm'),
(4482, 246, 'IP/24/ND/F/S2/0001', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:28pm'),
(4483, 246, 'IP/24/ND/F/S2/0001', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:28pm'),
(4484, 277, 'IP/24/ND/B/0026', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:41pm'),
(4485, 277, 'IP/24/ND/B/0026', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:41pm'),
(4486, 277, 'IP/24/ND/B/0026', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:41pm'),
(4487, 277, 'IP/24/ND/B/0026', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:41pm'),
(4488, 277, 'IP/24/ND/B/0026', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:41pm'),
(4489, 277, 'IP/24/ND/B/0026', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:41pm'),
(4490, 277, 'IP/24/ND/B/0026', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:41pm'),
(4491, 277, 'IP/24/ND/B/0026', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:41pm'),
(4492, 324, 'IP/25/ND/F/S2/0002', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:42pm'),
(4493, 324, 'IP/25/ND/F/S2/0002', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:42pm'),
(4494, 324, 'IP/25/ND/F/S2/0002', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:42pm'),
(4495, 324, 'IP/25/ND/F/S2/0002', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:42pm'),
(4496, 324, 'IP/25/ND/F/S2/0002', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:42pm'),
(4497, 324, 'IP/25/ND/F/S2/0002', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:42pm'),
(4498, 324, 'IP/25/ND/F/S2/0002', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:42pm'),
(4499, 324, 'IP/25/ND/F/S2/0002', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:42pm'),
(4500, 324, 'IP/25/ND/F/S2/0002', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:42pm'),
(4501, 255, 'IP/24/ND/B/S1/0009', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:54pm'),
(4502, 255, 'IP/24/ND/B/S1/0009', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:54pm'),
(4503, 255, 'IP/24/ND/B/S1/0009', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:54pm'),
(4504, 255, 'IP/24/ND/B/S1/0009', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:54pm'),
(4505, 255, 'IP/24/ND/B/S1/0009', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:54pm'),
(4506, 255, 'IP/24/ND/B/S1/0009', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:54pm'),
(4507, 255, 'IP/24/ND/B/S1/0009', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:54pm'),
(4508, 248, 'IP/24/ND/F/0001', 200, 8, 227, 'ard 203', 'life drawing iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:57pm'),
(4509, 248, 'IP/24/ND/F/0001', 200, 8, 233, 'eed 216', 'entrepreneurship education ii', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:57pm'),
(4510, 248, 'IP/24/ND/F/0001', 200, 8, 303, 'eng 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:57pm'),
(4511, 248, 'IP/24/ND/F/0001', 200, 8, 226, 'fas 211', 'fashion design iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:57pm'),
(4512, 248, 'IP/24/ND/F/0001', 200, 8, 228, 'fas 212', 'fashion illustration iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:57pm'),
(4513, 248, 'IP/24/ND/F/0001', 200, 8, 229, 'fas 213', 'textile materials iii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:57pm'),
(4514, 248, 'IP/24/ND/F/0001', 200, 8, 234, 'gns 228', 'research methodology', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:57pm'),
(4515, 248, 'IP/24/ND/F/0001', 200, 8, 230, 'fas 217', 'fashion photography', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:57pm'),
(4516, 248, 'IP/24/ND/F/0001', 200, 8, 235, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 03:57pm'),
(4557, 249, 'IP/24/ND/F/0002', 200, 8, 228, 'fas 212', 'fashion illustration iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:03pm'),
(4556, 249, 'IP/24/ND/F/0002', 200, 8, 226, 'fas 211', 'fashion design iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:03pm'),
(4555, 249, 'IP/24/ND/F/0002', 200, 8, 303, 'eng 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:03pm'),
(4553, 249, 'IP/24/ND/F/0002', 200, 8, 227, 'ard 203', 'life drawing iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:03pm'),
(4554, 249, 'IP/24/ND/F/0002', 200, 8, 233, 'eed 216', 'entrepreneurship education ii', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:03pm'),
(4558, 249, 'IP/24/ND/F/0002', 200, 8, 229, 'fas 213', 'textile materials iii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:03pm'),
(4559, 249, 'IP/24/ND/F/0002', 200, 8, 230, 'fas 217', 'fashion photography', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:03pm'),
(4560, 249, 'IP/24/ND/F/0002', 200, 8, 234, 'gns 228', 'research methodology', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:03pm'),
(4561, 249, 'IP/24/ND/F/0002', 200, 8, 235, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:03pm'),
(4562, 325, 'IP/25/ND/B/S1/0002', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:54pm'),
(4563, 325, 'IP/25/ND/B/S1/0002', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:54pm'),
(4564, 325, 'IP/25/ND/B/S1/0002', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:54pm'),
(4565, 325, 'IP/25/ND/B/S1/0002', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:54pm'),
(4566, 325, 'IP/25/ND/B/S1/0002', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:54pm'),
(4567, 325, 'IP/25/ND/B/S1/0002', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:54pm'),
(4568, 325, 'IP/25/ND/B/S1/0002', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:54pm'),
(4569, 325, 'IP/25/ND/B/S1/0002', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:54pm'),
(4570, 325, 'IP/25/ND/B/S1/0002', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:54pm'),
(4571, 325, 'IP/25/ND/B/S1/0002', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:54pm'),
(4572, 325, 'IP/25/ND/B/S1/0002', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:54pm'),
(4573, 289, 'IP/24/ND/B/0022', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:56pm'),
(4574, 289, 'IP/24/ND/B/0022', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:56pm'),
(4575, 289, 'IP/24/ND/B/0022', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:56pm'),
(4576, 289, 'IP/24/ND/B/0022', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:56pm'),
(4577, 289, 'IP/24/ND/B/0022', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:56pm'),
(4578, 289, 'IP/24/ND/B/0022', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:56pm'),
(4579, 289, 'IP/24/ND/B/0022', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:56pm'),
(4580, 289, 'IP/24/ND/B/0022', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 04:56pm'),
(4581, 216, 'IP/24/ND/B/0008', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 06:38pm'),
(4582, 216, 'IP/24/ND/B/0008', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 06:38pm'),
(4583, 216, 'IP/24/ND/B/0008', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 06:38pm'),
(4584, 216, 'IP/24/ND/B/0008', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 06:38pm'),
(4585, 216, 'IP/24/ND/B/0008', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 06:38pm'),
(4586, 216, 'IP/24/ND/B/0008', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 06:38pm'),
(4587, 216, 'IP/24/ND/B/0008', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 06:38pm'),
(4588, 216, 'IP/24/ND/B/0008', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '24 Oct 2025, 06:38pm'),
(4589, 255, 'IP/24/ND/B/S1/0009', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Oct 2025, 11:05am'),
(4590, 255, 'IP/24/ND/B/S1/0009', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Oct 2025, 11:05am'),
(4591, 255, 'IP/24/ND/B/S1/0009', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Oct 2025, 11:05am'),
(4592, 255, 'IP/24/ND/B/S1/0009', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Oct 2025, 11:05am'),
(4593, 255, 'IP/24/ND/B/S1/0009', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Oct 2025, 11:05am'),
(4594, 255, 'IP/24/ND/B/S1/0009', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Oct 2025, 11:05am'),
(4595, 255, 'IP/24/ND/B/S1/0009', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '25 Oct 2025, 11:05am'),
(4596, 246, 'IP/24/ND/F/S2/0001', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 01:27pm'),
(4597, 246, 'IP/24/ND/F/S2/0001', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 01:27pm'),
(4598, 246, 'IP/24/ND/F/S2/0001', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 01:27pm'),
(4599, 246, 'IP/24/ND/F/S2/0001', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 01:27pm'),
(4600, 246, 'IP/24/ND/F/S2/0001', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 01:27pm'),
(4601, 246, 'IP/24/ND/F/S2/0001', 100, 8, 192, 'fas 124', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 01:27pm'),
(4602, 246, 'IP/24/ND/F/S2/0001', 100, 8, 193, 'fas 125', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 01:27pm'),
(4603, 246, 'IP/24/ND/F/S2/0001', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 01:27pm'),
(4604, 246, 'IP/24/ND/F/S2/0001', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 01:27pm'),
(4605, 246, 'IP/24/ND/F/S2/0001', 100, 8, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 01:27pm'),
(4606, 246, 'IP/24/ND/F/S2/0001', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 01:27pm'),
(4607, 245, 'IP/23/ND/F/S2/0004', 200, 8, 254, 'ard 204', 'life drawing iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 02:12pm'),
(4608, 245, 'IP/23/ND/F/S2/0004', 200, 8, 253, 'fas 221', 'fashion design iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 02:12pm'),
(4609, 245, 'IP/23/ND/F/S2/0004', 200, 8, 255, 'fas 222', 'fashion illustration iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 02:12pm'),
(4610, 245, 'IP/23/ND/F/S2/0004', 200, 8, 256, 'fas 223', 'textile materials iv', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 02:12pm'),
(4611, 245, 'IP/23/ND/F/S2/0004', 200, 8, 257, 'fas 227', 'fashion accessories i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 02:12pm'),
(4612, 245, 'IP/23/ND/F/S2/0004', 200, 8, 260, 'fas 229', 'project', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 02:12pm'),
(4613, 245, 'IP/23/ND/F/S2/0004', 200, 8, 258, 'fas 228', 'computer aided design for fashion ii', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 02:12pm'),
(4614, 245, 'IP/23/ND/F/S2/0004', 200, 8, 306, 'gns 202', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '25 Oct 2025, 02:12pm'),
(4615, 279, 'IP/24/ND/B/0023', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:23pm'),
(4616, 279, 'IP/24/ND/B/0023', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:23pm'),
(4617, 279, 'IP/24/ND/B/0023', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:23pm'),
(4618, 279, 'IP/24/ND/B/0023', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:23pm'),
(4619, 279, 'IP/24/ND/B/0023', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:23pm'),
(4620, 279, 'IP/24/ND/B/0023', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:23pm'),
(4621, 279, 'IP/24/ND/B/0023', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:23pm'),
(4622, 279, 'IP/24/ND/B/0023', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:23pm'),
(4623, 278, 'IP/24/ND/B/0013', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:25pm'),
(4624, 278, 'IP/24/ND/B/0013', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:25pm'),
(4625, 278, 'IP/24/ND/B/0013', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:25pm'),
(4626, 278, 'IP/24/ND/B/0013', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:25pm'),
(4627, 278, 'IP/24/ND/B/0013', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:25pm'),
(4628, 278, 'IP/24/ND/B/0013', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:25pm'),
(4629, 278, 'IP/24/ND/B/0013', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:25pm'),
(4630, 278, 'IP/24/ND/B/0013', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:25pm'),
(4631, 221, 'IP/24/ND/B/0035', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:26pm'),
(4632, 221, 'IP/24/ND/B/0035', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:26pm'),
(4633, 221, 'IP/24/ND/B/0035', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:26pm'),
(4634, 221, 'IP/24/ND/B/0035', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:26pm'),
(4635, 221, 'IP/24/ND/B/0035', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:26pm'),
(4636, 221, 'IP/24/ND/B/0035', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:26pm'),
(4637, 221, 'IP/24/ND/B/0035', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:26pm'),
(4638, 221, 'IP/24/ND/B/0035', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:26pm'),
(4639, 223, 'IP/24/ND/CS/0017', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:32pm'),
(4640, 223, 'IP/24/ND/CS/0017', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:32pm'),
(4641, 223, 'IP/24/ND/CS/0017', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:32pm'),
(4642, 223, 'IP/24/ND/CS/0017', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:32pm'),
(4643, 223, 'IP/24/ND/CS/0017', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:32pm'),
(4644, 223, 'IP/24/ND/CS/0017', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:32pm'),
(4645, 223, 'IP/24/ND/CS/0017', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:32pm'),
(4646, 223, 'IP/24/ND/CS/0017', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:32pm'),
(4647, 223, 'IP/24/ND/CS/0017', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:32pm'),
(4648, 305, 'IP/24/ND/CS/0014', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:34pm'),
(4649, 305, 'IP/24/ND/CS/0014', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:34pm'),
(4650, 305, 'IP/24/ND/CS/0014', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:34pm'),
(4651, 305, 'IP/24/ND/CS/0014', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:34pm'),
(4652, 305, 'IP/24/ND/CS/0014', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:34pm'),
(4653, 305, 'IP/24/ND/CS/0014', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:34pm'),
(4654, 305, 'IP/24/ND/CS/0014', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:34pm'),
(4655, 305, 'IP/24/ND/CS/0014', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:34pm'),
(4656, 305, 'IP/24/ND/CS/0014', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:34pm'),
(4657, 306, 'IP/24/ND/CS/0009', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:45pm'),
(4658, 306, 'IP/24/ND/CS/0009', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:45pm'),
(4659, 306, 'IP/24/ND/CS/0009', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:45pm'),
(4660, 306, 'IP/24/ND/CS/0009', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:45pm'),
(4661, 306, 'IP/24/ND/CS/0009', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:45pm'),
(4662, 306, 'IP/24/ND/CS/0009', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:45pm'),
(4663, 306, 'IP/24/ND/CS/0009', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:45pm'),
(4664, 306, 'IP/24/ND/CS/0009', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:45pm'),
(4665, 306, 'IP/24/ND/CS/0009', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 12:45pm'),
(4666, 270, 'IP/24/ND/B/0047', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 01:16pm'),
(4667, 270, 'IP/24/ND/B/0047', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 01:16pm'),
(4668, 270, 'IP/24/ND/B/0047', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 01:16pm'),
(4669, 270, 'IP/24/ND/B/0047', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 01:16pm'),
(4670, 270, 'IP/24/ND/B/0047', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 01:16pm'),
(4671, 270, 'IP/24/ND/B/0047', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 01:16pm'),
(4672, 270, 'IP/24/ND/B/0047', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 01:16pm'),
(4673, 270, 'IP/24/ND/B/0047', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 01:16pm'),
(4674, 282, 'IP/24/ND/B/0027', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 02:34pm'),
(4675, 282, 'IP/24/ND/B/0027', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 02:34pm'),
(4676, 282, 'IP/24/ND/B/0027', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 02:34pm'),
(4677, 282, 'IP/24/ND/B/0027', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 02:34pm'),
(4678, 282, 'IP/24/ND/B/0027', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 02:34pm'),
(4679, 282, 'IP/24/ND/B/0027', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 02:34pm'),
(4680, 282, 'IP/24/ND/B/0027', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 02:34pm'),
(4681, 282, 'IP/24/ND/B/0027', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 02:34pm'),
(4682, 282, 'IP/24/ND/B/0027', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 02:34pm'),
(4683, 282, 'IP/24/ND/B/0027', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 02:34pm'),
(4684, 282, 'IP/24/ND/B/0027', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 02:34pm'),
(4685, 216, 'IP/24/ND/B/0008', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:10pm'),
(4686, 216, 'IP/24/ND/B/0008', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:10pm'),
(4687, 216, 'IP/24/ND/B/0008', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:10pm'),
(4688, 216, 'IP/24/ND/B/0008', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:10pm'),
(4689, 216, 'IP/24/ND/B/0008', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:10pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(4690, 216, 'IP/24/ND/B/0008', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:10pm'),
(4691, 216, 'IP/24/ND/B/0008', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:10pm'),
(4692, 216, 'IP/24/ND/B/0008', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:10pm'),
(4693, 216, 'IP/24/ND/B/0008', 200, 5, 292, 'bam 211', 'principles of management 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:10pm'),
(4694, 328, 'IP/25/ND/B/007', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:16pm'),
(4695, 328, 'IP/25/ND/B/007', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:16pm'),
(4696, 328, 'IP/25/ND/B/007', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:16pm'),
(4697, 328, 'IP/25/ND/B/007', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:16pm'),
(4698, 328, 'IP/25/ND/B/007', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:16pm'),
(4699, 328, 'IP/25/ND/B/007', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:16pm'),
(4700, 328, 'IP/25/ND/B/007', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:16pm'),
(4701, 328, 'IP/25/ND/B/007', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:16pm'),
(4702, 328, 'IP/25/ND/B/007', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:16pm'),
(4703, 328, 'IP/25/ND/B/007', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:16pm'),
(4704, 328, 'IP/25/ND/B/007', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:16pm'),
(4705, 307, 'IP/24/ND/B/0046', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:19pm'),
(4706, 307, 'IP/24/ND/B/0046', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:19pm'),
(4707, 307, 'IP/24/ND/B/0046', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:19pm'),
(4708, 307, 'IP/24/ND/B/0046', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:19pm'),
(4709, 307, 'IP/24/ND/B/0046', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:19pm'),
(4710, 307, 'IP/24/ND/B/0046', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:19pm'),
(4711, 307, 'IP/24/ND/B/0046', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:19pm'),
(4712, 307, 'IP/24/ND/B/0046', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:19pm'),
(4713, 267, 'IP/25/ND/E/002', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:20pm'),
(4714, 267, 'IP/25/ND/E/002', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:20pm'),
(4715, 267, 'IP/25/ND/E/002', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:20pm'),
(4716, 267, 'IP/25/ND/E/002', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:20pm'),
(4717, 267, 'IP/25/ND/E/002', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:20pm'),
(4718, 267, 'IP/25/ND/E/002', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:20pm'),
(4719, 267, 'IP/25/ND/E/002', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:20pm'),
(4720, 267, 'IP/25/ND/E/002', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:20pm'),
(4721, 267, 'IP/25/ND/E/002', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:20pm'),
(4722, 267, 'IP/25/ND/E/002', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:20pm'),
(4723, 267, 'IP/25/ND/E/002', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:20pm'),
(4724, 267, 'IP/25/ND/E/002', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:20pm'),
(4725, 327, 'IP/25/ND/E/004', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:22pm'),
(4726, 327, 'IP/25/ND/E/004', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:22pm'),
(4727, 327, 'IP/25/ND/E/004', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:22pm'),
(4728, 327, 'IP/25/ND/E/004', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:22pm'),
(4729, 327, 'IP/25/ND/E/004', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:22pm'),
(4730, 327, 'IP/25/ND/E/004', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:22pm'),
(4731, 327, 'IP/25/ND/E/004', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:22pm'),
(4732, 327, 'IP/25/ND/E/004', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:22pm'),
(4733, 327, 'IP/25/ND/E/004', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:22pm'),
(4734, 327, 'IP/25/ND/E/004', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:22pm'),
(4735, 327, 'IP/25/ND/E/004', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:22pm'),
(4736, 327, 'IP/25/ND/E/004', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:22pm'),
(4737, 329, 'IP/24/ND/B/0027', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:31pm'),
(4738, 329, 'IP/24/ND/B/0027', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:31pm'),
(4739, 329, 'IP/24/ND/B/0027', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:31pm'),
(4740, 329, 'IP/24/ND/B/0027', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:31pm'),
(4741, 329, 'IP/24/ND/B/0027', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:31pm'),
(4742, 329, 'IP/24/ND/B/0027', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:31pm'),
(4743, 329, 'IP/24/ND/B/0027', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:31pm'),
(4744, 329, 'IP/24/ND/B/0027', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:31pm'),
(4745, 329, 'IP/24/ND/B/0027', 200, 5, 292, 'bam 211', 'principles of management 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 03:31pm'),
(4746, 231, 'IP/24/ND/E/0001', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:40pm'),
(4747, 231, 'IP/24/ND/E/0001', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:40pm'),
(4748, 231, 'IP/24/ND/E/0001', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:40pm'),
(4749, 231, 'IP/24/ND/E/0001', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:40pm'),
(4750, 231, 'IP/24/ND/E/0001', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:40pm'),
(4751, 231, 'IP/24/ND/E/0001', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:40pm'),
(4752, 231, 'IP/24/ND/E/0001', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:40pm'),
(4753, 231, 'IP/24/ND/E/0001', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:40pm'),
(4754, 231, 'IP/24/ND/E/0001', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:40pm'),
(4755, 231, 'IP/24/ND/E/0001', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:40pm'),
(4756, 231, 'IP/24/ND/E/0001', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:40pm'),
(4757, 231, 'IP/24/ND/E/0001', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:40pm'),
(4758, 234, 'IP/24/ND/E/0005', 200, 9, 128, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4759, 234, 'IP/24/ND/E/0005', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4760, 234, 'IP/24/ND/E/0005', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4761, 234, 'IP/24/ND/E/0005', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4762, 234, 'IP/24/ND/E/0005', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4763, 234, 'IP/24/ND/E/0005', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4764, 234, 'IP/24/ND/E/0005', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4765, 234, 'IP/24/ND/E/0005', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4766, 234, 'IP/24/ND/E/0005', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4767, 234, 'IP/24/ND/E/0005', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4768, 232, 'IP/24/ND/E/0003', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4769, 232, 'IP/24/ND/E/0003', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4770, 232, 'IP/24/ND/E/0003', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4771, 232, 'IP/24/ND/E/0003', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4772, 232, 'IP/24/ND/E/0003', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4773, 232, 'IP/24/ND/E/0003', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4774, 232, 'IP/24/ND/E/0003', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4775, 232, 'IP/24/ND/E/0003', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4776, 232, 'IP/24/ND/E/0003', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4777, 232, 'IP/24/ND/E/0003', 200, 9, 128, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:48pm'),
(4778, 281, 'IP/24/ND/B/0011', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:51pm'),
(4779, 281, 'IP/24/ND/B/0011', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:51pm'),
(4780, 281, 'IP/24/ND/B/0011', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:51pm'),
(4781, 281, 'IP/24/ND/B/0011', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:51pm'),
(4782, 281, 'IP/24/ND/B/0011', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:51pm'),
(4783, 281, 'IP/24/ND/B/0011', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:51pm'),
(4784, 281, 'IP/24/ND/B/0011', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:51pm'),
(4785, 281, 'IP/24/ND/B/0011', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 04:51pm'),
(4786, 287, 'IP/24/ND/B/0028', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 05:09pm'),
(4787, 287, 'IP/24/ND/B/0028', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 05:09pm'),
(4788, 287, 'IP/24/ND/B/0028', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 05:09pm'),
(4789, 287, 'IP/24/ND/B/0028', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 05:09pm'),
(4790, 287, 'IP/24/ND/B/0028', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 05:09pm'),
(4791, 287, 'IP/24/ND/B/0028', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 05:09pm'),
(4792, 287, 'IP/24/ND/B/0028', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 05:09pm'),
(4793, 287, 'IP/24/ND/B/0028', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '27 Oct 2025, 05:09pm'),
(4794, 268, 'IP/24/ND/B/0007', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 08:52am'),
(4795, 268, 'IP/24/ND/B/0007', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 08:52am'),
(4796, 268, 'IP/24/ND/B/0007', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 08:52am'),
(4797, 268, 'IP/24/ND/B/0007', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 08:52am'),
(4798, 268, 'IP/24/ND/B/0007', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 08:52am'),
(4799, 268, 'IP/24/ND/B/0007', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 08:52am'),
(4800, 268, 'IP/24/ND/B/0007', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 08:52am'),
(4801, 268, 'IP/24/ND/B/0007', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 08:52am'),
(4802, 206, 'IP/24/ND/B/0009', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 09:26am'),
(4803, 206, 'IP/24/ND/B/0009', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 09:26am'),
(4804, 206, 'IP/24/ND/B/0009', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 09:26am'),
(4805, 206, 'IP/24/ND/B/0009', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 09:26am'),
(4806, 206, 'IP/24/ND/B/0009', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 09:26am'),
(4807, 206, 'IP/24/ND/B/0009', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 09:26am'),
(4808, 206, 'IP/24/ND/B/0009', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 09:26am'),
(4809, 206, 'IP/24/ND/B/0009', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 09:26am'),
(4810, 206, 'IP/24/ND/B/0009', 200, 5, 292, 'bam 211', 'principles of management 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 09:26am'),
(4811, 286, 'IP/24/ND/B/0021', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:08am'),
(4812, 286, 'IP/24/ND/B/0021', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:08am'),
(4813, 286, 'IP/24/ND/B/0021', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:08am'),
(4814, 286, 'IP/24/ND/B/0021', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:08am'),
(4815, 286, 'IP/24/ND/B/0021', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:08am'),
(4816, 286, 'IP/24/ND/B/0021', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:08am'),
(4817, 286, 'IP/24/ND/B/0021', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:08am'),
(4818, 286, 'IP/24/ND/B/0021', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:08am'),
(4819, 286, 'IP/24/ND/B/0021', 200, 5, 292, 'bam 211', 'principles of management 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:08am'),
(4820, 330, 'IP/24/ND/E/0001', 200, 9, 128, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:20am'),
(4821, 330, 'IP/24/ND/E/0001', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:20am'),
(4822, 330, 'IP/24/ND/E/0001', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:20am'),
(4823, 330, 'IP/24/ND/E/0001', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:20am'),
(4824, 330, 'IP/24/ND/E/0001', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:20am'),
(4825, 330, 'IP/24/ND/E/0001', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:20am'),
(4826, 330, 'IP/24/ND/E/0001', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:20am'),
(4827, 330, 'IP/24/ND/E/0001', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:20am'),
(4828, 330, 'IP/24/ND/E/0001', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:20am'),
(4829, 330, 'IP/24/ND/E/0001', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:20am'),
(4830, 225, 'IP/24/ND/CS/0013', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:41am'),
(4831, 225, 'IP/24/ND/CS/0013', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:41am'),
(4832, 225, 'IP/24/ND/CS/0013', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:41am'),
(4833, 225, 'IP/24/ND/CS/0013', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:41am'),
(4834, 225, 'IP/24/ND/CS/0013', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:41am'),
(4835, 225, 'IP/24/ND/CS/0013', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:41am'),
(4836, 225, 'IP/24/ND/CS/0013', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:41am'),
(4837, 225, 'IP/24/ND/CS/0013', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:41am'),
(4838, 225, 'IP/24/ND/CS/0013', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:41am'),
(4839, 193, 'ip/24/nd/b/0043', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:42am'),
(4840, 193, 'ip/24/nd/b/0043', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:42am'),
(4841, 193, 'ip/24/nd/b/0043', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:42am'),
(4842, 193, 'ip/24/nd/b/0043', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:42am'),
(4843, 193, 'ip/24/nd/b/0043', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:42am'),
(4844, 193, 'ip/24/nd/b/0043', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:42am'),
(4845, 193, 'ip/24/nd/b/0043', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:42am'),
(4846, 193, 'ip/24/nd/b/0043', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:42am'),
(4847, 318, 'IP/25/ND/F/001', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:43am'),
(4848, 318, 'IP/25/ND/F/001', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:43am'),
(4849, 318, 'IP/25/ND/F/001', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:43am'),
(4850, 318, 'IP/25/ND/F/001', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:43am'),
(4851, 318, 'IP/25/ND/F/001', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:43am'),
(4852, 318, 'IP/25/ND/F/001', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:43am'),
(4853, 318, 'IP/25/ND/F/001', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:43am'),
(4854, 318, 'IP/25/ND/F/001', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:43am'),
(4855, 318, 'IP/25/ND/F/001', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:43am'),
(4856, 224, 'IP/24/ND/CS/0016', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:53am'),
(4857, 224, 'IP/24/ND/CS/0016', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:53am'),
(4858, 224, 'IP/24/ND/CS/0016', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:53am'),
(4859, 224, 'IP/24/ND/CS/0016', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:53am'),
(4860, 224, 'IP/24/ND/CS/0016', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:53am'),
(4861, 224, 'IP/24/ND/CS/0016', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:53am'),
(4862, 224, 'IP/24/ND/CS/0016', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:53am'),
(4863, 224, 'IP/24/ND/CS/0016', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:53am'),
(4864, 224, 'IP/24/ND/CS/0016', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 10:53am'),
(4865, 304, 'IP/24/ND/CS/0003', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4866, 304, 'IP/24/ND/CS/0003', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4867, 304, 'IP/24/ND/CS/0003', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4868, 304, 'IP/24/ND/CS/0003', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4869, 304, 'IP/24/ND/CS/0003', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4870, 304, 'IP/24/ND/CS/0003', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4871, 304, 'IP/24/ND/CS/0003', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4872, 304, 'IP/24/ND/CS/0003', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4873, 304, 'IP/24/ND/CS/0003', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4874, 229, 'IP/24/ND/CS/0015', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4875, 229, 'IP/24/ND/CS/0015', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4876, 229, 'IP/24/ND/CS/0015', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4877, 229, 'IP/24/ND/CS/0015', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4878, 229, 'IP/24/ND/CS/0015', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4879, 229, 'IP/24/ND/CS/0015', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4880, 229, 'IP/24/ND/CS/0015', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4881, 229, 'IP/24/ND/CS/0015', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4882, 229, 'IP/24/ND/CS/0015', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:00am'),
(4883, 289, 'IP/24/ND/B/0022', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:05am'),
(4884, 289, 'IP/24/ND/B/0022', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:05am'),
(4885, 289, 'IP/24/ND/B/0022', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:05am'),
(4886, 289, 'IP/24/ND/B/0022', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:05am'),
(4887, 289, 'IP/24/ND/B/0022', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:05am'),
(4888, 289, 'IP/24/ND/B/0022', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:05am'),
(4889, 289, 'IP/24/ND/B/0022', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:05am'),
(4890, 289, 'IP/24/ND/B/0022', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:05am'),
(4891, 288, 'IP/24/ND/B/0045', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:07am'),
(4892, 288, 'IP/24/ND/B/0045', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:07am'),
(4893, 288, 'IP/24/ND/B/0045', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:07am'),
(4894, 288, 'IP/24/ND/B/0045', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:07am'),
(4895, 288, 'IP/24/ND/B/0045', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:07am'),
(4896, 288, 'IP/24/ND/B/0045', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:07am'),
(4897, 288, 'IP/24/ND/B/0045', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:07am'),
(4898, 288, 'IP/24/ND/B/0045', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:07am'),
(4899, 213, 'IP/24/ND/B/0025', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:32am'),
(4900, 213, 'IP/24/ND/B/0025', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:32am'),
(4901, 213, 'IP/24/ND/B/0025', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:32am'),
(4902, 213, 'IP/24/ND/B/0025', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:32am'),
(4903, 213, 'IP/24/ND/B/0025', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:32am'),
(4904, 213, 'IP/24/ND/B/0025', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:32am'),
(4905, 213, 'IP/24/ND/B/0025', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:32am'),
(4906, 213, 'IP/24/ND/B/0025', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:32am'),
(4907, 227, 'IP/24/ND/B/0016', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:35am'),
(4908, 227, 'IP/24/ND/B/0016', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:35am'),
(4909, 227, 'IP/24/ND/B/0016', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:35am'),
(4910, 227, 'IP/24/ND/B/0016', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:35am'),
(4911, 227, 'IP/24/ND/B/0016', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:35am'),
(4912, 227, 'IP/24/ND/B/0016', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:35am'),
(4913, 227, 'IP/24/ND/B/0016', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:35am'),
(4914, 227, 'IP/24/ND/B/0016', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:35am'),
(4915, 227, 'IP/24/ND/B/0016', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:35am'),
(4916, 227, 'IP/24/ND/B/0016', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:35am'),
(4917, 227, 'IP/24/ND/B/0016', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:35am'),
(4918, 235, 'IP/24/ND/E/0007', 200, 9, 128, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:39am'),
(4919, 235, 'IP/24/ND/E/0007', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:39am'),
(4920, 235, 'IP/24/ND/E/0007', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:39am'),
(4921, 235, 'IP/24/ND/E/0007', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:39am'),
(4922, 235, 'IP/24/ND/E/0007', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:39am'),
(4923, 235, 'IP/24/ND/E/0007', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:39am'),
(4924, 235, 'IP/24/ND/E/0007', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:39am'),
(4925, 235, 'IP/24/ND/E/0007', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:39am'),
(4926, 235, 'IP/24/ND/E/0007', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:39am'),
(4927, 235, 'IP/24/ND/E/0007', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:39am'),
(4928, 319, 'IP/25/ND/CE/0001', 100, 6, 66, 'cte 111', 'introduction to computers & information technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:51am'),
(4929, 319, 'IP/25/ND/CE/0001', 100, 6, 67, 'cte 112', 'electrical workshop practice and technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:51am'),
(4930, 319, 'IP/25/ND/CE/0001', 100, 6, 68, 'cte 113', 'computer application packages', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:51am'),
(4931, 319, 'IP/25/ND/CE/0001', 100, 6, 69, 'cte 114', 'internet and web technologies', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:51am'),
(4932, 319, 'IP/25/ND/CE/0001', 100, 6, 70, 'cte 115', 'data structures', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:51am'),
(4933, 319, 'IP/25/ND/CE/0001', 100, 6, 74, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:51am'),
(4934, 319, 'IP/25/ND/CE/0001', 100, 6, 200, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:51am'),
(4935, 319, 'IP/25/ND/CE/0001', 100, 6, 75, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:51am'),
(4936, 319, 'IP/25/ND/CE/0001', 100, 6, 72, 'mec 101', 'technical drawing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:51am'),
(4937, 319, 'IP/25/ND/CE/0001', 100, 6, 73, 'mec 113', 'basic workshop technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:51am'),
(4938, 319, 'IP/25/ND/CE/0001', 100, 6, 71, 'mth 112', 'algebra and elementary trigonometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:51am'),
(4939, 319, 'IP/25/ND/CE/0001', 100, 6, 199, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 11:51am'),
(4940, 294, 'IP/25/ND/E/003', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 12:58pm'),
(4941, 294, 'IP/25/ND/E/003', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 12:58pm'),
(4942, 294, 'IP/25/ND/E/003', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 12:58pm'),
(4943, 294, 'IP/25/ND/E/003', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 12:58pm'),
(4944, 294, 'IP/25/ND/E/003', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 12:58pm'),
(4945, 294, 'IP/25/ND/E/003', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 12:58pm'),
(4946, 294, 'IP/25/ND/E/003', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 12:58pm'),
(4947, 294, 'IP/25/ND/E/003', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 12:58pm'),
(4948, 294, 'IP/25/ND/E/003', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 12:58pm'),
(4949, 294, 'IP/25/ND/E/003', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 12:58pm'),
(4950, 294, 'IP/25/ND/E/003', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 12:58pm'),
(4951, 294, 'IP/25/ND/E/003', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 12:58pm'),
(4952, 320, 'IP/25/ND/CE/0002', 100, 6, 66, 'cte 111', 'introduction to computers & information technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:06pm'),
(4953, 320, 'IP/25/ND/CE/0002', 100, 6, 67, 'cte 112', 'electrical workshop practice and technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:06pm'),
(4954, 320, 'IP/25/ND/CE/0002', 100, 6, 68, 'cte 113', 'computer application packages', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:06pm'),
(4955, 320, 'IP/25/ND/CE/0002', 100, 6, 69, 'cte 114', 'internet and web technologies', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:06pm'),
(4956, 320, 'IP/25/ND/CE/0002', 100, 6, 70, 'cte 115', 'data structures', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:06pm'),
(4957, 320, 'IP/25/ND/CE/0002', 100, 6, 74, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:06pm'),
(4958, 320, 'IP/25/ND/CE/0002', 100, 6, 200, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:06pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(4959, 320, 'IP/25/ND/CE/0002', 100, 6, 75, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:06pm'),
(4960, 320, 'IP/25/ND/CE/0002', 100, 6, 72, 'mec 101', 'technical drawing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:06pm'),
(4961, 320, 'IP/25/ND/CE/0002', 100, 6, 73, 'mec 113', 'basic workshop technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:06pm'),
(4962, 320, 'IP/25/ND/CE/0002', 100, 6, 71, 'mth 112', 'algebra and elementary trigonometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:06pm'),
(4963, 251, 'IP/24/ND/F/0004', 200, 8, 227, 'ard 203', 'life drawing iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:26pm'),
(4964, 251, 'IP/24/ND/F/0004', 200, 8, 233, 'eed 216', 'entrepreneurship education ii', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:26pm'),
(4965, 251, 'IP/24/ND/F/0004', 200, 8, 303, 'eng 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:26pm'),
(4966, 251, 'IP/24/ND/F/0004', 200, 8, 226, 'fas 211', 'fashion design iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:26pm'),
(4967, 251, 'IP/24/ND/F/0004', 200, 8, 229, 'fas 213', 'textile materials iii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:26pm'),
(4968, 251, 'IP/24/ND/F/0004', 200, 8, 228, 'fas 212', 'fashion illustration iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:26pm'),
(4969, 251, 'IP/24/ND/F/0004', 200, 8, 230, 'fas 217', 'fashion photography', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:26pm'),
(4970, 251, 'IP/24/ND/F/0004', 200, 8, 234, 'gns 228', 'research methodology', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:26pm'),
(4971, 251, 'IP/24/ND/F/0004', 200, 8, 235, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:26pm'),
(4972, 251, 'IP/24/ND/F/0004', 200, 8, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 01:26pm'),
(4973, 233, 'IP/24/ND/E/0004', 200, 9, 128, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:04pm'),
(4974, 233, 'IP/24/ND/E/0004', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:04pm'),
(4975, 233, 'IP/24/ND/E/0004', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:04pm'),
(4976, 233, 'IP/24/ND/E/0004', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:04pm'),
(4977, 233, 'IP/24/ND/E/0004', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:04pm'),
(4978, 233, 'IP/24/ND/E/0004', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:04pm'),
(4979, 233, 'IP/24/ND/E/0004', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:04pm'),
(4980, 233, 'IP/24/ND/E/0004', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:04pm'),
(4981, 233, 'IP/24/ND/E/0004', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:04pm'),
(4982, 233, 'IP/24/ND/E/0004', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:04pm'),
(4983, 280, 'IP/24/ND/B/0024', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:05pm'),
(4984, 280, 'IP/24/ND/B/0024', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:05pm'),
(4985, 280, 'IP/24/ND/B/0024', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:05pm'),
(4986, 280, 'IP/24/ND/B/0024', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:05pm'),
(4987, 280, 'IP/24/ND/B/0024', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:05pm'),
(4988, 280, 'IP/24/ND/B/0024', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:05pm'),
(4989, 280, 'IP/24/ND/B/0024', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:05pm'),
(4990, 280, 'IP/24/ND/B/0024', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '28 Oct 2025, 02:05pm'),
(4991, 285, 'IP/24/ND/B/0052', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Oct 2025, 08:38am'),
(4992, 285, 'IP/24/ND/B/0052', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Oct 2025, 08:38am'),
(4993, 285, 'IP/24/ND/B/0052', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Oct 2025, 08:38am'),
(4994, 285, 'IP/24/ND/B/0052', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Oct 2025, 08:38am'),
(4995, 285, 'IP/24/ND/B/0052', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Oct 2025, 08:38am'),
(4996, 285, 'IP/24/ND/B/0052', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Oct 2025, 08:38am'),
(4997, 285, 'IP/24/ND/B/0052', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Oct 2025, 08:38am'),
(4998, 285, 'IP/24/ND/B/0052', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '29 Oct 2025, 08:38am'),
(4999, 321, 'IP/24/ND/CS/S2/0004', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:12pm'),
(5000, 321, 'IP/24/ND/CS/S2/0004', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:12pm'),
(5001, 321, 'IP/24/ND/CS/S2/0004', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:12pm'),
(5002, 321, 'IP/24/ND/CS/S2/0004', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:12pm'),
(5003, 321, 'IP/24/ND/CS/S2/0004', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:12pm'),
(5004, 321, 'IP/24/ND/CS/S2/0004', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:12pm'),
(5005, 321, 'IP/24/ND/CS/S2/0004', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:12pm'),
(5006, 321, 'IP/24/ND/CS/S2/0004', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:12pm'),
(5007, 321, 'IP/24/ND/CS/S2/0004', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:12pm'),
(5008, 323, 'IP/24/ND/CS/S2/0005', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:14pm'),
(5009, 323, 'IP/24/ND/CS/S2/0005', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:14pm'),
(5010, 323, 'IP/24/ND/CS/S2/0005', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:14pm'),
(5011, 323, 'IP/24/ND/CS/S2/0005', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:14pm'),
(5012, 323, 'IP/24/ND/CS/S2/0005', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:14pm'),
(5013, 323, 'IP/24/ND/CS/S2/0005', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:14pm'),
(5014, 323, 'IP/24/ND/CS/S2/0005', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:14pm'),
(5015, 323, 'IP/24/ND/CS/S2/0005', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:14pm'),
(5016, 323, 'IP/24/ND/CS/S2/0005', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Oct 2025, 01:14pm'),
(5029, 326, 'IP/24/ND/B/S1/0020', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Nov 2025, 11:53am'),
(5028, 326, 'IP/24/ND/B/S1/0020', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Nov 2025, 11:53am'),
(5027, 326, 'IP/24/ND/B/S1/0020', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Nov 2025, 11:53am'),
(5026, 326, 'IP/24/ND/B/S1/0020', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Nov 2025, 11:53am'),
(5025, 326, 'IP/24/ND/B/S1/0020', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Nov 2025, 11:53am'),
(5024, 326, 'IP/24/ND/B/S1/0020', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Nov 2025, 11:53am'),
(5030, 326, 'IP/24/ND/B/S1/0020', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Nov 2025, 11:53am'),
(5031, 326, 'IP/24/ND/B/S1/0020', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Nov 2025, 11:53am'),
(5032, 326, 'IP/24/ND/B/S1/0020', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Nov 2025, 11:53am'),
(5033, 326, 'IP/24/ND/B/S1/0020', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Nov 2025, 11:53am'),
(5034, 326, 'IP/24/ND/B/S1/0020', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '01 Nov 2025, 11:53am'),
(5035, 304, 'IP/24/ND/CS/0003', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Nov 2025, 05:15pm'),
(5036, 304, 'IP/24/ND/CS/0003', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Nov 2025, 05:15pm'),
(5037, 304, 'IP/24/ND/CS/0003', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Nov 2025, 05:15pm'),
(5038, 304, 'IP/24/ND/CS/0003', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Nov 2025, 05:15pm'),
(5039, 304, 'IP/24/ND/CS/0003', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Nov 2025, 05:15pm'),
(5040, 304, 'IP/24/ND/CS/0003', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Nov 2025, 05:15pm'),
(5041, 304, 'IP/24/ND/CS/0003', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Nov 2025, 05:15pm'),
(5042, 304, 'IP/24/ND/CS/0003', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Nov 2025, 05:15pm'),
(5043, 304, 'IP/24/ND/CS/0003', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Nov 2025, 05:15pm'),
(5044, 304, 'IP/24/ND/CS/0003', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '04 Nov 2025, 05:15pm'),
(5045, 333, 'IP/23/ND/B/0034', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:38pm'),
(5046, 333, 'IP/23/ND/B/0034', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:38pm'),
(5047, 333, 'IP/23/ND/B/0034', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:38pm'),
(5048, 333, 'IP/23/ND/B/0034', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:38pm'),
(5049, 333, 'IP/23/ND/B/0034', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:38pm'),
(5050, 333, 'IP/23/ND/B/0034', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:38pm'),
(5051, 333, 'IP/23/ND/B/0034', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:38pm'),
(5052, 333, 'IP/23/ND/B/0034', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:38pm'),
(5053, 333, 'IP/23/ND/B/0034', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:38pm'),
(5054, 333, 'IP/23/ND/B/0034', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:38pm'),
(5055, 333, 'IP/23/ND/B/0034', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:38pm'),
(5056, 333, 'IP/23/ND/B/0034', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:40pm'),
(5057, 333, 'IP/23/ND/B/0034', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:40pm'),
(5058, 333, 'IP/23/ND/B/0034', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:40pm'),
(5059, 333, 'IP/23/ND/B/0034', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:40pm'),
(5060, 333, 'IP/23/ND/B/0034', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:40pm'),
(5061, 333, 'IP/23/ND/B/0034', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:40pm'),
(5062, 333, 'IP/23/ND/B/0034', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:40pm'),
(5063, 333, 'IP/23/ND/B/0034', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:40pm'),
(5064, 333, 'IP/23/ND/B/0034', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:40pm'),
(5065, 333, 'IP/23/ND/B/0034', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:41pm'),
(5066, 333, 'IP/23/ND/B/0034', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:41pm'),
(5067, 333, 'IP/23/ND/B/0034', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:41pm'),
(5068, 333, 'IP/23/ND/B/0034', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:41pm'),
(5069, 333, 'IP/23/ND/B/0034', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:41pm'),
(5070, 333, 'IP/23/ND/B/0034', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:41pm'),
(5071, 333, 'IP/23/ND/B/0034', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:41pm'),
(5072, 333, 'IP/23/ND/B/0034', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Nov 2025, 03:41pm'),
(5073, 333, 'IP/23/ND/B/0034', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:43pm'),
(5074, 333, 'IP/23/ND/B/0034', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:43pm'),
(5075, 333, 'IP/23/ND/B/0034', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:43pm'),
(5076, 333, 'IP/23/ND/B/0034', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:43pm'),
(5077, 333, 'IP/23/ND/B/0034', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:43pm'),
(5078, 333, 'IP/23/ND/B/0034', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:43pm'),
(5079, 333, 'IP/23/ND/B/0034', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Nov 2025, 03:43pm'),
(5080, 230, 'IP/24/ND/CS/0010', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Nov 2025, 04:53pm'),
(5081, 230, 'IP/24/ND/CS/0010', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Nov 2025, 04:53pm'),
(5082, 230, 'IP/24/ND/CS/0010', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Nov 2025, 04:53pm'),
(5083, 230, 'IP/24/ND/CS/0010', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Nov 2025, 04:53pm'),
(5084, 230, 'IP/24/ND/CS/0010', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Nov 2025, 04:53pm'),
(5085, 230, 'IP/24/ND/CS/0010', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Nov 2025, 04:53pm'),
(5086, 230, 'IP/24/ND/CS/0010', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Nov 2025, 04:53pm'),
(5087, 230, 'IP/24/ND/CS/0010', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Nov 2025, 04:53pm'),
(5088, 230, 'IP/24/ND/CS/0010', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Nov 2025, 04:53pm'),
(5089, 230, 'IP/24/ND/CS/0010', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Nov 2025, 04:53pm'),
(5090, 284, 'IP/24/ND/CE/0001', 100, 6, 199, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '18 Nov 2025, 12:13pm'),
(5091, 284, 'IP/24/ND/CE/0001', 100, 6, 66, 'cte 111', 'introduction to computers & information technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '18 Nov 2025, 12:13pm'),
(5092, 284, 'IP/24/ND/CE/0001', 100, 6, 67, 'cte 112', 'electrical workshop practice and technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '18 Nov 2025, 12:13pm'),
(5093, 284, 'IP/24/ND/CE/0001', 100, 6, 68, 'cte 113', 'computer application packages', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '18 Nov 2025, 12:13pm'),
(5094, 284, 'IP/24/ND/CE/0001', 100, 6, 69, 'cte 114', 'internet and web technologies', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '18 Nov 2025, 12:13pm'),
(5095, 284, 'IP/24/ND/CE/0001', 100, 6, 74, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '18 Nov 2025, 12:13pm'),
(5096, 284, 'IP/24/ND/CE/0001', 100, 6, 200, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '18 Nov 2025, 12:13pm'),
(5097, 284, 'IP/24/ND/CE/0001', 100, 6, 75, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '18 Nov 2025, 12:13pm'),
(5098, 284, 'IP/24/ND/CE/0001', 100, 6, 72, 'mec 101', 'technical drawing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '18 Nov 2025, 12:13pm'),
(5099, 284, 'IP/24/ND/CE/0001', 100, 6, 73, 'mec 113', 'basic workshop technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '18 Nov 2025, 12:13pm'),
(5100, 284, 'IP/24/ND/CE/0001', 100, 6, 71, 'mth 112', 'algebra and elementary trigonometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '18 Nov 2025, 12:13pm'),
(5101, 230, 'IP/24/ND/CS/0010', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:06pm'),
(5102, 230, 'IP/24/ND/CS/0010', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:06pm'),
(5103, 230, 'IP/24/ND/CS/0010', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:06pm'),
(5104, 230, 'IP/24/ND/CS/0010', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:06pm'),
(5105, 230, 'IP/24/ND/CS/0010', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:06pm'),
(5106, 230, 'IP/24/ND/CS/0010', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:06pm'),
(5107, 230, 'IP/24/ND/CS/0010', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:06pm'),
(5108, 230, 'IP/24/ND/CS/0010', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:06pm'),
(5109, 230, 'IP/24/ND/CS/0010', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:06pm'),
(5110, 284, 'IP/24/ND/CE/0001', 100, 6, 66, 'cte 111', 'introduction to computers & information technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:10pm'),
(5111, 284, 'IP/24/ND/CE/0001', 100, 6, 199, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:10pm'),
(5112, 284, 'IP/24/ND/CE/0001', 100, 6, 67, 'cte 112', 'electrical workshop practice and technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:10pm'),
(5113, 284, 'IP/24/ND/CE/0001', 100, 6, 68, 'cte 113', 'computer application packages', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:10pm'),
(5114, 284, 'IP/24/ND/CE/0001', 100, 6, 69, 'cte 114', 'internet and web technologies', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:10pm'),
(5115, 284, 'IP/24/ND/CE/0001', 100, 6, 70, 'cte 115', 'data structures', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:10pm'),
(5116, 284, 'IP/24/ND/CE/0001', 100, 6, 74, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:10pm'),
(5117, 284, 'IP/24/ND/CE/0001', 100, 6, 200, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:10pm'),
(5118, 284, 'IP/24/ND/CE/0001', 100, 6, 75, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:10pm'),
(5119, 284, 'IP/24/ND/CE/0001', 100, 6, 72, 'mec 101', 'technical drawing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:10pm'),
(5120, 284, 'IP/24/ND/CE/0001', 100, 6, 73, 'mec 113', 'basic workshop technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:10pm'),
(5121, 284, 'IP/24/ND/CE/0001', 100, 6, 71, 'mth 112', 'algebra and elementary trigonometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '26 Nov 2025, 03:10pm'),
(5122, 225, 'IP/24/ND/CS/0013', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:55pm'),
(5123, 225, 'IP/24/ND/CS/0013', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:55pm'),
(5124, 225, 'IP/24/ND/CS/0013', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:55pm'),
(5125, 225, 'IP/24/ND/CS/0013', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:55pm'),
(5126, 225, 'IP/24/ND/CS/0013', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:55pm'),
(5127, 225, 'IP/24/ND/CS/0013', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:55pm'),
(5128, 225, 'IP/24/ND/CS/0013', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:55pm'),
(5129, 225, 'IP/24/ND/CS/0013', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:55pm'),
(5130, 225, 'IP/24/ND/CS/0013', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:55pm'),
(5131, 224, 'IP/24/ND/CS/0016', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:56pm'),
(5132, 224, 'IP/24/ND/CS/0016', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:56pm'),
(5133, 224, 'IP/24/ND/CS/0016', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:56pm'),
(5134, 224, 'IP/24/ND/CS/0016', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:56pm'),
(5135, 224, 'IP/24/ND/CS/0016', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:56pm'),
(5136, 224, 'IP/24/ND/CS/0016', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:56pm'),
(5137, 224, 'IP/24/ND/CS/0016', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:56pm'),
(5138, 224, 'IP/24/ND/CS/0016', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:56pm'),
(5139, 224, 'IP/24/ND/CS/0016', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:56pm'),
(5140, 229, 'IP/24/ND/CS/0015', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5141, 229, 'IP/24/ND/CS/0015', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5142, 229, 'IP/24/ND/CS/0015', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5143, 229, 'IP/24/ND/CS/0015', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5144, 229, 'IP/24/ND/CS/0015', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5145, 229, 'IP/24/ND/CS/0015', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5146, 229, 'IP/24/ND/CS/0015', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5147, 229, 'IP/24/ND/CS/0015', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5148, 229, 'IP/24/ND/CS/0015', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5149, 304, 'IP/24/ND/CS/0003', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5150, 304, 'IP/24/ND/CS/0003', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5151, 304, 'IP/24/ND/CS/0003', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5152, 304, 'IP/24/ND/CS/0003', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5153, 304, 'IP/24/ND/CS/0003', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5154, 304, 'IP/24/ND/CS/0003', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5155, 304, 'IP/24/ND/CS/0003', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5156, 304, 'IP/24/ND/CS/0003', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5157, 304, 'IP/24/ND/CS/0003', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 02:59pm'),
(5158, 280, 'IP/24/ND/B/0024', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:12pm'),
(5159, 280, 'IP/24/ND/B/0024', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:12pm'),
(5160, 280, 'IP/24/ND/B/0024', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:12pm'),
(5161, 280, 'IP/24/ND/B/0024', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:12pm'),
(5162, 280, 'IP/24/ND/B/0024', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:12pm'),
(5163, 280, 'IP/24/ND/B/0024', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:12pm'),
(5164, 280, 'IP/24/ND/B/0024', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:12pm'),
(5165, 280, 'IP/24/ND/B/0024', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:12pm'),
(5166, 227, 'IP/24/ND/B/0016', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:16pm'),
(5167, 227, 'IP/24/ND/B/0016', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:16pm'),
(5168, 227, 'IP/24/ND/B/0016', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:16pm'),
(5169, 227, 'IP/24/ND/B/0016', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:16pm'),
(5170, 227, 'IP/24/ND/B/0016', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:16pm'),
(5171, 227, 'IP/24/ND/B/0016', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:16pm'),
(5172, 227, 'IP/24/ND/B/0016', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:16pm'),
(5173, 227, 'IP/24/ND/B/0016', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:16pm'),
(5174, 227, 'IP/24/ND/B/0016', 200, 5, 292, 'bam 211', 'principles of management 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:16pm'),
(5175, 306, 'IP/24/ND/CS/0009', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:23pm'),
(5176, 306, 'IP/24/ND/CS/0009', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:23pm'),
(5177, 306, 'IP/24/ND/CS/0009', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:23pm'),
(5178, 306, 'IP/24/ND/CS/0009', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:23pm'),
(5179, 306, 'IP/24/ND/CS/0009', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:23pm'),
(5180, 306, 'IP/24/ND/CS/0009', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:23pm'),
(5181, 306, 'IP/24/ND/CS/0009', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:23pm'),
(5182, 306, 'IP/24/ND/CS/0009', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:23pm'),
(5183, 306, 'IP/24/ND/CS/0009', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:23pm'),
(5184, 285, 'IP/24/ND/B/0052', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:25pm'),
(5185, 285, 'IP/24/ND/B/0052', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:25pm'),
(5186, 285, 'IP/24/ND/B/0052', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:25pm'),
(5187, 285, 'IP/24/ND/B/0052', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:25pm'),
(5188, 285, 'IP/24/ND/B/0052', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:25pm'),
(5189, 285, 'IP/24/ND/B/0052', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:25pm'),
(5190, 285, 'IP/24/ND/B/0052', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:25pm'),
(5191, 285, 'IP/24/ND/B/0052', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:25pm'),
(5192, 285, 'IP/24/ND/B/0052', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:25pm'),
(5193, 285, 'IP/24/ND/B/0052', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:25pm'),
(5194, 285, 'IP/24/ND/B/0052', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:25pm'),
(5195, 230, 'IP/24/ND/CS/0010', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:36pm'),
(5196, 230, 'IP/24/ND/CS/0010', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:36pm'),
(5197, 230, 'IP/24/ND/CS/0010', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:36pm'),
(5198, 230, 'IP/24/ND/CS/0010', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:36pm'),
(5199, 230, 'IP/24/ND/CS/0010', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:36pm'),
(5200, 230, 'IP/24/ND/CS/0010', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:36pm'),
(5201, 230, 'IP/24/ND/CS/0010', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:36pm'),
(5202, 230, 'IP/24/ND/CS/0010', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:36pm'),
(5203, 230, 'IP/24/ND/CS/0010', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 03:36pm'),
(5204, 225, 'IP/24/ND/CS/0013', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5205, 225, 'IP/24/ND/CS/0013', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5206, 225, 'IP/24/ND/CS/0013', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5207, 225, 'IP/24/ND/CS/0013', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5208, 225, 'IP/24/ND/CS/0013', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5209, 225, 'IP/24/ND/CS/0013', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5210, 225, 'IP/24/ND/CS/0013', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5211, 225, 'IP/24/ND/CS/0013', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5212, 225, 'IP/24/ND/CS/0013', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5213, 225, 'IP/24/ND/CS/0013', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5214, 304, 'IP/24/ND/CS/0003', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5215, 304, 'IP/24/ND/CS/0003', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5216, 304, 'IP/24/ND/CS/0003', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5217, 304, 'IP/24/ND/CS/0003', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5218, 304, 'IP/24/ND/CS/0003', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5219, 304, 'IP/24/ND/CS/0003', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5220, 304, 'IP/24/ND/CS/0003', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5221, 304, 'IP/24/ND/CS/0003', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5222, 304, 'IP/24/ND/CS/0003', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5223, 304, 'IP/24/ND/CS/0003', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:44pm'),
(5224, 229, 'IP/24/ND/CS/0015', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5225, 229, 'IP/24/ND/CS/0015', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5226, 229, 'IP/24/ND/CS/0015', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5227, 229, 'IP/24/ND/CS/0015', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5228, 229, 'IP/24/ND/CS/0015', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5229, 229, 'IP/24/ND/CS/0015', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5230, 229, 'IP/24/ND/CS/0015', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(5231, 229, 'IP/24/ND/CS/0015', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5232, 229, 'IP/24/ND/CS/0015', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5233, 229, 'IP/24/ND/CS/0015', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5234, 230, 'IP/24/ND/CS/0010', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5235, 230, 'IP/24/ND/CS/0010', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5236, 230, 'IP/24/ND/CS/0010', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5237, 230, 'IP/24/ND/CS/0010', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5238, 230, 'IP/24/ND/CS/0010', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5239, 230, 'IP/24/ND/CS/0010', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5240, 230, 'IP/24/ND/CS/0010', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5241, 230, 'IP/24/ND/CS/0010', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5242, 230, 'IP/24/ND/CS/0010', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5243, 230, 'IP/24/ND/CS/0010', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:45pm'),
(5244, 224, 'IP/24/ND/CS/0016', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:46pm'),
(5245, 224, 'IP/24/ND/CS/0016', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:46pm'),
(5246, 224, 'IP/24/ND/CS/0016', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:46pm'),
(5247, 224, 'IP/24/ND/CS/0016', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:46pm'),
(5248, 224, 'IP/24/ND/CS/0016', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:46pm'),
(5249, 224, 'IP/24/ND/CS/0016', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:46pm'),
(5250, 224, 'IP/24/ND/CS/0016', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:46pm'),
(5251, 224, 'IP/24/ND/CS/0016', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:46pm'),
(5252, 224, 'IP/24/ND/CS/0016', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:46pm'),
(5253, 224, 'IP/24/ND/CS/0016', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:46pm'),
(5254, 221, 'IP/24/ND/B/0035', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:59pm'),
(5255, 221, 'IP/24/ND/B/0035', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:59pm'),
(5256, 221, 'IP/24/ND/B/0035', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:59pm'),
(5257, 221, 'IP/24/ND/B/0035', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:59pm'),
(5258, 221, 'IP/24/ND/B/0035', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:59pm'),
(5259, 221, 'IP/24/ND/B/0035', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:59pm'),
(5260, 221, 'IP/24/ND/B/0035', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:59pm'),
(5261, 221, 'IP/24/ND/B/0035', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:59pm'),
(5262, 221, 'IP/24/ND/B/0035', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 03:59pm'),
(5263, 306, 'IP/24/ND/CS/0009', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5264, 306, 'IP/24/ND/CS/0009', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5265, 306, 'IP/24/ND/CS/0009', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5266, 306, 'IP/24/ND/CS/0009', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5267, 306, 'IP/24/ND/CS/0009', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5268, 306, 'IP/24/ND/CS/0009', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5269, 306, 'IP/24/ND/CS/0009', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5270, 306, 'IP/24/ND/CS/0009', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5271, 306, 'IP/24/ND/CS/0009', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5272, 306, 'IP/24/ND/CS/0009', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5273, 196, 'IP/24/ND/B/0006', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5274, 196, 'IP/24/ND/B/0006', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5275, 196, 'IP/24/ND/B/0006', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5276, 196, 'IP/24/ND/B/0006', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5277, 196, 'IP/24/ND/B/0006', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5278, 196, 'IP/24/ND/B/0006', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5279, 196, 'IP/24/ND/B/0006', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5280, 196, 'IP/24/ND/B/0006', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5281, 196, 'IP/24/ND/B/0006', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:02pm'),
(5282, 193, 'ip/24/nd/b/0043', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:04pm'),
(5283, 193, 'ip/24/nd/b/0043', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:04pm'),
(5284, 193, 'ip/24/nd/b/0043', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:04pm'),
(5285, 193, 'ip/24/nd/b/0043', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:04pm'),
(5286, 193, 'ip/24/nd/b/0043', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:04pm'),
(5287, 193, 'ip/24/nd/b/0043', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:04pm'),
(5288, 193, 'ip/24/nd/b/0043', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:04pm'),
(5289, 193, 'ip/24/nd/b/0043', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:04pm'),
(5290, 193, 'ip/24/nd/b/0043', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:04pm'),
(5291, 277, 'IP/24/ND/B/0026', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:06pm'),
(5292, 277, 'IP/24/ND/B/0026', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:06pm'),
(5293, 277, 'IP/24/ND/B/0026', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:06pm'),
(5294, 277, 'IP/24/ND/B/0026', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:06pm'),
(5295, 277, 'IP/24/ND/B/0026', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:06pm'),
(5296, 277, 'IP/24/ND/B/0026', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:06pm'),
(5297, 277, 'IP/24/ND/B/0026', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:06pm'),
(5298, 277, 'IP/24/ND/B/0026', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:06pm'),
(5299, 277, 'IP/24/ND/B/0026', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:06pm'),
(5300, 278, 'IP/24/ND/B/0013', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:10pm'),
(5301, 278, 'IP/24/ND/B/0013', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:10pm'),
(5302, 278, 'IP/24/ND/B/0013', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:10pm'),
(5303, 278, 'IP/24/ND/B/0013', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:10pm'),
(5304, 278, 'IP/24/ND/B/0013', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:10pm'),
(5305, 278, 'IP/24/ND/B/0013', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:10pm'),
(5306, 278, 'IP/24/ND/B/0013', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:10pm'),
(5307, 278, 'IP/24/ND/B/0013', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:10pm'),
(5308, 278, 'IP/24/ND/B/0013', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Dec 2025, 04:10pm'),
(5309, 196, 'IP/24/ND/B/0006', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:17pm'),
(5310, 196, 'IP/24/ND/B/0006', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:17pm'),
(5311, 196, 'IP/24/ND/B/0006', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:17pm'),
(5312, 196, 'IP/24/ND/B/0006', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:17pm'),
(5313, 196, 'IP/24/ND/B/0006', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:17pm'),
(5314, 196, 'IP/24/ND/B/0006', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:17pm'),
(5315, 196, 'IP/24/ND/B/0006', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:17pm'),
(5316, 196, 'IP/24/ND/B/0006', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:17pm'),
(5317, 196, 'IP/24/ND/B/0006', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:17pm'),
(5318, 196, 'IP/24/ND/B/0006', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:17pm'),
(5319, 196, 'IP/24/ND/B/0006', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:17pm'),
(5320, 228, 'IP/24/ND/CS/0008', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:18pm'),
(5321, 228, 'IP/24/ND/CS/0008', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:18pm'),
(5322, 228, 'IP/24/ND/CS/0008', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:18pm'),
(5323, 228, 'IP/24/ND/CS/0008', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:18pm'),
(5324, 228, 'IP/24/ND/CS/0008', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:18pm'),
(5325, 228, 'IP/24/ND/CS/0008', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:18pm'),
(5326, 228, 'IP/24/ND/CS/0008', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:18pm'),
(5327, 228, 'IP/24/ND/CS/0008', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:18pm'),
(5328, 228, 'IP/24/ND/CS/0008', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:18pm'),
(5329, 277, 'IP/24/ND/B/0026', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:19pm'),
(5330, 277, 'IP/24/ND/B/0026', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:19pm'),
(5331, 277, 'IP/24/ND/B/0026', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:19pm'),
(5332, 277, 'IP/24/ND/B/0026', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:19pm'),
(5333, 277, 'IP/24/ND/B/0026', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:19pm'),
(5334, 277, 'IP/24/ND/B/0026', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:19pm'),
(5335, 277, 'IP/24/ND/B/0026', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:19pm'),
(5336, 277, 'IP/24/ND/B/0026', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:19pm'),
(5337, 277, 'IP/24/ND/B/0026', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:19pm'),
(5338, 277, 'IP/24/ND/B/0026', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:19pm'),
(5339, 277, 'IP/24/ND/B/0026', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:19pm'),
(5340, 223, 'IP/24/ND/CS/0017', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:21pm'),
(5341, 223, 'IP/24/ND/CS/0017', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:21pm'),
(5342, 223, 'IP/24/ND/CS/0017', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:21pm'),
(5343, 223, 'IP/24/ND/CS/0017', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:21pm'),
(5344, 223, 'IP/24/ND/CS/0017', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:21pm'),
(5345, 223, 'IP/24/ND/CS/0017', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:21pm'),
(5346, 223, 'IP/24/ND/CS/0017', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:21pm'),
(5347, 223, 'IP/24/ND/CS/0017', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:21pm'),
(5348, 223, 'IP/24/ND/CS/0017', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:21pm'),
(5349, 225, 'IP/24/ND/CS/0013', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5350, 225, 'IP/24/ND/CS/0013', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5351, 225, 'IP/24/ND/CS/0013', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5352, 225, 'IP/24/ND/CS/0013', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5353, 225, 'IP/24/ND/CS/0013', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5354, 225, 'IP/24/ND/CS/0013', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5355, 225, 'IP/24/ND/CS/0013', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5356, 225, 'IP/24/ND/CS/0013', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5357, 225, 'IP/24/ND/CS/0013', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5358, 228, 'IP/24/ND/CS/0008', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5359, 228, 'IP/24/ND/CS/0008', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5360, 228, 'IP/24/ND/CS/0008', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5361, 228, 'IP/24/ND/CS/0008', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5362, 228, 'IP/24/ND/CS/0008', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5363, 228, 'IP/24/ND/CS/0008', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5364, 228, 'IP/24/ND/CS/0008', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5365, 228, 'IP/24/ND/CS/0008', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5366, 228, 'IP/24/ND/CS/0008', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:27pm'),
(5367, 229, 'IP/24/ND/CS/0015', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5368, 229, 'IP/24/ND/CS/0015', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5369, 229, 'IP/24/ND/CS/0015', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5370, 229, 'IP/24/ND/CS/0015', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5371, 229, 'IP/24/ND/CS/0015', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5372, 229, 'IP/24/ND/CS/0015', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5373, 229, 'IP/24/ND/CS/0015', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5374, 229, 'IP/24/ND/CS/0015', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5375, 229, 'IP/24/ND/CS/0015', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5376, 223, 'IP/24/ND/CS/0017', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5377, 223, 'IP/24/ND/CS/0017', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5378, 223, 'IP/24/ND/CS/0017', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5379, 223, 'IP/24/ND/CS/0017', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5380, 223, 'IP/24/ND/CS/0017', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5381, 223, 'IP/24/ND/CS/0017', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5382, 223, 'IP/24/ND/CS/0017', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5383, 223, 'IP/24/ND/CS/0017', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5384, 223, 'IP/24/ND/CS/0017', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5385, 304, 'IP/24/ND/CS/0003', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5386, 304, 'IP/24/ND/CS/0003', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5387, 304, 'IP/24/ND/CS/0003', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5388, 304, 'IP/24/ND/CS/0003', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5389, 304, 'IP/24/ND/CS/0003', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5390, 304, 'IP/24/ND/CS/0003', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5391, 304, 'IP/24/ND/CS/0003', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5392, 304, 'IP/24/ND/CS/0003', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5393, 304, 'IP/24/ND/CS/0003', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5394, 230, 'IP/24/ND/CS/0010', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5395, 230, 'IP/24/ND/CS/0010', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5396, 230, 'IP/24/ND/CS/0010', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5397, 230, 'IP/24/ND/CS/0010', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5398, 230, 'IP/24/ND/CS/0010', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5399, 230, 'IP/24/ND/CS/0010', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5400, 230, 'IP/24/ND/CS/0010', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5401, 230, 'IP/24/ND/CS/0010', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5402, 230, 'IP/24/ND/CS/0010', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5403, 224, 'IP/24/ND/CS/0016', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5404, 224, 'IP/24/ND/CS/0016', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5405, 224, 'IP/24/ND/CS/0016', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5406, 224, 'IP/24/ND/CS/0016', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5407, 224, 'IP/24/ND/CS/0016', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5408, 224, 'IP/24/ND/CS/0016', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5409, 224, 'IP/24/ND/CS/0016', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5410, 224, 'IP/24/ND/CS/0016', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5411, 224, 'IP/24/ND/CS/0016', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:28pm'),
(5412, 277, 'IP/24/ND/B/0026', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:32pm'),
(5413, 277, 'IP/24/ND/B/0026', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:32pm'),
(5414, 277, 'IP/24/ND/B/0026', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:32pm'),
(5415, 277, 'IP/24/ND/B/0026', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:32pm'),
(5416, 277, 'IP/24/ND/B/0026', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:32pm'),
(5417, 277, 'IP/24/ND/B/0026', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:32pm'),
(5418, 277, 'IP/24/ND/B/0026', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:32pm'),
(5419, 277, 'IP/24/ND/B/0026', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:32pm'),
(5420, 280, 'IP/24/ND/B/0024', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:44pm'),
(5421, 280, 'IP/24/ND/B/0024', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:44pm'),
(5422, 280, 'IP/24/ND/B/0024', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:44pm'),
(5423, 280, 'IP/24/ND/B/0024', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:44pm'),
(5424, 280, 'IP/24/ND/B/0024', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:44pm'),
(5425, 280, 'IP/24/ND/B/0024', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:44pm'),
(5426, 280, 'IP/24/ND/B/0024', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:44pm'),
(5427, 280, 'IP/24/ND/B/0024', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:44pm'),
(5428, 280, 'IP/24/ND/B/0024', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:44pm'),
(5429, 280, 'IP/24/ND/B/0024', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:44pm'),
(5430, 280, 'IP/24/ND/B/0024', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:44pm'),
(5431, 285, 'IP/24/ND/B/0052', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:45pm'),
(5432, 285, 'IP/24/ND/B/0052', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:45pm'),
(5433, 285, 'IP/24/ND/B/0052', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:45pm'),
(5434, 285, 'IP/24/ND/B/0052', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:45pm'),
(5435, 285, 'IP/24/ND/B/0052', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:45pm'),
(5436, 285, 'IP/24/ND/B/0052', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:45pm'),
(5437, 285, 'IP/24/ND/B/0052', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:45pm'),
(5438, 285, 'IP/24/ND/B/0052', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:45pm'),
(5439, 216, 'IP/24/ND/B/0008', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:46pm'),
(5440, 216, 'IP/24/ND/B/0008', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:46pm'),
(5441, 216, 'IP/24/ND/B/0008', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:46pm'),
(5442, 216, 'IP/24/ND/B/0008', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:46pm'),
(5443, 216, 'IP/24/ND/B/0008', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:46pm'),
(5444, 216, 'IP/24/ND/B/0008', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:46pm'),
(5445, 216, 'IP/24/ND/B/0008', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:46pm'),
(5446, 216, 'IP/24/ND/B/0008', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:46pm'),
(5447, 216, 'IP/24/ND/B/0008', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:46pm'),
(5448, 216, 'IP/24/ND/B/0008', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:46pm'),
(5449, 216, 'IP/24/ND/B/0008', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:46pm'),
(5450, 221, 'IP/24/ND/B/0035', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:48pm'),
(5451, 221, 'IP/24/ND/B/0035', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:48pm'),
(5452, 221, 'IP/24/ND/B/0035', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:48pm'),
(5453, 221, 'IP/24/ND/B/0035', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:48pm'),
(5454, 221, 'IP/24/ND/B/0035', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:48pm'),
(5455, 221, 'IP/24/ND/B/0035', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:48pm'),
(5456, 221, 'IP/24/ND/B/0035', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:48pm'),
(5457, 221, 'IP/24/ND/B/0035', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:48pm'),
(5458, 221, 'IP/24/ND/B/0035', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:48pm'),
(5459, 221, 'IP/24/ND/B/0035', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:48pm'),
(5460, 221, 'IP/24/ND/B/0035', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 04:48pm'),
(5461, 206, 'IP/24/ND/B/0009', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 06:09pm'),
(5462, 206, 'IP/24/ND/B/0009', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 06:09pm'),
(5463, 206, 'IP/24/ND/B/0009', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 06:09pm'),
(5464, 206, 'IP/24/ND/B/0009', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 06:09pm'),
(5465, 206, 'IP/24/ND/B/0009', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 06:09pm'),
(5466, 206, 'IP/24/ND/B/0009', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 06:09pm'),
(5467, 206, 'IP/24/ND/B/0009', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 06:09pm'),
(5468, 206, 'IP/24/ND/B/0009', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 06:09pm'),
(5469, 206, 'IP/24/ND/B/0009', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 06:09pm'),
(5470, 206, 'IP/24/ND/B/0009', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 06:09pm'),
(5471, 206, 'IP/24/ND/B/0009', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 06:09pm'),
(5472, 193, 'ip/24/nd/b/0043', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 08:53pm'),
(5473, 193, 'ip/24/nd/b/0043', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 08:53pm'),
(5474, 193, 'ip/24/nd/b/0043', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 08:53pm'),
(5475, 193, 'ip/24/nd/b/0043', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 08:53pm'),
(5476, 193, 'ip/24/nd/b/0043', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 08:53pm'),
(5477, 193, 'ip/24/nd/b/0043', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 08:53pm'),
(5478, 193, 'ip/24/nd/b/0043', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 08:53pm'),
(5479, 193, 'ip/24/nd/b/0043', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 08:53pm'),
(5480, 193, 'ip/24/nd/b/0043', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 08:53pm'),
(5481, 193, 'ip/24/nd/b/0043', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 08:53pm'),
(5482, 193, 'ip/24/nd/b/0043', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 08:53pm'),
(5483, 286, 'IP/24/ND/B/0021', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:07pm'),
(5484, 286, 'IP/24/ND/B/0021', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:07pm'),
(5485, 286, 'IP/24/ND/B/0021', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:07pm'),
(5486, 286, 'IP/24/ND/B/0021', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:07pm'),
(5487, 286, 'IP/24/ND/B/0021', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:07pm'),
(5488, 286, 'IP/24/ND/B/0021', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:07pm'),
(5489, 286, 'IP/24/ND/B/0021', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:07pm'),
(5490, 286, 'IP/24/ND/B/0021', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:07pm'),
(5491, 279, 'IP/24/ND/B/0023', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:10pm'),
(5492, 279, 'IP/24/ND/B/0023', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:10pm'),
(5493, 279, 'IP/24/ND/B/0023', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:10pm'),
(5494, 279, 'IP/24/ND/B/0023', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:10pm'),
(5495, 279, 'IP/24/ND/B/0023', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:10pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(5496, 279, 'IP/24/ND/B/0023', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:10pm'),
(5497, 279, 'IP/24/ND/B/0023', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:10pm'),
(5498, 279, 'IP/24/ND/B/0023', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:10pm'),
(5499, 279, 'IP/24/ND/B/0023', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:10pm'),
(5500, 279, 'IP/24/ND/B/0023', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:10pm'),
(5501, 279, 'IP/24/ND/B/0023', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:10pm'),
(5502, 288, 'IP/24/ND/B/0045', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:26pm'),
(5503, 288, 'IP/24/ND/B/0045', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:26pm'),
(5504, 288, 'IP/24/ND/B/0045', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:26pm'),
(5505, 288, 'IP/24/ND/B/0045', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:26pm'),
(5506, 288, 'IP/24/ND/B/0045', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:26pm'),
(5507, 288, 'IP/24/ND/B/0045', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:26pm'),
(5508, 288, 'IP/24/ND/B/0045', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:26pm'),
(5509, 288, 'IP/24/ND/B/0045', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:26pm'),
(5510, 288, 'IP/24/ND/B/0045', 200, 5, 292, 'bam 211', 'principles of management 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Dec 2025, 09:26pm'),
(5511, 273, 'IP/25/ND/B/003', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:33am'),
(5512, 273, 'IP/25/ND/B/003', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:33am'),
(5513, 273, 'IP/25/ND/B/003', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:33am'),
(5514, 273, 'IP/25/ND/B/003', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:33am'),
(5515, 273, 'IP/25/ND/B/003', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:33am'),
(5516, 273, 'IP/25/ND/B/003', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:33am'),
(5517, 273, 'IP/25/ND/B/003', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:33am'),
(5518, 273, 'IP/25/ND/B/003', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:33am'),
(5519, 273, 'IP/25/ND/B/003', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:33am'),
(5520, 273, 'IP/25/ND/B/003', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:33am'),
(5521, 273, 'IP/25/ND/B/003', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:33am'),
(5522, 328, 'IP/25/ND/B/007', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:36am'),
(5523, 328, 'IP/25/ND/B/007', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:36am'),
(5524, 328, 'IP/25/ND/B/007', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:36am'),
(5525, 328, 'IP/25/ND/B/007', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:36am'),
(5526, 328, 'IP/25/ND/B/007', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:36am'),
(5527, 328, 'IP/25/ND/B/007', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:36am'),
(5528, 328, 'IP/25/ND/B/007', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:36am'),
(5529, 328, 'IP/25/ND/B/007', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:36am'),
(5530, 328, 'IP/25/ND/B/007', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:36am'),
(5531, 328, 'IP/25/ND/B/007', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:36am'),
(5532, 328, 'IP/25/ND/B/007', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:36am'),
(5533, 272, 'IP/25/ND/B/001', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:42am'),
(5534, 272, 'IP/25/ND/B/001', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:42am'),
(5535, 272, 'IP/25/ND/B/001', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:42am'),
(5536, 272, 'IP/25/ND/B/001', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:42am'),
(5537, 272, 'IP/25/ND/B/001', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:42am'),
(5538, 272, 'IP/25/ND/B/001', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:42am'),
(5539, 272, 'IP/25/ND/B/001', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:42am'),
(5540, 272, 'IP/25/ND/B/001', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:42am'),
(5541, 272, 'IP/25/ND/B/001', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:42am'),
(5542, 272, 'IP/25/ND/B/001', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:42am'),
(5543, 272, 'IP/25/ND/B/001', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 11:42am'),
(5544, 307, 'IP/24/ND/B/0046', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 12:57pm'),
(5545, 307, 'IP/24/ND/B/0046', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 12:57pm'),
(5546, 307, 'IP/24/ND/B/0046', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 12:57pm'),
(5547, 307, 'IP/24/ND/B/0046', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 12:57pm'),
(5548, 307, 'IP/24/ND/B/0046', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 12:57pm'),
(5549, 307, 'IP/24/ND/B/0046', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 12:57pm'),
(5550, 307, 'IP/24/ND/B/0046', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 12:57pm'),
(5551, 307, 'IP/24/ND/B/0046', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 12:57pm'),
(5552, 334, 'IP/24/ND/B/0035', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:39pm'),
(5553, 334, 'IP/24/ND/B/0035', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:39pm'),
(5554, 334, 'IP/24/ND/B/0035', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:39pm'),
(5555, 334, 'IP/24/ND/B/0035', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:39pm'),
(5556, 334, 'IP/24/ND/B/0035', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:39pm'),
(5557, 334, 'IP/24/ND/B/0035', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:39pm'),
(5558, 334, 'IP/24/ND/B/0035', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:39pm'),
(5559, 334, 'IP/24/ND/B/0035', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:39pm'),
(5560, 281, 'IP/24/ND/B/0011', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:45pm'),
(5561, 281, 'IP/24/ND/B/0011', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:45pm'),
(5562, 281, 'IP/24/ND/B/0011', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:45pm'),
(5563, 281, 'IP/24/ND/B/0011', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:45pm'),
(5564, 281, 'IP/24/ND/B/0011', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:45pm'),
(5565, 281, 'IP/24/ND/B/0011', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:45pm'),
(5566, 281, 'IP/24/ND/B/0011', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:45pm'),
(5567, 281, 'IP/24/ND/B/0011', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:45pm'),
(5568, 329, 'IP/24/ND/B/0027', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5569, 329, 'IP/24/ND/B/0027', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5570, 329, 'IP/24/ND/B/0027', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5571, 329, 'IP/24/ND/B/0027', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5572, 329, 'IP/24/ND/B/0027', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5573, 329, 'IP/24/ND/B/0027', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5574, 329, 'IP/24/ND/B/0027', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5575, 329, 'IP/24/ND/B/0027', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5576, 259, 'IP/25/ND/CS/003', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5577, 259, 'IP/25/ND/CS/003', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5578, 259, 'IP/25/ND/CS/003', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5579, 259, 'IP/25/ND/CS/003', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5580, 259, 'IP/25/ND/CS/003', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5581, 259, 'IP/25/ND/CS/003', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5582, 259, 'IP/25/ND/CS/003', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5583, 259, 'IP/25/ND/CS/003', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5584, 259, 'IP/25/ND/CS/003', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:46pm'),
(5585, 213, 'IP/24/ND/B/0025', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:56pm'),
(5586, 213, 'IP/24/ND/B/0025', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:56pm'),
(5587, 213, 'IP/24/ND/B/0025', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:56pm'),
(5588, 213, 'IP/24/ND/B/0025', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:56pm'),
(5589, 213, 'IP/24/ND/B/0025', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:56pm'),
(5590, 213, 'IP/24/ND/B/0025', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:56pm'),
(5591, 213, 'IP/24/ND/B/0025', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:56pm'),
(5592, 213, 'IP/24/ND/B/0025', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:56pm'),
(5593, 278, 'IP/24/ND/B/0013', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:58pm'),
(5594, 278, 'IP/24/ND/B/0013', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:58pm'),
(5595, 278, 'IP/24/ND/B/0013', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:58pm'),
(5596, 278, 'IP/24/ND/B/0013', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:58pm'),
(5597, 278, 'IP/24/ND/B/0013', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:58pm'),
(5598, 278, 'IP/24/ND/B/0013', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:58pm'),
(5599, 278, 'IP/24/ND/B/0013', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:58pm'),
(5600, 278, 'IP/24/ND/B/0013', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 01:58pm'),
(5601, 287, 'IP/24/ND/B/0028', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:09pm'),
(5602, 287, 'IP/24/ND/B/0028', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:09pm'),
(5603, 287, 'IP/24/ND/B/0028', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:09pm'),
(5604, 287, 'IP/24/ND/B/0028', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:09pm'),
(5605, 287, 'IP/24/ND/B/0028', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:09pm'),
(5606, 287, 'IP/24/ND/B/0028', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:09pm'),
(5607, 287, 'IP/24/ND/B/0028', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:09pm'),
(5608, 287, 'IP/24/ND/B/0028', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:09pm'),
(5609, 268, 'IP/24/ND/B/0007', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:24pm'),
(5610, 268, 'IP/24/ND/B/0007', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:24pm'),
(5611, 268, 'IP/24/ND/B/0007', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:24pm'),
(5612, 268, 'IP/24/ND/B/0007', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:24pm'),
(5613, 268, 'IP/24/ND/B/0007', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:24pm'),
(5614, 268, 'IP/24/ND/B/0007', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:24pm'),
(5615, 268, 'IP/24/ND/B/0007', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:24pm'),
(5616, 268, 'IP/24/ND/B/0007', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 02:24pm'),
(5617, 227, 'IP/24/ND/B/0016', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 03:55pm'),
(5618, 227, 'IP/24/ND/B/0016', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 03:55pm'),
(5619, 227, 'IP/24/ND/B/0016', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 03:55pm'),
(5620, 227, 'IP/24/ND/B/0016', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 03:55pm'),
(5621, 227, 'IP/24/ND/B/0016', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 03:55pm'),
(5622, 227, 'IP/24/ND/B/0016', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 03:55pm'),
(5623, 227, 'IP/24/ND/B/0016', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 03:55pm'),
(5624, 227, 'IP/24/ND/B/0016', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 03:55pm'),
(5625, 227, 'IP/24/ND/B/0016', 200, 5, 292, 'bam 211', 'principles of management 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 03:55pm'),
(5626, 261, 'IP/25/ND/CS/005', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 04:15pm'),
(5627, 261, 'IP/25/ND/CS/005', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 04:15pm'),
(5628, 261, 'IP/25/ND/CS/005', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 04:15pm'),
(5629, 261, 'IP/25/ND/CS/005', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 04:15pm'),
(5630, 261, 'IP/25/ND/CS/005', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 04:15pm'),
(5631, 261, 'IP/25/ND/CS/005', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 04:15pm'),
(5632, 261, 'IP/25/ND/CS/005', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 04:15pm'),
(5633, 261, 'IP/25/ND/CS/005', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 04:15pm'),
(5634, 261, 'IP/25/ND/CS/005', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '10 Dec 2025, 04:15pm'),
(5635, 279, 'IP/24/ND/B/0023', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:20pm'),
(5636, 279, 'IP/24/ND/B/0023', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:20pm'),
(5637, 279, 'IP/24/ND/B/0023', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:20pm'),
(5638, 279, 'IP/24/ND/B/0023', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:20pm'),
(5639, 279, 'IP/24/ND/B/0023', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:20pm'),
(5640, 279, 'IP/24/ND/B/0023', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:20pm'),
(5641, 279, 'IP/24/ND/B/0023', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:20pm'),
(5642, 279, 'IP/24/ND/B/0023', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:20pm'),
(5643, 279, 'IP/24/ND/B/0023', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:20pm'),
(5644, 279, 'IP/24/ND/B/0023', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:20pm'),
(5645, 279, 'IP/24/ND/B/0023', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:20pm'),
(5646, 268, 'IP/24/ND/B/0007', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:44pm'),
(5647, 268, 'IP/24/ND/B/0007', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:44pm'),
(5648, 268, 'IP/24/ND/B/0007', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:44pm'),
(5649, 268, 'IP/24/ND/B/0007', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:44pm'),
(5650, 268, 'IP/24/ND/B/0007', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:44pm'),
(5651, 268, 'IP/24/ND/B/0007', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:44pm'),
(5652, 268, 'IP/24/ND/B/0007', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:44pm'),
(5653, 268, 'IP/24/ND/B/0007', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:44pm'),
(5654, 268, 'IP/24/ND/B/0007', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:44pm'),
(5655, 268, 'IP/24/ND/B/0007', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:44pm'),
(5656, 268, 'IP/24/ND/B/0007', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:44pm'),
(5657, 199, 'IP/24/ND/B/0018', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:49pm'),
(5658, 199, 'IP/24/ND/B/0018', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:49pm'),
(5659, 199, 'IP/24/ND/B/0018', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:49pm'),
(5660, 199, 'IP/24/ND/B/0018', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:49pm'),
(5661, 199, 'IP/24/ND/B/0018', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:49pm'),
(5662, 199, 'IP/24/ND/B/0018', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:49pm'),
(5663, 199, 'IP/24/ND/B/0018', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:49pm'),
(5664, 199, 'IP/24/ND/B/0018', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:49pm'),
(5665, 199, 'IP/24/ND/B/0018', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:49pm'),
(5666, 199, 'IP/24/ND/B/0018', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:49pm'),
(5667, 199, 'IP/24/ND/B/0018', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:49pm'),
(5668, 206, 'IP/24/ND/B/0009', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:56pm'),
(5669, 206, 'IP/24/ND/B/0009', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:56pm'),
(5670, 206, 'IP/24/ND/B/0009', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:56pm'),
(5671, 206, 'IP/24/ND/B/0009', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:56pm'),
(5672, 206, 'IP/24/ND/B/0009', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:56pm'),
(5673, 206, 'IP/24/ND/B/0009', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:56pm'),
(5674, 206, 'IP/24/ND/B/0009', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:56pm'),
(5675, 206, 'IP/24/ND/B/0009', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:56pm'),
(5676, 206, 'IP/24/ND/B/0009', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:56pm'),
(5677, 206, 'IP/24/ND/B/0009', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:56pm'),
(5678, 206, 'IP/24/ND/B/0009', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 12:56pm'),
(5679, 217, 'IP/24/ND/B/0010', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:06pm'),
(5680, 217, 'IP/24/ND/B/0010', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:06pm'),
(5681, 217, 'IP/24/ND/B/0010', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:06pm'),
(5682, 217, 'IP/24/ND/B/0010', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:06pm'),
(5683, 217, 'IP/24/ND/B/0010', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:06pm'),
(5684, 217, 'IP/24/ND/B/0010', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:06pm'),
(5685, 217, 'IP/24/ND/B/0010', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:06pm'),
(5686, 217, 'IP/24/ND/B/0010', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:06pm'),
(5687, 217, 'IP/24/ND/B/0010', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:06pm'),
(5688, 217, 'IP/24/ND/B/0010', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:06pm'),
(5689, 217, 'IP/24/ND/B/0010', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:06pm'),
(5690, 334, 'IP/24/ND/B/0035', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:07pm'),
(5691, 334, 'IP/24/ND/B/0035', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:07pm'),
(5692, 334, 'IP/24/ND/B/0035', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:07pm'),
(5693, 334, 'IP/24/ND/B/0035', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:07pm'),
(5694, 334, 'IP/24/ND/B/0035', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:07pm'),
(5695, 334, 'IP/24/ND/B/0035', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:07pm'),
(5696, 334, 'IP/24/ND/B/0035', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:07pm'),
(5697, 334, 'IP/24/ND/B/0035', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:07pm'),
(5698, 334, 'IP/24/ND/B/0035', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:07pm'),
(5699, 334, 'IP/24/ND/B/0035', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:07pm'),
(5700, 334, 'IP/24/ND/B/0035', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:07pm'),
(5701, 193, 'ip/24/nd/b/0043', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:11pm'),
(5702, 193, 'ip/24/nd/b/0043', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:11pm'),
(5703, 193, 'ip/24/nd/b/0043', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:11pm'),
(5704, 193, 'ip/24/nd/b/0043', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:11pm'),
(5705, 193, 'ip/24/nd/b/0043', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:11pm'),
(5706, 193, 'ip/24/nd/b/0043', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:11pm'),
(5707, 193, 'ip/24/nd/b/0043', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:11pm'),
(5708, 193, 'ip/24/nd/b/0043', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:11pm'),
(5709, 193, 'ip/24/nd/b/0043', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:11pm'),
(5710, 193, 'ip/24/nd/b/0043', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:11pm'),
(5711, 193, 'ip/24/nd/b/0043', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:11pm'),
(5712, 329, 'IP/24/ND/B/0027', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:20pm'),
(5713, 329, 'IP/24/ND/B/0027', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:20pm'),
(5714, 329, 'IP/24/ND/B/0027', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:20pm'),
(5715, 329, 'IP/24/ND/B/0027', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:20pm'),
(5716, 329, 'IP/24/ND/B/0027', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:20pm'),
(5717, 329, 'IP/24/ND/B/0027', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:20pm'),
(5718, 329, 'IP/24/ND/B/0027', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:20pm'),
(5719, 329, 'IP/24/ND/B/0027', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:20pm'),
(5720, 329, 'IP/24/ND/B/0027', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:20pm'),
(5721, 329, 'IP/24/ND/B/0027', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:20pm'),
(5722, 329, 'IP/24/ND/B/0027', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:20pm'),
(5723, 215, 'IP/24/ND/B/0001', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:21pm'),
(5724, 215, 'IP/24/ND/B/0001', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:21pm'),
(5725, 215, 'IP/24/ND/B/0001', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:21pm'),
(5726, 215, 'IP/24/ND/B/0001', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:21pm'),
(5727, 215, 'IP/24/ND/B/0001', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:21pm'),
(5728, 215, 'IP/24/ND/B/0001', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:21pm'),
(5729, 215, 'IP/24/ND/B/0001', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:21pm'),
(5730, 215, 'IP/24/ND/B/0001', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:21pm'),
(5731, 215, 'IP/24/ND/B/0001', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:21pm'),
(5732, 215, 'IP/24/ND/B/0001', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:21pm'),
(5733, 215, 'IP/24/ND/B/0001', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:21pm'),
(5734, 289, 'IP/24/ND/B/0022', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:27pm'),
(5735, 289, 'IP/24/ND/B/0022', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:27pm'),
(5736, 289, 'IP/24/ND/B/0022', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:27pm'),
(5737, 289, 'IP/24/ND/B/0022', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:27pm'),
(5738, 289, 'IP/24/ND/B/0022', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:27pm'),
(5739, 289, 'IP/24/ND/B/0022', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:27pm'),
(5740, 289, 'IP/24/ND/B/0022', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:27pm'),
(5741, 289, 'IP/24/ND/B/0022', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:27pm'),
(5742, 289, 'IP/24/ND/B/0022', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:27pm'),
(5743, 289, 'IP/24/ND/B/0022', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:27pm'),
(5744, 289, 'IP/24/ND/B/0022', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:27pm'),
(5745, 211, 'IP/24/ND/B/0048', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:35pm'),
(5746, 211, 'IP/24/ND/B/0048', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:35pm'),
(5747, 211, 'IP/24/ND/B/0048', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:35pm'),
(5748, 211, 'IP/24/ND/B/0048', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:35pm'),
(5749, 211, 'IP/24/ND/B/0048', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:35pm'),
(5750, 211, 'IP/24/ND/B/0048', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:35pm'),
(5751, 211, 'IP/24/ND/B/0048', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:35pm'),
(5752, 211, 'IP/24/ND/B/0048', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:35pm'),
(5753, 211, 'IP/24/ND/B/0048', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:35pm'),
(5754, 211, 'IP/24/ND/B/0048', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:35pm'),
(5755, 288, 'IP/24/ND/B/0045', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:42pm'),
(5756, 288, 'IP/24/ND/B/0045', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:42pm'),
(5757, 288, 'IP/24/ND/B/0045', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:42pm'),
(5758, 288, 'IP/24/ND/B/0045', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:42pm'),
(5759, 288, 'IP/24/ND/B/0045', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:42pm'),
(5760, 288, 'IP/24/ND/B/0045', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:42pm'),
(5761, 288, 'IP/24/ND/B/0045', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:42pm'),
(5762, 288, 'IP/24/ND/B/0045', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:42pm'),
(5763, 288, 'IP/24/ND/B/0045', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:42pm'),
(5764, 288, 'IP/24/ND/B/0045', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:42pm'),
(5765, 288, 'IP/24/ND/B/0045', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:42pm'),
(5766, 213, 'IP/24/ND/B/0025', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:48pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(5767, 213, 'IP/24/ND/B/0025', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:48pm'),
(5768, 213, 'IP/24/ND/B/0025', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:48pm'),
(5769, 213, 'IP/24/ND/B/0025', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:48pm'),
(5770, 213, 'IP/24/ND/B/0025', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:48pm'),
(5771, 213, 'IP/24/ND/B/0025', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:48pm'),
(5772, 213, 'IP/24/ND/B/0025', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:48pm'),
(5773, 213, 'IP/24/ND/B/0025', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:48pm'),
(5774, 213, 'IP/24/ND/B/0025', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:48pm'),
(5775, 213, 'IP/24/ND/B/0025', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:48pm'),
(5776, 213, 'IP/24/ND/B/0025', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:48pm'),
(5777, 216, 'IP/24/ND/B/0008', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5778, 216, 'IP/24/ND/B/0008', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5779, 216, 'IP/24/ND/B/0008', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5780, 216, 'IP/24/ND/B/0008', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5781, 216, 'IP/24/ND/B/0008', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5782, 216, 'IP/24/ND/B/0008', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5783, 216, 'IP/24/ND/B/0008', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5784, 216, 'IP/24/ND/B/0008', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5785, 286, 'IP/24/ND/B/0021', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5786, 286, 'IP/24/ND/B/0021', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5787, 286, 'IP/24/ND/B/0021', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5788, 286, 'IP/24/ND/B/0021', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5789, 286, 'IP/24/ND/B/0021', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5790, 286, 'IP/24/ND/B/0021', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5791, 286, 'IP/24/ND/B/0021', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5792, 286, 'IP/24/ND/B/0021', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5793, 286, 'IP/24/ND/B/0021', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5794, 286, 'IP/24/ND/B/0021', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5795, 286, 'IP/24/ND/B/0021', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 01:56pm'),
(5796, 335, 'IP/24/ND/B/0008', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 02:14pm'),
(5797, 335, 'IP/24/ND/B/0008', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 02:14pm'),
(5798, 335, 'IP/24/ND/B/0008', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 02:14pm'),
(5799, 335, 'IP/24/ND/B/0008', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 02:14pm'),
(5800, 335, 'IP/24/ND/B/0008', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 02:14pm'),
(5801, 335, 'IP/24/ND/B/0008', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 02:14pm'),
(5802, 335, 'IP/24/ND/B/0008', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 02:14pm'),
(5803, 335, 'IP/24/ND/B/0008', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 02:14pm'),
(5804, 335, 'IP/24/ND/B/0008', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 02:14pm'),
(5805, 335, 'IP/24/ND/B/0008', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 02:14pm'),
(5806, 214, 'IP/24/ND/B/0012', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 03:32pm'),
(5807, 214, 'IP/24/ND/B/0012', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 03:32pm'),
(5808, 214, 'IP/24/ND/B/0012', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 03:32pm'),
(5809, 214, 'IP/24/ND/B/0012', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 03:32pm'),
(5810, 214, 'IP/24/ND/B/0012', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 03:32pm'),
(5811, 214, 'IP/24/ND/B/0012', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 03:32pm'),
(5812, 214, 'IP/24/ND/B/0012', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 03:32pm'),
(5813, 214, 'IP/24/ND/B/0012', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 03:32pm'),
(5814, 214, 'IP/24/ND/B/0012', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 03:32pm'),
(5815, 214, 'IP/24/ND/B/0012', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 03:32pm'),
(5816, 214, 'IP/24/ND/B/0012', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 03:32pm'),
(5817, 194, 'IP/24/ND/CS/0011', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:00pm'),
(5818, 194, 'IP/24/ND/CS/0011', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:00pm'),
(5819, 194, 'IP/24/ND/CS/0011', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:00pm'),
(5820, 194, 'IP/24/ND/CS/0011', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:00pm'),
(5821, 194, 'IP/24/ND/CS/0011', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:00pm'),
(5822, 194, 'IP/24/ND/CS/0011', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:00pm'),
(5823, 194, 'IP/24/ND/CS/0011', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:00pm'),
(5824, 194, 'IP/24/ND/CS/0011', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:00pm'),
(5825, 194, 'IP/24/ND/CS/0011', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:00pm'),
(5826, 283, 'IP/24/ND/B/0041', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:39pm'),
(5827, 283, 'IP/24/ND/B/0041', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:39pm'),
(5828, 283, 'IP/24/ND/B/0041', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:39pm'),
(5829, 283, 'IP/24/ND/B/0041', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:39pm'),
(5830, 283, 'IP/24/ND/B/0041', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:39pm'),
(5831, 283, 'IP/24/ND/B/0041', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:39pm'),
(5832, 283, 'IP/24/ND/B/0041', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:39pm'),
(5833, 283, 'IP/24/ND/B/0041', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:39pm'),
(5834, 283, 'IP/24/ND/B/0041', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:39pm'),
(5835, 283, 'IP/24/ND/B/0041', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:39pm'),
(5836, 283, 'IP/24/ND/B/0041', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '11 Dec 2025, 04:39pm'),
(5837, 217, 'IP/24/ND/B/0010', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 04:53pm'),
(5838, 217, 'IP/24/ND/B/0010', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 04:53pm'),
(5839, 217, 'IP/24/ND/B/0010', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 04:53pm'),
(5840, 217, 'IP/24/ND/B/0010', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 04:53pm'),
(5841, 217, 'IP/24/ND/B/0010', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 04:53pm'),
(5842, 217, 'IP/24/ND/B/0010', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 04:53pm'),
(5843, 217, 'IP/24/ND/B/0010', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 04:53pm'),
(5844, 217, 'IP/24/ND/B/0010', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 04:53pm'),
(5845, 217, 'IP/24/ND/B/0010', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 04:53pm'),
(5846, 279, 'IP/24/ND/B/0023', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:12pm'),
(5847, 279, 'IP/24/ND/B/0023', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:12pm'),
(5848, 279, 'IP/24/ND/B/0023', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:12pm'),
(5849, 279, 'IP/24/ND/B/0023', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:12pm'),
(5850, 279, 'IP/24/ND/B/0023', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:12pm'),
(5851, 279, 'IP/24/ND/B/0023', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:12pm'),
(5852, 279, 'IP/24/ND/B/0023', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:12pm'),
(5853, 279, 'IP/24/ND/B/0023', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:12pm'),
(5854, 279, 'IP/24/ND/B/0023', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:12pm'),
(5855, 227, 'IP/24/ND/B/0016', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:21pm'),
(5856, 227, 'IP/24/ND/B/0016', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:21pm'),
(5857, 227, 'IP/24/ND/B/0016', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:21pm'),
(5858, 227, 'IP/24/ND/B/0016', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:21pm'),
(5859, 227, 'IP/24/ND/B/0016', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:21pm'),
(5860, 227, 'IP/24/ND/B/0016', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:21pm'),
(5861, 227, 'IP/24/ND/B/0016', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:21pm'),
(5862, 227, 'IP/24/ND/B/0016', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:21pm'),
(5863, 227, 'IP/24/ND/B/0016', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:21pm'),
(5864, 206, 'IP/24/ND/B/0009', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:34pm'),
(5865, 206, 'IP/24/ND/B/0009', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:34pm'),
(5866, 206, 'IP/24/ND/B/0009', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:34pm'),
(5867, 206, 'IP/24/ND/B/0009', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:34pm'),
(5868, 206, 'IP/24/ND/B/0009', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:34pm'),
(5869, 206, 'IP/24/ND/B/0009', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:34pm'),
(5870, 206, 'IP/24/ND/B/0009', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:34pm'),
(5871, 206, 'IP/24/ND/B/0009', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:34pm'),
(5872, 206, 'IP/24/ND/B/0009', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:34pm'),
(5873, 268, 'IP/24/ND/B/0007', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:38pm'),
(5874, 268, 'IP/24/ND/B/0007', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:38pm'),
(5875, 268, 'IP/24/ND/B/0007', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:38pm'),
(5876, 268, 'IP/24/ND/B/0007', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:38pm'),
(5877, 268, 'IP/24/ND/B/0007', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:38pm'),
(5878, 268, 'IP/24/ND/B/0007', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:38pm'),
(5879, 268, 'IP/24/ND/B/0007', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:38pm'),
(5880, 268, 'IP/24/ND/B/0007', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:38pm'),
(5881, 268, 'IP/24/ND/B/0007', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:38pm'),
(5882, 211, 'IP/24/ND/B/0048', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:43pm'),
(5883, 211, 'IP/24/ND/B/0048', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:43pm'),
(5884, 211, 'IP/24/ND/B/0048', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:43pm'),
(5885, 211, 'IP/24/ND/B/0048', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:43pm'),
(5886, 211, 'IP/24/ND/B/0048', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:43pm'),
(5887, 211, 'IP/24/ND/B/0048', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:43pm'),
(5888, 211, 'IP/24/ND/B/0048', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 05:43pm'),
(5889, 281, 'IP/24/ND/B/0011', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 07:26pm'),
(5890, 281, 'IP/24/ND/B/0011', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 07:26pm'),
(5891, 281, 'IP/24/ND/B/0011', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 07:26pm'),
(5892, 281, 'IP/24/ND/B/0011', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 07:26pm'),
(5893, 281, 'IP/24/ND/B/0011', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 07:26pm'),
(5894, 281, 'IP/24/ND/B/0011', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 07:26pm'),
(5895, 281, 'IP/24/ND/B/0011', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 07:26pm'),
(5896, 281, 'IP/24/ND/B/0011', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 07:26pm'),
(5897, 281, 'IP/24/ND/B/0011', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Dec 2025, 07:26pm'),
(5898, 199, 'IP/24/ND/B/0018', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 12:31pm'),
(5899, 199, 'IP/24/ND/B/0018', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 12:31pm'),
(5900, 199, 'IP/24/ND/B/0018', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 12:31pm'),
(5901, 199, 'IP/24/ND/B/0018', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 12:31pm'),
(5902, 199, 'IP/24/ND/B/0018', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 12:31pm'),
(5903, 199, 'IP/24/ND/B/0018', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 12:31pm'),
(5904, 199, 'IP/24/ND/B/0018', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 12:31pm'),
(5905, 199, 'IP/24/ND/B/0018', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 12:31pm'),
(5906, 199, 'IP/24/ND/B/0018', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 12:31pm'),
(5907, 334, 'IP/24/ND/B/0035', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:00pm'),
(5908, 334, 'IP/24/ND/B/0035', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:00pm'),
(5909, 334, 'IP/24/ND/B/0035', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:00pm'),
(5910, 334, 'IP/24/ND/B/0035', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:00pm'),
(5911, 334, 'IP/24/ND/B/0035', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:00pm'),
(5912, 334, 'IP/24/ND/B/0035', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:00pm'),
(5913, 334, 'IP/24/ND/B/0035', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:00pm'),
(5914, 334, 'IP/24/ND/B/0035', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:00pm'),
(5915, 334, 'IP/24/ND/B/0035', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:00pm'),
(5916, 335, 'IP/24/ND/B/0008', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:16pm'),
(5917, 335, 'IP/24/ND/B/0008', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:16pm'),
(5918, 335, 'IP/24/ND/B/0008', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:16pm'),
(5919, 335, 'IP/24/ND/B/0008', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:16pm'),
(5920, 335, 'IP/24/ND/B/0008', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:16pm'),
(5921, 335, 'IP/24/ND/B/0008', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:16pm'),
(5922, 335, 'IP/24/ND/B/0008', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:16pm'),
(5923, 335, 'IP/24/ND/B/0008', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:16pm'),
(5924, 335, 'IP/24/ND/B/0008', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:16pm'),
(5925, 283, 'IP/24/ND/B/0041', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:24pm'),
(5926, 283, 'IP/24/ND/B/0041', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:24pm'),
(5927, 283, 'IP/24/ND/B/0041', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:24pm'),
(5928, 283, 'IP/24/ND/B/0041', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:24pm'),
(5929, 283, 'IP/24/ND/B/0041', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:24pm'),
(5930, 283, 'IP/24/ND/B/0041', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:24pm'),
(5931, 283, 'IP/24/ND/B/0041', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:24pm'),
(5932, 283, 'IP/24/ND/B/0041', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:24pm'),
(5933, 283, 'IP/24/ND/B/0041', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 01:24pm'),
(5934, 329, 'IP/24/ND/B/0027', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 02:35pm'),
(5935, 329, 'IP/24/ND/B/0027', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 02:35pm'),
(5936, 329, 'IP/24/ND/B/0027', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 02:35pm'),
(5937, 329, 'IP/24/ND/B/0027', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 02:35pm'),
(5938, 329, 'IP/24/ND/B/0027', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 02:35pm'),
(5939, 329, 'IP/24/ND/B/0027', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 02:35pm'),
(5940, 329, 'IP/24/ND/B/0027', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 02:35pm'),
(5941, 329, 'IP/24/ND/B/0027', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 02:35pm'),
(5942, 329, 'IP/24/ND/B/0027', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '12 Dec 2025, 02:35pm'),
(5943, 330, 'IP/24/ND/E/0001', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5944, 330, 'IP/24/ND/E/0001', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5945, 330, 'IP/24/ND/E/0001', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5946, 330, 'IP/24/ND/E/0001', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5947, 330, 'IP/24/ND/E/0001', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5948, 330, 'IP/24/ND/E/0001', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5949, 330, 'IP/24/ND/E/0001', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5950, 330, 'IP/24/ND/E/0001', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5951, 330, 'IP/24/ND/E/0001', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5952, 330, 'IP/24/ND/E/0001', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5953, 330, 'IP/24/ND/E/0001', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5954, 330, 'IP/24/ND/E/0001', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5955, 239, 'IP/24/ND/E/0006', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5956, 239, 'IP/24/ND/E/0006', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5957, 239, 'IP/24/ND/E/0006', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5958, 239, 'IP/24/ND/E/0006', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5959, 239, 'IP/24/ND/E/0006', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5960, 239, 'IP/24/ND/E/0006', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5961, 239, 'IP/24/ND/E/0006', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5962, 239, 'IP/24/ND/E/0006', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5963, 239, 'IP/24/ND/E/0006', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5964, 239, 'IP/24/ND/E/0006', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5965, 239, 'IP/24/ND/E/0006', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5966, 239, 'IP/24/ND/E/0006', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:31pm'),
(5967, 237, 'IP/24/ND/E/0009', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:32pm'),
(5968, 237, 'IP/24/ND/E/0009', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:32pm'),
(5969, 237, 'IP/24/ND/E/0009', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:32pm'),
(5970, 237, 'IP/24/ND/E/0009', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:32pm'),
(5971, 237, 'IP/24/ND/E/0009', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:32pm'),
(5972, 237, 'IP/24/ND/E/0009', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:32pm'),
(5973, 237, 'IP/24/ND/E/0009', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:32pm'),
(5974, 237, 'IP/24/ND/E/0009', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:32pm'),
(5975, 237, 'IP/24/ND/E/0009', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:32pm'),
(5976, 237, 'IP/24/ND/E/0009', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:32pm'),
(5977, 237, 'IP/24/ND/E/0009', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:32pm'),
(5978, 237, 'IP/24/ND/E/0009', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:32pm'),
(5979, 233, 'IP/24/ND/E/0004', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:33pm'),
(5980, 233, 'IP/24/ND/E/0004', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:33pm'),
(5981, 233, 'IP/24/ND/E/0004', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:33pm'),
(5982, 233, 'IP/24/ND/E/0004', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:33pm'),
(5983, 233, 'IP/24/ND/E/0004', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:33pm'),
(5984, 233, 'IP/24/ND/E/0004', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:33pm'),
(5985, 233, 'IP/24/ND/E/0004', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:33pm'),
(5986, 233, 'IP/24/ND/E/0004', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:33pm'),
(5987, 233, 'IP/24/ND/E/0004', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:33pm'),
(5988, 233, 'IP/24/ND/E/0004', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:33pm'),
(5989, 233, 'IP/24/ND/E/0004', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:33pm'),
(5990, 233, 'IP/24/ND/E/0004', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:33pm'),
(5991, 238, 'IP/24/ND/E/0010', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:40pm'),
(5992, 238, 'IP/24/ND/E/0010', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:40pm'),
(5993, 238, 'IP/24/ND/E/0010', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:40pm'),
(5994, 238, 'IP/24/ND/E/0010', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:40pm'),
(5995, 238, 'IP/24/ND/E/0010', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:40pm'),
(5996, 238, 'IP/24/ND/E/0010', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:40pm'),
(5997, 238, 'IP/24/ND/E/0010', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:40pm'),
(5998, 238, 'IP/24/ND/E/0010', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:40pm'),
(5999, 238, 'IP/24/ND/E/0010', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:40pm'),
(6000, 238, 'IP/24/ND/E/0010', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:40pm'),
(6001, 238, 'IP/24/ND/E/0010', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:40pm'),
(6002, 238, 'IP/24/ND/E/0010', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:40pm'),
(6003, 234, 'IP/24/ND/E/0005', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:42pm'),
(6004, 234, 'IP/24/ND/E/0005', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:42pm'),
(6005, 234, 'IP/24/ND/E/0005', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:42pm'),
(6006, 234, 'IP/24/ND/E/0005', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:42pm'),
(6007, 234, 'IP/24/ND/E/0005', 100, 9, 205, 'lib 101', 'library science', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:42pm'),
(6008, 234, 'IP/24/ND/E/0005', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:42pm'),
(6009, 234, 'IP/24/ND/E/0005', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:42pm'),
(6010, 234, 'IP/24/ND/E/0005', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:42pm'),
(6011, 234, 'IP/24/ND/E/0005', 100, 9, 117, 'lib 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:42pm'),
(6012, 234, 'IP/24/ND/E/0005', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:42pm'),
(6013, 234, 'IP/24/ND/E/0005', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:42pm'),
(6014, 234, 'IP/24/ND/E/0005', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 02:42pm'),
(6015, 233, 'IP/24/ND/E/0004', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:43pm'),
(6016, 233, 'IP/24/ND/E/0004', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:43pm'),
(6017, 233, 'IP/24/ND/E/0004', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:43pm'),
(6018, 233, 'IP/24/ND/E/0004', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:43pm'),
(6019, 233, 'IP/24/ND/E/0004', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:43pm'),
(6020, 233, 'IP/24/ND/E/0004', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:43pm'),
(6021, 233, 'IP/24/ND/E/0004', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:43pm'),
(6022, 233, 'IP/24/ND/E/0004', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:43pm'),
(6023, 233, 'IP/24/ND/E/0004', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:43pm'),
(6024, 233, 'IP/24/ND/E/0004', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:43pm'),
(6025, 233, 'IP/24/ND/E/0004', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:43pm'),
(6026, 233, 'IP/24/ND/E/0004', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:43pm'),
(6027, 238, 'IP/24/ND/E/0010', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6028, 238, 'IP/24/ND/E/0010', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6029, 238, 'IP/24/ND/E/0010', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6030, 238, 'IP/24/ND/E/0010', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6031, 238, 'IP/24/ND/E/0010', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6032, 238, 'IP/24/ND/E/0010', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6033, 238, 'IP/24/ND/E/0010', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(6034, 238, 'IP/24/ND/E/0010', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6035, 238, 'IP/24/ND/E/0010', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6036, 238, 'IP/24/ND/E/0010', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6037, 238, 'IP/24/ND/E/0010', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6038, 238, 'IP/24/ND/E/0010', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6039, 239, 'IP/24/ND/E/0006', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6040, 239, 'IP/24/ND/E/0006', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6041, 239, 'IP/24/ND/E/0006', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6042, 239, 'IP/24/ND/E/0006', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6043, 239, 'IP/24/ND/E/0006', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6044, 239, 'IP/24/ND/E/0006', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6045, 239, 'IP/24/ND/E/0006', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6046, 239, 'IP/24/ND/E/0006', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6047, 239, 'IP/24/ND/E/0006', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6048, 239, 'IP/24/ND/E/0006', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6049, 239, 'IP/24/ND/E/0006', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6050, 239, 'IP/24/ND/E/0006', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6051, 234, 'IP/24/ND/E/0005', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6052, 234, 'IP/24/ND/E/0005', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6053, 234, 'IP/24/ND/E/0005', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6054, 234, 'IP/24/ND/E/0005', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6055, 234, 'IP/24/ND/E/0005', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6056, 234, 'IP/24/ND/E/0005', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6057, 234, 'IP/24/ND/E/0005', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6058, 234, 'IP/24/ND/E/0005', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6059, 234, 'IP/24/ND/E/0005', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6060, 234, 'IP/24/ND/E/0005', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6061, 234, 'IP/24/ND/E/0005', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6062, 234, 'IP/24/ND/E/0005', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6063, 330, 'IP/24/ND/E/0001', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6064, 330, 'IP/24/ND/E/0001', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6065, 330, 'IP/24/ND/E/0001', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6066, 330, 'IP/24/ND/E/0001', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6067, 330, 'IP/24/ND/E/0001', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6068, 330, 'IP/24/ND/E/0001', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6069, 330, 'IP/24/ND/E/0001', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6070, 330, 'IP/24/ND/E/0001', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6071, 330, 'IP/24/ND/E/0001', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6072, 330, 'IP/24/ND/E/0001', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6073, 330, 'IP/24/ND/E/0001', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6074, 330, 'IP/24/ND/E/0001', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:44pm'),
(6075, 237, 'IP/24/ND/E/0009', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:45pm'),
(6076, 237, 'IP/24/ND/E/0009', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:45pm'),
(6077, 237, 'IP/24/ND/E/0009', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:45pm'),
(6078, 237, 'IP/24/ND/E/0009', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:45pm'),
(6079, 237, 'IP/24/ND/E/0009', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:45pm'),
(6080, 237, 'IP/24/ND/E/0009', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:45pm'),
(6081, 237, 'IP/24/ND/E/0009', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:45pm'),
(6082, 237, 'IP/24/ND/E/0009', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:45pm'),
(6083, 237, 'IP/24/ND/E/0009', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:45pm'),
(6084, 237, 'IP/24/ND/E/0009', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:45pm'),
(6085, 237, 'IP/24/ND/E/0009', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:45pm'),
(6086, 237, 'IP/24/ND/E/0009', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Dec 2025, 02:45pm'),
(6087, 233, 'IP/24/ND/E/0004', 200, 9, 128, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6088, 233, 'IP/24/ND/E/0004', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6089, 233, 'IP/24/ND/E/0004', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6090, 233, 'IP/24/ND/E/0004', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6091, 233, 'IP/24/ND/E/0004', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6092, 233, 'IP/24/ND/E/0004', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6093, 233, 'IP/24/ND/E/0004', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6094, 233, 'IP/24/ND/E/0004', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6095, 233, 'IP/24/ND/E/0004', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6096, 233, 'IP/24/ND/E/0004', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6097, 330, 'IP/24/ND/E/0001', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6098, 330, 'IP/24/ND/E/0001', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6099, 330, 'IP/24/ND/E/0001', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6100, 330, 'IP/24/ND/E/0001', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6101, 330, 'IP/24/ND/E/0001', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6102, 330, 'IP/24/ND/E/0001', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6103, 330, 'IP/24/ND/E/0001', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6104, 330, 'IP/24/ND/E/0001', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6105, 330, 'IP/24/ND/E/0001', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6106, 330, 'IP/24/ND/E/0001', 200, 9, 128, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:19pm'),
(6107, 234, 'IP/24/ND/E/0005', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:20pm'),
(6108, 234, 'IP/24/ND/E/0005', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:20pm'),
(6109, 234, 'IP/24/ND/E/0005', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:20pm'),
(6110, 234, 'IP/24/ND/E/0005', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:20pm'),
(6111, 234, 'IP/24/ND/E/0005', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:20pm'),
(6112, 234, 'IP/24/ND/E/0005', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:20pm'),
(6113, 234, 'IP/24/ND/E/0005', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:20pm'),
(6114, 234, 'IP/24/ND/E/0005', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:20pm'),
(6115, 234, 'IP/24/ND/E/0005', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:20pm'),
(6116, 234, 'IP/24/ND/E/0005', 200, 9, 128, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Dec 2025, 03:20pm'),
(6117, 310, 'IP/22/ND/E/S2/0002', 100, 9, 116, 'com 113', 'introduction to programming', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:33am'),
(6118, 310, 'IP/22/ND/E/S2/0002', 100, 9, 114, 'eec 111', 'electrical graphics', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:33am'),
(6119, 310, 'IP/22/ND/E/S2/0002', 100, 9, 112, 'eec 112', 'introduction to computer software', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:33am'),
(6120, 310, 'IP/22/ND/E/S2/0002', 100, 9, 111, 'eec 114', 'report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:33am'),
(6121, 310, 'IP/22/ND/E/S2/0002', 100, 9, 115, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:33am'),
(6122, 310, 'IP/22/ND/E/S2/0002', 100, 9, 113, 'eec 117', 'computer hardware i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:33am'),
(6123, 310, 'IP/22/ND/E/S2/0002', 100, 9, 107, 'gns 101', 'use of english', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:33am'),
(6124, 310, 'IP/22/ND/E/S2/0002', 100, 9, 109, 'mec 111', 'technical drawing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:33am'),
(6125, 310, 'IP/22/ND/E/S2/0002', 100, 9, 110, 'mec 112', 'basic workshop technology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:33am'),
(6126, 310, 'IP/22/ND/E/S2/0002', 100, 9, 108, 'mth112', 'algebra & elementary trigonometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:33am'),
(6127, 310, 'IP/22/ND/E/S2/0002', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:34am'),
(6128, 310, 'IP/22/ND/E/S2/0002', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:34am'),
(6129, 310, 'IP/22/ND/E/S2/0002', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:34am'),
(6130, 310, 'IP/22/ND/E/S2/0002', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:34am'),
(6131, 310, 'IP/22/ND/E/S2/0002', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:34am'),
(6132, 310, 'IP/22/ND/E/S2/0002', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:34am'),
(6133, 310, 'IP/22/ND/E/S2/0002', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:34am'),
(6134, 310, 'IP/22/ND/E/S2/0002', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:34am'),
(6135, 310, 'IP/22/ND/E/S2/0002', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:34am'),
(6136, 310, 'IP/22/ND/E/S2/0002', 100, 9, 130, 'mec 108', 'introduction to thermodynamics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:34am'),
(6137, 310, 'IP/22/ND/E/S2/0002', 100, 9, 131, 'mec 124', 'machine tools technology & practice', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:34am'),
(6138, 310, 'IP/22/ND/E/S2/0002', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:34am'),
(6139, 310, 'IP/22/ND/E/S2/0002', 200, 9, 121, 'eec 232', 'electrical power system ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:35am'),
(6140, 310, 'IP/22/ND/E/S2/0002', 200, 9, 122, 'eec 233', 'electrical machine ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:35am'),
(6141, 310, 'IP/22/ND/E/S2/0002', 200, 9, 123, 'eec 234', 'electronics ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:35am'),
(6142, 310, 'IP/22/ND/E/S2/0002', 200, 9, 124, 'eec 236', 'electrical/electronic instrumentation  ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:35am'),
(6143, 310, 'IP/22/ND/E/S2/0002', 200, 9, 126, 'eec 239', 'electrical circuit theory i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:35am'),
(6144, 310, 'IP/22/ND/E/S2/0002', 200, 9, 125, 'eec 238', 'telecommunication engineering ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:35am'),
(6145, 310, 'IP/22/ND/E/S2/0002', 200, 9, 119, 'gns 204', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:35am'),
(6146, 310, 'IP/22/ND/E/S2/0002', 200, 9, 127, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:35am'),
(6147, 310, 'IP/22/ND/E/S2/0002', 200, 9, 120, 'mth 202', 'logic & linear algebra', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:35am'),
(6148, 310, 'IP/22/ND/E/S2/0002', 200, 9, 128, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '19 Dec 2025, 11:35am'),
(6160, 310, 'IP/22/ND/E/S2/0002', 200, 9, 140, 'mth 122', 'trigonometry & analytical geometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:36am'),
(6159, 310, 'IP/22/ND/E/S2/0002', 200, 9, 146, 'eec 280', 'project', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:36am'),
(6158, 310, 'IP/22/ND/E/S2/0002', 200, 9, 144, 'eec 247', 'computer hardware iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:36am'),
(6157, 310, 'IP/22/ND/E/S2/0002', 200, 9, 143, 'eec 246', 'programmable logic controllers', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:36am'),
(6156, 310, 'IP/22/ND/E/S2/0002', 200, 9, 142, 'eec 244', 'electronics iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:36am'),
(6155, 310, 'IP/22/ND/E/S2/0002', 200, 9, 141, 'eec 242', 'electrical power system iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:36am'),
(6161, 310, 'IP/22/ND/E/S2/0002', 200, 9, 145, 'eec 249', 'electrical circuit theory ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '19 Dec 2025, 11:36am'),
(6162, 337, 'IP/23/ND/B/0038', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:27pm'),
(6163, 337, 'IP/23/ND/B/0038', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:27pm'),
(6164, 337, 'IP/23/ND/B/0038', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:27pm'),
(6165, 337, 'IP/23/ND/B/0038', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:27pm'),
(6166, 337, 'IP/23/ND/B/0038', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:27pm'),
(6167, 337, 'IP/23/ND/B/0038', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:27pm'),
(6168, 337, 'IP/23/ND/B/0038', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:27pm'),
(6169, 337, 'IP/23/ND/B/0038', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:27pm'),
(6170, 337, 'IP/23/ND/B/0038', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:27pm'),
(6171, 337, 'IP/23/ND/B/0038', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:27pm'),
(6172, 337, 'IP/23/ND/B/0038', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:27pm'),
(6173, 337, 'IP/23/ND/B/0038', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:36pm'),
(6174, 337, 'IP/23/ND/B/0038', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:36pm'),
(6175, 337, 'IP/23/ND/B/0038', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:36pm'),
(6176, 337, 'IP/23/ND/B/0038', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:36pm'),
(6177, 337, 'IP/23/ND/B/0038', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:36pm'),
(6178, 337, 'IP/23/ND/B/0038', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:36pm'),
(6179, 337, 'IP/23/ND/B/0038', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:36pm'),
(6180, 337, 'IP/23/ND/B/0038', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:36pm'),
(6181, 337, 'IP/23/ND/B/0038', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:36pm'),
(6182, 337, 'IP/23/ND/B/0038', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:39pm'),
(6183, 337, 'IP/23/ND/B/0038', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:39pm'),
(6184, 337, 'IP/23/ND/B/0038', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:39pm'),
(6185, 337, 'IP/23/ND/B/0038', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:39pm'),
(6186, 337, 'IP/23/ND/B/0038', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:39pm'),
(6187, 337, 'IP/23/ND/B/0038', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:39pm'),
(6188, 337, 'IP/23/ND/B/0038', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:39pm'),
(6189, 337, 'IP/23/ND/B/0038', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '22 Dec 2025, 02:39pm'),
(6190, 337, 'IP/23/ND/B/0038', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:40pm'),
(6191, 337, 'IP/23/ND/B/0038', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:40pm'),
(6192, 337, 'IP/23/ND/B/0038', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:40pm'),
(6193, 337, 'IP/23/ND/B/0038', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:40pm'),
(6194, 337, 'IP/23/ND/B/0038', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:40pm'),
(6195, 337, 'IP/23/ND/B/0038', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:40pm'),
(6196, 337, 'IP/23/ND/B/0038', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '22 Dec 2025, 02:40pm'),
(6197, 301, 'IP/22/ND/CS/0014', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:48am'),
(6198, 301, 'IP/22/ND/CS/0014', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:48am'),
(6199, 301, 'IP/22/ND/CS/0014', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:48am'),
(6200, 301, 'IP/22/ND/CS/0014', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:48am'),
(6201, 301, 'IP/22/ND/CS/0014', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:48am'),
(6202, 301, 'IP/22/ND/CS/0014', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:48am'),
(6203, 301, 'IP/22/ND/CS/0014', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:48am'),
(6204, 301, 'IP/22/ND/CS/0014', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:48am'),
(6205, 301, 'IP/22/ND/CS/0014', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:48am'),
(6206, 301, 'IP/22/ND/CS/0014', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6207, 301, 'IP/22/ND/CS/0014', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6208, 301, 'IP/22/ND/CS/0014', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6209, 301, 'IP/22/ND/CS/0014', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6210, 301, 'IP/22/ND/CS/0014', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6211, 301, 'IP/22/ND/CS/0014', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6212, 301, 'IP/22/ND/CS/0014', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6213, 301, 'IP/22/ND/CS/0014', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6214, 301, 'IP/22/ND/CS/0014', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6215, 301, 'IP/22/ND/CS/0014', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6216, 301, 'IP/22/ND/CS/0014', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6217, 301, 'IP/22/ND/CS/0014', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6218, 301, 'IP/22/ND/CS/0014', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6219, 301, 'IP/22/ND/CS/0014', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6220, 301, 'IP/22/ND/CS/0014', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6221, 301, 'IP/22/ND/CS/0014', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6222, 301, 'IP/22/ND/CS/0014', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6223, 301, 'IP/22/ND/CS/0014', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6224, 301, 'IP/22/ND/CS/0014', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Dec 2025, 10:49am'),
(6225, 301, 'IP/22/ND/CS/0014', 200, 7, 274, 'com 221', 'basic computer networking', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:50am'),
(6226, 301, 'IP/22/ND/CS/0014', 200, 7, 275, 'com 222', 'seminar on computer and society', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:50am'),
(6227, 301, 'IP/22/ND/CS/0014', 200, 7, 276, 'com 223', 'basic hardware maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:50am'),
(6228, 301, 'IP/22/ND/CS/0014', 200, 7, 277, 'com 224', 'management information system', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:50am'),
(6229, 301, 'IP/22/ND/CS/0014', 200, 7, 278, 'com 225', 'web technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:50am'),
(6230, 301, 'IP/22/ND/CS/0014', 200, 7, 279, 'com 226', 'file organisation and management', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:50am'),
(6231, 301, 'IP/22/ND/CS/0014', 200, 7, 281, 'com 227', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:50am'),
(6232, 301, 'IP/22/ND/CS/0014', 200, 7, 280, 'gns 204', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Dec 2025, 10:50am'),
(6233, 337, 'IP/23/ND/B/0038', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:35pm'),
(6234, 337, 'IP/23/ND/B/0038', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:35pm'),
(6235, 337, 'IP/23/ND/B/0038', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:35pm'),
(6236, 337, 'IP/23/ND/B/0038', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:35pm'),
(6237, 337, 'IP/23/ND/B/0038', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:35pm'),
(6238, 337, 'IP/23/ND/B/0038', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:35pm'),
(6239, 337, 'IP/23/ND/B/0038', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:35pm'),
(6240, 337, 'IP/23/ND/B/0038', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:35pm'),
(6241, 337, 'IP/23/ND/B/0038', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:35pm'),
(6242, 337, 'IP/23/ND/B/0038', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:35pm'),
(6243, 337, 'IP/23/ND/B/0038', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:35pm'),
(6244, 337, 'IP/23/ND/B/0038', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:45pm'),
(6245, 337, 'IP/23/ND/B/0038', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:45pm'),
(6246, 337, 'IP/23/ND/B/0038', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:45pm'),
(6247, 337, 'IP/23/ND/B/0038', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:45pm'),
(6248, 337, 'IP/23/ND/B/0038', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:45pm'),
(6249, 337, 'IP/23/ND/B/0038', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:45pm'),
(6250, 337, 'IP/23/ND/B/0038', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:45pm'),
(6251, 337, 'IP/23/ND/B/0038', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:45pm'),
(6252, 337, 'IP/23/ND/B/0038', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:45pm'),
(6253, 337, 'IP/23/ND/B/0038', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:46pm'),
(6254, 337, 'IP/23/ND/B/0038', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:46pm'),
(6255, 337, 'IP/23/ND/B/0038', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:46pm'),
(6256, 337, 'IP/23/ND/B/0038', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:46pm'),
(6257, 337, 'IP/23/ND/B/0038', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:46pm'),
(6258, 337, 'IP/23/ND/B/0038', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:46pm'),
(6259, 337, 'IP/23/ND/B/0038', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:46pm'),
(6260, 337, 'IP/23/ND/B/0038', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '09 Jan 2026, 12:46pm'),
(6261, 337, 'IP/23/ND/B/0038', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:47pm'),
(6262, 337, 'IP/23/ND/B/0038', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:47pm'),
(6263, 337, 'IP/23/ND/B/0038', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:47pm'),
(6264, 337, 'IP/23/ND/B/0038', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:47pm'),
(6265, 337, 'IP/23/ND/B/0038', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:47pm'),
(6266, 337, 'IP/23/ND/B/0038', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:47pm'),
(6267, 337, 'IP/23/ND/B/0038', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Jan 2026, 12:47pm'),
(6268, 293, 'IP/22/ND/B/20024', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:41pm'),
(6269, 293, 'IP/22/ND/B/20024', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:41pm'),
(6270, 293, 'IP/22/ND/B/20024', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:41pm'),
(6271, 293, 'IP/22/ND/B/20024', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:41pm'),
(6272, 293, 'IP/22/ND/B/20024', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:41pm'),
(6273, 293, 'IP/22/ND/B/20024', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:41pm'),
(6274, 293, 'IP/22/ND/B/20024', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:41pm'),
(6275, 293, 'IP/22/ND/B/20024', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:41pm'),
(6276, 293, 'IP/22/ND/B/20024', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:41pm'),
(6277, 293, 'IP/22/ND/B/20024', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:41pm'),
(6278, 293, 'IP/22/ND/B/20024', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:41pm'),
(6279, 293, 'IP/22/ND/B/20024', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:42pm'),
(6280, 293, 'IP/22/ND/B/20024', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:42pm'),
(6281, 293, 'IP/22/ND/B/20024', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:42pm'),
(6282, 293, 'IP/22/ND/B/20024', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:42pm'),
(6283, 293, 'IP/22/ND/B/20024', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:42pm'),
(6284, 293, 'IP/22/ND/B/20024', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:42pm'),
(6285, 293, 'IP/22/ND/B/20024', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:42pm'),
(6286, 293, 'IP/22/ND/B/20024', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:42pm'),
(6287, 293, 'IP/22/ND/B/20024', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:42pm'),
(6288, 293, 'IP/22/ND/B/20024', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:43pm'),
(6289, 293, 'IP/22/ND/B/20024', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:43pm'),
(6290, 293, 'IP/22/ND/B/20024', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:43pm'),
(6291, 293, 'IP/22/ND/B/20024', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:43pm'),
(6292, 293, 'IP/22/ND/B/20024', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:43pm'),
(6293, 293, 'IP/22/ND/B/20024', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:43pm'),
(6294, 293, 'IP/22/ND/B/20024', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:43pm'),
(6295, 293, 'IP/22/ND/B/20024', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '15 Jan 2026, 04:43pm'),
(6296, 293, 'IP/22/ND/B/20024', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:43pm'),
(6297, 293, 'IP/22/ND/B/20024', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:43pm'),
(6298, 293, 'IP/22/ND/B/20024', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:43pm'),
(6299, 293, 'IP/22/ND/B/20024', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:43pm'),
(6300, 293, 'IP/22/ND/B/20024', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:43pm'),
(6301, 293, 'IP/22/ND/B/20024', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:43pm'),
(6302, 293, 'IP/22/ND/B/20024', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '15 Jan 2026, 04:43pm'),
(6303, 343, 'IP/23/ND/B/S1/0013', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:12pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(6304, 343, 'IP/23/ND/B/S1/0013', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:12pm'),
(6305, 343, 'IP/23/ND/B/S1/0013', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:12pm'),
(6306, 343, 'IP/23/ND/B/S1/0013', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:12pm'),
(6307, 343, 'IP/23/ND/B/S1/0013', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:12pm'),
(6308, 343, 'IP/23/ND/B/S1/0013', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:12pm'),
(6309, 343, 'IP/23/ND/B/S1/0013', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:12pm'),
(6310, 343, 'IP/23/ND/B/S1/0013', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:12pm'),
(6311, 343, 'IP/23/ND/B/S1/0013', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:12pm'),
(6312, 343, 'IP/23/ND/B/S1/0013', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:12pm'),
(6313, 343, 'IP/23/ND/B/S1/0013', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:12pm'),
(6314, 342, 'IP/23/ND/B/S1/0012', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:13pm'),
(6315, 342, 'IP/23/ND/B/S1/0012', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:13pm'),
(6316, 342, 'IP/23/ND/B/S1/0012', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:13pm'),
(6317, 342, 'IP/23/ND/B/S1/0012', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:13pm'),
(6318, 342, 'IP/23/ND/B/S1/0012', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:13pm'),
(6319, 342, 'IP/23/ND/B/S1/0012', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:13pm'),
(6320, 342, 'IP/23/ND/B/S1/0012', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:13pm'),
(6321, 342, 'IP/23/ND/B/S1/0012', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:13pm'),
(6322, 342, 'IP/23/ND/B/S1/0012', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:13pm'),
(6323, 342, 'IP/23/ND/B/S1/0012', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:13pm'),
(6324, 342, 'IP/23/ND/B/S1/0012', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:13pm'),
(6325, 342, 'IP/23/ND/B/S1/0012', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:14pm'),
(6326, 342, 'IP/23/ND/B/S1/0012', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:14pm'),
(6327, 342, 'IP/23/ND/B/S1/0012', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:14pm'),
(6328, 342, 'IP/23/ND/B/S1/0012', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:14pm'),
(6329, 342, 'IP/23/ND/B/S1/0012', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:14pm'),
(6330, 342, 'IP/23/ND/B/S1/0012', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:14pm'),
(6331, 342, 'IP/23/ND/B/S1/0012', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:14pm'),
(6332, 342, 'IP/23/ND/B/S1/0012', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:14pm'),
(6333, 342, 'IP/23/ND/B/S1/0012', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:14pm'),
(6334, 343, 'IP/23/ND/B/S1/0013', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:16pm'),
(6335, 343, 'IP/23/ND/B/S1/0013', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:16pm'),
(6336, 343, 'IP/23/ND/B/S1/0013', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:16pm'),
(6337, 343, 'IP/23/ND/B/S1/0013', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:16pm'),
(6338, 343, 'IP/23/ND/B/S1/0013', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:16pm'),
(6339, 343, 'IP/23/ND/B/S1/0013', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:16pm'),
(6340, 343, 'IP/23/ND/B/S1/0013', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:16pm'),
(6341, 343, 'IP/23/ND/B/S1/0013', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:16pm'),
(6342, 343, 'IP/23/ND/B/S1/0013', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:16pm'),
(6343, 342, 'IP/23/ND/B/S1/0012', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6344, 342, 'IP/23/ND/B/S1/0012', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6345, 342, 'IP/23/ND/B/S1/0012', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6346, 342, 'IP/23/ND/B/S1/0012', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6347, 342, 'IP/23/ND/B/S1/0012', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6348, 342, 'IP/23/ND/B/S1/0012', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6349, 342, 'IP/23/ND/B/S1/0012', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6350, 336, 'IP/24/ND/B/S1/0013', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6351, 336, 'IP/24/ND/B/S1/0013', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6352, 336, 'IP/24/ND/B/S1/0013', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6353, 336, 'IP/24/ND/B/S1/0013', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6354, 336, 'IP/24/ND/B/S1/0013', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6355, 336, 'IP/24/ND/B/S1/0013', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6356, 336, 'IP/24/ND/B/S1/0013', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6357, 336, 'IP/24/ND/B/S1/0013', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6358, 336, 'IP/24/ND/B/S1/0013', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:20pm'),
(6359, 343, 'IP/23/ND/B/S1/0013', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6360, 343, 'IP/23/ND/B/S1/0013', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6361, 343, 'IP/23/ND/B/S1/0013', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6362, 343, 'IP/23/ND/B/S1/0013', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6363, 343, 'IP/23/ND/B/S1/0013', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6364, 343, 'IP/23/ND/B/S1/0013', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6365, 343, 'IP/23/ND/B/S1/0013', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6366, 343, 'IP/23/ND/B/S1/0013', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6367, 342, 'IP/23/ND/B/S1/0012', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6368, 342, 'IP/23/ND/B/S1/0012', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6369, 342, 'IP/23/ND/B/S1/0012', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6370, 342, 'IP/23/ND/B/S1/0012', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6371, 342, 'IP/23/ND/B/S1/0012', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6372, 342, 'IP/23/ND/B/S1/0012', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6373, 342, 'IP/23/ND/B/S1/0012', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6374, 342, 'IP/23/ND/B/S1/0012', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:22pm'),
(6375, 336, 'IP/24/ND/B/S1/0013', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:23pm'),
(6376, 336, 'IP/24/ND/B/S1/0013', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:23pm'),
(6377, 336, 'IP/24/ND/B/S1/0013', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:23pm'),
(6378, 336, 'IP/24/ND/B/S1/0013', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:23pm'),
(6379, 336, 'IP/24/ND/B/S1/0013', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:23pm'),
(6380, 336, 'IP/24/ND/B/S1/0013', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:23pm'),
(6381, 336, 'IP/24/ND/B/S1/0013', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:23pm'),
(6382, 336, 'IP/24/ND/B/S1/0013', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:23pm'),
(6383, 336, 'IP/24/ND/B/S1/0013', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:23pm'),
(6384, 336, 'IP/24/ND/B/S1/0013', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:23pm'),
(6385, 336, 'IP/24/ND/B/S1/0013', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:23pm'),
(6386, 344, 'IP/22/ND/B/S1/0002', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:26pm'),
(6387, 344, 'IP/22/ND/B/S1/0002', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:26pm'),
(6388, 344, 'IP/22/ND/B/S1/0002', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:26pm'),
(6389, 344, 'IP/22/ND/B/S1/0002', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:26pm'),
(6390, 344, 'IP/22/ND/B/S1/0002', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:26pm'),
(6391, 344, 'IP/22/ND/B/S1/0002', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:26pm'),
(6392, 344, 'IP/22/ND/B/S1/0002', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:26pm'),
(6393, 344, 'IP/22/ND/B/S1/0002', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:26pm'),
(6394, 344, 'IP/22/ND/B/S1/0002', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:26pm'),
(6395, 344, 'IP/22/ND/B/S1/0002', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:26pm'),
(6396, 344, 'IP/22/ND/B/S1/0002', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:26pm'),
(6397, 344, 'IP/22/ND/B/S1/0002', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:29pm'),
(6398, 344, 'IP/22/ND/B/S1/0002', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:29pm'),
(6399, 344, 'IP/22/ND/B/S1/0002', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:29pm'),
(6400, 344, 'IP/22/ND/B/S1/0002', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:29pm'),
(6401, 344, 'IP/22/ND/B/S1/0002', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:29pm'),
(6402, 344, 'IP/22/ND/B/S1/0002', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:29pm'),
(6403, 344, 'IP/22/ND/B/S1/0002', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:29pm'),
(6404, 344, 'IP/22/ND/B/S1/0002', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:29pm'),
(6405, 344, 'IP/22/ND/B/S1/0002', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:29pm'),
(6406, 344, 'IP/22/ND/B/S1/0002', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:31pm'),
(6407, 344, 'IP/22/ND/B/S1/0002', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:31pm'),
(6408, 344, 'IP/22/ND/B/S1/0002', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:31pm'),
(6409, 344, 'IP/22/ND/B/S1/0002', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:31pm'),
(6410, 344, 'IP/22/ND/B/S1/0002', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:31pm'),
(6411, 344, 'IP/22/ND/B/S1/0002', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:31pm'),
(6412, 344, 'IP/22/ND/B/S1/0002', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:31pm'),
(6413, 344, 'IP/22/ND/B/S1/0002', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 12:31pm'),
(6414, 344, 'IP/22/ND/B/S1/0002', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:33pm'),
(6415, 344, 'IP/22/ND/B/S1/0002', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:33pm'),
(6416, 344, 'IP/22/ND/B/S1/0002', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:33pm'),
(6417, 344, 'IP/22/ND/B/S1/0002', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:33pm'),
(6418, 344, 'IP/22/ND/B/S1/0002', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:33pm'),
(6419, 344, 'IP/22/ND/B/S1/0002', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:33pm'),
(6420, 344, 'IP/22/ND/B/S1/0002', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:33pm'),
(6421, 343, 'IP/23/ND/B/S1/0013', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:41pm'),
(6422, 343, 'IP/23/ND/B/S1/0013', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:41pm'),
(6423, 343, 'IP/23/ND/B/S1/0013', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:41pm'),
(6424, 343, 'IP/23/ND/B/S1/0013', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:41pm'),
(6425, 343, 'IP/23/ND/B/S1/0013', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:41pm'),
(6426, 343, 'IP/23/ND/B/S1/0013', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:41pm'),
(6427, 343, 'IP/23/ND/B/S1/0013', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:41pm'),
(6428, 343, 'IP/23/ND/B/S1/0013', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:41pm'),
(6429, 343, 'IP/23/ND/B/S1/0013', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 12:41pm'),
(6430, 345, 'IP/23/ND/B/S1/0006', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:21pm'),
(6431, 345, 'IP/23/ND/B/S1/0006', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:21pm'),
(6432, 345, 'IP/23/ND/B/S1/0006', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:21pm'),
(6433, 345, 'IP/23/ND/B/S1/0006', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:21pm'),
(6434, 345, 'IP/23/ND/B/S1/0006', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:21pm'),
(6435, 345, 'IP/23/ND/B/S1/0006', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:21pm'),
(6436, 345, 'IP/23/ND/B/S1/0006', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:21pm'),
(6437, 345, 'IP/23/ND/B/S1/0006', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:21pm'),
(6438, 345, 'IP/23/ND/B/S1/0006', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:21pm'),
(6439, 345, 'IP/23/ND/B/S1/0006', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:21pm'),
(6440, 345, 'IP/23/ND/B/S1/0006', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:21pm'),
(6441, 345, 'IP/23/ND/B/S1/0006', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:22pm'),
(6442, 345, 'IP/23/ND/B/S1/0006', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:22pm'),
(6443, 345, 'IP/23/ND/B/S1/0006', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:22pm'),
(6444, 345, 'IP/23/ND/B/S1/0006', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:22pm'),
(6445, 345, 'IP/23/ND/B/S1/0006', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:22pm'),
(6446, 345, 'IP/23/ND/B/S1/0006', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:22pm'),
(6447, 345, 'IP/23/ND/B/S1/0006', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:22pm'),
(6448, 345, 'IP/23/ND/B/S1/0006', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:22pm'),
(6449, 345, 'IP/23/ND/B/S1/0006', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:22pm'),
(6450, 345, 'IP/23/ND/B/S1/0006', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:23pm'),
(6451, 345, 'IP/23/ND/B/S1/0006', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:23pm'),
(6452, 345, 'IP/23/ND/B/S1/0006', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:23pm'),
(6453, 345, 'IP/23/ND/B/S1/0006', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:23pm'),
(6454, 345, 'IP/23/ND/B/S1/0006', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:23pm'),
(6455, 345, 'IP/23/ND/B/S1/0006', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:23pm'),
(6456, 345, 'IP/23/ND/B/S1/0006', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:23pm'),
(6457, 345, 'IP/23/ND/B/S1/0006', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '16 Jan 2026, 03:23pm'),
(6458, 345, 'IP/23/ND/B/S1/0006', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:24pm'),
(6459, 345, 'IP/23/ND/B/S1/0006', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:24pm'),
(6460, 345, 'IP/23/ND/B/S1/0006', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:24pm'),
(6461, 345, 'IP/23/ND/B/S1/0006', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:24pm'),
(6462, 345, 'IP/23/ND/B/S1/0006', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:24pm'),
(6463, 345, 'IP/23/ND/B/S1/0006', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:24pm'),
(6464, 345, 'IP/23/ND/B/S1/0006', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '16 Jan 2026, 03:24pm'),
(6465, 346, 'IP/22/ND/B/20033', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:37pm'),
(6466, 346, 'IP/22/ND/B/20033', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:37pm'),
(6467, 346, 'IP/22/ND/B/20033', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:37pm'),
(6468, 346, 'IP/22/ND/B/20033', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:37pm'),
(6469, 346, 'IP/22/ND/B/20033', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:37pm'),
(6470, 346, 'IP/22/ND/B/20033', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:37pm'),
(6471, 346, 'IP/22/ND/B/20033', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:37pm'),
(6472, 346, 'IP/22/ND/B/20033', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:37pm'),
(6473, 346, 'IP/22/ND/B/20033', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:37pm'),
(6474, 346, 'IP/22/ND/B/20033', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:37pm'),
(6475, 346, 'IP/22/ND/B/20033', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:37pm'),
(6476, 346, 'IP/22/ND/B/20033', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:41pm'),
(6477, 346, 'IP/22/ND/B/20033', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:41pm'),
(6478, 346, 'IP/22/ND/B/20033', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:41pm'),
(6479, 346, 'IP/22/ND/B/20033', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:41pm'),
(6480, 346, 'IP/22/ND/B/20033', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:41pm'),
(6481, 346, 'IP/22/ND/B/20033', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:41pm'),
(6482, 346, 'IP/22/ND/B/20033', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:41pm'),
(6483, 346, 'IP/22/ND/B/20033', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:41pm'),
(6484, 346, 'IP/22/ND/B/20033', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:41pm'),
(6485, 346, 'IP/22/ND/B/20033', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:42pm'),
(6486, 346, 'IP/22/ND/B/20033', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:42pm'),
(6487, 346, 'IP/22/ND/B/20033', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:42pm'),
(6488, 346, 'IP/22/ND/B/20033', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:42pm'),
(6489, 346, 'IP/22/ND/B/20033', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:42pm'),
(6490, 346, 'IP/22/ND/B/20033', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:42pm'),
(6491, 346, 'IP/22/ND/B/20033', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:42pm'),
(6492, 346, 'IP/22/ND/B/20033', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '20 Jan 2026, 02:42pm'),
(6493, 346, 'IP/22/ND/B/20033', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:43pm'),
(6494, 346, 'IP/22/ND/B/20033', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:43pm'),
(6495, 346, 'IP/22/ND/B/20033', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:43pm'),
(6496, 346, 'IP/22/ND/B/20033', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:43pm'),
(6497, 346, 'IP/22/ND/B/20033', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:43pm'),
(6498, 346, 'IP/22/ND/B/20033', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:43pm'),
(6499, 346, 'IP/22/ND/B/20033', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '20 Jan 2026, 02:43pm'),
(6500, 317, 'IP/23/ND/CE/0007', 100, 6, 199, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 01:31pm'),
(6501, 317, 'IP/23/ND/CE/0007', 100, 6, 66, 'cte 111', 'introduction to computers & information technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 01:31pm'),
(6502, 317, 'IP/23/ND/CE/0007', 100, 6, 67, 'cte 112', 'electrical workshop practice and technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 01:31pm'),
(6503, 317, 'IP/23/ND/CE/0007', 100, 6, 68, 'cte 113', 'computer application packages', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 01:31pm'),
(6504, 317, 'IP/23/ND/CE/0007', 100, 6, 69, 'cte 114', 'internet and web technologies', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 01:31pm'),
(6505, 317, 'IP/23/ND/CE/0007', 100, 6, 70, 'cte 115', 'data structures', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 01:31pm'),
(6506, 317, 'IP/23/ND/CE/0007', 100, 6, 74, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 01:31pm'),
(6507, 317, 'IP/23/ND/CE/0007', 100, 6, 200, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 01:31pm'),
(6508, 317, 'IP/23/ND/CE/0007', 100, 6, 75, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 01:31pm'),
(6509, 317, 'IP/23/ND/CE/0007', 100, 6, 72, 'mec 101', 'technical drawing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 01:31pm'),
(6510, 317, 'IP/23/ND/CE/0007', 100, 6, 73, 'mec 113', 'basic workshop technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 01:31pm'),
(6511, 317, 'IP/23/ND/CE/0007', 100, 6, 71, 'mth 112', 'algebra and elementary trigonometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 01:31pm'),
(6512, 317, 'IP/23/ND/CE/0007', 100, 6, 97, 'cte 121', 'digital computer fundamentals i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6513, 317, 'IP/23/ND/CE/0007', 100, 6, 98, 'cte 122', 'electrical measurement and instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6514, 317, 'IP/23/ND/CE/0007', 100, 6, 99, 'cte 123', 'computer/electronic maintenance and repairs', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6515, 317, 'IP/23/ND/CE/0007', 100, 6, 100, 'cte 124', 'technical report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6516, 317, 'IP/23/ND/CE/0007', 100, 6, 102, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6517, 317, 'IP/23/ND/CE/0007', 100, 6, 101, 'eec 124', 'electronics i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6518, 317, 'IP/23/ND/CE/0007', 100, 6, 103, 'eed 126', 'introduction to entrepreneurship', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6519, 317, 'IP/23/ND/CE/0007', 100, 6, 76, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6520, 317, 'IP/23/ND/CE/0007', 100, 6, 106, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6521, 317, 'IP/23/ND/CE/0007', 100, 6, 104, 'mec 102', 'machines tools technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6522, 317, 'IP/23/ND/CE/0007', 100, 6, 105, 'mth 211', 'calculus', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6523, 317, 'IP/23/ND/CE/0007', 200, 6, 77, 'cte 231', 'micro computer fundamentals', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6524, 317, 'IP/23/ND/CE/0007', 200, 6, 78, 'cte 232', 'computer workshop practice i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6525, 317, 'IP/23/ND/CE/0007', 200, 6, 79, 'cte 233', 'digital computer fundamentals ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6526, 317, 'IP/23/ND/CE/0007', 200, 6, 80, 'cte 234', 'computer architecture i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6527, 317, 'IP/23/ND/CE/0007', 200, 6, 81, 'cte 235', 'electrical measurement and instrumentation ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6528, 317, 'IP/23/ND/CE/0007', 200, 6, 82, 'cte 236', 'introduction to visual basic programming', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6529, 317, 'IP/23/ND/CE/0007', 200, 6, 83, 'eec 234', 'electronics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6530, 317, 'IP/23/ND/CE/0007', 200, 6, 84, 'eec 239', 'electrical circuit theory i', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6531, 317, 'IP/23/ND/CE/0007', 200, 6, 86, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6532, 317, 'IP/23/ND/CE/0007', 200, 6, 85, 'mth 202', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6533, 317, 'IP/23/ND/CE/0007', 200, 6, 88, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 01:32pm'),
(6535, 347, 'IP/23/ND/CE/0007', 100, 6, 199, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:05pm'),
(6536, 347, 'IP/23/ND/CE/0007', 100, 6, 66, 'cte 111', 'introduction to computers & information technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:05pm'),
(6537, 347, 'IP/23/ND/CE/0007', 100, 6, 67, 'cte 112', 'electrical workshop practice and technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:05pm'),
(6538, 347, 'IP/23/ND/CE/0007', 100, 6, 69, 'cte 114', 'internet and web technologies', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:05pm'),
(6539, 347, 'IP/23/ND/CE/0007', 100, 6, 68, 'cte 113', 'computer application packages', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:05pm'),
(6540, 347, 'IP/23/ND/CE/0007', 100, 6, 70, 'cte 115', 'data structures', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:05pm'),
(6541, 347, 'IP/23/ND/CE/0007', 100, 6, 74, 'eec 115', 'electrical engineering science i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:05pm'),
(6542, 347, 'IP/23/ND/CE/0007', 100, 6, 200, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:05pm'),
(6543, 347, 'IP/23/ND/CE/0007', 100, 6, 75, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:05pm'),
(6544, 347, 'IP/23/ND/CE/0007', 100, 6, 72, 'mec 101', 'technical drawing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:05pm'),
(6545, 347, 'IP/23/ND/CE/0007', 100, 6, 73, 'mec 113', 'basic workshop technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:05pm'),
(6546, 347, 'IP/23/ND/CE/0007', 100, 6, 71, 'mth 112', 'algebra and elementary trigonometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:05pm'),
(6547, 347, 'IP/23/ND/CE/0007', 100, 6, 98, 'cte 122', 'electrical measurement and instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:06pm'),
(6548, 347, 'IP/23/ND/CE/0007', 100, 6, 97, 'cte 121', 'digital computer fundamentals i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:06pm'),
(6549, 347, 'IP/23/ND/CE/0007', 100, 6, 99, 'cte 123', 'computer/electronic maintenance and repairs', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:06pm'),
(6550, 347, 'IP/23/ND/CE/0007', 100, 6, 100, 'cte 124', 'technical report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:06pm'),
(6551, 347, 'IP/23/ND/CE/0007', 100, 6, 101, 'eec 124', 'electronics i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:06pm'),
(6552, 347, 'IP/23/ND/CE/0007', 100, 6, 103, 'eed 126', 'introduction to entrepreneurship', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:06pm'),
(6553, 347, 'IP/23/ND/CE/0007', 100, 6, 102, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:06pm'),
(6554, 347, 'IP/23/ND/CE/0007', 100, 6, 105, 'mth 211', 'calculus', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:06pm'),
(6555, 347, 'IP/23/ND/CE/0007', 100, 6, 104, 'mec 102', 'machines tools technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:06pm'),
(6556, 347, 'IP/23/ND/CE/0007', 100, 6, 106, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:06pm'),
(6557, 347, 'IP/23/ND/CE/0007', 100, 6, 76, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:06pm'),
(6558, 347, 'IP/23/ND/CE/0007', 200, 6, 81, 'cte 235', 'electrical measurement and instrumentation ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6559, 347, 'IP/23/ND/CE/0007', 200, 6, 82, 'cte 236', 'introduction to visual basic programming', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6560, 347, 'IP/23/ND/CE/0007', 200, 6, 80, 'cte 234', 'computer architecture i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6561, 347, 'IP/23/ND/CE/0007', 200, 6, 77, 'cte 231', 'micro computer fundamentals', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6562, 347, 'IP/23/ND/CE/0007', 200, 6, 78, 'cte 232', 'computer workshop practice i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6563, 347, 'IP/23/ND/CE/0007', 200, 6, 79, 'cte 233', 'digital computer fundamentals ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6564, 347, 'IP/23/ND/CE/0007', 200, 6, 83, 'eec 234', 'electronics ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6565, 347, 'IP/23/ND/CE/0007', 200, 6, 84, 'eec 239', 'electrical circuit theory i', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6566, 347, 'IP/23/ND/CE/0007', 200, 6, 86, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6567, 347, 'IP/23/ND/CE/0007', 200, 6, 85, 'mth 202', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6568, 347, 'IP/23/ND/CE/0007', 200, 6, 88, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '21 Jan 2026, 02:07pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(6569, 347, 'IP/23/ND/CE/0007', 200, 6, 87, 'gns 204', 'communication in english ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6570, 347, 'IP/23/ND/CE/0007', 200, 6, 96, 'mth 122', 'trigonometry and analytical geometry', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6571, 347, 'IP/23/ND/CE/0007', 200, 6, 95, 'eec 249', 'electrical circuit theory ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6572, 347, 'IP/23/ND/CE/0007', 200, 6, 93, 'eec 245', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6573, 347, 'IP/23/ND/CE/0007', 200, 6, 94, 'cte 246', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6574, 347, 'IP/23/ND/CE/0007', 200, 6, 92, 'cte 244', 'computer networking', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6575, 347, 'IP/23/ND/CE/0007', 200, 6, 91, 'cte 243', 'operating systems i', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6576, 347, 'IP/23/ND/CE/0007', 200, 6, 90, 'cte 242', 'computer workshop practice ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6577, 347, 'IP/23/ND/CE/0007', 200, 6, 89, 'cte 241', 'introduction to micro-processors and assembly language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '21 Jan 2026, 02:07pm'),
(6578, 335, 'IP/24/ND/B/0008', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:43pm'),
(6579, 335, 'IP/24/ND/B/0008', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:43pm'),
(6580, 335, 'IP/24/ND/B/0008', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:43pm'),
(6581, 335, 'IP/24/ND/B/0008', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:43pm'),
(6582, 335, 'IP/24/ND/B/0008', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:43pm'),
(6583, 335, 'IP/24/ND/B/0008', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:43pm'),
(6584, 335, 'IP/24/ND/B/0008', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:43pm'),
(6585, 335, 'IP/24/ND/B/0008', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:43pm'),
(6586, 335, 'IP/24/ND/B/0008', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:43pm'),
(6587, 335, 'IP/24/ND/B/0008', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:43pm'),
(6588, 335, 'IP/24/ND/B/0008', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:43pm'),
(6589, 206, 'IP/24/ND/B/0009', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:45pm'),
(6590, 206, 'IP/24/ND/B/0009', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:45pm'),
(6591, 206, 'IP/24/ND/B/0009', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:45pm'),
(6592, 206, 'IP/24/ND/B/0009', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:45pm'),
(6593, 206, 'IP/24/ND/B/0009', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:45pm'),
(6594, 206, 'IP/24/ND/B/0009', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:45pm'),
(6595, 206, 'IP/24/ND/B/0009', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:45pm'),
(6596, 206, 'IP/24/ND/B/0009', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:45pm'),
(6597, 206, 'IP/24/ND/B/0009', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:45pm'),
(6598, 206, 'IP/24/ND/B/0009', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:45pm'),
(6599, 206, 'IP/24/ND/B/0009', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:45pm'),
(6600, 286, 'IP/24/ND/B/0021', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:46pm'),
(6601, 286, 'IP/24/ND/B/0021', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:46pm'),
(6602, 286, 'IP/24/ND/B/0021', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:46pm'),
(6603, 286, 'IP/24/ND/B/0021', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:46pm'),
(6604, 286, 'IP/24/ND/B/0021', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:46pm'),
(6605, 286, 'IP/24/ND/B/0021', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:46pm'),
(6606, 286, 'IP/24/ND/B/0021', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:46pm'),
(6607, 286, 'IP/24/ND/B/0021', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:46pm'),
(6608, 286, 'IP/24/ND/B/0021', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:46pm'),
(6609, 286, 'IP/24/ND/B/0021', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:46pm'),
(6610, 286, 'IP/24/ND/B/0021', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:46pm'),
(6611, 227, 'IP/24/ND/B/0016', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:47pm'),
(6612, 227, 'IP/24/ND/B/0016', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:47pm'),
(6613, 227, 'IP/24/ND/B/0016', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:47pm'),
(6614, 227, 'IP/24/ND/B/0016', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:47pm'),
(6615, 227, 'IP/24/ND/B/0016', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:47pm'),
(6616, 227, 'IP/24/ND/B/0016', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:47pm'),
(6617, 227, 'IP/24/ND/B/0016', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:47pm'),
(6618, 227, 'IP/24/ND/B/0016', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:47pm'),
(6619, 227, 'IP/24/ND/B/0016', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:47pm'),
(6620, 227, 'IP/24/ND/B/0016', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:47pm'),
(6621, 227, 'IP/24/ND/B/0016', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:47pm'),
(6622, 268, 'IP/24/ND/B/0007', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6623, 268, 'IP/24/ND/B/0007', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6624, 268, 'IP/24/ND/B/0007', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6625, 268, 'IP/24/ND/B/0007', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6626, 268, 'IP/24/ND/B/0007', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6627, 268, 'IP/24/ND/B/0007', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6628, 268, 'IP/24/ND/B/0007', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6629, 268, 'IP/24/ND/B/0007', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6630, 268, 'IP/24/ND/B/0007', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6631, 268, 'IP/24/ND/B/0007', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6632, 268, 'IP/24/ND/B/0007', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6633, 217, 'IP/24/ND/B/0010', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6634, 217, 'IP/24/ND/B/0010', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6635, 217, 'IP/24/ND/B/0010', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6636, 217, 'IP/24/ND/B/0010', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6637, 217, 'IP/24/ND/B/0010', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6638, 217, 'IP/24/ND/B/0010', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6639, 217, 'IP/24/ND/B/0010', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6640, 217, 'IP/24/ND/B/0010', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6641, 217, 'IP/24/ND/B/0010', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6642, 217, 'IP/24/ND/B/0010', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6643, 217, 'IP/24/ND/B/0010', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:48pm'),
(6644, 288, 'IP/24/ND/B/0045', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:49pm'),
(6645, 288, 'IP/24/ND/B/0045', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:49pm'),
(6646, 288, 'IP/24/ND/B/0045', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:49pm'),
(6647, 288, 'IP/24/ND/B/0045', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:49pm'),
(6648, 288, 'IP/24/ND/B/0045', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:49pm'),
(6649, 288, 'IP/24/ND/B/0045', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:49pm'),
(6650, 288, 'IP/24/ND/B/0045', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:49pm'),
(6651, 288, 'IP/24/ND/B/0045', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:49pm'),
(6652, 288, 'IP/24/ND/B/0045', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:49pm'),
(6653, 288, 'IP/24/ND/B/0045', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:49pm'),
(6654, 288, 'IP/24/ND/B/0045', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:49pm'),
(6655, 193, 'ip/24/nd/b/0043', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6656, 193, 'ip/24/nd/b/0043', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6657, 193, 'ip/24/nd/b/0043', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6658, 193, 'ip/24/nd/b/0043', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6659, 193, 'ip/24/nd/b/0043', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6660, 193, 'ip/24/nd/b/0043', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6661, 193, 'ip/24/nd/b/0043', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6662, 193, 'ip/24/nd/b/0043', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6663, 193, 'ip/24/nd/b/0043', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6664, 193, 'ip/24/nd/b/0043', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6665, 193, 'ip/24/nd/b/0043', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6666, 285, 'IP/24/ND/B/0052', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6667, 285, 'IP/24/ND/B/0052', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6668, 285, 'IP/24/ND/B/0052', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6669, 285, 'IP/24/ND/B/0052', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6670, 285, 'IP/24/ND/B/0052', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6671, 285, 'IP/24/ND/B/0052', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6672, 285, 'IP/24/ND/B/0052', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6673, 285, 'IP/24/ND/B/0052', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6674, 285, 'IP/24/ND/B/0052', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6675, 285, 'IP/24/ND/B/0052', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6676, 285, 'IP/24/ND/B/0052', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6677, 255, 'IP/24/ND/B/S1/0009', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6678, 255, 'IP/24/ND/B/S1/0009', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6679, 255, 'IP/24/ND/B/S1/0009', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6680, 255, 'IP/24/ND/B/S1/0009', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6681, 255, 'IP/24/ND/B/S1/0009', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6682, 255, 'IP/24/ND/B/S1/0009', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6683, 255, 'IP/24/ND/B/S1/0009', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6684, 255, 'IP/24/ND/B/S1/0009', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6685, 255, 'IP/24/ND/B/S1/0009', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6686, 255, 'IP/24/ND/B/S1/0009', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6687, 255, 'IP/24/ND/B/S1/0009', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:50pm'),
(6688, 279, 'IP/24/ND/B/0023', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:54pm'),
(6689, 279, 'IP/24/ND/B/0023', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:54pm'),
(6690, 279, 'IP/24/ND/B/0023', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:54pm'),
(6691, 279, 'IP/24/ND/B/0023', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:54pm'),
(6692, 279, 'IP/24/ND/B/0023', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:54pm'),
(6693, 279, 'IP/24/ND/B/0023', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:54pm'),
(6694, 279, 'IP/24/ND/B/0023', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:54pm'),
(6695, 279, 'IP/24/ND/B/0023', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:54pm'),
(6696, 279, 'IP/24/ND/B/0023', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:54pm'),
(6697, 279, 'IP/24/ND/B/0023', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:54pm'),
(6698, 279, 'IP/24/ND/B/0023', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:54pm'),
(6699, 223, 'IP/24/ND/CS/0017', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6700, 223, 'IP/24/ND/CS/0017', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6701, 223, 'IP/24/ND/CS/0017', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6702, 223, 'IP/24/ND/CS/0017', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6703, 223, 'IP/24/ND/CS/0017', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6704, 223, 'IP/24/ND/CS/0017', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6705, 223, 'IP/24/ND/CS/0017', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6706, 223, 'IP/24/ND/CS/0017', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6707, 223, 'IP/24/ND/CS/0017', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6708, 290, 'IP/24/ND/B/0037', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6709, 290, 'IP/24/ND/B/0037', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6710, 290, 'IP/24/ND/B/0037', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6711, 290, 'IP/24/ND/B/0037', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6712, 290, 'IP/24/ND/B/0037', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6713, 290, 'IP/24/ND/B/0037', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6714, 290, 'IP/24/ND/B/0037', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6715, 290, 'IP/24/ND/B/0037', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6716, 290, 'IP/24/ND/B/0037', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6717, 290, 'IP/24/ND/B/0037', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6718, 290, 'IP/24/ND/B/0037', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6719, 213, 'IP/24/ND/B/0025', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6720, 213, 'IP/24/ND/B/0025', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6721, 213, 'IP/24/ND/B/0025', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6722, 213, 'IP/24/ND/B/0025', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6723, 213, 'IP/24/ND/B/0025', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6724, 213, 'IP/24/ND/B/0025', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6725, 213, 'IP/24/ND/B/0025', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6726, 213, 'IP/24/ND/B/0025', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6727, 213, 'IP/24/ND/B/0025', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6728, 213, 'IP/24/ND/B/0025', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6729, 213, 'IP/24/ND/B/0025', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6730, 199, 'IP/24/ND/B/0018', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6731, 199, 'IP/24/ND/B/0018', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6732, 199, 'IP/24/ND/B/0018', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6733, 199, 'IP/24/ND/B/0018', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6734, 199, 'IP/24/ND/B/0018', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6735, 199, 'IP/24/ND/B/0018', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6736, 199, 'IP/24/ND/B/0018', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6737, 199, 'IP/24/ND/B/0018', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6738, 199, 'IP/24/ND/B/0018', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6739, 199, 'IP/24/ND/B/0018', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6740, 199, 'IP/24/ND/B/0018', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:55pm'),
(6741, 278, 'IP/24/ND/B/0013', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:59pm'),
(6742, 278, 'IP/24/ND/B/0013', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:59pm'),
(6743, 278, 'IP/24/ND/B/0013', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:59pm'),
(6744, 278, 'IP/24/ND/B/0013', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:59pm'),
(6745, 278, 'IP/24/ND/B/0013', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:59pm'),
(6746, 278, 'IP/24/ND/B/0013', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:59pm'),
(6747, 278, 'IP/24/ND/B/0013', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:59pm'),
(6748, 278, 'IP/24/ND/B/0013', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:59pm'),
(6749, 278, 'IP/24/ND/B/0013', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:59pm'),
(6750, 278, 'IP/24/ND/B/0013', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:59pm'),
(6751, 278, 'IP/24/ND/B/0013', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 01:59pm'),
(6752, 280, 'IP/24/ND/B/0024', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:05pm'),
(6753, 280, 'IP/24/ND/B/0024', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:05pm'),
(6754, 280, 'IP/24/ND/B/0024', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:05pm'),
(6755, 280, 'IP/24/ND/B/0024', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:05pm'),
(6756, 280, 'IP/24/ND/B/0024', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:05pm'),
(6757, 280, 'IP/24/ND/B/0024', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:05pm'),
(6758, 280, 'IP/24/ND/B/0024', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:05pm'),
(6759, 280, 'IP/24/ND/B/0024', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:05pm'),
(6760, 280, 'IP/24/ND/B/0024', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:05pm'),
(6761, 280, 'IP/24/ND/B/0024', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:05pm'),
(6762, 280, 'IP/24/ND/B/0024', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:05pm'),
(6763, 281, 'IP/24/ND/B/0011', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:06pm'),
(6764, 281, 'IP/24/ND/B/0011', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:06pm'),
(6765, 281, 'IP/24/ND/B/0011', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:06pm'),
(6766, 281, 'IP/24/ND/B/0011', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:06pm'),
(6767, 281, 'IP/24/ND/B/0011', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:06pm'),
(6768, 281, 'IP/24/ND/B/0011', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:06pm'),
(6769, 281, 'IP/24/ND/B/0011', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:06pm'),
(6770, 281, 'IP/24/ND/B/0011', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:06pm'),
(6771, 281, 'IP/24/ND/B/0011', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:06pm'),
(6772, 281, 'IP/24/ND/B/0011', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:06pm'),
(6773, 281, 'IP/24/ND/B/0011', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:06pm'),
(6774, 287, 'IP/24/ND/B/0028', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:53pm'),
(6775, 287, 'IP/24/ND/B/0028', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:53pm'),
(6776, 287, 'IP/24/ND/B/0028', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:53pm'),
(6777, 287, 'IP/24/ND/B/0028', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:53pm'),
(6778, 287, 'IP/24/ND/B/0028', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:53pm'),
(6779, 287, 'IP/24/ND/B/0028', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:53pm'),
(6780, 287, 'IP/24/ND/B/0028', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:53pm'),
(6781, 287, 'IP/24/ND/B/0028', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:53pm'),
(6782, 287, 'IP/24/ND/B/0028', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:53pm'),
(6783, 287, 'IP/24/ND/B/0028', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:53pm'),
(6784, 287, 'IP/24/ND/B/0028', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 02:53pm'),
(6785, 334, 'IP/24/ND/B/0035', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:00pm'),
(6786, 334, 'IP/24/ND/B/0035', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:00pm'),
(6787, 334, 'IP/24/ND/B/0035', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:00pm'),
(6788, 334, 'IP/24/ND/B/0035', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:00pm'),
(6789, 334, 'IP/24/ND/B/0035', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:00pm'),
(6790, 334, 'IP/24/ND/B/0035', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:00pm'),
(6791, 334, 'IP/24/ND/B/0035', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:00pm'),
(6792, 334, 'IP/24/ND/B/0035', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:00pm'),
(6793, 334, 'IP/24/ND/B/0035', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:00pm'),
(6794, 334, 'IP/24/ND/B/0035', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:00pm'),
(6795, 334, 'IP/24/ND/B/0035', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:00pm'),
(6796, 307, 'IP/24/ND/B/0046', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:06pm'),
(6797, 307, 'IP/24/ND/B/0046', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:06pm'),
(6798, 307, 'IP/24/ND/B/0046', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:06pm'),
(6799, 307, 'IP/24/ND/B/0046', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:06pm'),
(6800, 307, 'IP/24/ND/B/0046', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:06pm'),
(6801, 307, 'IP/24/ND/B/0046', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:06pm'),
(6802, 307, 'IP/24/ND/B/0046', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:06pm'),
(6803, 307, 'IP/24/ND/B/0046', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:06pm'),
(6804, 307, 'IP/24/ND/B/0046', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:06pm'),
(6805, 307, 'IP/24/ND/B/0046', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:06pm'),
(6806, 307, 'IP/24/ND/B/0046', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '23 Jan 2026, 03:06pm'),
(6807, 335, 'IP/24/ND/B/0008', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:32pm'),
(6808, 335, 'IP/24/ND/B/0008', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:32pm'),
(6809, 335, 'IP/24/ND/B/0008', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:32pm'),
(6810, 335, 'IP/24/ND/B/0008', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:32pm'),
(6811, 335, 'IP/24/ND/B/0008', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:32pm'),
(6812, 335, 'IP/24/ND/B/0008', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:32pm'),
(6813, 335, 'IP/24/ND/B/0008', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:32pm'),
(6814, 335, 'IP/24/ND/B/0008', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:32pm'),
(6815, 335, 'IP/24/ND/B/0008', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:32pm'),
(6816, 279, 'IP/24/ND/B/0023', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:53pm'),
(6817, 279, 'IP/24/ND/B/0023', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:53pm'),
(6818, 279, 'IP/24/ND/B/0023', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:53pm'),
(6819, 279, 'IP/24/ND/B/0023', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:53pm'),
(6820, 279, 'IP/24/ND/B/0023', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:53pm'),
(6821, 279, 'IP/24/ND/B/0023', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:53pm'),
(6822, 279, 'IP/24/ND/B/0023', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:53pm'),
(6823, 279, 'IP/24/ND/B/0023', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:53pm'),
(6824, 279, 'IP/24/ND/B/0023', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:53pm'),
(6825, 213, 'IP/24/ND/B/0025', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6826, 213, 'IP/24/ND/B/0025', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6827, 213, 'IP/24/ND/B/0025', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6828, 213, 'IP/24/ND/B/0025', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6829, 213, 'IP/24/ND/B/0025', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6830, 213, 'IP/24/ND/B/0025', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6831, 213, 'IP/24/ND/B/0025', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6832, 213, 'IP/24/ND/B/0025', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6833, 213, 'IP/24/ND/B/0025', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6834, 206, 'IP/24/ND/B/0009', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6835, 206, 'IP/24/ND/B/0009', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6836, 206, 'IP/24/ND/B/0009', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6837, 206, 'IP/24/ND/B/0009', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(6838, 206, 'IP/24/ND/B/0009', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6839, 206, 'IP/24/ND/B/0009', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6840, 206, 'IP/24/ND/B/0009', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6841, 206, 'IP/24/ND/B/0009', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6842, 206, 'IP/24/ND/B/0009', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:57pm'),
(6843, 193, 'ip/24/nd/b/0043', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:58pm'),
(6844, 193, 'ip/24/nd/b/0043', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:58pm'),
(6845, 193, 'ip/24/nd/b/0043', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:58pm'),
(6846, 193, 'ip/24/nd/b/0043', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:58pm'),
(6847, 193, 'ip/24/nd/b/0043', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:58pm'),
(6848, 193, 'ip/24/nd/b/0043', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:58pm'),
(6849, 193, 'ip/24/nd/b/0043', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:58pm'),
(6850, 193, 'ip/24/nd/b/0043', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:58pm'),
(6851, 193, 'ip/24/nd/b/0043', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 03:58pm'),
(6852, 329, 'IP/24/ND/B/0027', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:02pm'),
(6853, 329, 'IP/24/ND/B/0027', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:02pm'),
(6854, 329, 'IP/24/ND/B/0027', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:02pm'),
(6855, 329, 'IP/24/ND/B/0027', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:02pm'),
(6856, 329, 'IP/24/ND/B/0027', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:02pm'),
(6857, 329, 'IP/24/ND/B/0027', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:02pm'),
(6858, 329, 'IP/24/ND/B/0027', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:02pm'),
(6859, 329, 'IP/24/ND/B/0027', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:02pm'),
(6860, 329, 'IP/24/ND/B/0027', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:02pm'),
(6861, 290, 'IP/24/ND/B/0037', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:16pm'),
(6862, 290, 'IP/24/ND/B/0037', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:16pm'),
(6863, 290, 'IP/24/ND/B/0037', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:16pm'),
(6864, 290, 'IP/24/ND/B/0037', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:16pm'),
(6865, 290, 'IP/24/ND/B/0037', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:16pm'),
(6866, 290, 'IP/24/ND/B/0037', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:16pm'),
(6867, 290, 'IP/24/ND/B/0037', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:16pm'),
(6868, 288, 'IP/24/ND/B/0045', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:21pm'),
(6869, 288, 'IP/24/ND/B/0045', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:21pm'),
(6870, 288, 'IP/24/ND/B/0045', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:21pm'),
(6871, 288, 'IP/24/ND/B/0045', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:21pm'),
(6872, 288, 'IP/24/ND/B/0045', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:21pm'),
(6873, 288, 'IP/24/ND/B/0045', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:21pm'),
(6874, 288, 'IP/24/ND/B/0045', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:21pm'),
(6875, 288, 'IP/24/ND/B/0045', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:21pm'),
(6876, 288, 'IP/24/ND/B/0045', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:21pm'),
(6877, 281, 'IP/24/ND/B/0011', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:22pm'),
(6878, 281, 'IP/24/ND/B/0011', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:22pm'),
(6879, 281, 'IP/24/ND/B/0011', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:22pm'),
(6880, 281, 'IP/24/ND/B/0011', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:22pm'),
(6881, 281, 'IP/24/ND/B/0011', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:22pm'),
(6882, 281, 'IP/24/ND/B/0011', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:22pm'),
(6883, 281, 'IP/24/ND/B/0011', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:22pm'),
(6884, 281, 'IP/24/ND/B/0011', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:22pm'),
(6885, 281, 'IP/24/ND/B/0011', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:22pm'),
(6886, 227, 'IP/24/ND/B/0016', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:40pm'),
(6887, 227, 'IP/24/ND/B/0016', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:40pm'),
(6888, 227, 'IP/24/ND/B/0016', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:40pm'),
(6889, 227, 'IP/24/ND/B/0016', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:40pm'),
(6890, 227, 'IP/24/ND/B/0016', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:40pm'),
(6891, 227, 'IP/24/ND/B/0016', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:40pm'),
(6892, 227, 'IP/24/ND/B/0016', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:40pm'),
(6893, 227, 'IP/24/ND/B/0016', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:40pm'),
(6894, 227, 'IP/24/ND/B/0016', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:40pm'),
(6895, 268, 'IP/24/ND/B/0007', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:49pm'),
(6896, 268, 'IP/24/ND/B/0007', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:49pm'),
(6897, 268, 'IP/24/ND/B/0007', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:49pm'),
(6898, 268, 'IP/24/ND/B/0007', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:49pm'),
(6899, 268, 'IP/24/ND/B/0007', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:49pm'),
(6900, 268, 'IP/24/ND/B/0007', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:49pm'),
(6901, 268, 'IP/24/ND/B/0007', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:49pm'),
(6902, 268, 'IP/24/ND/B/0007', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:49pm'),
(6903, 268, 'IP/24/ND/B/0007', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:49pm'),
(6904, 285, 'IP/24/ND/B/0052', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:56pm'),
(6905, 285, 'IP/24/ND/B/0052', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:56pm'),
(6906, 285, 'IP/24/ND/B/0052', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:56pm'),
(6907, 285, 'IP/24/ND/B/0052', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:56pm'),
(6908, 285, 'IP/24/ND/B/0052', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:56pm'),
(6909, 285, 'IP/24/ND/B/0052', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:56pm'),
(6910, 285, 'IP/24/ND/B/0052', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:56pm'),
(6911, 285, 'IP/24/ND/B/0052', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:56pm'),
(6912, 285, 'IP/24/ND/B/0052', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:56pm'),
(6913, 286, 'IP/24/ND/B/0021', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:59pm'),
(6914, 286, 'IP/24/ND/B/0021', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:59pm'),
(6915, 286, 'IP/24/ND/B/0021', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:59pm'),
(6916, 286, 'IP/24/ND/B/0021', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:59pm'),
(6917, 286, 'IP/24/ND/B/0021', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:59pm'),
(6918, 286, 'IP/24/ND/B/0021', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:59pm'),
(6919, 286, 'IP/24/ND/B/0021', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:59pm'),
(6920, 286, 'IP/24/ND/B/0021', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:59pm'),
(6921, 286, 'IP/24/ND/B/0021', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 04:59pm'),
(6922, 278, 'IP/24/ND/B/0013', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:06pm'),
(6923, 278, 'IP/24/ND/B/0013', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:06pm'),
(6924, 278, 'IP/24/ND/B/0013', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:06pm'),
(6925, 278, 'IP/24/ND/B/0013', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:06pm'),
(6926, 278, 'IP/24/ND/B/0013', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:06pm'),
(6927, 278, 'IP/24/ND/B/0013', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:06pm'),
(6928, 278, 'IP/24/ND/B/0013', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:06pm'),
(6929, 278, 'IP/24/ND/B/0013', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:06pm'),
(6930, 278, 'IP/24/ND/B/0013', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:06pm'),
(6931, 287, 'IP/24/ND/B/0028', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:50pm'),
(6932, 287, 'IP/24/ND/B/0028', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:50pm'),
(6933, 287, 'IP/24/ND/B/0028', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:50pm'),
(6934, 287, 'IP/24/ND/B/0028', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:50pm'),
(6935, 287, 'IP/24/ND/B/0028', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:50pm'),
(6936, 287, 'IP/24/ND/B/0028', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:50pm'),
(6937, 287, 'IP/24/ND/B/0028', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:50pm'),
(6938, 287, 'IP/24/ND/B/0028', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:50pm'),
(6939, 287, 'IP/24/ND/B/0028', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 05:50pm'),
(6940, 199, 'IP/24/ND/B/0018', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 06:25pm'),
(6941, 199, 'IP/24/ND/B/0018', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 06:25pm'),
(6942, 199, 'IP/24/ND/B/0018', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 06:25pm'),
(6943, 199, 'IP/24/ND/B/0018', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 06:25pm'),
(6944, 199, 'IP/24/ND/B/0018', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 06:25pm'),
(6945, 199, 'IP/24/ND/B/0018', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 06:25pm'),
(6946, 199, 'IP/24/ND/B/0018', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 06:25pm'),
(6947, 199, 'IP/24/ND/B/0018', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 06:25pm'),
(6948, 199, 'IP/24/ND/B/0018', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 06:25pm'),
(6949, 307, 'IP/24/ND/B/0046', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 07:51pm'),
(6950, 307, 'IP/24/ND/B/0046', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 07:51pm'),
(6951, 307, 'IP/24/ND/B/0046', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 07:51pm'),
(6952, 307, 'IP/24/ND/B/0046', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 07:51pm'),
(6953, 307, 'IP/24/ND/B/0046', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 07:51pm'),
(6954, 307, 'IP/24/ND/B/0046', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 07:51pm'),
(6955, 307, 'IP/24/ND/B/0046', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 07:51pm'),
(6956, 307, 'IP/24/ND/B/0046', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 07:51pm'),
(6957, 307, 'IP/24/ND/B/0046', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '23 Jan 2026, 07:51pm'),
(6958, 334, 'IP/24/ND/B/0035', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Jan 2026, 06:40pm'),
(6959, 334, 'IP/24/ND/B/0035', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Jan 2026, 06:40pm'),
(6960, 334, 'IP/24/ND/B/0035', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Jan 2026, 06:40pm'),
(6961, 334, 'IP/24/ND/B/0035', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Jan 2026, 06:40pm'),
(6962, 334, 'IP/24/ND/B/0035', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Jan 2026, 06:40pm'),
(6963, 334, 'IP/24/ND/B/0035', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Jan 2026, 06:40pm'),
(6964, 334, 'IP/24/ND/B/0035', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Jan 2026, 06:40pm'),
(6965, 334, 'IP/24/ND/B/0035', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Jan 2026, 06:40pm'),
(6966, 334, 'IP/24/ND/B/0035', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '24 Jan 2026, 06:40pm'),
(6967, 316, 'IP/23/ND/B/0045', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:14pm'),
(6968, 316, 'IP/23/ND/B/0045', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:14pm'),
(6969, 316, 'IP/23/ND/B/0045', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:14pm'),
(6970, 316, 'IP/23/ND/B/0045', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:14pm'),
(6971, 316, 'IP/23/ND/B/0045', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:14pm'),
(6972, 316, 'IP/23/ND/B/0045', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:14pm'),
(6973, 316, 'IP/23/ND/B/0045', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:14pm'),
(6974, 316, 'IP/23/ND/B/0045', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:14pm'),
(6975, 316, 'IP/23/ND/B/0045', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:14pm'),
(6976, 316, 'IP/23/ND/B/0045', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:14pm'),
(6977, 316, 'IP/23/ND/B/0045', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:14pm'),
(6978, 316, 'IP/23/ND/B/0045', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:15pm'),
(6979, 316, 'IP/23/ND/B/0045', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:15pm'),
(6980, 316, 'IP/23/ND/B/0045', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:15pm'),
(6981, 316, 'IP/23/ND/B/0045', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:15pm'),
(6982, 316, 'IP/23/ND/B/0045', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:15pm'),
(6983, 316, 'IP/23/ND/B/0045', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:15pm'),
(6984, 316, 'IP/23/ND/B/0045', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:15pm'),
(6985, 316, 'IP/23/ND/B/0045', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:15pm'),
(6986, 316, 'IP/23/ND/B/0045', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:15pm'),
(6987, 316, 'IP/23/ND/B/0045', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(6988, 316, 'IP/23/ND/B/0045', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(6989, 316, 'IP/23/ND/B/0045', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(6990, 316, 'IP/23/ND/B/0045', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(6991, 316, 'IP/23/ND/B/0045', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(6992, 316, 'IP/23/ND/B/0045', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(6993, 316, 'IP/23/ND/B/0045', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(6994, 316, 'IP/23/ND/B/0045', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(6995, 316, 'IP/23/ND/B/0045', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(6996, 316, 'IP/23/ND/B/0045', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(6997, 316, 'IP/23/ND/B/0045', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(6998, 316, 'IP/23/ND/B/0045', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(6999, 316, 'IP/23/ND/B/0045', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(7000, 316, 'IP/23/ND/B/0045', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(7001, 316, 'IP/23/ND/B/0045', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(7002, 316, 'IP/23/ND/B/0045', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(7003, 316, 'IP/23/ND/B/0045', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(7004, 316, 'IP/23/ND/B/0045', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 01:17pm'),
(7005, 348, 'IP/23/ND/B/S1/0031', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:45pm'),
(7006, 348, 'IP/23/ND/B/S1/0031', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:45pm'),
(7007, 348, 'IP/23/ND/B/S1/0031', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:45pm'),
(7008, 348, 'IP/23/ND/B/S1/0031', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:45pm'),
(7009, 348, 'IP/23/ND/B/S1/0031', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:45pm'),
(7010, 348, 'IP/23/ND/B/S1/0031', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:45pm'),
(7011, 348, 'IP/23/ND/B/S1/0031', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:45pm'),
(7012, 348, 'IP/23/ND/B/S1/0031', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:45pm'),
(7013, 348, 'IP/23/ND/B/S1/0031', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:45pm'),
(7014, 348, 'IP/23/ND/B/S1/0031', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:45pm'),
(7015, 348, 'IP/23/ND/B/S1/0031', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:45pm'),
(7016, 348, 'IP/23/ND/B/S1/0031', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:46pm'),
(7017, 348, 'IP/23/ND/B/S1/0031', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:46pm'),
(7018, 348, 'IP/23/ND/B/S1/0031', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:46pm'),
(7019, 348, 'IP/23/ND/B/S1/0031', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:46pm'),
(7020, 348, 'IP/23/ND/B/S1/0031', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:46pm'),
(7021, 348, 'IP/23/ND/B/S1/0031', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:46pm'),
(7022, 348, 'IP/23/ND/B/S1/0031', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:46pm'),
(7023, 348, 'IP/23/ND/B/S1/0031', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:46pm'),
(7024, 348, 'IP/23/ND/B/S1/0031', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:46pm'),
(7025, 348, 'IP/23/ND/B/S1/0031', 200, 5, 298, 'acc212', 'cost accounting 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:47pm'),
(7026, 348, 'IP/23/ND/B/S1/0031', 200, 5, 293, 'bam 212', 'business statistics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:47pm'),
(7027, 348, 'IP/23/ND/B/S1/0031', 200, 5, 294, 'bam 213', 'office management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:47pm'),
(7028, 348, 'IP/23/ND/B/S1/0031', 200, 5, 295, 'bam 214', 'business law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:47pm'),
(7029, 348, 'IP/23/ND/B/S1/0031', 200, 5, 296, 'bam 215', 'info tech', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:47pm'),
(7030, 348, 'IP/23/ND/B/S1/0031', 200, 5, 297, 'bam 216', 'practice of entrepreneurship', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:47pm'),
(7031, 348, 'IP/23/ND/B/S1/0031', 200, 5, 300, 'bam 217', 'research methodology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:47pm'),
(7032, 348, 'IP/23/ND/B/S1/0031', 200, 5, 299, 'otm 221', 'communication skill 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 02:47pm'),
(7033, 348, 'IP/23/ND/B/S1/0031', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:48pm'),
(7034, 348, 'IP/23/ND/B/S1/0031', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:48pm'),
(7035, 348, 'IP/23/ND/B/S1/0031', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:48pm'),
(7036, 348, 'IP/23/ND/B/S1/0031', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:48pm'),
(7037, 348, 'IP/23/ND/B/S1/0031', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:48pm'),
(7038, 348, 'IP/23/ND/B/S1/0031', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:48pm'),
(7039, 348, 'IP/23/ND/B/S1/0031', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '30 Jan 2026, 02:48pm'),
(7105, 259, 'IP/25/ND/CS/003', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:48pm'),
(7117, 260, 'IP/25/ND/CS/004', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:52pm'),
(7134, 262, 'IP/25/ND/CS/006', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:57pm'),
(7132, 264, 'IP/25/ND/CS/008', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:57pm'),
(7110, 264, 'IP/25/ND/CS/008', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:50pm'),
(7131, 261, 'IP/25/ND/CS/005', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:57pm'),
(7088, 259, 'IP/25/ND/CS/003', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:38pm'),
(7150, 245, 'IP/23/ND/F/S2/0004', 100, 8, 189, 'ard 103', 'life drawing i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:24pm'),
(7139, 261, 'IP/25/ND/CS/005', 100, 7, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:58pm'),
(7147, 260, 'IP/25/ND/CS/004', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 04:02pm'),
(7146, 262, 'IP/25/ND/CS/006', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 04:02pm'),
(7143, 261, 'IP/25/ND/CS/005', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 04:01pm'),
(7137, 262, 'IP/25/ND/CS/006', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:58pm'),
(7122, 264, 'IP/25/ND/CS/008', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:54pm'),
(7136, 262, 'IP/25/ND/CS/006', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:58pm'),
(7138, 261, 'IP/25/ND/CS/005', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:58pm'),
(7100, 264, 'IP/25/ND/CS/008', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:46pm'),
(7108, 259, 'IP/25/ND/CS/003', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:49pm'),
(7129, 264, 'IP/25/ND/CS/008', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:56pm'),
(7145, 261, 'IP/25/ND/CS/005', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 04:02pm'),
(7140, 262, 'IP/25/ND/CS/006', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 04:00pm'),
(7112, 264, 'IP/25/ND/CS/008', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:51pm'),
(7114, 264, 'IP/25/ND/CS/008', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:51pm'),
(7085, 259, 'IP/25/ND/CS/003', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:36pm'),
(7086, 259, 'IP/25/ND/CS/003', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:36pm'),
(7106, 260, 'IP/25/ND/CS/004', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:49pm'),
(7107, 264, 'IP/25/ND/CS/008', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:49pm'),
(7133, 259, 'IP/25/ND/CS/003', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:57pm'),
(7149, 261, 'IP/25/ND/CS/005', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 04:03pm'),
(7120, 259, 'IP/25/ND/CS/003', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:53pm'),
(7123, 260, 'IP/25/ND/CS/004', 100, 7, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:54pm'),
(7127, 259, 'IP/25/ND/CS/003', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:55pm'),
(7141, 261, 'IP/25/ND/CS/005', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 04:00pm'),
(7076, 260, 'IP/25/ND/CS/004', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:18pm'),
(7077, 260, 'IP/25/ND/CS/004', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:18pm'),
(7078, 260, 'IP/25/ND/CS/004', 100, 7, 201, 'com 113', 'introduction to programming', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:18pm'),
(7079, 260, 'IP/25/ND/CS/004', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:18pm'),
(7128, 262, 'IP/25/ND/CS/006', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:56pm'),
(7130, 262, 'IP/25/ND/CS/006', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:57pm'),
(7142, 262, 'IP/25/ND/CS/006', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 04:00pm'),
(7125, 264, 'IP/25/ND/CS/008', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:55pm'),
(7083, 260, 'IP/25/ND/CS/004', 100, 7, 207, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:18pm'),
(7095, 259, 'IP/25/ND/CS/003', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:44pm'),
(7135, 261, 'IP/25/ND/CS/005', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 03:58pm'),
(7144, 262, 'IP/25/ND/CS/006', 100, 7, 36, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 04:02pm'),
(7148, 261, 'IP/25/ND/CS/005', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '30 Jan 2026, 04:03pm'),
(7151, 245, 'IP/23/ND/F/S2/0004', 100, 8, 188, 'ard 111', 'fashion design i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:24pm'),
(7152, 245, 'IP/23/ND/F/S2/0004', 100, 8, 195, 'com 101', 'introduction to computer', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:24pm'),
(7153, 245, 'IP/23/ND/F/S2/0004', 100, 8, 301, 'eng 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:24pm'),
(7154, 245, 'IP/23/ND/F/S2/0004', 100, 8, 190, 'fas 112', 'fashion illustration i', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:24pm'),
(7155, 245, 'IP/23/ND/F/S2/0004', 100, 8, 191, 'fas 113', 'textile materials i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:24pm'),
(7156, 245, 'IP/23/ND/F/S2/0004', 100, 8, 194, 'fas 116', 'history of costumes i', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:24pm'),
(7157, 245, 'IP/23/ND/F/S2/0004', 100, 8, 302, 'gns 111', 'citizenship education i', 1, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:24pm'),
(7158, 245, 'IP/23/ND/F/S2/0004', 100, 8, 198, 'lib 111', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:24pm'),
(7159, 245, 'IP/23/ND/F/S2/0004', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jan 2026, 01:31pm'),
(7160, 245, 'IP/23/ND/F/S2/0004', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jan 2026, 01:31pm'),
(7161, 245, 'IP/23/ND/F/S2/0004', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jan 2026, 01:31pm'),
(7162, 245, 'IP/23/ND/F/S2/0004', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jan 2026, 01:31pm'),
(7163, 245, 'IP/23/ND/F/S2/0004', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jan 2026, 01:31pm'),
(7164, 245, 'IP/23/ND/F/S2/0004', 100, 8, 192, 'fas 124', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jan 2026, 01:31pm'),
(7165, 245, 'IP/23/ND/F/S2/0004', 100, 8, 193, 'fas 125', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jan 2026, 01:31pm'),
(7166, 245, 'IP/23/ND/F/S2/0004', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jan 2026, 01:31pm'),
(7167, 245, 'IP/23/ND/F/S2/0004', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jan 2026, 01:31pm');
INSERT INTO `reg_course` (`id`, `sid`, `matric_no`, `level`, `dep_id`, `course_id`, `course_code`, `description`, `unit`, `status`, `programme_id`, `programme`, `programme_description`, `semester_num`, `semester_description`, `session`, `date`) VALUES
(7168, 245, 'IP/23/ND/F/S2/0004', 100, 8, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jan 2026, 01:31pm'),
(7169, 245, 'IP/23/ND/F/S2/0004', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '31 Jan 2026, 01:31pm'),
(7170, 245, 'IP/23/ND/F/S2/0004', 200, 8, 227, 'ard 203', 'life drawing iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:33pm'),
(7171, 245, 'IP/23/ND/F/S2/0004', 200, 8, 233, 'eed 216', 'entrepreneurship education ii', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:33pm'),
(7172, 245, 'IP/23/ND/F/S2/0004', 200, 8, 303, 'eng 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:33pm'),
(7173, 245, 'IP/23/ND/F/S2/0004', 200, 8, 305, 'fas 209', 'quality control', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:33pm'),
(7174, 245, 'IP/23/ND/F/S2/0004', 200, 8, 226, 'fas 211', 'fashion design iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:33pm'),
(7175, 245, 'IP/23/ND/F/S2/0004', 200, 8, 228, 'fas 212', 'fashion illustration iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:33pm'),
(7176, 245, 'IP/23/ND/F/S2/0004', 200, 8, 229, 'fas 213', 'textile materials iii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:33pm'),
(7177, 245, 'IP/23/ND/F/S2/0004', 200, 8, 230, 'fas 217', 'fashion photography', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:33pm'),
(7178, 245, 'IP/23/ND/F/S2/0004', 200, 8, 304, 'fas 218', 'fashion merchandising', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:33pm'),
(7179, 245, 'IP/23/ND/F/S2/0004', 200, 8, 232, 'gns 222', 'principle of economics', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:33pm'),
(7180, 245, 'IP/23/ND/F/S2/0004', 200, 8, 234, 'gns 228', 'research methodology', 3, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:33pm'),
(7181, 245, 'IP/23/ND/F/S2/0004', 200, 8, 235, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '31 Jan 2026, 01:33pm'),
(7182, 303, 'IP/22/ND/CS/0009', 100, 7, 31, 'com 111', 'introduction to computing', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:15pm'),
(7183, 303, 'IP/22/ND/CS/0009', 100, 7, 32, 'com 112', 'introduction to digital electronics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:15pm'),
(7184, 303, 'IP/22/ND/CS/0009', 100, 7, 366, 'com 113', 'introduction to programming', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:15pm'),
(7185, 303, 'IP/22/ND/CS/0009', 100, 7, 34, 'com 114', 'statistics for computing 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:15pm'),
(7186, 303, 'IP/22/ND/CS/0009', 100, 7, 368, 'com 116', 'cybersecurity 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:15pm'),
(7187, 303, 'IP/22/ND/CS/0009', 100, 7, 35, 'com 115', 'computer application packages i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:15pm'),
(7188, 303, 'IP/22/ND/CS/0009', 100, 7, 37, 'gns 101', 'use of english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:15pm'),
(7189, 303, 'IP/22/ND/CS/0009', 100, 7, 207, 'gns 103', 'use of library', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:15pm'),
(7190, 303, 'IP/22/ND/CS/0009', 100, 7, 363, 'gns 111', 'citizenship education i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:15pm'),
(7191, 303, 'IP/22/ND/CS/0009', 100, 7, 367, 'mth 111', 'logic and linear algebra', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:15pm'),
(7192, 303, 'IP/22/ND/CS/0009', 100, 7, 209, 'com 121', 'programming using c language', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:17pm'),
(7193, 303, 'IP/22/ND/CS/0009', 100, 7, 210, 'com 122', 'introduction to internet', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:17pm'),
(7194, 303, 'IP/22/ND/CS/0009', 100, 7, 211, 'com 123', 'programming language using java i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:17pm'),
(7195, 303, 'IP/22/ND/CS/0009', 100, 7, 212, 'com 124', 'data structure and algorithms', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:17pm'),
(7196, 303, 'IP/22/ND/CS/0009', 100, 7, 213, 'com 125', 'introduction to systems analysis and design', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:17pm'),
(7197, 303, 'IP/22/ND/CS/0009', 100, 7, 214, 'com 126', 'pc upgrade & maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:17pm'),
(7198, 303, 'IP/22/ND/CS/0009', 100, 7, 216, 'eed 126', 'practice of entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:17pm'),
(7199, 303, 'IP/22/ND/CS/0009', 100, 7, 208, 'gns 102', 'communication in english 1', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:17pm'),
(7200, 303, 'IP/22/ND/CS/0009', 100, 7, 215, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:17pm'),
(7201, 303, 'IP/22/ND/CS/0009', 100, 7, 217, 'gns 228', 'research methods', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:17pm'),
(7202, 303, 'IP/22/ND/CS/0009', 200, 7, 265, 'com 211', 'programming language using java ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:20pm'),
(7203, 303, 'IP/22/ND/CS/0009', 200, 7, 266, 'com 212', 'introduction to systems programming', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:20pm'),
(7204, 303, 'IP/22/ND/CS/0009', 200, 7, 267, 'com 213', 'unified modelling language (uml)', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:20pm'),
(7205, 303, 'IP/22/ND/CS/0009', 200, 7, 268, 'com 214', 'computer systems troubleshooting', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:20pm'),
(7206, 303, 'IP/22/ND/CS/0009', 200, 7, 269, 'com 215', 'computer application packages ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:20pm'),
(7207, 303, 'IP/22/ND/CS/0009', 200, 7, 270, 'com 216', 'statistics for computing ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:20pm'),
(7208, 303, 'IP/22/ND/CS/0009', 200, 7, 272, 'gns 201', 'use of english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:20pm'),
(7209, 303, 'IP/22/ND/CS/0009', 200, 7, 273, 'gns 216', 'practice of entrepreneurship ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:20pm'),
(7210, 303, 'IP/22/ND/CS/0009', 200, 7, 271, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Feb 2026, 01:20pm'),
(7211, 303, 'IP/22/ND/CS/0009', 200, 7, 274, 'com 221', 'basic computer networking', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:22pm'),
(7212, 303, 'IP/22/ND/CS/0009', 200, 7, 275, 'com 222', 'seminar on computer and society', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:22pm'),
(7213, 303, 'IP/22/ND/CS/0009', 200, 7, 276, 'com 223', 'basic hardware maintenance', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:22pm'),
(7214, 303, 'IP/22/ND/CS/0009', 200, 7, 277, 'com 224', 'management information system', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:22pm'),
(7215, 303, 'IP/22/ND/CS/0009', 200, 7, 278, 'com 225', 'web technology', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:22pm'),
(7216, 303, 'IP/22/ND/CS/0009', 200, 7, 279, 'com 226', 'file organisation and management', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:22pm'),
(7217, 303, 'IP/22/ND/CS/0009', 200, 7, 281, 'com 227', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:22pm'),
(7218, 303, 'IP/22/ND/CS/0009', 200, 7, 280, 'gns 204', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Feb 2026, 01:22pm'),
(7219, 318, 'IP/25/ND/F/001', 100, 8, 219, 'ard 104', 'life drawing ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Feb 2026, 10:54am'),
(7220, 318, 'IP/25/ND/F/001', 100, 8, 225, 'eed 126', 'introduction to entrepreneurship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Feb 2026, 10:54am'),
(7221, 318, 'IP/25/ND/F/001', 100, 8, 218, 'fas 121', 'fashion design ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Feb 2026, 10:54am'),
(7222, 318, 'IP/25/ND/F/001', 100, 8, 220, 'fas 122', 'fashion illustration ii', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Feb 2026, 10:54am'),
(7223, 318, 'IP/25/ND/F/001', 100, 8, 221, 'fas 123', 'textile materials ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Feb 2026, 10:54am'),
(7224, 318, 'IP/25/ND/F/001', 100, 8, 192, 'fas 124', 'pattern drafting and cutting room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Feb 2026, 10:54am'),
(7225, 318, 'IP/25/ND/F/001', 100, 8, 193, 'fas 125', 'clothing construction and sewing room practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Feb 2026, 10:54am'),
(7226, 318, 'IP/25/ND/F/001', 100, 8, 222, 'fas 126', 'history of costumes ii', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Feb 2026, 10:54am'),
(7227, 318, 'IP/25/ND/F/001', 100, 8, 223, 'fas 127', 'computer aided design for fashion i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Feb 2026, 10:54am'),
(7228, 318, 'IP/25/ND/F/001', 100, 8, 204, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Feb 2026, 10:54am'),
(7229, 318, 'IP/25/ND/F/001', 100, 8, 224, 'gns 121', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '11 Feb 2026, 10:54am'),
(7230, 273, 'IP/25/ND/B/003', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:11pm'),
(7231, 273, 'IP/25/ND/B/003', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:11pm'),
(7232, 273, 'IP/25/ND/B/003', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:11pm'),
(7233, 273, 'IP/25/ND/B/003', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:11pm'),
(7234, 273, 'IP/25/ND/B/003', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:11pm'),
(7235, 273, 'IP/25/ND/B/003', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:11pm'),
(7236, 273, 'IP/25/ND/B/003', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:11pm'),
(7237, 273, 'IP/25/ND/B/003', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:11pm'),
(7238, 273, 'IP/25/ND/B/003', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:11pm'),
(7239, 273, 'IP/25/ND/B/003', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:11pm'),
(7240, 273, 'IP/25/ND/B/003', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:11pm'),
(7241, 272, 'IP/25/ND/B/001', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:15pm'),
(7242, 272, 'IP/25/ND/B/001', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:15pm'),
(7243, 272, 'IP/25/ND/B/001', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:15pm'),
(7244, 272, 'IP/25/ND/B/001', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:15pm'),
(7245, 272, 'IP/25/ND/B/001', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:15pm'),
(7246, 272, 'IP/25/ND/B/001', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:15pm'),
(7247, 272, 'IP/25/ND/B/001', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:15pm'),
(7248, 272, 'IP/25/ND/B/001', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:15pm'),
(7249, 272, 'IP/25/ND/B/001', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:15pm'),
(7250, 272, 'IP/25/ND/B/001', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:15pm'),
(7251, 272, 'IP/25/ND/B/001', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 02:15pm'),
(7252, 328, 'IP/25/ND/B/007', 100, 5, 5, 'acc 111', 'principle of account 1', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 03:11pm'),
(7253, 328, 'IP/25/ND/B/007', 100, 5, 1, 'bam 111', 'introduction to business 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 03:11pm'),
(7254, 328, 'IP/25/ND/B/007', 100, 5, 2, 'bam 112', 'business mathematics 1', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 03:11pm'),
(7255, 328, 'IP/25/ND/B/007', 100, 5, 3, 'bam 113', 'principles of law', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 03:11pm'),
(7256, 328, 'IP/25/ND/B/007', 100, 5, 4, 'bam 114', 'principles of economics', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 03:11pm'),
(7257, 328, 'IP/25/ND/B/007', 100, 5, 6, 'bam 115', 'principal of marketing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 03:11pm'),
(7258, 328, 'IP/25/ND/B/007', 100, 5, 7, 'bam 116', 'element of public administration', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 03:11pm'),
(7259, 328, 'IP/25/ND/B/007', 100, 5, 11, 'bam 117', 'principal of purchasing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 03:11pm'),
(7260, 328, 'IP/25/ND/B/007', 100, 5, 289, 'gns 111', 'citizenship education', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 03:11pm'),
(7261, 328, 'IP/25/ND/B/007', 100, 5, 290, 'lib 101', 'use of library', 1, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 03:11pm'),
(7262, 328, 'IP/25/ND/B/007', 100, 5, 291, 'otm 111', 'technical english 1', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 1, 'First Semester', '2021/2022', '05 Mar 2026, 03:11pm'),
(7263, 273, 'IP/25/ND/B/003', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:48pm'),
(7264, 273, 'IP/25/ND/B/003', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:48pm'),
(7265, 273, 'IP/25/ND/B/003', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:48pm'),
(7266, 273, 'IP/25/ND/B/003', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:48pm'),
(7267, 273, 'IP/25/ND/B/003', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:48pm'),
(7268, 273, 'IP/25/ND/B/003', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:48pm'),
(7269, 273, 'IP/25/ND/B/003', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:48pm'),
(7270, 273, 'IP/25/ND/B/003', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:48pm'),
(7271, 273, 'IP/25/ND/B/003', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:48pm'),
(7272, 272, 'IP/25/ND/B/001', 100, 5, 315, 'bam 121', 'introduction to business 11', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:50pm'),
(7273, 272, 'IP/25/ND/B/001', 100, 5, 314, 'bam 123', 'introduction to psychology', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:50pm'),
(7274, 272, 'IP/25/ND/B/001', 100, 5, 319, 'otm 112', 'technical english', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:50pm'),
(7275, 272, 'IP/25/ND/B/001', 100, 5, 16, 'bam 125', 'information technology 1', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:50pm'),
(7276, 272, 'IP/25/ND/B/001', 100, 5, 15, 'bam 126', 'introduction to entreprenuership', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:50pm'),
(7277, 272, 'IP/25/ND/B/001', 100, 5, 320, 'gns 131', 'citizenship education 2', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:50pm'),
(7278, 272, 'IP/25/ND/B/001', 100, 5, 317, 'bam 124', 'principle of economics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:50pm'),
(7279, 272, 'IP/25/ND/B/001', 100, 5, 316, 'bam 122', 'business mathematics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:50pm'),
(7280, 272, 'IP/25/ND/B/001', 100, 5, 318, 'acc 121', 'principles of account 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '05 Mar 2026, 03:50pm'),
(7281, 289, 'IP/24/ND/B/0022', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:30pm'),
(7282, 289, 'IP/24/ND/B/0022', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:30pm'),
(7283, 289, 'IP/24/ND/B/0022', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:30pm'),
(7284, 289, 'IP/24/ND/B/0022', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:30pm'),
(7285, 289, 'IP/24/ND/B/0022', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:30pm'),
(7286, 289, 'IP/24/ND/B/0022', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:30pm'),
(7287, 289, 'IP/24/ND/B/0022', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:30pm'),
(7288, 288, 'IP/24/ND/B/0045', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:30pm'),
(7289, 288, 'IP/24/ND/B/0045', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:30pm'),
(7290, 288, 'IP/24/ND/B/0045', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:30pm'),
(7291, 288, 'IP/24/ND/B/0045', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:30pm'),
(7292, 288, 'IP/24/ND/B/0045', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:30pm'),
(7293, 288, 'IP/24/ND/B/0045', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:30pm'),
(7294, 288, 'IP/24/ND/B/0045', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:30pm'),
(7295, 288, 'IP/24/ND/B/0045', 200, 5, 307, 'otm 222', 'communication skills 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:30pm'),
(7296, 206, 'IP/24/ND/B/0009', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:41pm'),
(7297, 206, 'IP/24/ND/B/0009', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:41pm'),
(7298, 206, 'IP/24/ND/B/0009', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:41pm'),
(7299, 206, 'IP/24/ND/B/0009', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:41pm'),
(7300, 206, 'IP/24/ND/B/0009', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:41pm'),
(7301, 206, 'IP/24/ND/B/0009', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:41pm'),
(7302, 206, 'IP/24/ND/B/0009', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 03:41pm'),
(7303, 327, 'IP/25/ND/E/004', 100, 9, 138, 'eec  129', 'electrical installation of building', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 04:13pm'),
(7304, 327, 'IP/25/ND/E/004', 100, 9, 132, 'eec 122', 'electrical power system i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 04:13pm'),
(7305, 327, 'IP/25/ND/E/004', 100, 9, 133, 'eec 123', 'electrical machine i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 04:13pm'),
(7306, 327, 'IP/25/ND/E/004', 100, 9, 135, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 04:13pm'),
(7307, 327, 'IP/25/ND/E/004', 100, 9, 136, 'eec 126', 'electrical/electronic instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 04:13pm'),
(7308, 327, 'IP/25/ND/E/004', 100, 9, 137, 'eec 128', 'telecommunication engineering i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 04:13pm'),
(7309, 327, 'IP/25/ND/E/004', 100, 9, 139, 'eed 126', 'introduction to entrepreneurship i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 04:13pm'),
(7310, 327, 'IP/25/ND/E/004', 100, 9, 118, 'gns 102', 'communication skills i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 04:13pm'),
(7311, 327, 'IP/25/ND/E/004', 100, 9, 206, 'gns 111', 'citizenship education', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 04:13pm'),
(7312, 327, 'IP/25/ND/E/004', 100, 9, 129, 'mth 211', 'calculus', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 04:13pm'),
(7313, 327, 'IP/25/ND/E/004', 100, 9, 134, 'eec 124', 'electronics i', 3, '', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '06 Mar 2026, 04:13pm'),
(7314, 330, 'IP/24/ND/E/0001', 200, 9, 141, 'eec 242', 'electrical power system iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7315, 330, 'IP/24/ND/E/0001', 200, 9, 142, 'eec 244', 'electronics iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7316, 330, 'IP/24/ND/E/0001', 200, 9, 143, 'eec 246', 'programmable logic controllers', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7317, 330, 'IP/24/ND/E/0001', 200, 9, 145, 'eec 249', 'electrical circuit theory ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7318, 330, 'IP/24/ND/E/0001', 200, 9, 144, 'eec 247', 'computer hardware iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7319, 330, 'IP/24/ND/E/0001', 200, 9, 146, 'eec 280', 'project', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7320, 330, 'IP/24/ND/E/0001', 200, 9, 140, 'mth 122', 'trigonometry & analytical geometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7321, 330, 'IP/24/ND/E/0001', 200, 9, 306, 'gns 202', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7322, 232, 'IP/24/ND/E/0003', 200, 9, 141, 'eec 242', 'electrical power system iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7323, 232, 'IP/24/ND/E/0003', 200, 9, 142, 'eec 244', 'electronics iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7324, 232, 'IP/24/ND/E/0003', 200, 9, 143, 'eec 246', 'programmable logic controllers', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7325, 232, 'IP/24/ND/E/0003', 200, 9, 144, 'eec 247', 'computer hardware iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7326, 232, 'IP/24/ND/E/0003', 200, 9, 145, 'eec 249', 'electrical circuit theory ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7327, 232, 'IP/24/ND/E/0003', 200, 9, 146, 'eec 280', 'project', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7328, 232, 'IP/24/ND/E/0003', 200, 9, 140, 'mth 122', 'trigonometry & analytical geometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7329, 232, 'IP/24/ND/E/0003', 200, 9, 306, 'gns 202', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7330, 233, 'IP/24/ND/E/0004', 200, 9, 140, 'mth 122', 'trigonometry & analytical geometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7331, 233, 'IP/24/ND/E/0004', 200, 9, 146, 'eec 280', 'project', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7332, 233, 'IP/24/ND/E/0004', 200, 9, 145, 'eec 249', 'electrical circuit theory ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7333, 233, 'IP/24/ND/E/0004', 200, 9, 144, 'eec 247', 'computer hardware iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7334, 233, 'IP/24/ND/E/0004', 200, 9, 143, 'eec 246', 'programmable logic controllers', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7335, 233, 'IP/24/ND/E/0004', 200, 9, 142, 'eec 244', 'electronics iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7336, 233, 'IP/24/ND/E/0004', 200, 9, 141, 'eec 242', 'electrical power system iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7337, 233, 'IP/24/ND/E/0004', 200, 9, 306, 'gns 202', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:12pm'),
(7338, 235, 'IP/24/ND/E/0007', 200, 9, 141, 'eec 242', 'electrical power system iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:52pm'),
(7339, 235, 'IP/24/ND/E/0007', 200, 9, 142, 'eec 244', 'electronics iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:52pm'),
(7340, 235, 'IP/24/ND/E/0007', 200, 9, 143, 'eec 246', 'programmable logic controllers', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:52pm'),
(7341, 235, 'IP/24/ND/E/0007', 200, 9, 144, 'eec 247', 'computer hardware iii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:52pm'),
(7342, 235, 'IP/24/ND/E/0007', 200, 9, 145, 'eec 249', 'electrical circuit theory ii', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:52pm'),
(7343, 235, 'IP/24/ND/E/0007', 200, 9, 146, 'eec 280', 'project', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:52pm'),
(7344, 235, 'IP/24/ND/E/0007', 200, 9, 140, 'mth 122', 'trigonometry & analytical geometry', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:52pm'),
(7345, 235, 'IP/24/ND/E/0007', 200, 9, 306, 'gns 202', 'communication in english ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 01:52pm'),
(7346, 319, 'IP/25/ND/CE/0001', 100, 6, 97, 'cte 121', 'digital computer fundamentals i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 02:51pm'),
(7347, 319, 'IP/25/ND/CE/0001', 100, 6, 98, 'cte 122', 'electrical measurement and instrumentation i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 02:51pm'),
(7348, 319, 'IP/25/ND/CE/0001', 100, 6, 99, 'cte 123', 'computer/electronic maintenance and repairs', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 02:51pm'),
(7349, 319, 'IP/25/ND/CE/0001', 100, 6, 100, 'cte 124', 'technical report writing', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 02:51pm'),
(7350, 319, 'IP/25/ND/CE/0001', 100, 6, 101, 'eec 124', 'electronics i', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 02:51pm'),
(7351, 319, 'IP/25/ND/CE/0001', 100, 6, 102, 'eec 125', 'electrical engineering science ii', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 02:51pm'),
(7352, 319, 'IP/25/ND/CE/0001', 100, 6, 103, 'eed 126', 'introduction to entrepreneurship', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 02:51pm'),
(7353, 319, 'IP/25/ND/CE/0001', 100, 6, 76, 'gns 102', 'communication in english i', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 02:51pm'),
(7354, 319, 'IP/25/ND/CE/0001', 100, 6, 106, 'gns 128', 'citizenship education ii', 2, 'r', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 02:51pm'),
(7355, 319, 'IP/25/ND/CE/0001', 100, 6, 104, 'mec 102', 'machines tools technology and practice', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 02:51pm'),
(7356, 319, 'IP/25/ND/CE/0001', 100, 6, 105, 'mth 211', 'calculus', 2, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 02:51pm'),
(7357, 278, 'IP/24/ND/B/0013', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 04:12pm'),
(7358, 278, 'IP/24/ND/B/0013', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 04:12pm'),
(7359, 278, 'IP/24/ND/B/0013', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 04:12pm'),
(7360, 278, 'IP/24/ND/B/0013', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 04:12pm'),
(7361, 278, 'IP/24/ND/B/0013', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 04:12pm'),
(7362, 278, 'IP/24/ND/B/0013', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 04:12pm'),
(7363, 278, 'IP/24/ND/B/0013', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 04:12pm'),
(7364, 335, 'IP/24/ND/B/0008', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 04:20pm'),
(7365, 335, 'IP/24/ND/B/0008', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 04:20pm'),
(7366, 335, 'IP/24/ND/B/0008', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 04:20pm'),
(7367, 335, 'IP/24/ND/B/0008', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 04:20pm'),
(7368, 335, 'IP/24/ND/B/0008', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 04:20pm'),
(7369, 335, 'IP/24/ND/B/0008', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 04:20pm'),
(7370, 335, 'IP/24/ND/B/0008', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 04:20pm'),
(7371, 206, 'IP/24/ND/B/0009', 200, 5, 313, 'acc 222', 'cost accounting 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 10:20pm'),
(7372, 206, 'IP/24/ND/B/0009', 200, 5, 309, 'bam 221', 'principles of management 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 10:20pm'),
(7373, 206, 'IP/24/ND/B/0009', 200, 5, 308, 'bam 222', 'business statistics 2', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 10:20pm'),
(7374, 206, 'IP/24/ND/B/0009', 200, 5, 310, 'bam 223', 'element of production management', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 10:20pm'),
(7375, 206, 'IP/24/ND/B/0009', 200, 5, 311, 'bam 224', 'element of human capital', 3, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 10:20pm'),
(7376, 206, 'IP/24/ND/B/0009', 200, 5, 312, 'bam 225', 'project', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 10:20pm'),
(7377, 206, 'IP/24/ND/B/0009', 200, 5, 364, 'siw 219', 'siwes', 6, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 10:20pm'),
(7378, 206, 'IP/24/ND/B/0009', 200, 5, 307, 'otm 222', 'communication skills 2', 4, 'c', 1, 'OND', 'Ordinary National Diploma', 2, 'Second Semester', '2021/2022', '09 Mar 2026, 10:20pm');

-- --------------------------------------------------------

--
-- Table structure for table `semester`
--

CREATE TABLE `semester` (
  `id` int(11) NOT NULL,
  `programme_id` int(11) NOT NULL,
  `semester` int(11) NOT NULL,
  `description` text NOT NULL,
  `min_tnu` int(11) NOT NULL,
  `max_tnu` int(11) NOT NULL,
  `registration_control` int(11) NOT NULL DEFAULT 0,
  `add_delete_control` int(11) NOT NULL DEFAULT 0,
  `session` varchar(100) NOT NULL,
  `exam_slip` int(11) NOT NULL DEFAULT 0,
  `exam_slip_password` text NOT NULL,
  `current_semester` int(11) NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `semester`
--

INSERT INTO `semester` (`id`, `programme_id`, `semester`, `description`, `min_tnu`, `max_tnu`, `registration_control`, `add_delete_control`, `session`, `exam_slip`, `exam_slip_password`, `current_semester`) VALUES
(1, 1, 1, 'First Semester', 18, 34, 0, 0, '2025/2026', 0, '123456', 0),
(2, 1, 2, 'Second Semester', 18, 34, 1, 0, '2025/2026', 0, '12345', 1),
(3, 2, 1, 'First Semester', 18, 34, 0, 1, '2025/2026', 0, '', 1),
(4, 2, 2, 'Second Semester', 18, 34, 0, 0, '', 0, '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `student`
--

CREATE TABLE `student` (
  `id` int(11) NOT NULL,
  `sname` text NOT NULL,
  `fname` text NOT NULL,
  `mname` text NOT NULL,
  `matric_no` text NOT NULL,
  `gender` varchar(100) NOT NULL,
  `entry` text NOT NULL,
  `dept_id` int(11) NOT NULL,
  `programme_id` int(11) NOT NULL,
  `date` varchar(130) NOT NULL,
  `password` text NOT NULL,
  `campus` varchar(100) NOT NULL,
  `email` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `student`
--

INSERT INTO `student` (`id`, `sname`, `fname`, `mname`, `matric_no`, `gender`, `entry`, `dept_id`, `programme_id`, `date`, `password`, `campus`, `email`) VALUES
(1, 'opeyemi', 'shakira', 'bisola', 'IP/21/ND/F/20001', 'F', '2021/2022', 8, 1, '06 Feb 2023, 12:24pm', 'ff9925c66ce8a7b2a4191a20989a74931addf63a', 'egbeda', 'opeyemishakira9@gmail.com'),
(2, 'osagiede', 'precious', '', 'IP/21/ND/F/20002', 'M', '2021/2022', 8, 1, '06 Feb 2023, 12:24pm', '', 'egbeda', ''),
(3, 'fagbohun', 'olamilekan', 'sulimon', 'IP/21/ND/F/20003', 'M', '2021/2022', 8, 1, '06 Feb 2023, 12:24pm', '', 'egbeda', ''),
(5, 'john', 'joy', '', 'IP/21/ND/F/20005', 'F', '2021/2022', 8, 1, '06 Feb 2023, 12:24pm', 'ab393ffc5bc9ce147290bbc1b9cce331275201a6', 'egbeda', 'gloryjoy14u@gmail.com'),
(83, 'inedu', 'israel', 'oche', 'IP/21/ND/B/20011', 'm', '2021/2022', 5, 1, '27 Mar 2023, 08:33am', 'dce535e7a86af5817b8ba5f535f53c8145030d2d', 'egbeda', 'israelinedu@gmail.com'),
(82, 'iko', 'janet', '', 'IP/21/ND/B/20010', 'f', '2021/2022', 5, 1, '27 Mar 2023, 08:33am', '23658b8593677021a214fb38bbf7b721e9fa59d7', 'egbeda', 'ikojanetifeoma@gmail.com'),
(113, 'joseph', 'ibukunoluwa', 'funke', 'IP/22/ND/B/20010', 'F', '2022/2023', 5, 1, '28 Jul 2023, 03:51pm', '', 'egbeda', ''),
(114, 'francis', 'henry', 'chibueze', 'IP/22/ND/B/20011', 'M', '2022/2023', 5, 1, '28 Jul 2023, 03:51pm', '', 'egbeda', ''),
(180, 'aleshinloye', 'mariam', 'omobolanle', 'IP/22/ND/B/20012', 'f', '2022/2023', 5, 1, '21 Nov 2023, 12:19pm', '7f7b7624ebf31d3de8823c56abde38d53a867665', 'egbeda', 'mariamomobolanle272@gmail.com'),
(116, 'okoro', 'calista', 'ada', 'IP/22/ND/B/20013', 'F', '2022/2023', 5, 1, '28 Jul 2023, 03:51pm', '7a1594469250d7cb4e278dc129b8dd67d6b92adc', 'egbeda', 'adaokoro200@gmail.com'),
(117, 'divine', 'david', 'chukwuemeka', 'IP/22/ND/B/20014', 'M', '2022/2023', 5, 1, '28 Jul 2023, 03:51pm', '70f82e4289187cd55383a44ab3888016a4b619e0', 'egbeda', 'daviddivine141@gmail.com'),
(34, 'adeshina', 'azeez', 'omotunde', 'IP/21/ND/B/20006', 'F', '2021/2022', 5, 1, '06 Feb 2023, 01:11pm', '8db645d509b7a6cfb0c553abef472a1882e55a3d', 'egbeda', 'Temmyolaide7@gmail.com'),
(104, 'patrick', 'obasi', '', 'IP/22/ND/B/20001', 'M', '2022/2023', 5, 1, '28 Jul 2023, 03:51pm', '', 'egbeda', ''),
(106, 'omisanya', 'zaccheus', 'folarin', 'IP/22/ND/B/20003', 'M', '2022/2023', 5, 1, '28 Jul 2023, 03:51pm', 'fde2bf761a1d0a6d49d27bfef1177848073cf053', 'egbeda', 'omisanyafolarin2@gmail.com'),
(107, 'sulaiman', 'mariam', 'victor', 'IP/22/ND/B/20004', 'F', '2022/2023', 5, 1, '28 Jul 2023, 03:51pm', 'd13f2f5ba567f1a97d705e123ffa21e6fcf235d5', 'egbeda', 'mariamkeji77@gmail.com'),
(32, 'quadri', 'idowu', 'rafiat', 'IP/21/ND/B/20004', 'F', '2021/2022', 5, 1, '06 Feb 2023, 01:11pm', '12de81613152decc67d521f2df10c7082278f013', 'egbeda', 'quadriidowu816@gmail.com'),
(31, 'tairu', 'ayinde', 'quam', 'IP/21/ND/B/20003', 'M', '2021/2022', 5, 1, '06 Feb 2023, 01:11pm', '', 'egbeda', ''),
(30, 'lawal', 'fuhad', 'pelumi', 'IP/21/ND/B/20002', 'M', '2021/2022', 5, 1, '06 Feb 2023, 01:11pm', '289f7120d5b1ab81d89ab1b065748dbdcbdee518', 'egbeda', 'lawalfuhad72@gmail.com'),
(29, 'john', 'joshua', '', 'IP/21/ND/B/20001', 'M', '2021/2022', 5, 1, '06 Feb 2023, 01:11pm', '', 'egbeda', ''),
(112, 'oghenerueme', 'blessing', 'uriri', 'IP/22/ND/B/20009', 'M', '2022/2023', 5, 1, '28 Jul 2023, 03:51pm', '3f84c2af90c6ed62e14df03dc4e2c0c74897e0ba', 'egbeda', 'blessingogheneruemu7@gmail.com'),
(111, 'akinleye', 'habeeb', '', 'IP/22/ND/B/20008', 'M', '2022/2023', 5, 1, '28 Jul 2023, 03:51pm', '', 'egbeda', ''),
(110, 'benson', 'toba', 'niyi', 'IP/22/ND/B/20007', 'M', '2022/2023', 5, 1, '28 Jul 2023, 03:51pm', '2490959e931657810e35a94508972816989143a5', 'egbeda', 'niyibeason@gmail.com'),
(48, 'akinbunmi', 'micheal', 'bonaventure', 'IP/21/ND/E/20001', 'M', '2021/2022', 9, 1, '06 Feb 2023, 01:20pm', '64e77d7c579ad510567ccd4768490890c387362c', 'egbeda', 'Jrronaldo725@gmail.com'),
(49, 'emeka', 'richard', 'nmesoma', 'IP/21/ND/E/20002', 'M', '2021/2022', 9, 1, '06 Feb 2023, 01:20pm', '3bdff2afdd22eb6eea9e777ab70df7c4d6a13212', 'egbeda', 'richemeka1594@gmail.com'),
(186, 'dunia', 'jessica', 'onomohoare', 'IP/21/ND/F/20008', 'f', '2021/2022', 8, 1, '23 Nov 2023, 12:20pm', '2d32e643b9c62f9d6778f120769526a6fa49de34', 'egbeda', 'duniajessica0@gmail.com'),
(184, 'akindehin', 'omogbolahun', 'emmanuel', 'IP/21/ND/F/20007', 'M', '2021/2022', 8, 1, '23 Nov 2023, 12:14pm', '37b15692e6d5bea66dbd2e7c7c73fdfaeef05b34', 'egbeda', 'akindehinomogbolahan2007@gmail.com'),
(54, 'ola-oni', 'toluwanimi', 'samuel', 'IP/21/ND/CE/20001', 'M', '2021/2022', 6, 1, '06 Feb 2023, 01:25pm', '52c33be0f493d45a7d35245993b7ecae4b118571', 'egbeda', 'samueltoluwanimi7@gmail.com'),
(108, 'taiwo', 'fathia', 'omowunmi', 'IP/22/ND/B/20005', 'F', '2022/2023', 5, 1, '28 Jul 2023, 03:51pm', '6c37a12cc493fdf9bf2171917e09cc7c7e188c53', 'egbeda', 'taiwofathia308@gmail.com'),
(57, 'owodunni', 'ayobami', 'al-muiz', 'IP/21/ND/CS/20001', 'M', '2021/2022', 7, 1, '06 Feb 2023, 01:55pm', '', 'egbeda', ''),
(58, 'olatunji', 'temitope', 'wemimo', 'IP/21/ND/CS/20002', 'F', '2021/2022', 7, 1, '06 Feb 2023, 01:55pm', '257821964726363f5763be233847c93540bc9925', 'egbeda', 'akinwumitemitope57@gmail.com'),
(59, 'blessing', 'susanan', 'chimebere', 'IP/21/ND/CS/20003', 'F', '2021/2022', 7, 1, '06 Feb 2023, 01:55pm', '257e663cf8e900b5de0dca8a86f8a58afe3f54ca', 'egbeda', 'blessingsusana@gmail.com'),
(60, 'ogunleye', 'abdhakeem', 'ayoola', 'IP/21/ND/CS/20004', 'M', '2021/2022', 7, 1, '06 Feb 2023, 01:55pm', '928f834cebba37942981a24b363f31b79a50a87b', 'egbeda', 'ogunleyeabdhakeem24@gmail.com'),
(61, 'kade', 'boluwatife', 'okikiola', 'IP/21/ND/CS/20005', 'M', '2021/2022', 7, 1, '06 Feb 2023, 01:55pm', '8a3741d40b42dd0bd30d5215bc2fb9c713e6996d', 'egbeda', 'boluwatife.kade@gmail.com'),
(62, 'isreal', 'francis', 'balogun', 'IP/21/ND/CS/20006', 'M', '2021/2022', 7, 1, '06 Feb 2023, 01:55pm', '', 'egbeda', ''),
(63, 'akinloye', 'oluwasegun', 'gbenga toheeb', 'IP/21/ND/CS/20007', 'M', '2021/2022', 7, 1, '06 Feb 2023, 01:55pm', '6068159971054932b08082c46e72fb942f0da520', 'egbeda', 'oluwasegunolugbengaakinloye@gmail.com'),
(187, 'adeyemi', 'azeezat', 'kehinde', 'IP/21/ND/B/20019', 'f', '2021/2022', 5, 1, '23 Nov 2023, 12:23pm', '44db81083407afa9cbf2329a6d9b6ac9dd34916f', 'egbeda', 'adeyemiazeezat0@gmil.com'),
(102, 'obasi', 'patrick', 'allison', 'IP/21/ND/B/20020', 'm', '2021/2022', 5, 1, '11 Apr 2023, 11:14am', 'c56b6139bbd1b0ea808f07df1bf783a9d7981b0b', 'egbeda', 'patrickobasi.obasi@gmail.com'),
(68, 'adebayo', 'precious', 'timileyin', 'IP/21/ND/CS/20008', 'f', '2021/2022', 7, 1, '08 Feb 2023, 03:58pm', 'a5c3a943d4c17fc9e2d96a26593656e2968a88fb', 'egbeda', 'cashcloud076@gmail.com'),
(185, 'oloyede', 'grace', 'monsurah', 'IP/21/ND/CS/20009', 'f', '2021/2022', 7, 1, '23 Nov 2023, 12:19pm', '979f98461c189ea39cc6b97d455b6680b3eee29e', 'egbeda', 'okikigrace1@gmail.com'),
(81, 'queeneth', 'achilike', 'chimere', 'IP/21/ND/B/20009', 'f', '2021/2022', 5, 1, '27 Mar 2023, 08:33am', 'f07cd9eef78ba3b3f593bf25f3cb9e68f132fa71', 'egbeda', 'queenethchiemere@gmail.com'),
(101, 'omisore', 'shadrac', 'olakunle', 'IP/21/ND/B/20007', 'm', '2021/2022', 5, 1, '11 Apr 2023, 10:25am', '3cf6f0169568d2451e8ad3a0daa65e2164f63f94', 'egbeda', 'omisoreolakunle@yahoo.com'),
(80, 'owoniyi', 'joseph', 'oluwaleke', 'IP/21/ND/B/20008', 'm', '2021/2022', 5, 1, '27 Mar 2023, 08:33am', '', 'egbeda', ''),
(174, 'olasupo', 'omowunmi', 'mary', 'IP/21/ND/F/20004', 'f', '2021/2022', 8, 1, '09 Nov 2023, 02:34pm', '3c56426c89feeac7d9e598038274fd3cb0e63400', 'egbeda', 'olashupomary@gmail.com'),
(103, 'basil', 'gift', 'esopobong', 'IP/22/ND/F/20010', 'F', '2022/2023', 8, 1, '28 Jul 2023, 01:49pm', '5d5e1fd0ef1e5d93ba144d0bcdea29545cd83d9c', 'egbeda', 'esopgiftbasil@gmail.com'),
(109, 'adebowale', 'george', 'benjamin', 'IP/22/ND/B/20006', 'M', '2022/2023', 5, 1, '28 Jul 2023, 03:51pm', '008eff3055d9064b7fe59a7b3e66be632b5c4cd2', 'egbeda', 'itzyounggeorgeone@gmail.com'),
(179, 'david', 'godwin', 'imadu', 'IP/22/ND/B/20002', 'm', '2022/2023', 5, 1, '20 Nov 2023, 11:42am', '5ffa1f676f45a62a4ab6926b787b931975a37a5c', 'egbeda', 'godwindavidfive5@gmail.com'),
(183, 'abdulnafiu', 'labeebah', 'ayomide', 'IP/21/ND/F/20006', 'f', '2021/2022', 8, 1, '23 Nov 2023, 12:14pm', '3a445bbad93561c8828bcdc9d19ec68bb5960eb8', 'egbeda', 'ademideabdulnafiu@gmail.com'),
(182, 'adegoke', 'mercy', 'oluwagbotemi', 'IP/21/ND/F/20009', 'f', '2021/2022', 8, 1, '23 Nov 2023, 12:14pm', '023e27d5dcda431a92ae801f256c9d2c7287892a', 'egbeda', 'adekoredeadegoke@gmail.com'),
(84, 'timothy', 'joy', 'chinyere', 'IP/21/ND/B/20012', 'f', '2021/2022', 5, 1, '27 Mar 2023, 08:33am', '3898cc237b657d3bf133b4f08d51590bd4911a75', 'egbeda', 'timothyjoy081@gmail.com'),
(85, 'david', 'elizabeth', 'ochole', 'IP/21/ND/B/20013', 'f', '2021/2022', 5, 1, '27 Mar 2023, 08:33am', '', 'egbeda', ''),
(86, 'alao', 'baliqis', 'eniola', 'IP/21/ND/B/20014', 'f', '2021/2022', 5, 1, '27 Mar 2023, 08:33am', '71e075f4e133d710600abb698be31d7269feb5a8', 'egbeda', 'alaobaliqis5@gmail.com'),
(87, 'kuforigi', 'mary', 'olamide', 'IP/21/ND/B/20015', 'f', '2021/2022', 5, 1, '27 Mar 2023, 08:33am', '', 'egbeda', ''),
(191, 'mohammed', 'musharaf', 'adeyinka', 'IP/21/ND/B/20016', 'm', '2021/2022', 5, 1, '24 Nov 2023, 12:25pm', 'b8661783171618189f401470694e15d817a183d9', 'egbeda', 'Musharafadeyinka@gmail.com'),
(89, 'kolawale', 'sahadat', '', 'IP/21/ND/B/20017', 'f', '2021/2022', 5, 1, '27 Mar 2023, 08:33am', '', 'egbeda', ''),
(90, 'adebayo', 'oyindamola', '', 'IP/21/ND/B/20018', 'f', '2021/2022', 5, 1, '27 Mar 2023, 08:33am', '09993f428a7a0747726db574e4505636782894d5', 'egbeda', ''),
(188, 'oyinlola', 'micheal', 'olashina', 'IP/22/ND/B/20015', 'M', '2022/2023', 5, 1, '23 Nov 2023, 12:26pm', '89837095694cc40fea645cb75b35077c8c9517ed', 'egbeda', 'Olashinaoyinlola@gmail.com'),
(92, 'sofowora', 'testimony', 'richard', 'IP/21/ND/CE/20002', 'm', '2021/2022', 6, 1, '27 Mar 2023, 08:37am', 'bd0fd855b1b76a9e2267467073462f577439118e', 'egbeda', 'sofoworatestimony01@gmail.com'),
(93, 'adejumo', 'joseph', '', 'IP/21/ND/CE/20003', 'm', '2021/2022', 6, 1, '27 Mar 2023, 08:37am', '', 'egbeda', ''),
(94, 'ogboo', 'macdonald', '', 'IP/21/ND/CS/20010', 'm', '2021/2022', 7, 1, '27 Mar 2023, 08:37am', '', 'egbeda', ''),
(95, 'njoku', 'belina', 'blessing', 'IP/21/ND/CS/20011', 'f', '2021/2022', 7, 1, '27 Mar 2023, 08:37am', '', 'egbeda', ''),
(96, 'elom', 'esther', 'ogechukwu', 'IP/21/ND/CS/20012', 'f', '2021/2022', 7, 1, '27 Mar 2023, 08:37am', '', 'egbeda', ''),
(97, 'paul', 'abraham', 'aimuamwenosa', 'IP/21/ND/E/20003', 'm', '2021/2022', 9, 1, '27 Mar 2023, 08:38am', '7bdd28cd99007c88f89f8ca6f5c3758485843377', 'egbeda', 'paulgodson999@gmail.com'),
(98, 'daniel', 'allision', '', 'IP/21/ND/E/20004', 'm', '2021/2022', 9, 1, '27 Mar 2023, 08:38am', '67c06d326ea38ed3aae23c79d5cc64d7379abf70', 'egbeda', 'Danielallison655@gmail.com'),
(99, 'oguntayo', 'oluwatobi', 'israel', 'IP/21/ND/E/20005', 'm', '2021/2022', 9, 1, '27 Mar 2023, 08:38am', '8b67dbef86feef9216da39943eff178f34ce72c6', 'egbeda', 'tobioguntayo8@gmail.com'),
(192, 'shodiya', 'james', 'oluwagbenga', 'IP/21/ND/E/20006', 'm', '2021/2022', 9, 1, '30 Nov 2023, 01:02pm', 'eeb8d24fc9a957711a4d53e3e7afce9a293a06bc', 'egbeda', 'jamesshodiya111@gmail.com'),
(118, 'afadapa', 'dannie', '', 'IP/23/ND/F/0001', 'm', '2023/2024', 8, 1, '09 Nov 2023, 11:10am', '42f374bf7dc0417317cbe707e1dd870d981889a0', 'egbeda', 'afadapaabolade33@gmail.com'),
(119, 'olorunfunmi', 'ganiyat', 'adenike', 'IP/23/ND/F/0002', 'f', '2023/2024', 8, 1, '09 Nov 2023, 11:10am', '', 'egbeda', ''),
(120, 'abiru', 'mojisola', 'eniola', 'IP/23/ND/F/0003', 'f', '2023/2024', 8, 1, '09 Nov 2023, 11:10am', '', 'egbeda', ''),
(121, 'ebiegberi', 'joan', 'ateboh', 'IP/23/ND/F/0004', 'f', '2023/2024', 8, 1, '09 Nov 2023, 11:10am', 'eab8fe49604fd4f121ee988ebb5e0c01d6130fb0', 'egbeda', 'ebiegberijoanateboh@gmail.com'),
(122, 'jeremiah', 'okpo', '', 'IP/23/ND/B/0001', 'm', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '', 'egbeda', ''),
(123, 'ogunyemi', 'segun', 'samuel', 'IP/23/ND/B/0002', 'm', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', 'ced7c85fdfc4ec387c4d4408c8a27a32cab52e02', 'egbeda', 'segzycaseyrhode377@gmail.com'),
(124, 'alli', 'atoke', 'aliyat', 'IP/23/ND/B/0003', 'f', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '2eb47782fcf67323112412d61c8877f4b40b6c36', 'egbeda', 'aliyatali766@gamil.com'),
(125, 'osinachu', 'bright', 'christain', 'IP/23/ND/B/0004', 'm', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '', 'egbeda', ''),
(126, 'ojo', 'micheal', 'ayomide', 'IP/23/ND/B/0005', 'm', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', 'a409ece691a2d66397c7f6ffb81702cd93398319', 'egbeda', 'ojomicheal2006@gamil.com'),
(178, 'oramalu', 'amarachi', 'chiemerie', 'IP/23/ND/B/0006', 'f', '2023/2024', 5, 1, '17 Nov 2023, 01:21pm', 'd4011813dc4ebaaf9e86b389ba4efad263cd2a5b', 'egbeda', 'natashaamarachi3@email.com'),
(128, 'giwa', 'omotayo', '', 'IP/23/ND/B/0007', 'm', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '', 'egbeda', ''),
(129, 'giwa', 'adetoyosi', '', 'IP/23/ND/B/0008', 'f', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '', 'egbeda', ''),
(295, 'alicho', 'somtochukwu', 'emmanuel', 'IP/22/ND/CS/0006', 'M', '2022/2023', 7, 1, '17 Sep 2025, 10:24am', '98fd997e95880e1ff3d32638e3aea55b4a8d8548', 'egbeda', 'alichosomtochukwu@gmail.com'),
(131, 'emmanuel', 'chidirim', 'obiesie', 'IP/23/ND/B/0010', 'm', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '3e5452711519e2a67d28a4e357cadc2b0ba0a461', 'egbeda', 'obiesieemmanuel72@gmail.com'),
(132, 'ikpeka', 'c.', 'chibuzo', 'IP/23/ND/B/0011', 'm', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '', 'egbeda', ''),
(133, 'gaji', 'zainab', 'arike', 'IP/23/ND/B/0012', '', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '4e1afbf388d291d5e6d5c8c5e5f07ceeb6f2f4a8', 'egbeda', 'zainabgaji2020@gmail.com'),
(134, 'suliamon', 'rasaq', 'omotayo', 'IP/23/ND/B/0013', 'm', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '', 'egbeda', ''),
(135, 'akindele', 'olanrewaju', 'sunday', 'IP/23/ND/B/0014', 'm', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '7f62817345bf19a4540de6100c959329cc90e2e3', 'egbeda', 'akindeleolanrewaju73@gmail.com'),
(136, 'aberejo', 'sodiq', 'olamilekan', 'IP/23/ND/B/0015', 'm', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '', 'egbeda', ''),
(137, 'isiaka', 'arafat', 'bioreoluwaseto', 'IP/23/ND/B/0016', 'f', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '80d23c3f9d793bc05977b9917727c49270760f9f', 'egbeda', 'arafatisiaka37@gmail'),
(138, 'waleola', 'grant', 'onaopemipo', 'IP/23/ND/B/0017', 'f', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '', 'egbeda', ''),
(139, 'afuwape', 'bashirat', 'temitope', 'IP/23/ND/B/0018', 'f', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '62d63aba017c6d6c40b50784684fec3f4492df34', 'egbeda', 'bashiratafuwape@gmail.com'),
(140, 'okyere', 'seth', 'jeffer', 'IP/23/ND/B/0019', 'm', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '', 'egbeda', ''),
(141, 'daramola', 'damilola', 'oyinkansola', 'IP/23/ND/B/0020', 'f', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '7c9893fd3a5cd66dbdb2fb587dde828a98b767bc', 'egbeda', 'daramoladamilolaoyinkansola@gmail.com'),
(142, 'idehen', 'sarah', 'aisaso', 'IP/23/ND/B/0021', 'f', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', 'ba1d32fcf830168f963462f731e4546b662bcec6', 'egbeda', 'idehensarah26@gmail.com'),
(143, 'olaleye', 'wasila', 'adeola', 'IP/23/ND/B/0022', 'f', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '4ff75f80957469c4b6af5824cb99bf4919abad98', 'egbeda', 'saidatkelani22@gmail.com'),
(144, 'joseph', 'ibukunoluwa', 'funke', 'IP/23/ND/B/0023', 'f', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '6e29a14478f681f224edf66d9535b409b382bbc7', 'egbeda', 'funkeoyindamola97@gmail.com'),
(294, 'olatunji', 'olamide', 'abdulrahmon', 'IP/25/ND/E/003', 'M', '2025/2026', 9, 1, '16 Sep 2025, 03:47pm', 'e5ee12f9ce620de4206a1be5363514313806bf9e', 'egbeda', 'olatunjiabdulrahmon9@gmail.com'),
(146, 'adeshina', 'abiodun', 'adeyinka', 'IP/23/ND/B/0025', 'f', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '', 'egbeda', ''),
(147, 'ajiboye', 'faithia', 'oluwaferanmi', 'IP/23/ND/B/0026', 'f', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '', 'egbeda', ''),
(148, 'owolabi', 'prosper', 'adetiloye', 'IP/23/ND/B/0027', 'm', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '', 'egbeda', ''),
(149, 'adelakun', 'samuel', '', 'IP/23/ND/B/0028', 'm', '2023/2024', 5, 1, '09 Nov 2023, 11:26am', '661f7745cd9bd0c6dd7999a729eefe0b73d7a3e2', 'egbeda', 'samuelruben@350gmail.com'),
(150, 'ugbaja', 'okwudinke', 'godspower', 'IP/23/ND/E/0001', 'm', '2023/2024', 9, 1, '09 Nov 2023, 11:33am', '2b02df3d4fee231ea6d5f578a839ae0af12ef607', 'egbeda', 'godspowerugbaja12@gmail.com'),
(151, 'john-cono', 'princewill', 'uke', 'IP/23/ND/E/0002', 'm', '2023/2024', 9, 1, '09 Nov 2023, 11:33am', '4581d557a3fff2e4a219e53d048ced91c5015d6f', 'egbeda', 'chimuanyaasomugha@gmail.com'),
(152, 'ikechukwu', 'chinonso', 'francis', 'IP/23/ND/E/0003', 'm', '2023/2024', 9, 1, '09 Nov 2023, 11:33am', '6e8146b17606cdf53e2004a8891a922cbb075ee9', 'egbeda', 'vicklovefrancis@gmail.com'),
(153, 'daniel', '', 'nnoruga', 'IP/23/ND/E/0004', 'm', '2023/2024', 9, 1, '09 Nov 2023, 11:33am', 'f5e19cf34475d78aa212775f672dec9c29f2f54d', 'egbeda', 'danielnnoruga58@gmail.com'),
(154, 'asaolu', 'gbenga', 'seun', 'IP/23/ND/E/0005', 'm', '2023/2024', 9, 1, '09 Nov 2023, 11:33am', '', 'egbeda', ''),
(155, 'ibrahim', 'adam', 'adewale', 'IP/23/ND/E/0007', 'm', '2023/2024', 9, 1, '09 Nov 2023, 11:33am', 'b84dbf2401158de9b4f5ae14d030637b9bbd34f1', 'egbeda', 'Ibrahimadam07081@gmail.com'),
(156, 'saviour', 'aniete', 'sunday', 'IP/23/ND/E/0008', 'm', '2023/2024', 9, 1, '09 Nov 2023, 11:33am', '82919ba27c1bfef0cf78ebdfa0516f6655f39415', 'egbeda', 'anietiesundaysaviour@gmail.com'),
(157, 'hassan', 'ayomide', 'saheed', 'IP/23/ND/E/0009', 'm', '2023/2024', 9, 1, '09 Nov 2023, 11:33am', '52a9976e0872e39d096d2491256da69d027bc4b5', 'egbeda', 'saheedhas001@gmail.com'),
(158, 'mordi', 'emmanuel', 'ojochubi', 'IP/23/ND/CE/0005', 'm', '2023/2024', 6, 1, '09 Nov 2023, 11:35am', '0a99813ddec8362a502f9eba30310b0ccb77a662', 'egbeda', 'mordiemmanuel0@gmail.com'),
(159, 'ononganya', 'emmanuel', '', 'IP/23/ND/CS/0002', 'm', '2023/2024', 7, 1, '09 Nov 2023, 11:56am', '', 'egbeda', ''),
(160, 'david', 'victoria', 'ekaiette', 'IP/23/ND/CS/0003', 'f', '2023/2024', 7, 1, '09 Nov 2023, 11:56am', '', 'egbeda', ''),
(161, 'ejimatsua', 'simeon', 'jesotosin', 'IP/23/ND/CS/0004', 'm', '2023/2024', 7, 1, '09 Nov 2023, 11:56am', '', 'egbeda', ''),
(162, 'adebanjo', 'oluwaseun', 'olanrewaju', 'IP/23/ND/CS/0005', 'm', '2023/2024', 7, 1, '09 Nov 2023, 11:56am', '', 'egbeda', ''),
(163, 'alicho', 'somtochukwu', 'emmanuel', 'IP/23/ND/CS/0006', 'm', '2023/2024', 7, 1, '09 Nov 2023, 11:56am', '98fd997e95880e1ff3d32638e3aea55b4a8d8548', 'egbeda', 'somtochukwualicho69@gmail.com'),
(164, 'favour', 'oyinloye', 'ebunoluwa', 'IP/23/ND/CS/0007', 'f', '2023/2024', 7, 1, '09 Nov 2023, 11:56am', '4eee92ff2d8c70cde4b22f82be5098ab5010d03b', 'egbeda', 'horluwhasheyhi19@gmail.com'),
(165, 'johnson', 'ayoola', 'titilope', 'IP/23/ND/CS/0008', 'm', '2023/2024', 7, 1, '09 Nov 2023, 11:56am', '', 'egbeda', ''),
(166, 'adeyemo', 'lulfullah', 'omofolarin', 'IP/23/ND/CS/0009', 'm', '2023/2024', 7, 1, '09 Nov 2023, 11:56am', '0679844b2cdedba90559a4ec12e1ac5f5e19ac5d', 'egbeda', 'adeyemolutfullah90@gmail.com'),
(167, 'obi', 'ifeanyi', 'emmanuel', 'IP/23/ND/CS/0010', 'm', '2023/2024', 7, 1, '09 Nov 2023, 11:56am', '', 'egbeda', ''),
(168, 'suliamon', 'rasaq', 'omotayo', 'IP/23/ND/CS/0011', 'm', '2023/2024', 7, 1, '09 Nov 2023, 11:56am', '27c9601b0a851a1a126a4720760644a3aa63810d', 'egbeda', 'sulaimonrasaq11@gmail.com'),
(169, 'adeleye', 'samuel', 'adeshina', 'IP/23/ND/CS/0012', 'm', '2023/2024', 7, 1, '09 Nov 2023, 11:56am', '14b55b15dcd92bc3ca31fd6ccd435999d998b3bb', 'egbeda', 'sammyroyaltyonthrone@gmail.com'),
(170, 'ahmad', 'naheemat', 'abosede', 'IP/23/ND/CS/0013', 'f', '2023/2024', 7, 1, '09 Nov 2023, 11:56am', 'fd3b36da7bd4ee9f9e815e4bffe9d132cd218630', 'egbeda', 'ahmadnaheemat364@gmail.com'),
(171, 'andrew-akpasoh', 'richard', 'ayomide', 'IP/23/ND/CS/0014', 'm', '2023/2024', 7, 1, '09 Nov 2023, 11:56am', '1a4c8fbf7aa573bdd6237a79e18b36f5df587412', 'egbeda', 'andyrichy107@gmail.com'),
(172, 'kelly', 'somtochukwu', 'green', 'IP/23/ND/CS/0015', 'm', '2023/2024', 7, 1, '09 Nov 2023, 11:56am', 'b80406e17b8d5ca3c6c435e4d109e8ffd59b0348', 'egbeda', 'kelzgreen1@gmail.com'),
(173, 'peter', 'okeke', '', 'IP/23/ND/CS/0016', 'm', '2023/2024', 7, 1, '09 Nov 2023, 11:56am', '', 'egbeda', ''),
(175, 'onongaya', 'chidiebube', 'emmanuel', 'IP/23/ND/CE/0003', 'm', '2023/2024', 6, 1, '09 Nov 2023, 04:22pm', '4b4dd07d03f56c461267e8c50cb3e84b193d3abc', 'egbeda', 'onongayachidiebube@gmail.com'),
(176, 'obi', 'emmanuel', 'ifeanyi', 'IP/23/ND/CE/0004', 'm', '2023/2024', 6, 1, '09 Nov 2023, 04:22pm', '529438310d7aaa4fc378abd9153b4bbb410b2a8f', 'egbeda', 'obiemmanuel7612@gmail.com'),
(189, 'ekpo', 'linda', 'uwem', 'IP/21/ND/B/20005', 'f', '2021/2022', 5, 1, '24 Nov 2023, 11:51am', '75ace36eff65a45066c783fb650eeb6df59fa484', 'egbeda', 'lindaekpo603@gmail.com'),
(193, 'johnson', 'joseph', 'oluwafemi', 'ip/24/nd/b/0043', 'm', '2024/2025', 5, 1, '06 Aug 2025, 10:59am', 'f175e4fb95ec2e08ace632534830931e95883186', 'egbeda', 'Johnbowoto11@gmail.com'),
(194, 'ismail', 'abdulazeez', 'olawale', 'IP/24/ND/CS/0011', 'm', '2024/2025', 7, 1, '06 Aug 2025, 11:09am', '9a44f3abb9fcfb77aae3ff0a94370a457c1993e9', 'egbeda', 'ismailolamilakan91@gmail.com'),
(284, 'ogundipe', 'emmanuel', 'oloyede', 'IP/24/ND/CE/0001', 'M', '2024/2025', 6, 1, '08 Sep 2025, 04:00pm', '41f5a1192c3201cc3e21a105a62c83df8881222b', 'egbeda', 'oogundipeemmanul@gmail.com'),
(196, 'balogun', 'aminat', 'oluwatumise', 'IP/24/ND/B/0006', 'F', '2024/2025', 5, 1, '25 Aug 2025, 11:05am', 'dfacde4a87c208859615408e76737fc08c0584a4', 'egbeda', 'Aminatoluwa44@gmail.com'),
(206, 'jikiemi', 'blessing', 'ibukun', 'IP/24/ND/B/0009', 'F', '2024/2025', 5, 1, '26 Aug 2025, 10:28am', '0a2e13ec8814c895d9d708bceefa3353012ded41', 'egbeda', 'ibukunb523@gmail.com'),
(283, 'adeogun', 'damilare', '', 'IP/24/ND/B/0041', 'M', '2024/2025', 5, 1, '08 Sep 2025, 03:54pm', '0364568eec9c932545b9913c98de3da5bebef0ab', 'egbeda', 'damilareadeogun@gamil.com'),
(199, 'vincent', 'mercy', 'ikpemosi', 'IP/24/ND/B/0018', 'F', '2024/2025', 5, 1, '25 Aug 2025, 11:05am', '9ac7f09e483cadc03c563df9f610ee17d984353a', 'egbeda', 'Viyymercy@gmail.com'),
(290, 'onayemi', 'deborah', 'oluwadamilola', 'IP/24/ND/B/0037', 'F', '2024/2025', 5, 1, '08 Sep 2025, 04:27pm', '0d402268d5564a70eb2e69bc2263d9e1df3e74bb', 'egbeda', 'onayemioluwadamilola575@gmail.com'),
(280, 'ezennaya', 'peter', 'uzoma', 'IP/24/ND/B/0024', 'M', '2024/2025', 5, 1, '08 Sep 2025, 03:54pm', '015d94e483287c802c0090d1f6ad1f550684c1fd', 'egbeda', 'peterezennaya4@gmail.com'),
(281, 'famojuro', 'daniel', 'ayomide', 'IP/24/ND/B/0011', 'M', '2024/2025', 5, 1, '08 Sep 2025, 03:54pm', 'c739ac81fdc698c3c62c6874c8cff83e25a725be', 'egbeda', 'ayomidedanny77@gmail.com'),
(289, 'moses', 'ruth', 'chioma', 'IP/24/ND/B/0022', 'F', '2024/2025', 5, 1, '08 Sep 2025, 04:24pm', 'cb49745d7c96646415c32921b2934fe525c1e0be', 'egbeda', 'ruth4u4all@icloud.com'),
(278, 'badmus', 'rasak', 'olamilekan', 'IP/24/ND/B/0013', 'M', '2024/2025', 5, 1, '08 Sep 2025, 03:54pm', 'efc42f196f7bb934c9b421a5f71543768f45d59c', 'egbeda', 'badmusrasak30@gmail.com'),
(279, 'ejeomoh', 'nathaniel', 'oluwatimileyin', 'IP/24/ND/B/0023', 'M', '2024/2025', 5, 1, '08 Sep 2025, 03:54pm', '5fcb72d13463b089d6be6f3754239a46d76874b7', 'egbeda', 'nathchris347@gmail.com'),
(288, 'adisa', 'oluwaseun', 'alaba', 'IP/24/ND/B/0045', 'F', '2024/2025', 5, 1, '08 Sep 2025, 04:16pm', 'd72e99e43237efcfc74a72746e76aabf803a39e2', 'egbeda', 'ayoolaoluwaseun69@gmail.com'),
(277, 'amos', 'wisdom', 'ekot', 'IP/24/ND/B/0026', 'M', '2024/2025', 5, 1, '08 Sep 2025, 03:54pm', '155e955f8bd9cfdf26bab93ad9a1a16579d09841', 'egbeda', 'wizsyamos2002@gmail.com'),
(287, 'muyideen', 'oyinkansola', 'adenike', 'IP/24/ND/B/0028', 'F', '2024/2025', 5, 1, '08 Sep 2025, 04:16pm', 'ceb33480c18b7b0f85b456342a09a74ed4f116e6', 'egbeda', 'muyideenkanyinsola@gmail.com'),
(211, 'adetayo', 'blessing', 'deborah', 'IP/24/ND/B/0048', 'F', '2024/2025', 5, 1, '26 Aug 2025, 10:46am', '0fc9dd61221c52624cd7000b124f636b251eb7d8', 'egbeda', 'monerisabella811@gmail.com'),
(286, 'shittu', 'sekeenat', 'oyindamola', 'IP/24/ND/B/0021', 'F', '2024/2025', 5, 1, '08 Sep 2025, 04:16pm', '09993f428a7a0747726db574e4505636782894d5', 'egbeda', 'anikeshittu382@gmail.com'),
(213, 'adejuyigbe', 'ifeoluwa', 'hannah', 'IP/24/ND/B/0025', 'F', '2024/2025', 5, 1, '26 Aug 2025, 10:46am', '5939e34e1d697f7fcff85febcf3cba9d134c3f51', 'egbeda', 'ifeoluwahannah401@gmail.com'),
(214, 'ayeni', 'patience', 'ibukun', 'IP/24/ND/B/0012', 'F', '2024/2025', 5, 1, '26 Aug 2025, 10:46am', '8dcd8902065879e32c4d6110cf76514c78a435eb', 'egbeda', 'Patienceibukun717@gmail.com'),
(215, 'braimoh', 'abdulqudus', 'oluwadamilare', 'IP/24/ND/B/0001', 'M', '2024/2025', 5, 1, '26 Aug 2025, 10:46am', '226e3c07f4ed849d2d349644b119fdfa5fd70dee', 'egbeda', 'abdulqudusbraimoh@gmail.com'),
(217, 'gafar', 'deborah', 'waheedat', 'IP/24/ND/B/0010', 'F', '2024/2025', 5, 1, '26 Aug 2025, 10:46am', 'ca4eff4556ad5f6f4e6a77ed08d916bd7d35100d', 'egbeda', 'gafardeborah110@gmail.com'),
(334, 'sarafa', 'opeyemi', 'toheeb', 'IP/24/ND/B/0035', 'M', '2024/2025', 5, 1, '10 Dec 2025, 01:18pm', 'b20f57db65014a645e5043d7d1f7687c87d2b0e3', 'egbeda', 'sarafatoheebopeyemi@gmail.com'),
(220, 'ahmad', 'abdulbasit', 'olawale', 'IP/24/ND/B/0030', 'M', '2024/2025', 5, 1, '26 Aug 2025, 10:46am', 'd3ab05b124372fd707f1ea94f166ce0b5a7da6a6', 'egbeda', 'olawaleahmad8@gmail.com'),
(335, 'dansu', 'alice', 'shade', 'IP/24/ND/B/0008', 'F', '2024/2025', 5, 1, '11 Dec 2025, 02:10pm', 'c9bd14ebb08814720d535a369da02f8417734b95', 'egbeda', 'Dansualice189@gmail.com'),
(285, 'ebong', 'uyime', 'sunday', 'IP/24/ND/B/0052', 'M', '2024/2025', 5, 1, '08 Sep 2025, 04:16pm', 'cb8a2643e7bc6d2335038bd42c29ea16da785f8a', 'egbeda', 'ebonguyime19@gmail.com'),
(222, 'andrew-akpasoh', 'regina', 'olamide', 'IP/24/ND/B/0029', 'F', '2024/2025', 5, 1, '26 Aug 2025, 10:49am', 'a54d3ef8b643dc8e889c087e691390422011a3f9', 'egbeda', 'andrewregina144@gmail.com'),
(223, 'okoro', 'johnson', 'eseioghene', 'IP/24/ND/CS/0017', 'M', '2024/2025', 7, 1, '26 Aug 2025, 11:01am', '1b041db88a253e463d65d007b1de94199e160a2b', 'egbeda', 'okorojohnson350@gmail.com'),
(224, 'chukwuma', 'patrick', 'emeka', 'IP/24/ND/CS/0016', 'M', '2024/2025', 7, 1, '26 Aug 2025, 11:01am', '3a76744bc77a9f30fec1e6ab9e30eeb51de97355', 'egbeda', 'chukwumagoodluck41@gmail.com'),
(225, 'evans', 'chibike', 'great', 'IP/24/ND/CS/0013', 'M', '2024/2025', 7, 1, '26 Aug 2025, 11:01am', '9f33b9beccd98c673043d0b36b0882853b61162a', 'egbeda', 'evanschibikegreat@gmail.com'),
(304, 'akinbo', 'abimbola', 'grace', 'IP/24/ND/CS/0003', 'F', '2024/2025', 7, 1, '17 Sep 2025, 01:30pm', 'eb1fd8d952b55f5ec9e7eca943a83a65a74d17e9', 'egbeda', 'graceabimbola53@gmail.com'),
(227, 'david', 'samuel', '', 'IP/24/ND/B/0016', 'M', '2024/2025', 5, 1, '26 Aug 2025, 11:13am', 'b3d92dc87a5e2f4bae77a03426f1b526b4a7f06a', 'egbeda', 'Samueldavid5244@gmail.com'),
(228, 'ed', 'israel', 'ojuwada', 'IP/24/ND/CS/0008', 'M', '2024/2025', 7, 1, '26 Aug 2025, 11:16am', '2a71b2283f1821c4e1e8adad738355e7fc7cd41b', 'egbeda', 'edisrael021@gmail.com'),
(229, 'aina', 'michael', 'temitayo', 'IP/24/ND/CS/0015', 'M', '2024/2025', 7, 1, '26 Aug 2025, 11:47am', '919baf171724854b353a113e621764bf51dc5b08', 'egbeda', 'ainamichael232@gmail.com'),
(230, 'paul', 'esther', 'mercy', 'IP/24/ND/CS/0010', 'F', '2024/2025', 7, 1, '26 Aug 2025, 11:47am', 'f05ac69e6b84d91b1bd1c546da6749ad53891388', 'egbeda', 'estheromoola21@gmail.com'),
(331, 'akujobi', 'divine', 'uzioma', 'IP/26/ND/CS/009', 'F', '2026/2025', 7, 1, '28 Oct 2025, 10:16am', 'b216263a866099cb1dbdfa45ae04aecc5996f7e8', 'egbeda', 'divinedoc74@gmail.com'),
(232, 'kanabe', 'kelvin', 'oshioke', 'IP/24/ND/E/0003', 'M', '2024/2025', 9, 1, '27 Aug 2025, 09:52am', '31f0b81624221941ee2ebb249b0d20eaad2cbe45', 'egbeda', 'kanabekelvin90@gmail.com'),
(233, 'ojo', 'gideon', 'tioluwani', 'IP/24/ND/E/0004', 'M', '2024/2025', 9, 1, '27 Aug 2025, 09:52am', '34290d136c3aa3bf71b2e5da4e2f04886dc89f86', 'egbeda', 'gideonojo38@gmail.com'),
(234, 'longinus', 'daniel', 'chukwuemeka', 'IP/24/ND/E/0005', 'M', '2024/2025', 9, 1, '27 Aug 2025, 09:52am', '5cd7cb79954f034c463df23ff763cb1839cf963d', 'egbeda', 'longinusdaniel0@gmail.com'),
(235, 'idada', 'bright', 'nosa', 'IP/24/ND/E/0007', 'M', '2024/2025', 9, 1, '27 Aug 2025, 09:52am', 'fbf6272f6bdcb8a9a43aad52dcd70fa96f9897e4', 'egbeda', 'idadabrightnosa@gmail.com'),
(236, 'gbadebo', 'samson', 'olorunleke', 'IP/24/ND/E/0008', 'M', '2024/2025', 9, 1, '27 Aug 2025, 09:52am', 'f2d7143555f7da0b28a13f49f5f19dd201042266', 'egbeda', 'psalmie.young@gmail.com'),
(237, 'agbeyinka', 'mueez', 'ayomide', 'IP/24/ND/E/0009', 'M', '2024/2025', 9, 1, '27 Aug 2025, 09:52am', '7f857ada86ef7d7946391ab3e1b4a15a07d17a3e', 'egbeda', 'olamideayomide913@gmail.com'),
(238, 'agbabo', 'matthew', 'emmanuel', 'IP/24/ND/E/0010', 'M', '2024/2025', 9, 1, '27 Aug 2025, 09:52am', 'e803bcf7ea692effc7f21cdbfc0c1941ff8820cb', 'egbeda', 'ayomideagbabo@gmail.com'),
(239, 'nwosu', 'emmanuel', 'chidera', 'IP/24/ND/E/0006', 'M', '2024/2025', 9, 1, '27 Aug 2025, 09:52am', 'abc1e40519ff57f615cf5fff38d0f8a349a4ec37', 'egbeda', 'sanieboy309@gmail.com'),
(330, 'edet', 'daniel', 'utibe', 'IP/24/ND/E/0001', 'm', '2024/2025', 9, 1, '28 Oct 2025, 10:14am', '258a231233149388a3d7ea51c9b927da3dfeea77', 'egbeda', 'edetmiracle501@gmail.com'),
(240, 'onwuchekwa', 'odum', 'umeh', 'IP/22/ND/E/S2/0001', 'M', '2022/2023', 9, 1, '29 Aug 2025, 10:57am', '7d2e73ca48113d406d337544d0d4f2093c67dae5', 'egbeda', 'Cephaspeterume@gmail.com'),
(241, 'okafor', 'godspower', 'ikechukwu', 'IP/24/ND/E/0011', 'M', '2024/2025', 9, 1, '29 Aug 2025, 10:58am', 'ba5843a89640c967bb7e9dc03124835e2ebcc1c8', 'egbeda', 'godspowerokafor842@gmail.com'),
(242, 'adeyanju', 'oluwapelumi', 'david', 'IP/23/ND/F/S2/0001', 'f', '2023/2024', 8, 1, '29 Aug 2025, 02:59pm', '', 'egbeda', ''),
(243, 'olokoobi', 'shukurat', 'yetunde', 'IP/23/ND/F/S2/0002', 'f', '2023/2024', 8, 1, '29 Aug 2025, 02:59pm', '7c222fb2927d828af22f592134e8932480637c0d', 'egbeda', 'yettyabolajoko@gmail.com'),
(244, 'ibeto', 'nkechineyere', 'esther', 'IP/23/ND/F/S2/0003', 'f', '2023/2024', 8, 1, '29 Aug 2025, 02:59pm', '7ab7a809b963a117ae9384b4583af028b0bb5db2', 'egbeda', 'ibetoesther96@gmail.com'),
(245, 'jimoh', 'fatimah', 'olatundun', 'IP/23/ND/F/S2/0004', 'f', '2023/2024', 8, 1, '29 Aug 2025, 02:59pm', '37d6ef90f2375ae936ffc56f269be3a7c60d189b', 'egbeda', 'haleeza4real@gmail.com'),
(246, 'abayomi', 'precious', 'omotayo', 'IP/24/ND/F/S2/0001', 'f', '2024/2025', 8, 1, '29 Aug 2025, 02:59pm', '0226e0ac604632258d8007cae612451c7b62e4ea', 'egbeda', 'Kenjibpalace@gmail.com'),
(247, 'dosumu', 'ololade', 'uthman', '120591001', 'm', '2019/2020', 7, 1, '03 Sep 2025, 09:19am', '', 'egbeda', ''),
(248, 'mayowa', 'anuoluwapo', 'jessica', 'IP/24/ND/F/0001', 'f', '2024/2025', 8, 1, '04 Sep 2025, 01:14pm', '96d644ea7e16218b2c3444ff087eb915d30f4387', 'egbeda', 'Nhizjessica1234@gmail.com'),
(249, 'odedoyin', 'grace', 'temitayo', 'IP/24/ND/F/0002', 'f', '2024/2025', 8, 1, '04 Sep 2025, 01:14pm', '471e68d3d3f1809bdb30d937ae9978ff6243ccba', 'egbeda', 'graceodedoyin14@gmail.com'),
(252, 'okafor', 'chimamanda', 'harriet', 'IP/24/ND/F/0003', 'f', '2024/2025', 8, 1, '04 Sep 2025, 01:18pm', 'fe179b6316f64ed896f3d7a2b47394c44760acbf', 'egbeda', 'j0stf0rf0n2@gmail.com'),
(251, 'chukwuemeka', 'vera', '', 'IP/24/ND/F/0004', 'f', '2024/2025', 8, 1, '04 Sep 2025, 01:14pm', 'd090a00bd30e37896552faf15e18f97bf11640e9', 'egbeda', 'verachukwuemeka59@gmail.com'),
(253, 'green', 'kelly', 'somtochukwu', 'IP/22/ND/CS/0015', 'm', '2022/2023', 7, 1, '04 Sep 2025, 02:33pm', '2cc10a6fede910da1fcf42b4eb6872360fac5045', 'egbeda', 'hallloworlds@gmail.com'),
(254, 'ofodile', 'chisom', 'romeo', 'IP/24/ND/B/S1/0014', 'm', '2024/2025', 5, 1, '06 Sep 2025, 12:14pm', '35cc0251f32c7ad409f8943fe25bcc14231e1ef2', 'egbeda', 'chukwulorom19@gmail.com'),
(255, 'mba', 'daniel', 'uchenna', 'IP/24/ND/B/S1/0009', 'm', '2024/2025', 5, 1, '06 Sep 2025, 12:14pm', '914fe11d274e8b4572710c174ff26ee7b0390105', 'egbeda', 'danielmba681@gmail.com'),
(256, 'okoko', 'thomas', 'adole', 'IP/24/ND/B/S1/0015', 'm', '2024/2025', 5, 1, '06 Sep 2025, 12:14pm', '6da35f7267a46bbbb8d68580bafda6aaf562391d', 'egbeda', 'okokothomas@gmail.com'),
(257, 'manulu-udeh', 'chisom', 'divine', 'IP/25/ND/CS/001', 'M', '2025/2026', 7, 1, '08 Sep 2025, 01:30pm', '3fe5200253d1c90f914ffe08d142416613ccaea5', 'egbeda', 'uniquelaura286@gmail.com'),
(258, 'manulu-udeh', 'chidubem', 'levite', 'IP/25/ND/CS/002', 'M', '2025/2026', 7, 1, '08 Sep 2025, 01:30pm', '03302f8b09417553b00a37482e2538ba4b980931', 'egbeda', 'dutchymhullar@gmail.com'),
(259, 'okonkwo', 'miracle', 'ginika', 'IP/25/ND/CS/003', 'F', '2025/2026', 7, 1, '08 Sep 2025, 01:30pm', '550f1bca4da72e906f2a254e382a0938dc2ab7b1', 'egbeda', 'okonkwogin4@gmail.com'),
(260, 'omodire', 'ibrahim', 'oladimeji', 'IP/25/ND/CS/004', 'M', '2025/2026', 7, 1, '08 Sep 2025, 01:30pm', 'd787f091f981d0508aeec6d337009a95c5d3f94a', 'egbeda', 'omodireolami@gmail.com'),
(261, 'idowu', 'daniel', 'moyinoluwa', 'IP/25/ND/CS/005', 'M', '2025/2026', 7, 1, '08 Sep 2025, 01:30pm', '7c222fb2927d828af22f592134e8932480637c0d', 'egbeda', 'danielmoyinoluwa21@gmail.com'),
(262, 'edeh', 'elvis', 'chiemerie', 'IP/25/ND/CS/006', 'M', '2025/2026', 7, 1, '08 Sep 2025, 01:30pm', 'f7c3bc1d808e04732adf679965ccc34ca7ae3441', 'egbeda', 'elvisedeh426@gmail.com'),
(263, 'igah', 'deborah', 'helen', 'IP/25/ND/CS/007', 'F', '2025/2026', 7, 1, '08 Sep 2025, 01:30pm', '139f4575c1bc85bcc2794d4bf188e996ace37862', 'egbeda', 'helenigah0@gmail.com'),
(264, 'okafor', 'thankgod', 'chibueze', 'IP/25/ND/CS/008', 'M', '2025/2026', 7, 1, '08 Sep 2025, 01:30pm', 'f6f25ac73823e0a4f934f19fab7d9380050a0ecb', 'egbeda', 'thankgodokafor17@gmail.com'),
(318, 'akindele', 'faith', 'ebunoluwa', 'IP/25/ND/F/001', 'F', '2025/2026', 8, 1, '22 Oct 2025, 11:05am', '509a750fb2d677f0dda55199a4797050e98317a2', 'egbeda', 'akindelefaithebunoluwa38@gmail.com'),
(266, 'ekundayo', 'adeleke', 'clinton', 'IP/26/ND/E/001', 'M', '2026/2027', 9, 1, '08 Sep 2025, 01:48pm', '6b11d9780adf294aaa637813c2bada9a03e328b9', 'egbeda', 'adelekeclinton7@gmail.com'),
(267, 'iyadi', 'believe', 'david', 'IP/25/ND/E/002', 'M', '2025/2026', 9, 1, '08 Sep 2025, 01:48pm', '29c095ec3359a38800a575b51516300d28f27dc4', 'egbeda', 'believadave123@gmail.com'),
(268, 'adesokan', 'zainab', 'itunu', 'IP/24/ND/B/0007', 'F', '2024/2025', 5, 1, '08 Sep 2025, 02:12pm', 'e8885ce23fbbea77cc1723a7abe9298a7d0d24e7', 'egbeda', 'zainabadesokan2@gmail.com'),
(269, 'shoneye', 'esther', 'ayobami', 'IP/24/ND/B/0044', 'F', '2024/2025', 5, 1, '08 Sep 2025, 02:12pm', '3cad7f539442440c841c7c1dafce29ba68caffa8', 'egbeda', 'e7851773@gmail.com'),
(270, 'adeyemi', 'ridwan', 'akorede', 'IP/24/ND/B/0047', 'M', '2024/2025', 5, 1, '08 Sep 2025, 02:12pm', '2a8fa2ef8a0c4170e979d72f48b699003b80db7f', 'egbeda', 'ridwanadeyemi39@gmail.com'),
(271, 'ekwughe', 'chinonso', 'wisdom', 'IP/24/ND/B/0050', 'M', '2024/2025', 5, 1, '08 Sep 2025, 02:12pm', '48f451dba6be9bbe10dd414e452ff7d968e909b2', 'egbeda', 'ekwughechinonso@gmail.com'),
(272, 'mezeh', 'joy', 'doutimi', 'IP/25/ND/B/001', 'F', '2025/2026', 5, 1, '08 Sep 2025, 02:38pm', '9785f65836c2d3e37dd81df0f7e8e6e05eef485a', 'egbeda', 'somdebisinurserandprimaryschool@gmail.com'),
(273, 'adeyinka', 'ajoke', 'mariam', 'IP/25/ND/B/003', 'F', '2025/2026', 5, 1, '08 Sep 2025, 02:38pm', '59e0d75fd281a431f85ad90cad3dbe62098adeb5', 'egbeda', 'adeyinkaajoke303@gmail.com'),
(274, 'shonibare', 'olamilekan', 'faruq', 'IP/26/ND/B/004', 'M', '2026/2027', 5, 1, '08 Sep 2025, 02:38pm', '9c67db641ee0c224cedc1302608e89ad0ab26414', 'egbeda', 'Shonibareolamilekan0@gmail.com'),
(275, 'adelugba', 'akorede', 'samuel', 'IP/26/ND/B/005', 'M', '2026/2027', 5, 1, '08 Sep 2025, 02:38pm', '0b42e6fedb9ea29a8cfdc0b5ad3adc733fee8d73', 'egbeda', 'samueladelugba163@gmail.com'),
(276, 'owolabi', 'emmanuel', 'adeboye', 'IP/26/ND/B/006', 'M', '2026/2027', 5, 1, '08 Sep 2025, 02:38pm', 'a10147d75aee4000d34f6cce32dae127b10135b2', 'egbeda', 'emmanuelowo14@gmail.com'),
(329, 'muyideen', 'oluwadamilare', 'daniel', 'IP/24/ND/B/0027', 'm', '2024/2025', 5, 1, '27 Oct 2025, 03:23pm', 'c4a386b80d7fa676e0e23054cdc6a5f1cb6b2ccc', 'egbeda', 'danielmuyideen10@gmail.com'),
(291, 'adeleke', 'adesewa', 'oluwatunmise', 'IP/24/ND/B/0031', 'F', '2024/2025', 5, 1, '08 Sep 2025, 04:27pm', '8dd1f463fc3c9d0699282ef3595499ceaf1fc3de', 'egbeda', 'adelekeladesewa@gmail.com'),
(292, 'isaac', 'gloria', 'anu', 'IP/22/ND/B/20039', 'F', '2022/2023', 5, 1, '12 Sep 2025, 04:06pm', 'c5f87e31deeaa2e223c8454937a14e5d935459d1', 'egbeda', 'isaacimmaculate58@gmail.com'),
(293, 'nwakibe', 'chinazaekpere', 'rita', 'IP/22/ND/B/20024', 'F', '2022/2023', 5, 1, '12 Sep 2025, 04:06pm', 'b185f82344fc6c4651fe9ac2b9bc3c54071646a0', 'egbeda', 'nwakibecallista@gmail'),
(296, 'ejimatswa', 'simeon', 'jesutosin', 'IP/22/ND/CS/0004', 'M', '2022/2023', 7, 1, '17 Sep 2025, 10:24am', '41fbb7404c8f281e61aebac851ecf5ddaa5614ed', 'egbeda', 'ejimatswasimeon0515@gmail.com'),
(297, 'sulaimon', 'omotayo', 'rasaq', 'IP/22/ND/CS/0011', 'M', '2022/2023', 7, 1, '17 Sep 2025, 10:24am', '', 'egbeda', ''),
(298, 'owolabi', 'prosper', 'adetiloye', 'IP/22/ND/CS/S2/0006', 'M', '2022/2023', 7, 1, '17 Sep 2025, 10:24am', 'a10147d75aee4000d34f6cce32dae127b10135b2', 'egbeda', 'perespade1@gmail.com'),
(299, 'okeke', 'peter', '', 'IP/22/ND/CS/0016', 'M', '2022/2023', 7, 1, '17 Sep 2025, 10:24am', 'e275a21b91063cf1559ad0cf2f0f7c8e88c86eea', 'egbeda', 'nechepeter896@gmail.com'),
(300, 'adeshina', 'adeleye', 'samuel', 'IP/22/ND/CS/0012', 'M', '2022/2023', 7, 1, '17 Sep 2025, 10:24am', '14b55b15dcd92bc3ca31fd6ccd435999d998b3bb', 'egbeda', 'samueladeleye2000@gmail.com'),
(301, 'andrew-akpasoh', 'richard', 'ayomide', 'IP/22/ND/CS/0014', 'M', '2022/2023', 7, 1, '17 Sep 2025, 10:24am', '959af1737b280d121bed02791bcb02f590b4191f', 'egbeda', 'thegreatness72@gmail.com'),
(302, 'oyinloye', 'favour', 'ebunoluwa', 'IP/22/ND/CS/0007', 'F', '2022/2023', 7, 1, '17 Sep 2025, 10:24am', '1ecbc8eedfce355865a4089e130424e33a7c22a7', 'egbeda', 'oyinloyefavour004@gmail.com'),
(303, 'adeyemo', 'ltfullah', 'omofolarin', 'IP/22/ND/CS/0009', 'M', '2022/2023', 7, 1, '17 Sep 2025, 10:24am', '741b1738130afa121dc1bb81f430bc9d6d943ff9', 'egbeda', 'lutfullahadeyemo@gmail.com'),
(305, 'chife', 'daniel', 'ifeanyichukwu', 'IP/24/ND/CS/0014', 'M', '2024/2025', 7, 1, '17 Sep 2025, 02:15pm', 'e54a38070bdfdd988218d4ae1b048edf3b827790', 'egbeda', 'chifedaniel85@gmail.com'),
(306, 'nwachukwu', 'chibuike', 'milletus', 'IP/24/ND/CS/0009', 'M', '2024/2025', 7, 1, '17 Sep 2025, 03:06pm', '08cca4d78d57be5c1218242a6f3860aa1269abf7', 'egbeda', 'milletusibukun@gmail.com'),
(307, 'olayioye', 'daniel', 'olamide', 'IP/24/ND/B/0046', 'M', '2024/2025', 5, 1, '19 Sep 2025, 12:24pm', '3d834f4c397f878f279dfd89f9fe8f5922416752', 'egbeda', 'olayioyedaniel1@gmail.com'),
(308, 'agbo', 'samuel', 'goodness', 'IP/23/ND/CS/S2/0007', 'M', '2023/2024', 7, 1, '19 Sep 2025, 12:38pm', '082c96cc1e9c382c07b1e7b41eba6f3e2543e551', 'egbeda', 'samuelgoodness10@gmail.com'),
(309, 'iruh', 'joshua', 'ogochukwu', 'IP/23/ND/CS/S2/0008', 'M', '2023/2024', 7, 1, '19 Sep 2025, 12:38pm', '5553bc950ff198eb134e7c37da7b8ced738563c6', 'egbeda', 'iruhjoshua66@gmail.com'),
(310, 'omisakin', 'adeleke', 'damilola', 'IP/22/ND/E/S2/0002', 'M', '2022/2023', 9, 1, '19 Sep 2025, 01:07pm', '6dc0fe1dc991a3467ea9ff2a84ead1eca9702af8', 'egbeda', 'omisank19@gmail.com'),
(311, 'nwaogu', 'emmanuel', 'chukwuebuka', 'IP/24/ND/B/0034', 'M', '2024/2025', 5, 1, '22 Sep 2025, 02:37pm', 'bcb9992d0ef6265a85a85c289d9005d2abb04d76', 'egbeda', 'nwaoguemmanuel662@gmail.com'),
(312, 'nwokolo', 'precious', 'onyiyechi', 'IP/25/ND/F/S2/0001', 'F', '2025/2026', 8, 1, '26 Sep 2025, 12:19pm', '332124c4761f1cd4bf80a95ac3e14fa65ee45022', 'egbeda', 'nwokoloprecious2004@gmail.com'),
(313, 'olise', 'destiny', 'chibeze', 'IP/23/ND/CS/0018', 'm', '2023/2024', 7, 1, '08 Oct 2025, 11:25am', '95f57c6c40b36234f871ea68b219410108435616', 'egbeda', 'makingwinks1@gmail.com'),
(314, 'eko', 'godswill', 'akpan', 'IP/23/ND/CS/0022', 'm', '2023/2024', 7, 1, '08 Oct 2025, 11:25am', '3a3b5fe3f752b36e3b68bd1ee8c822d9c18ec3c9', 'egbeda', 'godswilleko3@gmail.com'),
(315, 'afolabi', 'noah', 'obaloluwa', 'IP/23/ND/CS/0017', 'm', '2023/2024', 7, 1, '10 Oct 2025, 11:41am', 'c2bbb76552fad38c80547b9558137b4988547a14', 'egbeda', 'Hafobaba45@gmail.com'),
(316, 'balogu n', 'abiola', 'micheal', 'IP/23/ND/B/0045', 'm', '2023/2024', 5, 1, '10 Oct 2025, 12:21pm', '14d4f59fcc017cd08fb6e23fca055d89a6831bd3', 'egbeda', 'gabrieltony749@gmail.com'),
(347, 'bankole', 'oluwasemilore', 'simeon', 'IP/23/ND/CE/0007', 'M', '2023/2024', 6, 1, '21 Jan 2026, 01:57pm', 'fe9faf004bbda1acc020caedeeec59db9ff245da', 'egbeda', 'ninaappleofgodseye@gmail.com'),
(319, 'utebe', 'augusta', 'nnole', 'IP/25/ND/CE/0001', 'F', '2025/2026', 6, 1, '23 Oct 2025, 02:00pm', '72ccfda0ca497bd2e31aa1acc4e60df39ad790b3', 'egbeda', 'augustauteben@gmail.com'),
(320, 'raji', 'rasaq', 'alade', 'IP/25/ND/CE/0002', 'm', '2025/2026', 6, 1, '23 Oct 2025, 02:00pm', '26acd2a6594cc97d84c3c0c51abb0a6d836f18a4', 'egbeda', 'geeballer01@gmail.com'),
(321, 'okocha', 'isabella', 'ifechukwu', 'IP/24/ND/CS/S2/0004', 'F', '2024/2025', 7, 1, '23 Oct 2025, 02:57pm', 'be65242bf4611718141bb799dc88b24baab4651c', 'egbeda', 'ellaokocha8@gmail.com'),
(323, 'akomolafe', 'ifeoluwa', 'oluwafunmilayo', 'IP/24/ND/CS/S2/0005', 'f', '2024/2025', 7, 1, '23 Oct 2025, 03:10pm', 'c40c21772dfbf6b9ae4647980c9a0ff4eb61ff8c', 'egbeda', 'akomolafeifeoluwa9@gmail.com'),
(324, 'onyechefule', 'peace', 'chinegbonkpa', 'IP/25/ND/F/S2/0002', 'F', '2025/2026', 8, 1, '24 Oct 2025, 03:15pm', '278f43a5c627c3139725b55654d3926769396370', 'egbeda', 'peaceonyechefule@gmail.com'),
(325, 'agada', 'blessing', 'ene', 'IP/25/ND/B/S1/0002', 'F', '2025/2026', 5, 1, '24 Oct 2025, 03:44pm', 'd3d2a58edfca94b98e6fbc6f2a9eb64b4f64afc7', 'egbeda', 'ene69550@gmail.com'),
(326, 'anslem', 'catherine', 'faith', 'IP/24/ND/B/S1/0020', 'F', '2024/2025', 5, 1, '24 Oct 2025, 03:47pm', '8f8bcb1b40c35f63e0a2e23085333c92dacb3a07', 'egbeda', 'anslemkate18@gmail.com'),
(327, 'ogiemwonyi', 'osabouhien', 'ezekiel', 'IP/25/ND/E/004', 'M', '2025/2026', 9, 1, '25 Oct 2025, 09:35am', '1d07594b5adf9f9e71f0223fc2a8b0941fa60a53', 'egbeda', 'ogiemwonyiezekiel3@gmail.com'),
(328, 'adebayo', 'taiwo', 'lateefat', 'IP/25/ND/B/007', 'f', '2025/2026', 5, 1, '27 Oct 2025, 02:04pm', '93bcdd890a0eb074965c047e9a30c65a239d3848', 'egbeda', 'taiwolateefata@gmail.com'),
(332, 'marcel', 'chibueze', 'marvellous', 'IP/25/ND/B/008', 'M', '2025/2026', 5, 1, '28 Oct 2025, 11:19am', 'adff77f401687b0cca9b1d1b3196bf7e526db9c8', 'egbeda', 'greatmarcel74@gmail.com'),
(333, 'ebong', 'idara', 'sunday', 'IP/23/ND/B/0034', 'F', '2023/2024', 5, 1, '11 Nov 2025, 02:39pm', '680d0b6c68e45f34c354d944466f7be0c4fa79ab', 'egbeda', 'Ebongidara70@gmail.com'),
(336, 'asinyanbi', 'oluwafunmilola', 'adenike', 'IP/24/ND/B/S1/0013', 'F', '2023/2024', 5, 1, '17 Dec 2025, 04:27pm', '946bad576b8cabcf9f8c99a9083f10b63c96862b', 'egbeda', 'asiyanbio@gmail.com'),
(337, 'osalusi', 'isreal', 'ayokunle', 'IP/23/ND/B/0038', 'M', '2023/2024', 5, 1, '22 Dec 2025, 01:03pm', '4ce1274348cd14423d14c25540dd1cd4e7a59d68', 'egbeda', 'osalusiisreal553@gmail.com'),
(338, 'oche', 'sunday', 'owoicho', 'IP/23/ND/CS/S2/0003', 'M', '2023/2024', 7, 1, '06 Jan 2026, 11:45am', '', 'egbeda', ''),
(340, 'oche', 'sunday', 'owoicho', 'IP/22/ND/CS/S2/0003', 'M', '2022/2023', 7, 1, '06 Jan 2026, 12:01pm', 'd6ec8105400afafe9c1130c384ca918700d126e8', 'egbeda', 'sunnycleverjesus@gmail.com'),
(341, 'ateboh', 'ebiegberi', 'joan', 'IP/22/ND/F/20005', 'F', '2022/2023', 8, 1, '15 Jan 2026, 02:57pm', '9424c1d254b735d67e8ceda239e63bd252d180ab', 'egbeda', 'andsamglobal@gmail.com'),
(342, 'amoo', 'kehinde', 'motunrayo', 'IP/23/ND/B/S1/0012', 'F', '2023/2024', 5, 1, '16 Jan 2026, 11:43am', 'ab9e9e5fd074177152586dab34b6f3a176f72493', 'egbeda', 'kehindeamoo312@gmail.com'),
(343, 'anthony', 'ubong', 'okonnah', 'IP/23/ND/B/S1/0013', 'M', '2023/2024', 5, 1, '16 Jan 2026, 11:43am', 'd932e55e3f57595ee7adcdad936d2a0fd818f42f', 'egbeda', 'kingzzydo101@gmail.com'),
(344, 'udeji', 'blessing', 'comfort', 'IP/22/ND/B/S1/0002', 'F', '2022/2023', 5, 1, '16 Jan 2026, 11:58am', '9c458b9ca45889925e12c2e9d8dc5e864cb70578', 'egbeda', 'udejiblessing7@gmail.com'),
(345, 'ikpeka', 'chibuzo', 'david nwabueze', 'IP/23/ND/B/S1/0006', 'M', '2022/2023', 5, 1, '16 Jan 2026, 02:42pm', '12938164a9f722fc86841a4c36fe841cae73040a', 'egbeda', 'davidnwabueze077@gmail.com'),
(346, 'joseph', 'ibukunoluwa', 'funke', 'IP/22/ND/B/20033', 'F', '2022/2023', 5, 1, '20 Jan 2026, 01:59pm', '147ac908685c31c79ddb02445dbba9051c3f4430', 'egbeda', 'Oluyemijoseph209@gmail.com'),
(348, 'asiyanbi', 'olufunmilola', 'adenike', 'IP/23/ND/B/S1/0031', 'F', '2023/2024', 5, 1, '26 Jan 2026, 03:06pm', '554494bec853f84278457c8611e5cade389006af', 'egbeda', 'akinboyeakintunde1@gmail.com');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `add_unit`
--
ALTER TABLE `add_unit`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `admin`
--
ALTER TABLE `admin`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `campus`
--
ALTER TABLE `campus`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `course`
--
ALTER TABLE `course`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `department`
--
ALTER TABLE `department`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `faculty`
--
ALTER TABLE `faculty`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`),
  ADD KEY `id_2` (`id`);

--
-- Indexes for table `head`
--
ALTER TABLE `head`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `head_access`
--
ALTER TABLE `head_access`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `head_logs`
--
ALTER TABLE `head_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `management`
--
ALTER TABLE `management`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `payment`
--
ALTER TABLE `payment`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `programme`
--
ALTER TABLE `programme`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `reg_course`
--
ALTER TABLE `reg_course`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `semester`
--
ALTER TABLE `semester`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `student`
--
ALTER TABLE `student`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `add_unit`
--
ALTER TABLE `add_unit`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `admin`
--
ALTER TABLE `admin`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `campus`
--
ALTER TABLE `campus`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `course`
--
ALTER TABLE `course`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=369;

--
-- AUTO_INCREMENT for table `department`
--
ALTER TABLE `department`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=138;

--
-- AUTO_INCREMENT for table `faculty`
--
ALTER TABLE `faculty`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

--
-- AUTO_INCREMENT for table `head`
--
ALTER TABLE `head`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `head_access`
--
ALTER TABLE `head_access`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `head_logs`
--
ALTER TABLE `head_logs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=386;

--
-- AUTO_INCREMENT for table `management`
--
ALTER TABLE `management`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `payment`
--
ALTER TABLE `payment`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=365;

--
-- AUTO_INCREMENT for table `programme`
--
ALTER TABLE `programme`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `reg_course`
--
ALTER TABLE `reg_course`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7379;

--
-- AUTO_INCREMENT for table `semester`
--
ALTER TABLE `semester`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `student`
--
ALTER TABLE `student`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=349;
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 */;
