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
Why stored procedure is better than query?
how to add a new column to an existing table in mysql? : Sql dba
How do temporal tables work?
how to decrement dates by 1 in mysql? : Sql dba
Are stored procedures faster than queries?
What is a boolean in sql?
Can we use loop in sql?
What are tables in sql?
Is sql an operating system?
how can we destroy the cookie? : Sql dba
how can we find the number of rows in a table using mysql? : Sql dba
How can you fetch first 5 characters of the string?
What is the use of index in sql?
What plvcmt and plvrb does in pl/sql?
Does inner join return duplicate rows?