{"id":22392072,"url":"https://github.com/ankushrajmaheyam/sql-assignment_q-spider","last_synced_at":"2025-03-26T22:14:53.110Z","repository":{"id":265533981,"uuid":"896181766","full_name":"AnkushRajMaheYam/SQL-Assignment_Q-Spider","owner":"AnkushRajMaheYam","description":"This repository contains a collection of SQL assignments derived from my(Ankush Raj) handwritten SQL notes created during training at the Q-Spider Software Training Institute. These assignments are designed to help learners practice and apply SQL concepts with real-world examples and queries.","archived":false,"fork":false,"pushed_at":"2024-11-30T16:50:24.000Z","size":756,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T03:44:43.582Z","etag":null,"topics":["akash","akash-sir","ankush","ankush-raj","ankush-raj-mahe-yam","ankushraj","ankushrajmaheyam","mysql","mysql-database","oracle","oracle-database","oracle-db","queries","query","raj","sql"],"latest_commit_sha":null,"homepage":"https://www.linkedin.com/posts/ankushrajmaheyam_sql-handwritten-full-notes-ankush-raj-mahe-activity-7261754552075333633-6vMt?utm_source=share\u0026utm_medium=member_desktop","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AnkushRajMaheYam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-29T18:05:27.000Z","updated_at":"2024-11-30T16:50:27.000Z","dependencies_parsed_at":"2024-11-29T20:34:42.074Z","dependency_job_id":null,"html_url":"https://github.com/AnkushRajMaheYam/SQL-Assignment_Q-Spider","commit_stats":null,"previous_names":["ankushrajmaheyam/sql-assignment_q-spider"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkushRajMaheYam%2FSQL-Assignment_Q-Spider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkushRajMaheYam%2FSQL-Assignment_Q-Spider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkushRajMaheYam%2FSQL-Assignment_Q-Spider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnkushRajMaheYam%2FSQL-Assignment_Q-Spider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnkushRajMaheYam","download_url":"https://codeload.github.com/AnkushRajMaheYam/SQL-Assignment_Q-Spider/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245743436,"owners_count":20665093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["akash","akash-sir","ankush","ankush-raj","ankush-raj-mahe-yam","ankushraj","ankushrajmaheyam","mysql","mysql-database","oracle","oracle-database","oracle-db","queries","query","raj","sql"],"created_at":"2024-12-05T04:15:19.404Z","updated_at":"2025-03-26T22:14:53.091Z","avatar_url":"https://github.com/AnkushRajMaheYam.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQL Assignments: From Ankush Raj’s Handwritten SQL Notes  \n\nThis repository contains a collection of **SQL assignments** derived from my(Ankush Raj) **handwritten SQL notes** created during training at the **Q-Spider Software Training Institute**. These assignments are designed to help learners practice and apply SQL concepts with real-world examples and queries.  \n\n---\n\n## Repository Structure  \n\nThe assignments are organized into folders, each focusing on specific SQL topics and concepts. Future assignments will follow the same structure and will be added incrementally.  \n\n### Folder Structure  \n\n```\nSQL-Assignment_Q-Spider/  \n    ├── Assign1/  \n    │   └── Assign1.sql  \n    ├── Assign2/  \n    │   └── Assign2.sql  \n    ├── Assign3/  \n    │   └── Assign3.sql  \n    └── (Future Assignments will be added in separate folders)  \n```  \n\n### Example Assignments  \n\n#### Folder: Assign1  \n\nThe **Assign1** folder includes assignments focused on **SQL Basics**:  \n- Writing queries using `SELECT`and `FROM`clauses.\n\n#### Folder: Assign2  \n\nThe **Assign2** folder explores **Selection**:  \n- Writing queries using `SELECT`, `FROM` and `WHERE`clauses.\n\n#### Folder: Assign3  \n\nThe **Assign3** folder focuses on **OPERATORS**:  \n1. Arithmetic Operators (+,-,*,.....)  \n2. Comparison(=, !=)\n3. Relational(\u003c,\u003e,=\u003c,=\u003e)\n.\n.\n.\n.\n\n\n---\n\n## Topics Covered in Assignments  \n\n1️⃣ **Introduction to Databases**  \n   - Database concepts and RDBMS basics.  \n\n2️⃣ **SQL Commands**  \n   - DDL, DML, TCL, DCL, and DQL Commands.  \n\n3️⃣ **SQL Operators**  \n   - Arithmetic, Comparison, Logical, and more.  \n\n4️⃣ **SQL Functions**  \n   - **Aggregate Functions** (`MAX`, `MIN`, `SUM`, `AVG`, `COUNT`).  \n   - **Single-Row Functions**: String, Date, and Number manipulation functions.  \n   - **Multi-Row Functions**: Analysis using `GROUP BY` and `HAVING`.  \n\n5️⃣ **Subqueries**  \n   - Nested Queries, Single-row, and Multi-row Subqueries.  \n\n6️⃣ **Joins**  \n   - Inner, Outer, Self, and Cartesian Joins.  \n\n7️⃣ **Normalization**  \n   - First Normal Form (1NF) to Fifth Normal Form (5NF).  \n\n\n---\n\n## How to Use  \n\n1. Clone the repository:  \n   ```bash  \n   git clone https://github.com/AnkushRajMaheYam/SQL-Assignment_Q-Spider.git  \n   ```  \n\n2. Navigate to the desired assignment folder:  \n   ```bash  \n   cd SQL-Assignment_Q-Spider/Assign1  \n   ```  \n\n3. Execute the `.sql` file in your preferred database environment (e.g., MySQL, Oracle, or SQL Server).  \n\n---\n\n## LinkedIn Post  \n\nCheck out the full handwritten notes that inspired these assignments:  \n![Preview of SQL Hand Written Notes](SQL-HandWritten-Notes.png)\n👉 [SQL Handwritten Notes by Ankush Raj Mahe Yam](https://www.linkedin.com/posts/ankushrajmaheyam_sql-handwritten-full-notes-ankush-raj-mahe-activity-7261754552075333633-6vMt?utm_source=share\u0026utm_medium=member_desktop)  \n\n\n---\n\n## About Me  \n\nHi, I’m **Ankush Raj or Ankush Raj Mahe Yam (ARMY)**, an aspiring software developer currently pursuing Java Full Stack Development. I’m passionate about coding and enjoy sharing my learning journey to help others grow.  \n\n🌟 Connect with me:  \n- **Google Search:** [Ankush Raj Mahe Yam](https://www.google.com/search?q=ankush+raj+mahe+yam)  \n- **LinkedIn:** [Ankush Raj Mahe Yam](https://linkedin.com/in/ankushrajmaheyam)  \n- **GitHub:** [Ankush Raj Mahe Yam](https://github.com/AnkushRajMaheYam)  \n- **Instagram:** [@AnkushRajaMaheYam](https://instagram.com/AnkushRajaMaheYam)  \n- **Facebook:** [Ankush Raj Mahe Yam](https://facebook.com/AnkushRajMaheYam)  \n\n---\n\n## Disclaimer  \n\nThese assignments are based on my handwritten notes and may contain minor errors or typos. They are intended **purely for educational purposes**.  \n\n---\n\n**License:**  \nThis repository is licensed under the MIT License.  \n\n---  \n\n## **Acknowledgements**\nSpecial thanks to the mentor(**Akash Sir**) and faculty at **J-Spider Software Training Institute (Noida Branch)** for providing excellent guidance and support throughout the course.\n\nFeel free to explore, practice, and enhance your SQL skills! 😊  \nHappy practicing SQL! 🎉  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankushrajmaheyam%2Fsql-assignment_q-spider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankushrajmaheyam%2Fsql-assignment_q-spider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankushrajmaheyam%2Fsql-assignment_q-spider/lists"}