SQL (Structured Query Language) Question:
Download Questions PDF

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

Answer:

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

Download SQL Interview Questions And Answers PDF

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?