{"id":16536913,"url":"https://github.com/tahanima/sqlbolt-solutions","last_synced_at":"2026-03-18T20:18:11.245Z","repository":{"id":108727326,"uuid":"419024900","full_name":"Tahanima/sqlbolt-solutions","owner":"Tahanima","description":"My solutions of SQLBolt exercises ","archived":false,"fork":false,"pushed_at":"2021-10-26T09:50:24.000Z","size":41,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-03T18:35:33.269Z","etag":null,"topics":["sql","sqlbolt-solutions"],"latest_commit_sha":null,"homepage":"https://sqlbolt.com","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/Tahanima.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":"2021-10-19T17:24:02.000Z","updated_at":"2023-09-20T04:11:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"50b250e8-ca96-42cf-bae8-279451916aa1","html_url":"https://github.com/Tahanima/sqlbolt-solutions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tahanima/sqlbolt-solutions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tahanima%2Fsqlbolt-solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tahanima%2Fsqlbolt-solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tahanima%2Fsqlbolt-solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tahanima%2Fsqlbolt-solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tahanima","download_url":"https://codeload.github.com/Tahanima/sqlbolt-solutions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tahanima%2Fsqlbolt-solutions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30193649,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["sql","sqlbolt-solutions"],"created_at":"2024-10-11T18:33:57.165Z","updated_at":"2026-03-06T19:34:36.492Z","avatar_url":"https://github.com/Tahanima.png","language":null,"readme":"# SQLBolt Solutions\nThis repository contains my solutions of [SQLBolt](https://sqlbolt.com/) exercises. I've used [Instant SQL Formatter](https://www.dpriver.com/pp/sqlformat.htm) to format my queries.\n\n| Lesson | Solution |\n| ------ | -------- |\n| [SQL Lesson 1: SELECT queries 101](https://sqlbolt.com/lesson/select_queries_introduction) | [[Link]](./sql_lesson1_select_queries101.sql) |\n| [SQL Lesson 2: Queries with constraints (Pt. 1)](https://sqlbolt.com/lesson/select_queries_with_constraints) | [[Link]](sql_lesson2_queries_with_constraints_pt1.sql) |\n| [SQL Lesson 3: Queries with constraints (Pt. 2)](https://sqlbolt.com/lesson/select_queries_with_constraints_pt_2) | [[Link]](sql_lesson3_queries_with_constraints_pt2.sql) |\n| [SQL Lesson 4: Filtering and sorting Query results](https://sqlbolt.com/lesson/filtering_sorting_query_results) | [[Link]](sql_lesson4_filtering_and_sorting_query_results.sql) |\n| [SQL Review: Simple SELECT Queries](https://sqlbolt.com/lesson/select_queries_review) | [[Link]](./sql_review_simple_select_queries.sql) |\n| [SQL Lesson 6: Multi-table queries with JOINs](https://sqlbolt.com/lesson/select_queries_with_joins) | [[Link]](./sql_lesson6_multi_table_queries_with_joins.sql) |\n| [SQL Lesson 7: OUTER JOINs](https://sqlbolt.com/lesson/select_queries_with_outer_joins) | [[Link]](./sql_lesson7_outer_joins.sql) |\n| [SQL Lesson 8: A short note on NULLs](https://sqlbolt.com/lesson/select_queries_with_nulls) | [[Link]](./sql_lesson8_a_short_note_on_nulls.sql) |\n| [SQL Lesson 9: Queries with expressions](https://sqlbolt.com/lesson/select_queries_with_expressions) | [[Link]](./sql_lesson9_queries_with_expressions_sql) |\n| [SQL Lesson 10: Queries with aggregates (Pt. 1)](https://sqlbolt.com/lesson/select_queries_with_aggregates) | [[Link]](./sql_lesson10_queries_with_aggregates_pt1.sql) |\n| [SQL Lesson 11: Queries with aggregates (Pt. 2)](https://sqlbolt.com/lesson/select_queries_with_aggregates_pt_2) | [[Link]](./sql_lesson11_queries_with_aggregates_pt2.sql) |\n| [SQL Lesson 12: Order of execution of a Query](https://sqlbolt.com/lesson/select_queries_order_of_execution) | [[Link]](./sql_lesson12_order_of_execution_of_a_query.sql) |\n| [SQL Lesson 13: Inserting rows](https://sqlbolt.com/lesson/inserting_rows) | [[Link]](./sql_lesson13_inserting_rows.sql) |\n| [SQL Lesson 14: Updating rows](https://sqlbolt.com/lesson/updating_rows) | [[Link]](./sql_lesson14_updating_rows.sql) |\n| [SQL Lesson 15: Deleting rows](https://sqlbolt.com/lesson/deleting_rows) | [[Link]](sql_lesson15_deleting_rows.sql) |\n| [SQL Lesson 16: Creating tables](https://sqlbolt.com/lesson/creating_tables) | [[Link]](./sql_lesson16_creating_tables.sql) |\n| [SQL Lesson 17: Altering tables](https://sqlbolt.com/lesson/altering_tables) | [[Link]](./sql_lesson17_altering_tables.sql) |\n| [SQL Lesson 18: Dropping tables](https://sqlbolt.com/lesson/dropping_tables) | [[Link]](./sql_lesson18_dropping_tables.sql) |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftahanima%2Fsqlbolt-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftahanima%2Fsqlbolt-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftahanima%2Fsqlbolt-solutions/lists"}