You are on page 1of 3

Level 0 Diagram

OPERATION:
1: The user gives a request to the database.
2: In case of a valid input the database queries the request and gives the desired output.
3: In case of an invalid input the user is forced to enter again.
Level 2 Diagram

2.1 VERIFIED
QUERY
2.2 RESPONSE
USER VALUE D MYSQL
VALUE
VALIDATIO MODIFY
N

1
2
3
4 6
HOSTEL STUDENT
5
STAFF

EXPENDITURE
MED_REPORT
MESS

Level 2 diagram for the process of manipulating details

1: Hostel details such as its name , fee_structure and location


2: Student details such as usn ,first_name, middle_name, last_name, doj, lg_name, lg_phone, street#, cit
and pincode.,
3: Staff details such as s_id , first_name, middle_name, last_name, sex, designation, doj and salary.
4: Med_report details such as id, sex, dob, height, weight etc..,
5: Mess details such as name, doe, gorcery_expences, purpose and amount.
6: Expenditure details such as month, year, electricbill, waterbill, salary, purpose and amount.

OPERATION:
1: The user gives a query which is validated.
2: The corresponding tables attribute in the database are then modified with the validated value.
3: Thus the database is updated and this value is saved in the database.

INPUT: Name of Customer, Father Name, Qualification etc.


OUTPUT: Successfully Modified.
Level 3 DFD:

You might also like