If a stored procedure is taking a table data type, how it looks?
Answer Posted / yagnik rohit
declare @temptable table(col1 int,col2 int)
insert into @temptable select 1,2
select * from @temptable
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Difference between LEN() and DATALENGTH() in sql server ?
Is null in sql server?
How ssrs maintain security?
In which files does sql server actually store data?
What is user defined stored procedures?
Define constraints and give an example of their use?
What are the restrictions that views have to follow?
Explain left outer join and right outer join?
What is transactional replication?
What is raid? : SQL Server Architecture
Does order by actually change the order of the data in the tables or does it just change the output?
How to edit table in sql server 2017?
What are the limitations/drawbacks or ssrs 2008 r2?
how to do partition in sqlserver
what is spatial nonclustered index