Exercises_6_Procedure

docx

School

Lambton College *

*We aren’t endorsed by this school

Course

MISC

Subject

Industrial Engineering

Date

Jan 9, 2024

Type

docx

Pages

4

Uploaded by MinisterBoarPerson874

Report
JASMEET SEHGAL C0906246 CSD-4203 Database Programming Practice Exercises 6 (4%) Instruction: Provide FULL Screenshot of your code with the result on Apex Exercise 14(2%) 1. Create procedure called “Add_job” that will insert job_id and job title into jobs table.include two parameters one for job_id and the other for job_tiltle. 2. Invoke your “Add_job” procedure with proper paramaeter values and display the output. Include screenshot of your output
JASMEET SEHGAL C0906246
JASMEET SEHGAL C0906246 Exercise 15 (2%) a) Create procedure called “update_job” that will update job_title based on entered job_id. Include two parameters one for job_id and the other for job_tiltle. b) Invoke your “update_job” procedure with proper paramaeter values and display the output. Include screenshot of your output
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
JASMEET SEHGAL C0906246