if a table is getting updated what happens if a function is
called from sql query?
Answer Posted / venu
We can call a function in sql query if we declare function
as PRAGMA AUTONOMOUS TRANSACTION.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
How does sql store data?
how many tables will create when we create table, what are they? : Sql dba
what is a trigger? : Sql dba
What is Collation Sensitivity ? What are the various type ?
What is the benefit of foreign key?
Why use stored procedures?
How do I clear the screen in sql plus?
What does := mean in pl sql?
explain the difference between bool, tinyint and bit. : Sql dba
How do sql databases work?
What are the benefits of stored procedures?
What is the importance of sqlcode and sqlerrm?
What is sql exception?
how to add a new column to an existing table in mysql? : Sql dba
What are the different types of dbms?