What is the difference between Procedure and Function
Answer Posted / devanand
procedure can not return tye but fuction must a return type
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...
How to perform key word search in tables?
How to use union to merge outputs from two queries together in ms sql server?
When do you think a developer should use sql server-based cursors?
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
How many levels of sp nesting is possible?
How can you list all the columns in a database?
Can we update data in a view?
What is a Join and explain its types?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
What is snapshot report?
What are the disadvantages of merge replication?
How data can be copied from one table to another table?
What is the xml datatype?
Tell me what do we need queues in sql service broker?