{"id":22000664,"url":"https://github.com/gunapalanivel/the-mysql-code-sheet","last_synced_at":"2025-03-23T05:25:28.454Z","repository":{"id":215284006,"uuid":"738560123","full_name":"GunaPalanivel/The-MySQL-Code-Sheet","owner":"GunaPalanivel","description":"This repository contains a collection of MySQL code snippets, cheat sheets, and best practices for developers and database administrators. Whether you're a beginner looking to learn MySQL or an experienced developer seeking a quick reference, this repository aims to provide valuable insights into MySQL database management.","archived":false,"fork":false,"pushed_at":"2024-11-28T13:22:18.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T12:16:31.457Z","etag":null,"topics":["code","mysql","mysql-database","sheet"],"latest_commit_sha":null,"homepage":"","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/GunaPalanivel.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}},"created_at":"2024-01-03T14:06:14.000Z","updated_at":"2024-11-28T13:22:22.000Z","dependencies_parsed_at":"2024-01-31T05:46:18.708Z","dependency_job_id":"2f0bb3a9-6049-40cc-ae2b-8b30fc27e3aa","html_url":"https://github.com/GunaPalanivel/The-MySQL-Code-Sheet","commit_stats":null,"previous_names":["gunapalanivel/the-mysql-code-sheet","mthamaraipriya/the-mysql-code-sheet"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GunaPalanivel%2FThe-MySQL-Code-Sheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GunaPalanivel%2FThe-MySQL-Code-Sheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GunaPalanivel%2FThe-MySQL-Code-Sheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GunaPalanivel%2FThe-MySQL-Code-Sheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GunaPalanivel","download_url":"https://codeload.github.com/GunaPalanivel/The-MySQL-Code-Sheet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245060582,"owners_count":20554542,"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":["code","mysql","mysql-database","sheet"],"created_at":"2024-11-29T23:10:10.402Z","updated_at":"2025-03-23T05:25:28.435Z","avatar_url":"https://github.com/GunaPalanivel.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# MySQL Code Sheet\n\nWelcome to the MySQL Code Sheet repository! This repository contains a comprehensive cheat sheet for MySQL, covering various topics from basic queries to advanced database management.\n\nThis repository contains a collection of MySQL code snippets, cheat sheets, and best practices for developers and database administrators. Whether you're a beginner looking to learn MySQL or an experienced developer seeking a quick reference, this repository aims to provide valuable insights into MySQL database management.\n\n## Overview\n\n- **New Method Chaining for SQL SELECT Statement**: Learn about the recommended way for executing queries using new method chaining in MySQL.\n\n- **MySQL Cheat Sheet**: A detailed cheat sheet covering MySQL basics, including getting started, working with tables, data types, indexes, views, triggers, stored procedures, and more.\n\n## Table of Contents\n\n1. [MySQL Getting Started](MySQL_code_sheet/01-mysql-getting-started.md)\n2. [How to Connect to MySQL](MySQL_code_sheet/02-how-to-connect-to-mysql.md)\n3. [Create a new MySQL User Account](MySQL_code_sheet/03-create-a-new-mysql-user-account.md)\n4. [Create a New Database](MySQL_code_sheet/04-create-a-new-database.md)\n5. [Delete a MySQL Database](MySQL_code_sheet/05-delete-a-mysql-database.md)\n6. [Essential MySQL Commands](MySQL_code_sheet/06-essential-mysql-commands.md)\n7. [Working with Tables](MySQL_code_sheet/07-working-with-tables.md)\n8. [Working With Table Columns](MySQL_code_sheet/08-working-with-table-columns.md)\n9. [Data Types](MySQL_code_sheet/09-data-types.md)\n10. [Working With Indexes](MySQL_code_sheet/10-working-with-indexes.md)\n11. [Working with Views](MySQL_code_sheet/11-working-with-views.md)\n12. [Working with Triggers](MySQL_code_sheet/12-working-with-triggers.md)\n13. [Stored Procedures for MySQL](MySQL_code_sheet/13-stored-procedures-for-mysql.md)\n14. [Logical Operators](MySQL_code_sheet/14-logical-operators.md)\n15. [Aggregate Functions](MySQL_code_sheet/15-aggregate-functions.md)\n16. [Operators](MySQL_code_sheet/16-operators.md)\n17. [SQL Database Backup Commands](MySQL_code_sheet/17-sql-database-backup-commands.md)\n18. [Conclusions](MySQL_code_sheet/18-conclusions.md)\n\n## Usage\n\nFeel free to use this cheat sheet as a quick reference guide for MySQL development and database administration. Whether you are a beginner learning MySQL or an experienced developer, this sheet provides essential commands and tips.\n\n## Contents\n\nThe repository includes:\n\n- `MySQL_code_sheet`: The main MySQL cheat sheet in markdown format.\n- `MySQL_quires`: The .txt file with actual quires you can work with to know more.\n\n## How to Contribute\n\nIf you find any issues, have improvements to suggest, or want to add more content, please feel free to contribute! Follow these steps:\n\n1. Fork the repository.\n2. Make your changes.\n3. Submit a pull request.\n\n## License\n\nThis MySQL Code Sheet is open-sourced under the [MIT License](LICENSE).\n\nHappy coding!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgunapalanivel%2Fthe-mysql-code-sheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgunapalanivel%2Fthe-mysql-code-sheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgunapalanivel%2Fthe-mysql-code-sheet/lists"}