SQL (Structured Query Language) Question:
How can you call a PL/SQL procedure from SQL?
Answer:
Expected answer: By use of the EXECUTE (short form EXEC) command.
Previous Question | Next Question |
You want to include a carriage return/linefeed in your output from a SQL script, how can you do this? | How do you execute a host operating system command from within SQL? |