What is difference between Procedures and Functions ?
Answer Posted / devi
1.procedure does not return any value whree as functions
return values
2.a procedure can be called independently where as a
function is called inside a procedure
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
how are mysql timestamps seen to a user? : Sql dba
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
what is isam? : Sql dba
What are triggers and its types?
How do I remove all records from a table?
Which tcp/ip port does sql server run?
what is dbms? : Sql dba
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
What is a unique constraint?
How to avoid using cursors?
Why primary key is required?
What is a design view?
what is the difference between cluster and non cluster index? : Sql dba
What is difference between rank () row_number () and dense_rank () in sql?
How to create your own reports in sql developer?