How can we overcome recursive triggers in SQL?
Answer Posted / faiz
using semaphore
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What is field delimiter?
What is a stored procedure in sql with example?
How do sql triggers work?
how to delete duplicate rows from a join tables(I have three tables on that join) how do you know which join is need to be used? The select statement I have is: SELECT gc_skill_type.skill_type, gc_area_tec.area, gc_technology.technology, gc_technology.id_technology, gc_area_tec.id_area_tec FROM gc_skill_type, gc_area_tec, gc_technology WHERE gc_area_tec.id_skill_type (+) = gc_skill_type.id_skill_type AND gc_technology.id_area_tec (+) = gc_area_tec.id_area_tec order by gc_skill_type.skill_type asc, gc_area_tec.area asc, gc_technology.technology asc
Mention what pl/sql package consists of?
What is a full join?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
What is a schema? How is it useful in sql servers?
What are the events on which a database trigger can be based?
What is the use of partition by in sql?
Is grant a ddl statement?
What is out parameter used for eventhough return statement can also be used in pl/sql?
How do we accept inputs from user during runtime?
What are different sql data types?
Is like operator in sql case sensitive?