Skip to content

Contributing

Want to improve this wiki? Contributions are welcome!

How to Contribute

  1. Fork this repository on GitHub
  2. Create a branch for your changes
  3. Edit or add Markdown files in the docs/ folder
  4. 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 ON where needed
  • Test code before submitting
  • Follow the pattern: Concept → Syntax → Example → Exercise