Answer: START or @
@ pathname
It will run a SQL Script.
Example:-
@Script1.sql parameter1 parameter2 parameter3
In the Script we can refer to the parameters as &1, &2, and &3.
Similarly @@ pathname will able to run a nested SQL Script.
Asked In: Many Interviews |
Alert Moderator