DATABASE MANAGEMENT SYSTEM
Project: Result Generation system
1. Mention the name of the project.
2. State the objective of the project listing advantages of the system
proposed.
3. Mention the structure of table, field name, datatype of fields and
relationship between tables.
4. Task: Create a table using wizard. Create 2 tables in OO base using
table wizard.
Table1: column headings
i. Roll no : Roll_no (primary key)
ii. Name of student: Student_name
iii. Father’s name: Father_name
iv. Admission number: Adm_no
Table2: column headings
i. Roll number: Roll_number (foreign key)
ii. Marks Hindi: Hindi_marks
iii. Marks English: English_marks
iv. Marks Punjabi: Punjabi_marks
v. Marks Science: Science_marks
vi. Marks SST: Social science_marks
vii. Marks mathematics: Maths_marks
5. Enter the data for two classes (10 students each)
6. Task: Generate query
i. Write query in sql view to display record of basic students
details of classes individually.
ii. Write query in sql view to display marks of Hindi subject of
one class.
7. Establish relationship between both tables.
8. Create form through wizard to enter data in both tables. Take
pictures of all steps and paste in file.
9. Add data through forms.
10. Generate report through wizard from table 1 printing
particulars of student roll no., name and father’s name.
11. Generate report from table displaying marks of English marks.
12. Summarized report of the project .
13. The project report should contains the typed contents :
Biodata page
Acknowledgement
Certificate
Index
Introduction
Table structure
Screen shot of table in design view and database view
Screen shot of relationship
Screenshot of queries
Reports
Bibliography