What is difference between a PROCEDURE & FUNCTION ?
Answer Posted / naresh bs
The main difference is that, a procedure may return and
value but a function has to return a value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are system versioned tables?
Why do we need unique key in a table?
Is sql scripting language?
How do you take the union of two tables in sql?
What is the best partition size for windows 10?
What are basic techniques of indexing?
Which is faster count (*) or count 1?
Can we use ddl statements in stored procedure sql server?
What are the two virtual tables available at the time of database trigger execution?
What is full join in sql?
What is the most restrictive isolation level? : Transact sql
What is cold data?
how to rename an existing column in a table? : Sql dba
What is the starting oracle error number?
What is a boolean in sql?