Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

SQL Functions are what I'm looking for. Write function called GET_JOBTITLE where it accepts (receive) job_id as INPUT and return CHARACTER value ...

SQL Functions are what I'm looking for.


 

Write function called GET_JOBTITLE where it accepts (receive) job_id as INPUT and return CHARACTER value ...

 

You will provide job as CHARACTER input and it will return also CHARACTER value.

 

Once the function receives the JOB_ID , it will go to HR_JOBS table and match that job_id and select job_title INTO local variable and that local variable will be return. 

2) Write a procedure called DEL_JOB to delete a job. Include the necessary exception handling code if no job is deleted

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Heres an examp... 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

Step: 3

blur-text-image

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

Foundations of Financial Management

Authors: Stanley Block, Geoffrey Hirt, Bartley Danielsen, Doug Short, Michael Perretta

10th Canadian edition

1259261018, 1259261015, 978-1259024979

More Books

Students also viewed these Databases questions

Question

In what form does radiant energy travel?

Answered: 1 week ago