What is Difference between StoredProcedure and function?
Answer Posted / shankar
FUNCTION always return a value where as PROCEDURE may or
may not return value.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the different parts of a package?
What is the difference between execution of triggers and stored procedures?
describe mysql connection using mysql binary. : Sql dba
how can you see all indexes defined for a table? : Sql dba
What are sql data types?
what are numeric data types? : Sql dba
Is sql a programming?
Why we use sql profiler?
Why stored procedures are faster than query?
Explain normalization and what are the advantages of it?
table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
Can a select statement fire a trigger?
What is bind reference and how can it be created?
What is pl sql in dbms?
what is a stored procedure? : Sql dba