Skip to content

This is my Master's project for Business Data Management. The idea is to model a database for conducting a Career Fair as is done in major American universities. Post the modelling, I will be creating the actual databases and write some stored procedures/queries to showcase some functionalities. Since the project is time dependent, the initial r…

Notifications You must be signed in to change notification settings

adarshvee/universitycareerfair

Repository files navigation

This repositary is for the database design of an application to completely track an University's career fair. The database has been designed to be extendable. The scripts are for MySQL, but can be modified for different SQL databases.

  1. The .pdf file contains the complete Database diagram.
  2. The file DDL.sql consists of all the scripts required to create the database.
  3. The script DataInsert.sql consists of scripts for inserting some test data. This also includes insertion of lookup values such as countries, states, skills, languages and so on.
  4. The directory SampleQueries holds a few sample reports that might be obtained from such a Database. Some of them are scripts for creating Stored Procedures which can be reused.

I am working on building a front end application to use this Database, and will commit it in a seperate repositary.

About

This is my Master's project for Business Data Management. The idea is to model a database for conducting a Career Fair as is done in major American universities. Post the modelling, I will be creating the actual databases and write some stored procedures/queries to showcase some functionalities. Since the project is time dependent, the initial r…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages