Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 870 Bytes

readme.md

File metadata and controls

37 lines (26 loc) · 870 Bytes

NSU Offered Course Lists

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

Getting Started

  • 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

Prerequisites

  • MySQL

Usage

  • 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.