Giter VIP home page Giter VIP logo

databaseproject's Introduction

DatabaseProject

databaseproject's People

Contributors

jamesraylittle avatar johnboy2288 avatar sandesh33 avatar

Watchers

 avatar  avatar  avatar  avatar

databaseproject's Issues

Part 3 Section B Needs to be implemented

Part 3 Section B of the project needs to be implemented.

The problem as stated:

For a given N show a table that contains foreach instructor:

  • ratio between the total number of TA hours and the total enrollment of all undergraduate

    (total TA hours for course / total enrolled for a course)
    course being undergraduate course, $level[0] < 5, or
    course level < 5000, example: 1441 is a undergrate course, 5334 is not.

  • perform the above ratio for graduate courses

  • N is for the past year; the sql may look simiar to (in the WHERE clause)
    ... WHERE ( (year >= YEAR(CURDATE()) - $n) AND year <= YEAR(CURDATE()) ) ...

  • number of all distinct courses

  • the number of courses taught in the past N years (not just distinct courses)

  • total number of graduate coureses in N years.

Part 3 Section A (Special Information)

Part 3, Section A (Special Information) of the project needs major revision and needs to be completed.

The problem stated as:

         /* Special Data: (instructor, N)
         * (Display # of Distinct Courses) w/ times a course is repeated, average enrollment of this course,
         * average TA hours for course and ratio (average TA hours / average enrollment)
         * Show undergrad courses 1st, then graduate 2nd; Have clear sep.
         */

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.