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 function and procedure?

563


What is data manipulation language?

696


What is the most important ddl statements in sql are?

519


Can we use ddl statements in stored procedure?

696


Is id a reserved word in sql?

656






Does google use sql?

508


What is self-join and what is the requirement of self-join?

632


Define tables and fields in a database

644


What are the two types of exceptions.

631


what is a join? : Sql dba

561


how to include character strings in sql statements? : Sql dba

551


What is cross join sql?

494


What is cartesian join in sql?

557


Does mysql support pl sql?

621


What is keys and its types?

538