Differences between functions and stored procedures?
Answer Posted / santhoshkumar.k
store procedure takes less time to execute the statement
than functions, also we can create loops inside the store
procedure.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Do I need a report server to run reports in my application?
What is unpivot?
Mention the differences between sql server and mysql.
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
What is resource governor in sql server?
Explain the properties of a relational table?
How to include text values in sql statements?
Which operator do you use to return all of the rows from one query except rows are returned in a second query?
what is a sub-report?
Retrieve the unique rows from table without using UNIQUE and DISTINCT keywords.
What are the different types of sql server replication? : sql server replication
Define union, union all, minus, intersect?
How do you use a subquery to find records that exist in one table and do not exist in another?
What does sql server mean?
Do you know what is rank function?