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
How to how to convert numeric expression data types using the convert() function??
What happens if you insert a duplicate key for the primary key column in ms sql server?
What is the difference between for trigger and after trigger?
whats new about truncate in sql server 2008?
What is an entity-relationship diagram (erd)?
which backup strategy you are following at ur company
What is Lock table in SQL?
What happens when transaction log is full?
What is the difference between dbcc indexdefrag and dbcc reindex?
Do you know what are the steps to process a single select statement?
What are the types of database recovery models?
Explain steps of normalization?
How to create median function?
What are the operating modes in which database mirroring runs?
Do I need a report server to run reports in my application?