How we can execute the sql file from command prompt
How we can execute the sql file
Q :-How we can execute the sql file ?
Ans :- Below are the different ways to execute the sql file
1) @
Example :-
SQL>@C:\Users\emp.sql
2) @@
Example :-
SQL>@@C:\Users\emp.sql
3) run
Example :-
SQL>run C:\Users\emp.sql
4) start
Example :-
SQL>start C:\Users\emp.sql
Harry
Author & Editor
A technology enthusiast and addictive blogger who likes to hacking tricks and wish to be the best White Hacket Hacker of the World.
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.