You are on page 1of 2

Access Practical Exam

Instruction:-Put the data you are given according to the instruction. If you violet the given
instruction, you may miss your mark. Every step will be seen and will have its own value. Use the
given Field properties properly.(20%)

1. Create a Database by the name College


2. Show the design of the following three tables as follow
A. Teacher table

Field Name Data type Field propertiesv


ID No Text Input mask LEC-000 Put Primary Key
Teacher Name Text Field size=15
Sex Text Field size=1
Age Number Input mask=00
Qualification Text Default Value=BSC
Salary currency Format=currency, Decimal places=Auto
Remark Yes/No All are” Yes”
B. Student Table

Field Name Data type Field properties


St.ID No Text Input mask=LEC-000
Student Name Text Field size=20 Put Primary Key
Sex Text Field size=1
Age Number Input mask=00
Grade Text Field size=2
Section Text Field size=1

C. Course Table

Field Name Data type


Course No Text Input Mask=LEC-000
Course Name Text
Mark Text Input mask=00
Grade Text Field size=1
3. Create relationship between Teacher table and Student Table using ID.No
4. Create relationship between Student table and Course table using St.ID.No
5. Insert the following data in to Teacher Table

ID. No Teacher Name Sex Age Qualificatio Salary Remark


n
LEC-001 Kebebush Tadesse F 18 BSC $3660.00 Yes
LEC-002 Feleke Ketema M 17 BSC $3770.00 Yes
LEC-003 Hailu Getachew M 18 BSC $3900.00 No
LEC-004 Tigist Dereje F 19 BSC $3880.00 No
LEC-005 Assefa Mamo M 17 BSC $4000.00 No
LEC-006 Reggasa Hailu M 20 BSC $4200.00 Yes
6. Insert the following data in to Student Table

St.ID No Student Name Sex Age Grade Section


LEC-001 Adane Feyisa M 22 9 A
LEC-002 Dereje Mamo M 24 11 D
LEC-003 Senait Mulatu F 19 9 C
LEC-004 Demitu Lemma F 20 10 B
LEC-005 Weynishet Kebede F 25 12 C
LEC-006 Adanech Kiflie F 23 12 B
LEC-007 Alemu Ferede M 21 10 A

7. Insert the following data in to Course Table

Course No Course Name Mark Grade


LEC-001 Database 87 A
LEC-001 Networking 90 A
LEC-001 Communication 80 B
LEC-002 Database 83 B
LEC-002 Networking 78 B
LEC-002 Communication 88 A
LEC-003 Database 70 C
LEC-003 Networking 96 A
LEC-003 Communication 97 A
LEC-004 Database 89 A
LEC-004 Networking 68 C
LEC-004 Communication 72 B
LEC-005 Database 92 A
LEC-005 Networking 94 A
LEC-005 Communication 87 A

You might also like