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 are the types of optimization?
how to increment dates by 1 in mysql? : Sql dba
What is the meaning of disabling a trigger?
Can you call pl/sql package functions from within a fast formula?
What is optimistic concurrency control? : Transact sql
What is $$ in sql?
Are pl sql variables case sensitive?
what is the difference between where clause and having clause? : Sql dba
What are records give examples?
Is sql harder than python?
How do I run sql?
what is sp_pkeys? : Transact sql
How can we optimize a sql query?
What is sql query optimization?
Which join is like an inner join?