What is difference between stored procedure and function?
Answer Posted / rakesh
mojor difference is
function must return a value but a
procedure may or may not return a value
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Difference between report and query parameter.
What is sql server profiler trace data file?
what is bit datatype? : Sql server database administration
List out different types of normalizations in sql server and explain each of them?
How to connect of datebase with sql express.?
How do you create a clustered index?
What is user-defined functions? What are the types of user-defined functions that can be created?
Can sql server be linked with other servers like oracle?
What is a view in sql?
How to find Duplicate Records In table?
Mention the differences between local and global temporary tables.
What is transaction server consistency?
What are extended events in sql server?
Explain the etl (extraction, transformation, and loading)?
What to perform pattern match with the like operator?