ICT Level 2 COC
ICT Level 2 COC
Task 1. XYZ hospital needs a database for maintaining the hospital detailed information, the hospital needs
to maintain Nurse and client information in separate table. Client table has the following attributes CID,
CName, Age, Sex, NID and the Nurse table has NID, Nname, and Specialization. Record 10 client and 5
nurse.
Part I
1. Design both tables with appropriate data types and save it by tblClient and tblNurse respectively.
2. Identify the primary key for both table. Client table __________ Nurse Table___________
3. Identify the Foreign Key ___________
4. Create query called “Nurse_Cleint”. The query should contain ClientID, CName, Age, Nname
and Specialization.
5. Create a query that prompted to enter CID and display required result. Save by the name
“Enter_CID”.
6. Create a query called “Client_Like” that display clients name starts with letter A.
7. Create form with controls called “ClientNurse_Form”.
Project 2:Internet
Task 1: HALABA KULITO TVET INSTITUTE needs to purchase 10 computers for rendering training
services for Level 4. Suppose you are as IT support service technician create technical computer
specification.