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 many rows can be inserted in mysql at a time?

1002


How can we get the number of rows affected by query?

1045


How to display nth highest salary from a table in a mysql query?

987


How many entries can mysql handle?

1000


How to convert numeric values to character strings?

1048


How to present a past time in hours, minutes and seconds?

1040


Write a command with which mysql table can be repaired

934


How many triggers are possible in mysql?

963


Can varchar be primary key?

916


What are the functions used to encrypt and decrypt the data present in mysql?

1093


HOW TO FIND display the total number of weeks in the year of 1998 IN EMP TABLE

2225


How are mysql timestamps seen to a user?

1008


Can't connect mysql server on localhost?

1061


In how many ways we can retrieve data in the result set of mysql using php?

1120


What is the difference between procedure and function in mysql?

1013