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 different Stored Objects are supported in MySQL?

Answer Posted / hrindows@gmail.com

Different stored objects in MySQL include VIEW, STORED PROCEDURE, STORED FUNCTION, TRIGGER, EVENT.
• VIEW - It is a virtual table based on a result set of a database query.
• STORED PROCEDURE - It is a procedure stored in database which can be called using CALL statement. Stored procedure does not return a value.






• STORED FUNCTION - It is like function calls which can contain logic. It returns a single value and can be called from another statement.
• TRIGGER - Trigger is program which is associated with a database table which can be invoked before or after insert, delete or update operations.
• EVENT - Event is used to run a program or set of commands at defined schedule.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.

1011


Why do we use preparedstatement?

905


What is mysql optimization?

898


What is difference between microsoft sql and mysql?

973


Is blocked because of many connection errors unblock with mysqladmin flush hosts?

916


What is the command used to create a database using php and mysql?

1137


What storage engines are used in MySQL?

1041


How to drop an existing table in mysql?

1005


What are the advantages of mysql in comparison to oracle?

1018


What is datatype in mysql?

933


What do you need to connect php to mysql?

973


What is new mysqli?

909


What is mysql root?

936


What is row level locking in access?

884


Restore database (or database table) from backup.

1015