SQL (Structured Query Language) Question:

How can you call a PL/SQL procedure from SQL?

SQL Interview Question
SQL Interview Question

Answer:

Expected answer: By use of the EXECUTE (short form EXEC) command.


Previous QuestionNext 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?