how many triggers we can create on a table
Answers were Sorted based on User's Feedback
How to lock and unlock a user account in oracle?
What is hash cluster in oracle?
What is parameterized cursor in oracle?
when do u go for hash partitioning?
Can a formula column referred to columns in higher group ?
What is an oracle table?
Is oracle a language?
What is the use of aggregate functions in oracle?
Explain oracle 12c new features for developers?
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.
Two triggers one is before insert and other is after insert are firing on a table.If 10 times you insert in a table.Then how many times before trigger and how many types after trigger will fire in pl/sql.
How can we delete duplicate rows in a table?