What is difference between Procedures and Functions ?
Answer Posted / roopesh kumar
(1) Procedure may or may not return value but function
should.
(2) We can't call a procedure inside a sql stmt but
function can.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can a foreign key be null?
What is the starting oracle error number?
What are sql data types?
What are the basic sql commands?
What is the maximum number of columns in sql table?
Is it possible to create startup or shutdown trigger for on-schema?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
What does <> sql mean?
What is pl sql package?
What view means?
How do I edit a trigger in sql developer?
how to convert dates to character strings? : Sql dba
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
What are records give examples?
Why commit is not used in triggers?