If a stored procedure is taking a table data type, how it looks?
Answer / 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 |
Why do you want to join software field as you have done your BE in Electronics?
Write a query to find 5th highest amount paid from the customer table.
How to concatenate two character strings together?
What is a synonym for manipulation?
Does partitioning improve performance?
What is a covering index?
Explain subquery and state its properties?
what is extended StoreProcedure ?
What is auditing in sql server?
How to enforce security in sql server? : sql server security
What do you mean by an execution plan? Why is it used? How would you view it?
application server is slow what may be the problem