Activities - OrangeHRM Database - Accdb
Activities - OrangeHRM Database - Accdb
Scenario- RDBMS
You want to develop a database for Human Resource Management (HRM) software. You have
considered different features and relevant data for that software (e.g reverse engineer the OrangeHRM
software). You are given the tables (in the database file) necessary and now you have to establish
relationships, create forms, queries and reports.
Components Reason
Deliverable:
1. Activities file with the required screenshots (Google docs in pdf format)
2. Processed file (LibreOffice Database in accdb format)
Your Set:
Section Set
1 Set 1
3 Set 2
Activities
1. Run an SQL Query. Create the relationships
Errata1- User_role_screen table- delete entry where user_role_id = 0
DELETE FROM "user_role_screen" WHERE "user_role_id"=0;
Errata 2- user_role_data_group table- delete 4 entries each where data_group_id = 27, 28, 41
DELETE FROM "user_role_data_group" WHERE "data_group_id"=27 OR "data_group_id"=28 OR
"data_group_id"=41 ;
Screenshot: Output
b) Show all employees and dependents (if any) with employee ID greater than 20
Screenshot: Output
Screenshot: Command
Screenshot: Output
b) Make manual entries in the table such that your name appears on this report
Screenshot: Output
Related ideas
Database Software Comparison
LibreOffice Base mysql MS Access
● Business needs/opportunities
○ System
■ Software
● Database
Important Links
● SQL in Microsoft Access
● SQL Basics @ Khan Academy
●