You are on page 1of 2

Table 1 Master Record

Name
Reg_No(Primary Key)
Sex
DOB
DOJ
Role_Id(Foreign Key)

Table2-fees full report


Reg_No - foriegn key
Current_Session
Jan_tution _fee
Jan_late_fee
Jan_other_fee
Jan _total
:
:
:
:upto December
fee_total

table3-login
user_id- primary key
password
ROLE ID --- foreign key (user_role table)

table4-user_role
user_role
role id (primary key)
there are 4 types of role
operator,admin,dba,supervisor

table5 Stud_Data
Reg_No( foreign key)
class
roll
fees
session

Table 6 Stud_Details
Reg_No(Foreign Key)
Father's Name
Mother's Name
Class of joinin
Age @ time of addm
Pev_Sch
Prev_City

Table 7 Add_Details
Reg_No(Foreign Key)
Permananet Address
Current Address
Ph. No.

operator who once saves the data can’t be changed by him..


supervisor can overwrite the details inserted by the operator only but not the master
record
admin can change anything but cannot give the id and password..
bda has the full access of the record and id and password,..

aur jo bhi table lagega wo bana dena..

abhi tum ye sare tables implement karo.


DBA backend pe create hoga jo sab kuch handle kiya karega.
Master Record DBA backend pe banaya karega. Jisme wo Student Details ya Emp
Details dala karega sath me Reg No aur Role_Id bhi. (Role id me stud, supervisor &
admin rahega) sabka value 1,2,3 de dena accordingly. Reg_no primary key hoga jo alpha
numeric hoga jiska format hoga Number(4 digit) F.Name initial L.Name initial Year of
joinin
Eg. Kumar Shanu DOJ- 09/09/2005
to Reg_No hoga 0002KS2005
Akshay Kumar DOJ – 12/08/1998
to Reg_No hoga 0082AK1998

Main page pe 2 text box hoga aur 1 Login button


User id & pswd .
Niche 1 Link hoga sign up ka.

User agar sign up link click karega to 1 naya page open hoga. Askin for Reg_no. User jb
apna Reg_no dalega to database se uska details fetch hoga aur uska naam display hoga.
Phir 1 security ques aayega DOB ka. User agar sahi ans dega to nxt page aayega jahan
user apna user name aur pswd create karega.

Abhi tum itna implement karo.. phir aage ka batayenge...

You might also like