{"id":15002556,"url":"https://github.com/lindulamaratunga/learn-sql-in-5-days","last_synced_at":"2026-03-04T01:04:35.623Z","repository":{"id":247068395,"uuid":"822738978","full_name":"lindulamaratunga/Learn-SQL-in-5-Days","owner":"lindulamaratunga","description":"Master SQL Server and MySQL in Just 5 Days","archived":false,"fork":false,"pushed_at":"2024-08-19T19:26:44.000Z","size":10320,"stargazers_count":23,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T07:22:58.955Z","etag":null,"topics":["commands","examples","function","functions","joins","mssql","mysql","procedure","procedures","queries","query","sql","sqlserver","stored","syntax","trigger","triggers","tsql","view","views"],"latest_commit_sha":null,"homepage":"","language":null,"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/lindulamaratunga.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-07-01T18:08:23.000Z","updated_at":"2025-01-10T21:53:12.000Z","dependencies_parsed_at":"2024-08-11T20:47:33.783Z","dependency_job_id":null,"html_url":"https://github.com/lindulamaratunga/Learn-SQL-in-5-Days","commit_stats":null,"previous_names":["lindulamaratunga/learn-sql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindulamaratunga%2FLearn-SQL-in-5-Days","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindulamaratunga%2FLearn-SQL-in-5-Days/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindulamaratunga%2FLearn-SQL-in-5-Days/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lindulamaratunga%2FLearn-SQL-in-5-Days/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lindulamaratunga","download_url":"https://codeload.github.com/lindulamaratunga/Learn-SQL-in-5-Days/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238945668,"owners_count":19556700,"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":["commands","examples","function","functions","joins","mssql","mysql","procedure","procedures","queries","query","sql","sqlserver","stored","syntax","trigger","triggers","tsql","view","views"],"created_at":"2024-09-24T18:51:07.302Z","updated_at":"2025-10-30T08:31:17.232Z","avatar_url":"https://github.com/lindulamaratunga.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Master SQL Server and MySQL in Just 5 Days\n\nThere are 25 SQL lessons available, with most lessons applicable to both SQL Server and MySQL.\n\n[01. Installing SQL Server 2022 and SQL Server Management Studio](https://docs.google.com/document/d/1-_PmGIuXJ4eL3l-wNVHr_SqO1ykoqqxYg2solaAxtdY/edit#heading=h.csp110b2igo3)\n\n[02. SQL Commands and CRUD Operations in SQL (INSERT, SELECT, UPDATE, DELETE)](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2001.%20Quick%20Reference.pdf)\n\n[03. Data Types in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2002.%20Data%20Types.pdf)\n\n[04. Syntax in SQL Server / MySQL](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2003.%20Syntax.pdf)\n\n[05. DDL Commands (CREATE, ALTER, DROP, TRUNCATE) in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2004.%20Create%2C%20Modify%2C%20Delete%20%26%20List%20Tables.pdf)\n\n[06. DESC and ASC in SQL Server / MySQL](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2005.%20DESC%20%26%20ASC.pdf)\n\n[07. Joining Two tables in SQL Server / MySQL](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2006.%20How%20to%20Join%20two%20tables.pdf)\n\n[08. Joining Three tables in SQL Server / MySQL](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2007.%20How%20to%20Join%20three%20tables.pdf)\n\n[09. Self Joins in SQL Server / MySQL](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2008.%20Self%20Join.pdf)\n\n[10. With Statement in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2009.%20With%20Statement.pdf)\n\n[11. CROSS APPLY \u0026 OUTER APPLY in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2010.%20CROSS%20APPLY%20%26%20OUTER%20APPLY.pdf)\n\n[12. Aggregate Functions (MAX, MIN, AVG, COUNT, SUM) in SQL Server / MySQL](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2011.%20MAX%2C%20MIN%2C%20AVG%2C%20COUNT%2C%20SUM.pdf)\n\n[13. ISNULL in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2012.%20ISNULL.pdf)\n\n[14. Conditional Statements in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2013.%20Conditional%20Statements.pdf)\n\n[15. String Functions (RTRIM, LTRIM, TRIM) in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2014.%20RTRIM%2C%20LTRIM%20%26%20TRIM%20Functions.pdf)\n\n[16. UNION in SQL Server / MySQL](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2015.%20UNION.pdf)\n\n[17. Creating User Declared Functions in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2016.%20Functions.pdf)\n\n[18. Stored Procedures in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2017.%20Stored%20Procedures.pdf)\n\n[19. Views and Triggers in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2018.%20Views%20and%20Triggers.pdf)\n\n[20. Sub Queries in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2020.%20Sub%20Queries.pdf)\n\n[21. Logical Operators (IN, ANY, ALL, \u003e=, \u003c=, AND, OR, NOT) in SQL Server / MySQL](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2021.%20IN%2C%20ANY%2C%20ALL%2C%20AND%2C%20OR%2C%20NOT.pdf)\n\n[22. Transactions in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2022.%20Transactions.pdf)\n\n[23. String Concatenation \u0026 Splitting in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2023%20CONCAT%20%26%20Split%20a%20String.pdf)\n\n[24. Understanding Collation in SQL Server](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2024.%20Collation.pdf)\n\n[25. Practical Exercises](https://github.com/lindulamaratunga/Learn-SQL/blob/main/Lesson%2025.%20Exercises.pdf)\n\n[26. Date Time in SQL Server](https://github.com/lindulamaratunga/Learn-SQL-in-5-Days/blob/main/Lesson%2026.%20DateTimeInSQLServer.pdf)\n\n[27. Date Time in MySQL](https://github.com/lindulamaratunga/Learn-SQL-in-5-Days/blob/main/Lesson%2027.%20DATE%20and%20TIME%20in%20MySQL.pdf)\n\n[28. String Functions (LOWER, UPPER, LEFT, RIGHT) in SQL Server](https://github.com/lindulamaratunga/Learn-SQL-in-5-Days/blob/main/Lesson%2028.%20String%20Functions(LOWER%2C%20UPPER%2C%20LEFT%20%26%20RIGHT)%20in%20SQL.pdf)\n\nReferences for Database Ranking\n\n[DB-Engines Ranking](https://db-engines.com/en/ranking)\n\n[DB-Engines Ranking - Trend Popularity](https://db-engines.com/en/ranking_trend)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flindulamaratunga%2Flearn-sql-in-5-days","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flindulamaratunga%2Flearn-sql-in-5-days","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flindulamaratunga%2Flearn-sql-in-5-days/lists"}