What are the types of triggers ?
Answer Posted / saravanan
there are two type of triggers
1.application trigger
2.Database trigger
| Is This Answer Correct ? | 22 Yes | 12 No |
Post New Answer View All Answers
What are the limitations of sql express?
What is a pragma statement?
What program will open a mdb file?
How do I start sql from command line?
How delete all data from table in sql?
what is a relationship and what are they? : Sql dba
what is text? : Sql dba
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
Is like operator in sql case sensitive?
Is oracle and sql same?
What is sql query limit?
Why do we use partitions in sql?
how to shutdown mysql server? : Sql dba
What is varray in pl sql?
How will you distinguish a global variable with a local variable in pl/sql?