Which one is the Best approach to put code, among Triggers
and Procedures? Explain?
Answer / gogu s k
For security and audit related events and to record changes
done to database, triggers are best.
For applying business rules and performing dml operations
procedures are ideal.
Is This Answer Correct ? | 3 Yes | 0 No |
Which is faster view or stored procedure?
What is sql exception?
How to trace the errors in pl/sql block code?
What do you know by pl/sql cursors?
Explain dml and ddl?
Why indexing is needed?
What is the maximum number of rows in sql table?
What does the sign mean in sql?
What is where clause in sql?
Advantages and disadvantages of stored procedure?
How can we Get the Updated Rows? ie, There is 100s of Rows i updated the Rows who have salary 5000. then i want to select the Updated Rows. How can we achieve it?
What are stored procedures in mysql?