Select from following answers:- #

- @
- ##
- None of these.
- All Above
We can create a Local Temporary table with single # sign.
For Example:-
create table #local_temp
(id int Not Null,Name Nvarchar(50));
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator