Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro Oracle Fusion Applications Installation And Administration

Authors: Tushar Thakker

1st Edition

1484209834, 9781484209837

More Books

Students also viewed these Databases questions