what is difference between procedure and function,
procedure and trigger?

Answer Posted / qx1789

he major difference to keep in mind is that trigger code is hard-parsed every time the trigger runs. You should therefore code all of your trigger actions in stored procedures (preferably implemented in packages, per good programming practice), and limit the trigger body to a PL/SQL block that just invokes the procedure. Learn sql from https://www.youtube.com/watch?v=7Vtl2WggqOg

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is user defined functions?

671


What is pessimistic concurrency control? : Transact sql

675


What's the procedure?

569


What is a primary key example?

602


Explain the difference between sql and mysql.

660






How do I make sql search faster?

675


what is cross join? : Sql dba

656


What is a native sql query?

586


What does bitemporal mean?

674


Which column of the user triggers data dictionary view displays the database event that will fire the trigger?

672


How many sql are there?

623


Define union, minus, union all, intersect ?

652


Why is pl sql needed?

598


What is loop in pl sql?

666


What is the difference between inner join and natural join?

604