Skip to content

Offered course lists of North South University

Notifications You must be signed in to change notification settings

NSU-ACM-SC/NSUCourseList

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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.

About

Offered course lists of North South University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TSQL 100.0%