{"id":19029092,"url":"https://github.com/sulmar/sulmar-santander-sql","last_synced_at":"2026-03-19T07:46:11.216Z","repository":{"id":215950000,"uuid":"740111298","full_name":"sulmar/sulmar-santander-sql","owner":"sulmar","description":"Przykłady ze szkolenia SQL","archived":false,"fork":false,"pushed_at":"2024-03-06T10:08:33.000Z","size":1026,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T19:46:34.969Z","etag":null,"topics":["sql","tsql"],"latest_commit_sha":null,"homepage":"","language":"TSQL","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/sulmar.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-01-07T15:04:19.000Z","updated_at":"2024-01-07T15:12:38.000Z","dependencies_parsed_at":"2024-11-08T21:13:18.140Z","dependency_job_id":null,"html_url":"https://github.com/sulmar/sulmar-santander-sql","commit_stats":null,"previous_names":["sulmar/sulmar-santander-sql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sulmar/sulmar-santander-sql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulmar%2Fsulmar-santander-sql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulmar%2Fsulmar-santander-sql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulmar%2Fsulmar-santander-sql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulmar%2Fsulmar-santander-sql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sulmar","download_url":"https://codeload.github.com/sulmar/sulmar-santander-sql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sulmar%2Fsulmar-santander-sql/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259311697,"owners_count":22838769,"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":["sql","tsql"],"created_at":"2024-11-08T21:13:14.355Z","updated_at":"2025-10-08T10:20:17.119Z","avatar_url":"https://github.com/sulmar.png","language":"TSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Przykłady ze szkolenia Podstawy języka SQL\n\n## Wprowadzenie\n\nWitaj w repozytorium z materiałami do szkolenia **Podstawy języka SQL**.\n\nDo rozpoczęcia tego kursu potrzebujesz następujących rzeczy:\n\n1. [SQL Server Express LocalDb](https://learn.microsoft.com/en-us/sql/database-engine/configure-windows/sql-server-express-localdb).\n2. Sklonuj repozytorium Git\n\n```bash\ngit clone https://github.com/sulmar/sulmar-santander-sql\n```\n\n3. Utwórz bazę danych\n\n```bash\nsqlcmd -S (localdb)\\MSSQLLocalDB -d master -E -i sql-server-sakila-schema.sql\n```\n\n4. Załadowuj przykładowane dane\n\n```bash\nsqlcmd -S (localdb)\\MSSQLLocalDB -d sakila -E -i sql-server-sakila-insert-data.sql\n```\n\n## Zadania\n\n\n- Utwórz listę klientów w następujący sposób:\n\n| capitalized_first_name | capitalized_last_name | email_normalized | domain |\n| ---- | ---- | ---- | ---- |\n| Mary | Smith | mary.smith@sakilacustomer.org | sakilacustomer.org |\n| Patricia | Johnson | patricia.johnson@sakilacustomer.org | sakilacustomer.org |\n| Linda | Williams | linda.williams@sakilacustomer.org | sakilacustomer.org |\n| ... | ... |  |  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulmar%2Fsulmar-santander-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsulmar%2Fsulmar-santander-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsulmar%2Fsulmar-santander-sql/lists"}