Answer Posted / hari
Stored procedure is nothing but a Set of T-Sql statements
combined to perform a single task of several tasks. it's
like a macro
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain go command in sql server?
What are triggers? How do you invoke a trigger on demand?
What is reportserver and reportservertempdb ?
What is database white box testing?
How to include date and time values in sql statements?
what is the difference between Delete and Truncate command in SQL
What is the difference between primary key and unique constraints?
How are the exceptions handled in sql server programming?
What is the difference between dropping a database and taking a database offline?
What is sub-query in sql server? Explain its properties.
While you are inserting values into a table with the insert into .. Values option, does the order of the columns in the insert statement have to be the same as the order of the columns in the table?
How to delete duplicate rows in sql server?
Explain triggers?
What is identity?
What is difference between equi join and natural join?