Contributing¶
Want to improve this wiki? Contributions are welcome!
How to Contribute¶
- Fork this repository on GitHub
- Create a branch for your changes
- Edit or add Markdown files in the
docs/folder - Submit a Pull Request with a clear description
What You Can Contribute¶
- Fix typos or unclear explanations
- Add alternative solutions to exercises
- Improve code examples
- Add tips and common mistakes
Guidelines¶
- All SQL code should be Oracle PL/SQL compatible
- Include
SET SERVEROUTPUT ONwhere needed - Test code before submitting
- Follow the pattern: Concept → Syntax → Example → Exercise