Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fraineralex/sql-scripts

This repository contains a variety of SQL scripts developed during my university education, including functions, stored procedures, triggers, PL/SQL, and other advanced features.
https://github.com/fraineralex/sql-scripts

oracle-database plsql sql sql-queries stored-procedures triggers

Last synced: 1 day ago
JSON representation

This repository contains a variety of SQL scripts developed during my university education, including functions, stored procedures, triggers, PL/SQL, and other advanced features.

Awesome Lists containing this project

README

        

# SQL-Scripts

This repository contains a collection of SQL scripts developed during my university studies, including functions, stored procedures, triggers, PL/SQL, and other advanced functionalities.

## Contents

The repository includes the following:

- **[queries](./queries/)**: SQL queries for retrieving and manipulating data.
- **[functions](./functions/)**: User-defined functions to perform specific operations.
- **[stored_procedures](./stored_procedures/)**: Reusable blocks of code for performing a specific task.
- **[triggers](./triggers/)**: Automatic response to certain events in a database.
- **[plsql](./plsql/)**: PL/SQL scripts for procedural programming in the Oracle Database.
- **[advanced_features](./advanced_features/)**: Scripts for more advanced SQL functionalities, such as views, indexes, constraints, and transactions.

## Usage

Feel free to use and adapt these scripts for your own projects. However, please note that they are intended for educational purposes only and may not be suitable for use in production environments.

## License

This project is licensed under the [MIT License](./LICENSE).

## Contact
If you have any questions or comments about this repository, feel free to contact me at [email protected]

I hope you find these scripts useful!