This repository contains a collection of SQL scripts for various tasks, including Triggers, Functions, and Procedures. These scripts are designed for MySQL, SQL SERVER and PostgreSQL databases. The purpose of this repository is to provide reusable, efficient, and well-documented SQL code that can be easily integrated into your projects.
- Triggers: Predefined actions that are automatically executed in response to certain events on a table or view.
- Functions: Custom functions for performing calculations or operations in SQL.
- Procedures: Predefined SQL code that can be executed with input parameters, commonly used for repetitive tasks.
- PostgreSQL: Scripts are also compatible with PostgreSQL version X.X.