SQL (Structured Query Language) Question:
How do you execute a host operating system command from within SQL?
Answer:
Expected answer: By use of the exclamation point "!" (in UNIX and some other OS) or the HOST (HO) command.
Previous Question | Next Question |
How can you call a PL/SQL procedure from SQL? | You want to use SQL to build SQL, what is this called and give an example? |