{"id":21268770,"url":"https://github.com/prantomollick/mysql-dbms-projects","last_synced_at":"2025-05-13T03:28:25.355Z","repository":{"id":262854725,"uuid":"887539424","full_name":"prantomollick/mysql-dbms-projects","owner":"prantomollick","description":"A collection of SQL-related projects, including database design, query optimization, data manipulation, and various practice exercises. This repository covers a wide range of SQL operations and techniques, offering hands-on solutions and examples for both beginner and advanced learners.","archived":false,"fork":false,"pushed_at":"2024-11-26T10:44:39.000Z","size":60,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T06:13:39.445Z","etag":null,"topics":["mysql","mysql-database","queryfilter","rdbms","schema","sql"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prantomollick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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-12T21:37:54.000Z","updated_at":"2025-02-16T17:30:38.000Z","dependencies_parsed_at":"2025-03-15T11:42:11.465Z","dependency_job_id":"3e7bac7d-96bf-4baf-ac03-855416196d4a","html_url":"https://github.com/prantomollick/mysql-dbms-projects","commit_stats":null,"previous_names":["prantomollick/mysql-dbms-projects"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantomollick%2Fmysql-dbms-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantomollick%2Fmysql-dbms-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantomollick%2Fmysql-dbms-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prantomollick%2Fmysql-dbms-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prantomollick","download_url":"https://codeload.github.com/prantomollick/mysql-dbms-projects/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253866322,"owners_count":21976069,"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":["mysql","mysql-database","queryfilter","rdbms","schema","sql"],"created_at":"2024-11-21T08:06:20.975Z","updated_at":"2025-05-13T03:28:25.335Z","avatar_url":"https://github.com/prantomollick.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MySQL-RDBMS-Projects | MySQL Logic Practice Repository\n\nWelcome to my SQL Practice + Projects Repository! This repository contains a variety of SQL files that cover essential SQL concepts, designed to aid in mastering database management and querying techniques. Each file contains example code, explanations, and exercises to reinforce SQL knowledge.\n\n## Table of Contents\n\n1. **1-ecommerce**\n\n    - [1.1-ecommerce_schema.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/1-ecommerce/1-ecommerce_schema.sql)\n    - [1.2-insert_data.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/1-ecommerce/2-insert_data.sql)\n    - [1.3-simple-queries.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/1-ecommerce/3-simple-queries.sql)\n\n2. **2-database-structures-management-with-mysql**\n\n    - [2.1- filtering-data.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/2-database-structures-management-with-mysql/1-%20filtering-data.sql)\n    - [2.2- alias-concat.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/2-database-structures-management-with-mysql/2-alias-concat.sql)\n    - [2.3- joining-clause.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/2-database-structures-management-with-mysql/3-joining-clause.sql)\n    - [2.4- grouping-data.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/2-database-structures-management-with-mysql/4-grouping-data.sql)\n    - [2.5- updating-Inserting-data.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/2-database-structures-management-with-mysql/5-updating-Inserting-data.sql)\n    - [2.6- constraints.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/2-database-structures-management-with-mysql/6-constraints.sql)\n    - [2.7- changing-table-structure.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/2-database-structures-management-with-mysql/7-changing-table-structure.sql)\n    - [2.8- copy-table.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/2-database-structures-management-with-mysql/8-copy-table.sql)\n    - [2.10-virtual-tables.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/2-database-structures-management-with-mysql/10-virtual-tables.sql)\n    - [2.11-numeric-functions.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/2-database-structures-management-with-mysql/11-numeric-functions.sql)\n    - [2.12-string-functions.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/2-database-structures-management-with-mysql/12-string-functions.sql)\n    - [2.13-date-functions.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/2-database-structures-management-with-mysql/13-date-functions.sql)\n    - [2.14-comparison-functions.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/2-database-structures-management-with-mysql/14-comparison-functions.sql)\n    - [2.15-control-flow-functions.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/2-database-structures-management-with-mysql/15-control-flow-functions.sql)\n    - [2.16-stored-procedures-in-mysql.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/2-database-structures-management-with-mysql/16-stored-procedures-in-mysql.sql)\n\n3. **ADVANCED MYSQL Topics **\n\n    - [3.1-functions-and-stored-procedures-in-mysql.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/3-advanced-mysql-topics/1-functions-and-stored-procedures-in-mysql.sql)\n    - [3.2-mysql-triggers.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/3-advanced-mysql-topics/2-mysql-triggers.sql)\n    - [3.3-optimizing-database-queries.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/3-optimizing-database-queries.sql)\n    - [3.4-further-optimization-techniques.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/4-further-optimization-techniques.sql)\n    - [3.5-evaluating-MySQL-for-data-analysis.sql](https://github.com/prantomollick/mysql-dbms-projects/blob/main/5-evaluating-MySQL-for-data-analysis.sql)\n\n4. **4-python-testing-tools**\n\n    - [4.0 Unit test and pytest](https://github.com/prantomollick/mysql-dbms-projects/tree/main/4-python-testing-tools)\n\n5. **Practice Projects**\n\n    - [4.1 E-Commerce Database](link_to_file)\n    - [4.2 Library Management System](link_to_file)\n    - [4.3 Customer Order Tracking](link_to_file)\n\n6. **SQL Query Exercises**\n\n    - [5.1 Basic Query Exercises](link_to_file)\n    - [5.2 Intermediate Query Challenges](link_to_file)\n    - [5.3 Advanced Query Scenarios](link_to_file)\n\n7. **Resources**\n    - Links to Additional SQL Learning Resources\n\n## Getting Started\n\n1. Clone this repository:\n    ```bash\n    git clone https://github.com/prantomollick/mysql-dbms-projects\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprantomollick%2Fmysql-dbms-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprantomollick%2Fmysql-dbms-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprantomollick%2Fmysql-dbms-projects/lists"}