Create and invoke the GET_JOB finction to retum a jób title. a. Create and compile a function called GET_JOB to retum a job title. b. Create a VARCHAR2 host variable called b_title, allowing a length of 35 characters. Invoke the function with the SA_REP job ID to retum the value in the host variable, and then print the host variable to view the result. anonyaous block coapleted b_title Sales Representative 2. Create a function called GET_ANNUAL_COMP to retum the annual salary computed from an employee's monthly salary and commission passed as parameters. a. Create the GET_ANNUAL_COMP fiunction, which accepts parameter values for the monthly salary and commission. Either or both values passed can be NULL, but the function should still return a non-NULL anual salary. Use the following basic fomula to calculate the annual salary: dreamstm Oras (salary*12) + (commission_pct*salary*12) b. Use the function in a SELECT statement against the EMPLOYBES table employees in department 30. LOTEE_ID LAST_KAE 114 Papheely 132000 7200 116 Baide 34500 Tabias 33600 118 119 Hiro 31200 Colaenares 30000 6 coua selected 3. Create a procedure, ADD_EMPLOYEE, to insert a new employee into the EMPLOYEES table. The procedure should call a VALID_DEPTID function to check whether the department ID specified for the new employee exists in the DEPARTMENTS table. a. Create a function called VALID_DEPTID to validate a specified department ID and retum a BOOLEAN value of TRUE if the department exists.
Create and invoke the GET_JOB finction to retum a jób title. a. Create and compile a function called GET_JOB to retum a job title. b. Create a VARCHAR2 host variable called b_title, allowing a length of 35 characters. Invoke the function with the SA_REP job ID to retum the value in the host variable, and then print the host variable to view the result. anonyaous block coapleted b_title Sales Representative 2. Create a function called GET_ANNUAL_COMP to retum the annual salary computed from an employee's monthly salary and commission passed as parameters. a. Create the GET_ANNUAL_COMP fiunction, which accepts parameter values for the monthly salary and commission. Either or both values passed can be NULL, but the function should still return a non-NULL anual salary. Use the following basic fomula to calculate the annual salary: dreamstm Oras (salary*12) + (commission_pct*salary*12) b. Use the function in a SELECT statement against the EMPLOYBES table employees in department 30. LOTEE_ID LAST_KAE 114 Papheely 132000 7200 116 Baide 34500 Tabias 33600 118 119 Hiro 31200 Colaenares 30000 6 coua selected 3. Create a procedure, ADD_EMPLOYEE, to insert a new employee into the EMPLOYEES table. The procedure should call a VALID_DEPTID function to check whether the department ID specified for the new employee exists in the DEPARTMENTS table. a. Create a function called VALID_DEPTID to validate a specified department ID and retum a BOOLEAN value of TRUE if the department exists.
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
100%
use the sql to answer the following question as picture shown
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY