Select from following answers:- ##

- @
- #
- All of the above
- All Above
We can create a Global Temporary table with the help of double ## sign.
For Example:-
create table ##global_temp
(id int Not Null,Name Nvarchar(50));
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator