Question: I need help in SQL Create a script to load rows into the MY_EMPLOYEE table interactively. Prompt the user for the employees id, first name,
I need help in SQL
Create a script to load rows into the MY_EMPLOYEE table interactively. Prompt the user for the employees id, first name, last name, and salary. Concatenate the first letter of the first name and the first seven characters of the last name to produce the userid. Use the ACCEPT and PROMPT commands in SQL Developer. Provide the script in the text doc.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
