{"id":18824204,"url":"https://github.com/cre8stevedev/alx-backend-storage","last_synced_at":"2026-01-20T01:30:18.220Z","repository":{"id":245696634,"uuid":"818978292","full_name":"Cre8steveDev/alx-backend-storage","owner":"Cre8steveDev","description":"ALX Backend - Storage and Dabases and Sturvs.","archived":false,"fork":false,"pushed_at":"2024-06-25T03:07:11.000Z","size":1182,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T04:27:02.075Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Cre8steveDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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-06-23T12:29:07.000Z","updated_at":"2024-06-25T03:07:15.000Z","dependencies_parsed_at":"2024-12-30T04:35:39.197Z","dependency_job_id":null,"html_url":"https://github.com/Cre8steveDev/alx-backend-storage","commit_stats":null,"previous_names":["cre8stevedev/alx-backend-storage"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cre8steveDev%2Falx-backend-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cre8steveDev%2Falx-backend-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cre8steveDev%2Falx-backend-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cre8steveDev%2Falx-backend-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cre8steveDev","download_url":"https://codeload.github.com/Cre8steveDev/alx-backend-storage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239761090,"owners_count":19692435,"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":[],"created_at":"2024-11-08T00:55:51.321Z","updated_at":"2026-01-20T01:30:14.152Z","avatar_url":"https://github.com/Cre8steveDev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MySQL Advanced Features\n\nThis README provides an overview of advanced features in MySQL, including procedures, indexing, and functions.\n\n## Procedures\n\nMySQL allows you to create stored procedures, which are a set of SQL statements that can be executed repeatedly. Procedures can be used to encapsulate complex logic and improve code reusability.\n\nTo create a procedure, you can use the `CREATE PROCEDURE` statement followed by the procedure name and the SQL statements enclosed within the `BEGIN` and `END` keywords. You can also define input and output parameters for the procedure.\n\n## Indexing\n\nIndexing is a technique used to improve the performance of database queries by creating data structures that allow for faster data retrieval. In MySQL, you can create indexes on one or more columns of a table.\n\nTo create an index, you can use the `CREATE INDEX` statement followed by the index name, table name, and column(s) to be indexed. MySQL supports different types of indexes, such as B-tree indexes, hash indexes, and full-text indexes.\n\n## Functions\n\nMySQL provides a wide range of built-in functions that can be used to perform various operations on data. Functions can be used in SQL statements to manipulate data, perform calculations, and retrieve information from the database.\n\nSome commonly used functions in MySQL include `CONCAT` for string concatenation, `SUM` for calculating the sum of values, `DATE_FORMAT` for formatting dates, and `IFNULL` for handling null values.\n\nFor more detailed information on procedures, indexing, and functions in MySQL, please refer to the official MySQL documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcre8stevedev%2Falx-backend-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcre8stevedev%2Falx-backend-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcre8stevedev%2Falx-backend-storage/lists"}