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?



What different Stored Objects are supported in MySQL?..

Answer / 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

More MySQL Interview Questions

Explain triggers and stored procedures?

0 Answers  


what programming language which is used for testing and developement in sql?

3 Answers  


How to enable or disable a row of a table using MySQL in struts?

0 Answers  


Can you tell which of the following where clauses is faster?

0 Answers  


What's the difference between mysql and sql server?

0 Answers  


What is the difference between CHAR and VARCHAR data types?

2 Answers   Ramco,


What is mvcc in mysql?

0 Answers  


Where is the mysql data directory?

0 Answers  


Can we rollback truncate in mysql?

0 Answers  


How to create table show example

0 Answers  


How many values can the SET function of MySQL take?

2 Answers   Creative Informatics,


What are procedures in mysql?

0 Answers  


Categories