What do you mean by procedure or stored procedure in MariaDB database?

devquora
devquora

Posted On: Feb 22, 2018

 

Procedures are also a type of class of function in the MariaDB database. It comes into use when the user needs to perform a particular task a lot of times.

MariaDB procedure also works as a stored program in which a particular type of parameters is allowed to pass through them but in exchange, they do not return any value.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    MariaDB Interview Questions

    What do you understand by the MariaDB?

    MariaDB is developed by MySQL developers. It is a popular public source under GNU GPL which is related to database management technology...

    MariaDB Interview Questions

    Mention some characteristics of MariaDB?

    It has a lot of unique features that make it more useful and wonderful to work over it than MySQL. Some features are:..

    MariaDB Interview Questions

    Which command is used to delete the table in MariaDB’s database?

    The command DROP TABLE is used to delete the table in MariaDB’s database...