Question: Write a program specification that describes all specifications and functions properly producing the correct input and output for the HR subsystem tables ( EMPLOYEES ,

Write a program specification that describes all specifications and functions properly producing the correct input and output for the HR subsystem tables (EMPLOYEES, DEPARTMENTS, JOBS). A program specification is just a simple requirement that describes what you need to do for this assignment. Use this (Links to an external site.) as a guide for your program specifications.
Write PL/SQL code that INSERTS, UPDATES, and DELETES from each of the tables and make sure to handle the relationships and is understandable and well organized containing no errors. The guided practice assignment provided the basics on how to do this. Also, pay attention to particular coding standards. Also, make sure you are validating any user input in your code. Please adopt those in your application.EMPLOYEES
\table[[ COLUMN_NAME, DATA_TYPE, NULLABLE,DATA_DEFAULT, COLUMN_ID | COMMENTS],[1 EMPLOYEE_ID,NUMBER (6,0),No,(null),1 Primary key of employees table.],[2 FIRST_NAME,VARCHAR2(20 BYTE),Yes,(nu11),2 First name of the employee. A not n
 Write a program specification that describes all specifications and functions properly

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!