What different Stored Objects are supported in MySQL?
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 |
Explain triggers and stored procedures?
what programming language which is used for testing and developement in sql?
How to enable or disable a row of a table using MySQL in struts?
Can you tell which of the following where clauses is faster?
What's the difference between mysql and sql server?
What is the difference between CHAR and VARCHAR data types?
What is mvcc in mysql?
Where is the mysql data directory?
Can we rollback truncate in mysql?
How to create table show example
How many values can the SET function of MySQL take?
2 Answers Creative Informatics,
What are procedures in mysql?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)