Skip to content

SQL Handwritten Notes Repository: A collection of PDF notes covering SQL concepts with concise definitions and examples. Explore fundamental commands, date/time functions, joins, and more. Contributions welcome! Happy studying and coding!

Notifications You must be signed in to change notification settings

techbire/SQL-notes

Repository files navigation

SQL Handwritten Notes Repository

Welcome to the SQL Handwritten Notes repository! Here, you'll find a collection of PDF-format notes covering SQL concepts. These notes are handwritten and contain concise definitions and examples for every command. The content is derived from various sources, including YouTube lectures, college lectures, and platform presentations.

Contents

  1. SQL-BASIC.pdf

    • Fundamental SQL concepts and commands.
  2. Date and Time Function + Subquery + String Function + Views.pdf

    • In-depth notes on date and time functions, subqueries, string functions, and views.
  3. Types of Language.pdf

    • Exploration of different types of languages used in SQL.
  4. Joins.pdf

    • Comprehensive coverage of SQL joins.
  5. Select Queries and AGGREGATE Function.pdf

    • Detailed notes on select queries and the use of aggregate functions.
  6. PL-SQL Commands.txt

    • Basic commands on PL-SQL.

How to Use

  1. Clone the repository to your local machine.

    git clone https://github.com/techbire/sql-notes.git
  2. Browse the "notes" directory to access individual PDFs for each topic.

  3. Open the PDFs to delve into concise definitions and examples of SQL commands.

Contributing

If you have additional handwritten notes, improvements, or corrections, contributions are welcome! Follow these steps:

  1. Fork the repository.

  2. Create a new branch for your changes.

    git checkout -b feature/add-new-notes
  3. Make your changes and commit them.

    git commit -m "Add new SQL notes"
  4. Push the changes to your fork and create a pull request.

Credits

  • Ansh Gupta

Feel free to reach out if you have any questions or suggestions. Happy studying and coding!

About

SQL Handwritten Notes Repository: A collection of PDF notes covering SQL concepts with concise definitions and examples. Explore fundamental commands, date/time functions, joins, and more. Contributions welcome! Happy studying and coding!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published