0% found this document useful (0 votes)
181 views

Entity Relationship Diagram: TBL - Students TBL - Programs

Entity Relationship Diagram (ERD) is a type of structural diagram used in database design to visualize the relationships between different entities in the database. The ERD contains symbols like boxes and connectors that represent entities like tables and the relationships between them. The document shows an example ERD with tables like tbl_students, tbl_programs, tbl_events, tbl_attendance and tbl_logs and the attributes within each table.

Uploaded by

Eun Chae Kim
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
181 views

Entity Relationship Diagram: TBL - Students TBL - Programs

Entity Relationship Diagram (ERD) is a type of structural diagram used in database design to visualize the relationships between different entities in the database. The ERD contains symbols like boxes and connectors that represent entities like tables and the relationships between them. The document shows an example ERD with tables like tbl_students, tbl_programs, tbl_events, tbl_attendance and tbl_logs and the attributes within each table.

Uploaded by

Eun Chae Kim
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Entity Relationship Diagram

Entity Relationship Diagram, also known as ERD, ER Diagram or ER model, is a type of structural
diagram for use in database design. An ERD contains different symbols and connectors that visualize two
important information

tbl_students tbl_programs

stud_id varchar(15) prog_id int(11)


stud_Lname varchar(30) prog_des varchar(200)
stud_Fname varchar(30) prog_type varchar(15)
stud_Mname varchar(30) deptid int(11)
stud_sex varchar(10) abb varchar(10)
stud_civilStatus varchar(20)
stud_bady date
stud_address text
stud_birthplace text
Zipcode varchar(10)
stud_religion varchar(30)
stud_cnum varchar(11) tbl_events
stud_email varchar(200)
stud_vivil varchar(20) Eid int(11)
stud_father text Ename varchar(100)
stud_fOccupation varchar(30) Loc varchar(250)
stud_mother text St varchar(20) tbl_attendance
stud_mOccupation varchar(30) En varchar(20)
stud_pcnum varchar(11) Aid int(11)
Edt timestamp
stud_paddress text eid int(11)
stud_guardian text type varchar(20)
stud_gOccupation varchar(30) qr varchar(250)
stud_Grelation varchar(30) dt timestamp
stud_Gaddress text
stud_Gcnum varchar(11)
stud_elemschool text
stud_elemaddress text
stud_elemYear varchar(5) tbl_logs
stud_highschool text
stud_highAddress text lid int(11)
stud_highYear varchar(5) aid int(11)
stud_lastSaddress text stud_id varchar(20)
stud_lastSyear varchar(5)
mac varchar(50)
prog_Id varchar(20)
image longblob
dt timestamp
date_added timestamp
cam_Id int
stud_HighMajor varchar(200)
stud_LastMajor varchar(200)
Irn varchar(30)
Household_num varchar (30)
txtFathersIncome varchar(11)
txtMotherIncome varchar(11)
txtGuardian varchar(11)

You might also like