if a table is getting updated what happens if a function is
called from sql query?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Write a sql query to get the third highest salary of an employee from employee_table?
What is coalesce in sql?
What are pl/sql exceptions? Tell me any three.
If the base table structure is changed what will happen to join index????
What is sql performance tuning?
What is the mutating table and constraining table?
Types of backups ?
What are all different types of collation sensitivity?
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
Explain cursor types?
how is myisam table stored? : Sql dba
what is data control language? : Sql dba