{"id":24021120,"url":"https://github.com/zipcodecore/sql.givemethegoods","last_synced_at":"2025-08-21T22:18:51.697Z","repository":{"id":36415356,"uuid":"222728456","full_name":"ZipCodeCore/SQL.GiveMeTheGoods","owner":"ZipCodeCore","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-04T06:13:27.000Z","size":1,"stargazers_count":0,"open_issues_count":27,"forks_count":51,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-26T07:03:13.192Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ZipCodeCore.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}},"created_at":"2019-11-19T15:29:21.000Z","updated_at":"2022-02-03T19:00:29.000Z","dependencies_parsed_at":"2022-09-04T03:50:58.618Z","dependency_job_id":null,"html_url":"https://github.com/ZipCodeCore/SQL.GiveMeTheGoods","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/ZipCodeCore/SQL.GiveMeTheGoods","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FSQL.GiveMeTheGoods","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FSQL.GiveMeTheGoods/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FSQL.GiveMeTheGoods/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FSQL.GiveMeTheGoods/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZipCodeCore","download_url":"https://codeload.github.com/ZipCodeCore/SQL.GiveMeTheGoods/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZipCodeCore%2FSQL.GiveMeTheGoods/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271553232,"owners_count":24779820,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-01-08T12:39:00.127Z","updated_at":"2025-08-21T22:18:51.673Z","avatar_url":"https://github.com/ZipCodeCore.png","language":null,"readme":"# Give Me the Goods: More Introductory SQL Queries\n\n## Like\n\n### Wildcards (Regex)\nSelect all records from the **Students** table where the second letter of the **City** is an \"a\".\n\n*(Add your query to the file exercise1.sql)*\n\n\nSelect all records from the **Students** table where the first letter of the **City** is an \"a\" or a \"c\" or an \"s\".\n\n\n*(Add your query to the file exercise2.sql)*\n\n\nSelect all from the **Students** table records where the first letter of the **City** starts with anything from an \"a\" to an \"f\".\n\n\n*(Add your query to the file exercise3.sql)*\n\n\nSelect all records from the **Students** table where the first letter of the **City** is NOT an \"a\" or a \"c\" or an \"f\".\n\n\n*(Add your query to the file exercise4.sql)*\n\n\n## IN\nUse the **IN** operator to select all the records from the **Students** table where **Country** is either \"Sint Maarten\" or \"Haiti\".\n\n*(Add your query to the file exercise5.sql)*\n\n\nUse the **IN** operator to select all the records from the **Students** table where **Country** is NOT \"Sint Maarten\" and NOT \"Haiti\".\n\n*(Add your query to the file exercise6.sql)*\n \n## Between values\n\nUse the **BETWEEN** operator to select all the records from the **Courses** table where the value of the **CreditHours** column is between 10 and 20.\n\n*(Add your query to the file exercise7.sql)*\n\nUse the **BETWEEN** operator to select all the records from the **Courses** table where the value of the **CreditHours** column is NOT between 10 and 20.\n\n\n*(Add your query to the file exercise8.sql)*\n\nUse the **BETWEEN** operator to select all the records from the **Courses** table where the value of the **CourseName** column is alphabetically between 'ColdFusion' and 'Python'.\n\n\n*(Add your query to the file exercise9.sql)*\n\n## Aliases\n\nWhen displaying the **Students** table, make an alias of the **PostalCode** column, the column should be called **Zip** instead.\n\n\n*(Add your query to the file exercise10.sql)*\n\n\nWhen displaying the **Students** table, refer to the table as **Learners** instead of Students.\n\n*(Add your query to the file exercise11.sql)*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzipcodecore%2Fsql.givemethegoods","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzipcodecore%2Fsql.givemethegoods","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzipcodecore%2Fsql.givemethegoods/lists"}