100% found this document useful (2 votes)
3K views

SS2 Data Processing Practical Examination

This document contains instructions for a Data Processing practical exam with multiple questions requiring the use of Microsoft Access and SQL statements. The questions involve creating tables, inserting and modifying data, running queries, and deleting records. Specifically, it asks the student to: 1) Create a table to store product information from a supermarket and perform calculations and report generation. 2) Create a student records table, insert data, add new records, and query information. 3) Create a contracts table, extract records within a specified price range, filter by contract type, and modify data. 4) Create an employees table, and delete records for employees who left the organization.

Uploaded by

Ejiro Ndifereke
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
3K views

SS2 Data Processing Practical Examination

This document contains instructions for a Data Processing practical exam with multiple questions requiring the use of Microsoft Access and SQL statements. The questions involve creating tables, inserting and modifying data, running queries, and deleting records. Specifically, it asks the student to: 1) Create a table to store product information from a supermarket and perform calculations and report generation. 2) Create a student records table, insert data, add new records, and query information. 3) Create a contracts table, extract records within a specified price range, filter by contract type, and modify data. 4) Create an employees table, and delete records for employees who left the organization.

Uploaded by

Ejiro Ndifereke
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

GOOD SHEPHERD SCHOOLS

*Creche *Nursery *Primary *Secondary.


(Professional International Educators)
Lagos State Campus: 3, Olayinka Street,Moroga, Meiran. Ogun State Campus I : 38B FPF Avenue, Dalemo, Alakuko
Ogun State Campus II: Hopetown, Along Idiroko Road, Ajegunle Village, Atan. Oyo State Campus: Fawe Village,Odo-
Ona Kekere,Off Old Lagos Road, Oluyole LGA.
E-mail: [email protected] [email protected] Website: www.goodshepherdschools.ng

SECOND TERM PRACTICAL EXAMINATION 2020/2021


SUBJECT: DATA PROCESSING CLASS: SS2 DURATION: 2 HOURS

NAME: ……………………………………… ID NUMBER: ………………… DATE: ……………………………

ANSWER ALL QUESTIONS PLEASE!!!

USE MICROSOFT ACCESS 2013 AND ABOVE TO PERFORM THE TASK

QUESTION 1
The table below contains ten products sold in a supermarket/provision store

S/N Product Quantity Supplied Unit Selling Price Amount


1. 13
2. 18
3. 20
4. 17
5. 16
6. 5
7. 4
8. 25
9. 21
10. 11

APPLICATION:
(i) Start the MS- Access, set the appropriate field width/field size and create the table
(ii) Key/type ten goods/products of your choice that can be found in a supermarket/provision store in your
area in the product column
(iii) Supply the “Unit Selling Price” within the range of N100 to N1000 and calculate the “Amount”, where
Amount = “Quantity Supplied” x “Unit Selling Price”
(iv) Create a new field “Quantity Sold” in between the “Quantity Supplied” and “Unit Selling Price” and key in
10 records of your choice between the range of 5 to 20
(v) Create a report showing Quantity Supplied, Quantity Sold and Unit Selling Price for products with S/N 1, 2,
3 and 5 in the table
(vi) Print out the table in PDF created in landscape orientation
QUESTION 2
A. Using SQL statement Create table called STUDENT RECORD with the following attributes: StuAdmission
varchar(5) not NULL, Surname varchar(25), Firstname varchar(25), gender varchar(6) State of origin
varchar(15), Date of birth date, Class varchar(10)
B. Using SQL statement to insert data into the table created above
C. Populate the table with new data (minimum of 8 records)
D. Design a query to extract information from the above table where class is greater or equal to ss1. Get their surname,
gender and class
Using SQL statement, create this table and use it to answer the below questions.

Contract
Contract Num Customer ID Contract Amt Signing Date Contract Type
1001 10001 N30,000,000.00 12/2/2016 Steel bending
1002 10001 N500,000.00 12/2/2016 Book binding
1003 10002 N400,000.00 3/3/2016 Lamination of books
1004 10002 N4,000,000.00 4/4/2016 Printing of books
1005 10003 N600,000.00 5/5/2016 Cleaning of the environment
1006 10004 N4,000,000.00 9/9/2016 refreshment

E. From the Contract table above extract the Contract Amt between 400,000 and 600,000 naira
F. Extract the information on “printing of books” only
G. using SQL statement to change “lamination of books” under the Contract Type to “data processing books”

From the EMPLOYEE_TBL, we want to delete some employees that had left the organization
EMPLOYEE_TBL
firstname lastname title age salary
Mercy Simeon Manager 26 N70,000.00
Joshua Daniel Ass. Manager 45 N60,000.00
King Adeleye Accountant 30 N40,000.00
Raji Amoto Security 28 N23,000.00
Favour Anyim Cleaner 30 N30,000.00

H. Using SQL statement, Create the above table


I. King Adeleye and Favour Anyim had left the organization therefore their data must be taken away from the employee
database using the SQL statement.

You might also like