AnGeL_555
May 19th, 2006, 06:36 AM
A Database needs to be developed that keeps track of supervisions of senior projects for computer science department.
The Data requirments are :
1) For each student store student ID, the name and the address.
Student ID's are unique. An adress consists of street, town and post code.
2) For each lecture store the name, staff ID and ofiice number. Staff ID's are unique.
3) Each student has exactly one supervisor. A staff member may supervise a number of students.
4) The date supervision began also needs to be stored.
5) For each research topic store topic ID, the title and a short description. Topic ID's are unique.
6) Each student can be supervised in only one research topic. Store topic ID, the title and a short description. Topic ID's are unique.
Well, wut to be done, plus developing the database, a simple form through which i can manipulate data...
like adding projects,students,projects, deleting any of these...etc..
plz help because oracle is not working on my pc i dont know y :(
The Data requirments are :
1) For each student store student ID, the name and the address.
Student ID's are unique. An adress consists of street, town and post code.
2) For each lecture store the name, staff ID and ofiice number. Staff ID's are unique.
3) Each student has exactly one supervisor. A staff member may supervise a number of students.
4) The date supervision began also needs to be stored.
5) For each research topic store topic ID, the title and a short description. Topic ID's are unique.
6) Each student can be supervised in only one research topic. Store topic ID, the title and a short description. Topic ID's are unique.
Well, wut to be done, plus developing the database, a simple form through which i can manipulate data...
like adding projects,students,projects, deleting any of these...etc..
plz help because oracle is not working on my pc i dont know y :(