Maximum how many triggers can be updated in table ?
Answer Posted / kavitha
12
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
When do you get a .pll extension in oracle? Explain its importance
What is PL/SQL ?
What is materialized view in Oracle?
How to recover a dropped table in oracle?
What is open database communication (odbc) in oracle?
How can I create database in oracle?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to build data dictionary view an new database?
what are the advantages of running a database in archive log mode?
How to revoke create session privilege from a user in oracle?
What is a nested table and how is it different from a normal table?
How to define a variable to match a table column data type?
What are named parameters?
Will you be able to store pictures in the database?
What is where clause in oracle?