0% found this document useful (0 votes)
57 views8 pages

Data Dictionary

The document describes the structure of 13 tables in a database. Each table contains columns with data types and comments describing the purpose of each column. The tables include data about administrators, students, courses, schedules, departments, and other academic and institutional information.

Uploaded by

Renelyn Dain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
57 views8 pages

Data Dictionary

The document describes the structure of 13 tables in a database. Each table contains columns with data types and comments describing the purpose of each column. The tables include data about administrators, students, courses, schedules, departments, and other academic and institutional information.

Uploaded by

Renelyn Dain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 8

Column Type Comments

DbId int(11) Admin ID

DbUsername varchar(15) Admin username

DbPassword varchar(15) Admin password

DbName varchar(50) Admin Name

Data Dictionary
Table 1
Tbl_admin

Table 2
Tbl_average

Column Type Comments

DbId int(11) Average ID

DbStudentId varchar(11) Student ID

DbWpa int(11) Average

DbSem int(11) Semester

DbYear varchar(10) School Year


Table 3
Tbl_classwithgrades

Column Type Comments


DbId int(11) Class with grades

DbSchedId int(15) Schedule

DbStudentId varchar(11) Student ID

DbStudentName varchar(80) Student Name


DbSubjectCode varchar(10) Subject Code

DbPrelim int(11) Prelim


DbMidterm Int(11) Midterm
DbPrefinal int(11) Pre-Final
DbFinal int(11) Final
DbAverage int(11) Average

Table 4
Tbl_course

Column Type Comments

DbCourseCode varchar(10) Course Code

DbCourse varchar(80) Course

DbDeptCode varchar(10) Department Code


Table 5
Tbl_dept

Column Type Comments

DbDeptId int(11) Department ID

DbDeptName varchar(20) Department Name

DbDeptCode varchar(10) Department Code

Table 6
Tbl_notifications

Column Type Comments

DbTimeStamp timestamp Time

DbNotification Varchar(70) Notification

Table 7
Tbl_rooms

Column Type Comments

DbRoomId int(11) Room Id

DbRoomNo varchar(11) Room Number

DbDescription varchar(70) Room Description


Table 8
Tbl_schedules

Column Type Comments

DbSchedId int(11) Schedule Id

DbTime varchar(15) Time

DbRoom varchar(11) Room

DbDay varchar(10) Day

DbSubjectCode varchar(10) Subject Code

DbSubject varchar(50) Subject

DbSem varchar(3) Semester

DbStatus varchar(6) Status

DbYear varchar(10) Year

DbCourseCode varchar(10) Course Code

DbDeptCode varchar(10) Department Code

DbTeacherId varchar(11) Teacher Id


Table 9
Tbl_schoolyr

Column Type Comments

DbSchoolYrId int(11) School year Id

DbSem int(11) Semester

DbYearStart int(11) Year Start

DbYearEnd int(11) Year End

Table 10
Tbl_studcourse

Column Type Comments

DbId int(11) ID

DbStudentId varchar(11) Student Id

DbCourseCode varchar(10) Course Code

DbSem int(3) Semester

DbYear varchar(10) School Year


Table 11
Tbl_students

Column Type Comments

DbStudentId varchar(11) Student Id

DbName varchar(80) Student Name

DbContact varchar(30) Contact Number

DbOtherInfo varchar(70) Other Information

DbUname varchar(15) Username

DbPassword varchar(15) Password


Table 12
Tbl_subjects

Column Type Comments

DbSubjectCode varchar(10) Subject Code

DbPreReq varchar(10) Subject Pre-requisite

DbSubjectTitle varchar(70) Subject Title

DbLec int(11) Lecture

DbLab int(11) Laboratory

DbUnits int(11) Subject Units

DbDeptCodeF varchar(10) Department Code

DbSem varchar(3) Semester

DbYear varchar(15) School Year


Table 13
Tbl_teachers

Column Type Comments

DbTeacherId varchar(11) Teacher Id

DbTeacherName varchar(50) Teacher Name

DbContact varchar(30) Contact Number

DbOtherInfo varchar(70) Other Information

DbUname varchar(15) Username

DbPassword varchar(15) Password

You might also like