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.
-
SQL-BASIC.pdf
- Fundamental SQL concepts and commands.
-
Date and Time Function + Subquery + String Function + Views.pdf
- In-depth notes on date and time functions, subqueries, string functions, and views.
-
Types of Language.pdf
- Exploration of different types of languages used in SQL.
-
Joins.pdf
- Comprehensive coverage of SQL joins.
-
Select Queries and AGGREGATE Function.pdf
- Detailed notes on select queries and the use of aggregate functions.
-
PL-SQL Commands.txt
- Basic commands on PL-SQL.
-
Clone the repository to your local machine.
git clone https://github.com/techbire/sql-notes.git
-
Browse the "notes" directory to access individual PDFs for each topic.
-
Open the PDFs to delve into concise definitions and examples of SQL commands.
If you have additional handwritten notes, improvements, or corrections, contributions are welcome! Follow these steps:
-
Fork the repository.
-
Create a new branch for your changes.
git checkout -b feature/add-new-notes
-
Make your changes and commit them.
git commit -m "Add new SQL notes"
-
Push the changes to your fork and create a pull request.
- Ansh Gupta
Feel free to reach out if you have any questions or suggestions. Happy studying and coding!