if a table is getting updated what happens if a function is
called from sql query?
Answer Posted / sumit
No function can be called from a sql query if the function
has dml statements inside.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
what is data integrity? : Sql dba
What are properties of the transaction?
What is cursor and its types?
Can sql developer connect to db2?
what is the difference between union and union all? : Sql dba
What is sql architecture?
Name the different types of indexes in sql and define them.
How to find 3rd highest salary of an employee from the employee table in sql?
What is autocommit sql?
What is the order of sql select?
Explain what is a field in a database and record in a database?
Does mysql_real_escape_string prevent sql injection?
Is sql between inclusive?
What is the difference between having clause and where clause?
How do I start pl sql?