MariaDB Question:
Download Job Interview Questions and Answers PDF
Tell us what is a procedure or a stored procedure in database?
Answer:
Procedures are sort of functions in a database. Procedures are created when you want to perform a task repetitively.
MariaDB procedure is a stored program that is used to pass parameters into it. It does not return a value like a function does.
You can create and drop procedures like functions.
MariaDB procedure is a stored program that is used to pass parameters into it. It does not return a value like a function does.
You can create and drop procedures like functions.
Download MariaDB Interview Questions And Answers
PDF
Previous Question | Next Question |
Do you know what is the use of TRUNCATE statement? How is it different from DELETE statement? | Explain me gui/workbench For Mariadb Aria? |