diff --git a/glossary/Prepared-statements.md b/glossary/Prepared-statements.md new file mode 100644 index 000000000..53fc15cab --- /dev/null +++ b/glossary/Prepared-statements.md @@ -0,0 +1,4 @@ +### Prepared statements + +In databases management systems, prepared statements are templates that can be used to execute queries with the provided values substituting the template's parameters. +Prepared statements offer many benefits, such as reusability, maintainability and higher security.