CPTR 319 Project Ideas

First of all there is more than one kind of project. You can:

  1. Write a program to do just about anything.
  2. Research and present (along with some simple examples) a new or emerging technology for programming databases.
  3. You could do a real-world data analysis project using emerging analysis techniques (BusinessIntelligence, OnlineAnalyticalProcessing, DataWarehousing ...)

All of the following project types must include a presentation and a project report written in $$\LaTeX$$.

Writing a program

If you are a CS major this is for you. The requirements include the following:

  1. Approval of the professor
  2. The program must be written in C# as a windows program
  3. The database must be Oracle or Microsoft SQL
    1. There must be at least 6 tables involved in the application
    2. You need to include VIEWs and at least one Stored procedure or trigger.