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
Can you do multiple joins in sql?
What are commit, rollback, and savepoint?
Is foreign key mandatory?
how many sql ddl commands are supported by 'mysql'? : Sql dba
What is the difference between inner join and outer join?
How do I count rows in sql query?
how tsql statements can be written and submitted to the database engine? : Transact sql
how to return query output in html format? : Sql dba
Can we use views in stored procedure?
How do you exit in sql?
Can we write ddl statements in functions?
What are all types of user defined functions?
What are aggregate functions in sql?
What are the triggers associated with image items?
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?