Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the difference between trigger and storedprocedures

Answer Posted / sohail

Trigger and procedures are same but the substantial
difference is when they run.procedure is invoked explicitly
by the user and trigger is executed implicitly. another
diffrence is procedure cannot have the same name as table
name,funtion name or package name but trigger can have same
name as table name or procedure name.

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we call a function containing dml statements in a select query?

1019


What is $$ in sql?

1042


Explain select statements in sql?

1097


Is sql the best database?

1017


Which join is like inner join?

1083


Define SQL and state the differences between SQL and other conventional programming Languages?

1256


What is auto increment?

1041


Can I copy :old and :new pseudo-records in/to an oracle stored procedure?

1244


How do I run a program in pl sql?

1050


Is a table valued function object?

1066


Are sql connections encrypted?

1075


What are the different type of joins in sql?

992


What has stored procedures in sql and how we can use it?

1120


Can we call stored procedure in function?

995


How do I remove all records from a table?

1114