Week 6 Laboratory Exercise 04 Data Dictionary
Week 6 Laboratory Exercise 04 Data Dictionary
College / Department:
LabExer No. 04
Online Education
LABORATORY EXERCISE 04
Data Input Page 1 of 1
Name of Student
Student ID Program (BSIT/BSCS/BSCPE/BSBA MIS/BSA)
Title
LABORATORY 4
Given the approved project proposal,
1. Create a data dictionary of the proposed system. Please see template below
Table Name:
Field Description Linked Tables Data Type Length Required
(Y/N)
User_ID Generated primary key of a table System_User varchar 20
for System_User
Sys_username Username for system login System_User varchar 12 Y
Sys_password Password for system login System_User varchar 8 Y
First_Name First name of employee System_User varchar 30 Y
Middle_Initial Middle Initial of Employee System_User char 1 Y
Last_Name Last name of employee System_User varchar 30 Y
User_Type Type of user System_User int 1 Y
1 for admin access
2 for cashier access
3 for managers access
4 for IT superuser
Tenant_AccountNumber Generated primary key of a table Tenants_Accoun int 8 Y
for Tenants_Account t
Tenant_FirstName Tenant’s first name Tenants_Accoun varchar 30 Y
t
Tenant_MiddleInitial Tenant’s middle Initial Tenants_Accoun char 1 Y
t
Tenant_LastName Tenant’s last name Tenants_Accoun varchar 30 Y
t
Tenant_Address Tenant’s address Tenants_Accoun varchar 244 Y
t
Tenant_MobileNumber Tenant’s mobile number Tenants_Accoun int 11 Y
t
Course Code IT 201
College / Department:
LabExer No. 04
Online Education
LABORATORY EXERCISE 04
Data Input Page 2 of 1
Note:
Include the title of your proposal before the start of the activity.
Submit along with this file the screen shots of your output
You may use any Graphical User Interface software to design the FORMS and MENUS
Save the file with the following document name:
LastNameFirstName-LabExerciseNumber
Example: DelaCruzJuan-LabExer005-DataInput
Course Code IT 201
College / Department:
LabExer No. 04
Online Education
LABORATORY EXERCISE 04
Data Input Page 3 of 1