COC Practicalsample
COC Practicalsample
Ministry of Education
Sector: Information Communication Technology
Sub-Sector: Information Technology
Occupation: Database Administration L_III
Candidate’s Package
The assessment covers the following units of competence:
1. Gather Data to Identify Business Requirements
2. Identify Physical Database Requirements
3. Design a Database
4. Use Basic Structured Query Language
5. Design Program Logic
6. Test Physical Database Implementation
7. Complete Database Backup and Recovery
8. Create Technical Documentation
9. Model Data Objects
10. Monitor Implementation of Work plan/Activities
11. Apply Quality Control
12. Lead Small Teams
13. Lead Workplace Communication
14. Improve Business Practice
15. Maintain Quality System and Continuous Improvement Processes (Kaizen)
Instructions to Candidate
Methods of Assessment
1 Observation /Demonstration
2 Knowledge assessment ( Oral interview/written)
Candidate name
Registration number
Name of assessment center
Name of training provider
Qualification – based X
Competency based
The database also stores each Employee’s ID, Name, Salary, Gender, BirthDate and
DeptName. Each employee works for one department but may work on several projects,
and each project can have many employees.
Instruction: - Under this task you are expected to perform the following activities based
On the information provided
The following pseudo code describes an algorithm which will accept a number from the keyboard and
calculate the sum of N numbers between 1 and N.
Start
Sum = 0;
Count = 1;
Display “Input value for N” ;
Accept the value for N ;
While (Count<=N)
Sum = Sum + Count ;
Count = Count +1 ;
Candidate’s Package for Database Administration L_3_V1 (Qualification. Based)
Occupational Code: ICT DBA
Instruction: - Under this task you are expected to perform the following activities based
Competences Covered:
1. Use Basic Structured Query Language
2. Complete Database Backup and Recovery
Instruction:- Under this project you are expected to perform the following three tasks based
On the information provided.
Task 1: Install SQL Server 2008 software:
Suppose you are a database administrator in ABC College and assigned to create a database that
manages the students, courses and students’ grade report information.
Instruction: - Under this task you are expected to perform the following activities based
On the information provided
Table 2: COURSE
Field Nme Type Size constraint
Course_Cod varchar 8 Primary key
e
Course_Title char 40 Not Null
Credit int ----
Table 3: GRADE_REPORT
Field Name Type Size constraint
SID varchar 10 Primary key, foreign key
C_Code varchar 8 Primary key, foreign key
Grade char --- A, B, C, D, F
Relationship (M:1)
Relationship (1:M)
GRADE_REPORT
SID C_code Grade
B) Add a new column named “EmailAddress” as type char with size 25 to STUDENT table
STUDENT
Candidate’s Package for Database Administration L_3_V1 (Qualification. Based)
Occupational Code: ICT DBA
GRADE_REPORT
SID C_Code Grade
R101 ICT001 B
R101 ICT002 C
R102 ICT001 A
R103 Elec003 C
R104 ICT001 B
R104 ICT002 A
R105 Elec003 B
Develop SQL query that retrieve the names of all students who score grade “B”
and save it by the name ResultB in D: drive.
Develop SQL query that retrieve StudID and Name of all female students who
taken the course title “software” and save it by the name soft in Desktop.
Write SQL statement that retrieve all students who score grade ‘A’ in Computer
Science Department and Sort them descending by their DeptName and
Ascending by their Name, and then save it by the name ordered in D: drive
Write SQL statement that create a backup for ABC_COLLEGE database and
save the back up with the backup name AbcBack in local disk ( D: ).
Develop SQL statement that changes the Section into “Room4” of all students
who score grade ‘A’ or ‘B’ for the course title “software”
Assume that ABC_COLLEGE databae was dropped accidentally.Write SQL
query that Recover dropped database from the backup.
Occupational Code: ICT DBA
Materials and supplies (Consumable) for project 1 & 2
No Items Qty Unit Specification
1 MS-SQL server 2008 1 No
2 MS-Office Visio 2003/7 1 No
3 Paper 6 sheet A4