Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

s_idnum s_ln s_fn s_mn s_nicknam

e
course_code s_yrlevel s_section s_age s_gender
s_religion s_citizenship s_civil_status s_birthrank s_bday
permanent_a present_add s_telnum s_mobilenum s_emailadd
dd
s_status s_idnum father_name mother_name father_stat
us
mother_status guardian_nam guardian_relations father_age mother_ag
e hip e
father_homea mother_homea gross_mothly_inco stud_idnum password
dd dd me
course_code course_title req_code stud_idnum req_title
req_descriptio req_status req_deadline req_date_receiv c_id
n ed
stud_num c_time c_date c_topic c_counselo
r

1NF

s_idnum father_name user_name course_code


s_ln mother_name s_idnum course_title
s_fn fatherstatus password
s_mn mother_status
s_nickname guardian_name
course_code guardian_relationship
s_yrlevel father_age
s_section mother_age
s_age father_homeadd
s_gender mother_homeadd
s_religion gross_monthly_income
s_citizenship s_idnum
s_civil_status
s_birthrank
s_bday
permanent_add
present_add
s_telnum
s_mobilenum
s_emailadd
s_status
req_code c_id
s_idnum c_time
req_title c_date
req_description c_topic
req_status c_counselor
req_deadline s_idnum
req_date_received

Second Normal Form

User Table (Table 3.3)

s_idnum s_ln s_fn s_mn s_nickname


course_code s_yrlevel s_section s_age s_gender
s_religion s_citizenship s_civil_status s_birthrank s_bday
permanent_add present_add s_telnum s_mobilenum s_emailadd
s_status

Family Background Table (Table 3.4)

father_name mother_name father_status mother_status guardian_name


guardian_relationship father_age mother_age father_homeadd mother_homeadd
gross_monthly_income s_idnum

Course Table (Table 3.5)

course_code course_title

Requirement Table (Table 3.6)

req_code stud_idnum req_title req_description

Account Table (Table 3.7)

user_name s_idnum password


c_id c_date c_time c_topic c_counselor
s_idnum

Counseling Appointment Table (Table 3.8


ANSWER:

FIGURE 1. An entity relationship diagram (ERD), also known as an entity relationship


model, is a graphical representation that depicts relationships among people, objects,
places, concepts, or events within an information technology (IT) system. This diagram
shows the process of how it goes. First student needs to register an account so that they
will log in into the system. After he/she register into an account the system will verify it
for them to be able now to log in. Second Student need to submit their requirements so
that the SBC Online Guidance Service System will give him/her a Counseling
Appointment. Third the counseling will validate his/her requirements, after the
validation the SBC will confirm and post the student that is now belong to a course .

2. In the first normal form, only single values are permitted at the intersection of each
row and column; hence, there are no repeating groups. To normalize a relation that
contains a repeating group, remove the repeating group and form two new relations. As
you can see in table 1nf are the primary key where in the display names are unique and
no repetition at all.

3. For the second normal form, the relation must first be in 1NF. The relation is
automatically in 2NF if, and only if, the PK comprises a single attribute.

4. To be in third normal form, the relation must be in second normal form. Also, all
transitive dependencies must be removed; a non-key attribute may not be functionally
dependent on another non-key attribute.

You might also like