Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fraineralex/sql-scripts
- Owner: fraineralex
- License: mit
- Created: 2023-03-05T23:07:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T23:16:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T08:09:17.128Z (9 days ago)
- Topics: oracle-database, plsql, sql, sql-queries, stored-procedures, triggers
- Language: PLSQL
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!