Task 6:Create the GET_INVOICE_DATE procedure to obtain the customer ID, first and last names of the customer, and the invoice date for the invoice whose number currently is stored in I_INVOICE_NUM. Place these values in the variables I_CUST_ID, I_CUST_NAME, and I_INVOICE_DATE respectively. When the procedure is called it should output the contents of I_CUST_ID, I_CUST_NAME, and I_INVOICE_DATE.
IN SQL CODE.
CUSTOMER
Test Query
CALL GET_INVOICE_DATE('14219')
Expected Results
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here