Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danmadeira/funcoes-em-pl-sql
Funções em PL/SQL
https://github.com/danmadeira/funcoes-em-pl-sql
database oracle pl-sql plsql sql
Last synced: about 2 months ago
JSON representation
Funções em PL/SQL
- Host: GitHub
- URL: https://github.com/danmadeira/funcoes-em-pl-sql
- Owner: danmadeira
- License: mit
- Created: 2021-10-30T15:15:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T10:30:32.000Z (about 3 years ago)
- Last Synced: 2023-10-20T07:51:47.818Z (about 1 year ago)
- Topics: database, oracle, pl-sql, plsql, sql
- Language: PLSQL
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Funções em PL/SQL
A PL/SQL (Procedural Language for SQL) é uma linguagem procedural da Oracle que estende a linguagem SQL para o banco de dados Oracle.
Este repositório contém algumas funções com algoritmos corriqueiros para uso na programação em PL/SQL.
### Referências
- BALES, D. J. *Beginning Oracle PL/SQL, 2nd Edition*. Apress, 2015.
- JUNEAU, J.; ARENA, M. *Oracle and PL/SQL Recipes: A Problem-Solution Approach*. Apress, 2010.
- MCDONALD, C. et col. *Mastering Oracle PL/SQL: Practical Solutions*. APress Media, LLC, 2004.
- MORIN, L. *Oracle Database Database PL/SQL Language Reference, 19c*. E96448-03, Oracle, August 2020.
- MURACH, J. *Murach's Oracle SQL and PL/SQL for Developers, 2nd Edition*. Mike Murach & Associates, 2014.
- ROSENZWEIG, B.; RAKHIMOV, E. S. *Oracle PL/SQL by example, 4th Edition*. Pearson Education, Inc., 2009.