Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 1

Lab Assignments

Create a table HR_EMP_INFO_XX with below columns in XXSFC schema


EmpNo Number
EmpName 100 Characters
DateOfBirth Date
EmailID 50 Characters
Hire Date - Date
Job 100 Characters
Location 50 Characters
ManagerName 100 Characters
ContactNo - Number
Create an Entity Object EmpInfoXXEO and link to the above table.
Create a Read/Write View Object EmpInfoXXVO and link to EO
Create a Read only View Object EmpInfoSelectXXVO and build SQL to fetch the records from the
HR_EMP_INFO_XX.
Create an Application Module EmpInfoXXAM and assign all the 2 VO objects created above.
Create a search page EmpInfoXXPG and fetch the records in the page.

1 2015 IBM Corporation 18 July 2017

You might also like