how many triggers we can create on a table
Answer Posted / ash
Limited by resources.
12 types as above. each type is limited by resources.
| Is This Answer Correct ? | 16 Yes | 11 No |
Post New Answer View All Answers
What is an oracle wallet?
Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
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'));
Explain what does a control file contain?
What is logical backup in oracle?
How can we find out the duplicate values in an oracle table?
How are extents allocated to a segment?
What is parameterized cursor in oracle?
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
What are the predefined tablespaces in a database?
How to connect to the server with user account: sys?
How to write date and time interval literals in oracle?
In oracle there is column command, how will you explain that?
what are archived logs?
What is a synonym? What are its various types?