Browse the list online here: https://nsu.nihal.one/advising/
This is a MySQL database of North South University's offered course lists
- Summer 2017
- Fall 2017
- Spring 2018
- Summer 2018
- Fall 2018
- Spring 2019
- Summer 2019
- Install Xampp
- Start Apache and MySql from Xampp
- Open any browser and go to http://localhost/phpmyadmin
- Create a new Database and import the course_list.sql file
- MySQL
-
Select your database from phpmyadmin and run your sql query
-
For example
SELECT Time, Section
From `course list`
WHERE Faculty = 'RJP' and Course = 'CSE215' and Semester = '183'
This query finds you the time and section for CSE215 course taken by Dr Rajesh Palit in the semester 183.