irvn0x / Learning-SQL-Hacktoberfest23

Repository totally dedicated to Hacktober Fest 2023, feel free to use it. all are welcome to explore and contribute into this repo makes it more informative .Your expertise can enhance our knowledge base! Contribute and join us in celebrating Hacktoberfest! πŸŽ‰πŸŽ‰

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learning-SQL-Hacktoberfest23

Repository totally dedicated to Hacktober Fest 2023, feel free to use it. Topics hacktoberfest hacktoberfest-accepted hacktoberfest2023

Welcome to Hacktoberfest #10 2023

Hacktoberfest Banner

⭐ This repository is made for beginners who are looking for a beginner-friendly repository to start open source contributions!

⭐ Feel free to use this project to make your first contribution to an open-source project on GitHub.

⭐ Star this repository for a better reach!

What is Hacktoberfest? πŸ€”

A month-long celebration from October 1st to October 31st presented by Digital Ocean and DEV Community collaborated with GitHub to get people involved in Open Source.

https://hacktoberfest.com/

Note πŸ”₯

  1. To qualify for digital rewards by Hacktoberfest, you must register for the event and make four Pull Requests (PRs) between October 1-31, 2023 (in any time zone).

  2. Pull requests can be made in any GitHub or GitLab hosted project that’s participating in Hacktoberfest (look for the β€œhacktoberfest” topic).

  3. The first 50,000 participants to have their first PR/MR accepted will have a tree planted in their name through Tree Nation

How to Contribute

To contribute to our Learning-SQL-Hacktoberfest23:

  1. Fork the Repository: Click the "Fork" button at the top right of this repository to create a copy in your GitHub account. 🍴

  2. Clone Your Fork: Clone the forked repository to your local machine using Git. πŸ–₯️

    git clone https://github.com/yourusername/Learning-SQL-Hacktoberfest23.git
    
  3. Create a Branch: Create a new branch for your contribution under the respective folder. 🌿

    git checkout -b <user-name>
    

Contributors HF2023

Contribution Rules 🀍

⭐ Follow few steps while updating the file .

  1. add any sql query or you can also contribute to write documentation related to different topic of databases (either relational or non-relational db) according to your choice. and also add reference link at the end (optional).
  • secondly add your details into the contributor list folder just create a file conatains your name, institiute/company , github_url (the file name should be <your_username.md> ).
| Name             | Institution/Company                    | GitHub                                  |
| ---------------- | -------------------------------------  | --------------------------------------  |
| Aman ali         | Shri Ramdeobaba College of Engineering |[GitHub Profile](https://github.com/aman)|
  1. save file & you all done!

  2. Commit Your Changes: Commit your changes with a descriptive commit message. πŸ’¬

git commit -m "--add query or docs --"
  1. Push to Your Fork: Push your changes to your GitHub fork. πŸš€

    git push origin <your-branch>
    

⭐️You are done go aheaed and make your pull request.

  1. Open a Pull Request: Submit a Pull Request (PR) to the main repository under the respective category. Include a clear title and description of your changes. 🎯

  2. Review and Merge: We will review your PR, and if it meets our guidelines, it will be merged into the main repo. 🀝

Like the Repository! ⭐️

As a first step, please consider giving our repository a ⭐️ to show your support! 🌟

+ Follow Me : } Quick Approval of Pull Request

'''
To get approval of the pull request much quicker and faster (`Follow Me`)πŸš€
'''

Happy contributing and all the best for hacktoberfest! πŸ’»πŸ“šπŸš—

⭐️If you find any bug or have a feature suggestion, feel free to raise an issue.

Awesome SQL Awesome

SQL-related awesome list.

Contents

Formatters

Oracle

SQL Server

Tools

  • BigBash - A converter that generates a bash one-liner from an SQL Select query.
  • ERAlchemy - Entity Relation Diagrams generation tool.
  • Flyway - Version control for a database.
  • Rumba RDBM - Database schema migration tool, plain-SQL, and declarative schema definition supported.
  • Liquibase - Manage database changes with ease.
  • PixQL - SQL for image processing.
  • SQL Fiddle - A tool for easy online testing and sharing of database problems and their solution.
  • SQLPad - A web app for writing and running SQL queries and visualizing the results.
  • EverSQL - Automated query optimizer, performance monitor and analyser, powered by AI.

Miscellaneous

Other awesome links & resources!


Md Tajuddin

About

Repository totally dedicated to Hacktober Fest 2023, feel free to use it. all are welcome to explore and contribute into this repo makes it more informative .Your expertise can enhance our knowledge base! Contribute and join us in celebrating Hacktoberfest! πŸŽ‰πŸŽ‰

License:Apache License 2.0