You are on page 1of 4

CSL-113: Computing Fundamentals

Semester 01 (SPRING 2023)


UMER IMRAN
02-235231-012
BS(IT)

Lab 06: Generating Reports in Microsoft Access

Exercises

Exercise 1

Using the table Employee created in the previous LAB; create a Query to extract
information about Emp_ID, Name, City and Dept_Name of an employee where department
is "IT".
 For Department create a new table Employee_Dept of two columns: Emp_ID and
Dept_Name.
 “Emp_ID” column values are being taken from the EMPLOYEE table using
Lookup Column technique.
CSL-113: Computing Fundamentals
Semester 01 (SPRING 2023)
UMER IMRAN
02-235231-012
BS(IT)

Exercise 2
Generate a Report using Report Wizard which includes the complete Employee table.
CSL-113: Computing Fundamentals
Semester 01 (SPRING 2023)
UMER IMRAN
02-235231-012
BS(IT)

Exercise 3

Create a Table mention below and apply following Queries:

1. Select * from Student_table where Percentage>=75.


CSL-113: Computing Fundamentals
Semester 01 (SPRING 2023)
UMER IMRAN
02-235231-012
BS(IT)

2. Select * from Student_table where Percentage=60.

3. Select Regno, Name from Student_table where Percentage<=50.

You might also like