Answered step by step
Verified Expert Solution
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 PLSQL 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 COLUMNNAME, DATATYPE, NULLABLE,DATADEFAULT, COLUMNID COMMENTS EMPLOYEEIDNUMBER Nonull Primary key of employees table. FIRSTNAME,VARCHAR BYTEYes,nu First name of the employee. A not
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started