Sei sulla pagina 1di 1

Create a Database and name it as YOUR NAME FINALS.

Note: the file name should be your FULL


NAME!

Create Tables that contains the following fields:


Table Name
FieldName
STUDENT
sno (PRIMARY KEY)
Studentname
Address
YearLvl

DataType
TEXT
TEXT
TEXT
TEXT

ENRLDSTUD

Sno
SectionCode
SubjCode
SubjDesc

TEXT
TEXT
TEXT
TEXT

SECTIONDTLS

SectionCode
TEXT
SubjCode (PRIMARY KEY)
TEXT
Units
NUMBER
Days
TEXT
TimeStart
DATE/TIME
TimeEnd
DATE/TIME
RoomNo
TEXT

STUDGRADE

Sno
SectionCode
SubjCode
Midterm
Finals

TEXT
TEXT
TEXT
TEXT
TEXT

Copy and paste the data from the excel file to its corresponding table. Take notice of the SHEET
NAME.
RELATIONSHIP
Create relationship
a. Sno of STUDENT TABLE to Sno of ENRLDSTUDS TABLE. Enforce referential
integrity and cascade update related fields.
b. Sno of STUDENT TABLE to Sno of STUDGRADE TABLE. Enforce referential
integrity and cascade update related fields.
c. SubjCode of SECTIONDTLS TABLE to SubjCode of ENRLDSTUDS.
FORMS
Create a Form for each TABLE. Add navigation buttons (First Record, Previous, Next,
Last Record, Add and Delete).
QUERY
Create a Query that shows:
1. Second year students that resides in Mandaluyong.
2. First year student resides in Pasig.
3. Students who have a Final Grade of 1.5.
4. Student who have a Midterm Grade of 3
5. Enrolled students on Psycho9 with the grade of 1.5
6. Students enrolled in Educ1.
7. Students with a subject assigned at Room MAB-4006. (Include the details of the Subjects)
8. Students with a subject assigned in Room MAB-2005. (Include the details of the Subjects)
9. Students enrolled in IME543.
10. Students living in Mandaluyong, who have a subject Research2 and have a Midterm grade of 2.25.

REPORT
Create a Report for all the Queries.

Potrebbero piacerti anche