What is the Difference between Procedure and Function.Can we
call a Function in a DML?
Answer Posted / sharad kumar
1. Function must return a value like any other Programing
Language.
2.yes we can call function from a DML.Remember count(*),sum
etc...
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What is the function that is used to transfer a pl/sql table log to a database table?
what are wild cards used in database for pattern matching ? : Sql dba
Is sql scripting language?
What is the best free sql database?
Define union, minus, union all, intersect ?
Which query operators in sql is used for pattern matching?
What is sql query limit?
What is the use of %rowtype?
Does a user_objects view have an entry for a trigger?
Why do we use partitions in sql?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
What's the difference between inner join and left join?
How do I find duplicates in two columns?
What is data abstraction in sql?
Describe sql comments?