{"id":14069858,"url":"https://github.com/AhmetFurkanDEMIR/Microsoft-SQL","last_synced_at":"2025-07-30T06:33:20.628Z","repository":{"id":110786825,"uuid":"417580682","full_name":"AhmetFurkanDEMIR/Microsoft-SQL","owner":"AhmetFurkanDEMIR","description":"Necmettin Erbakan University 3nd year Database Systems lecture notes and assignments.","archived":false,"fork":false,"pushed_at":"2022-01-08T08:47:48.000Z","size":14006,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T14:50:32.501Z","etag":null,"topics":["azure-data-studio","database","dbeaver","microsoft","microsoft-sql","microsoft-sql-server","sql"],"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/AhmetFurkanDEMIR.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}},"created_at":"2021-10-15T17:20:15.000Z","updated_at":"2024-12-11T06:13:38.000Z","dependencies_parsed_at":"2023-03-06T21:15:36.574Z","dependency_job_id":null,"html_url":"https://github.com/AhmetFurkanDEMIR/Microsoft-SQL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AhmetFurkanDEMIR/Microsoft-SQL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmetFurkanDEMIR%2FMicrosoft-SQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmetFurkanDEMIR%2FMicrosoft-SQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmetFurkanDEMIR%2FMicrosoft-SQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmetFurkanDEMIR%2FMicrosoft-SQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AhmetFurkanDEMIR","download_url":"https://codeload.github.com/AhmetFurkanDEMIR/Microsoft-SQL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AhmetFurkanDEMIR%2FMicrosoft-SQL/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267823019,"owners_count":24149739,"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-07-30T02:00:09.044Z","response_time":70,"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":["azure-data-studio","database","dbeaver","microsoft","microsoft-sql","microsoft-sql-server","sql"],"created_at":"2024-08-13T07:07:17.844Z","updated_at":"2025-07-30T06:33:18.495Z","avatar_url":"https://github.com/AhmetFurkanDEMIR.png","language":"TSQL","readme":"![](https://img.shields.io/badge/Microsoft-666666?style=for-the-badge\u0026logo=microsoft\u0026logoColor=white) ![](https://img.shields.io/badge/Microsoft%20SQL%20Server-CC2927?style=for-the-badge\u0026logo=microsoft%20sql%20server\u0026logoColor=white) ![](https://img.shields.io/badge/microsoft%20azure-0089D6?style=for-the-badge\u0026logo=microsoft-azure\u0026logoColor=white) ![](https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge\u0026logo=ubuntu\u0026logoColor=white)\r\n\r\nNecmettin Erbakan University 3nd year Database Systems lecture notes and assignments. This course is covered with Microsoft SQL, I will write the SQL codes according to this database.\r\n\r\n* [x] [Microsoft SQL server, Azure Data Studio and DBeaver installation](/MSSQLInstallation.md)\r\n\r\n* [x] [Running Microsoft SQL Server in Azure and connecting from personal computer](/MicrosoftSQLServerInAzure.md)\r\n\r\n* [x] [Lessons and Quiz](/Lessons/) \r\n    \r\n    * [x] [Lesson1 (CREATE, INSERT, UPDATE, DELETE, SELECT)](/Lessons/Lesson1.sql)\r\n    \r\n    * [x] [Lesson2 (Data types)](/Lessons/Lesson2.md)\r\n    \r\n    * [x] [Lesson3 (Advanced SELECT queries)](/Lessons/Lesson3)\r\n\r\n    * [x] [Lesson4 (Clustering Functions, GROUP BY, HAVING and practice questions)](/Lessons/Lesson4.sql)\r\n\r\n    * [x] [Lesson5 (Relational database and normalization)](/Lessons/Lesson5/)\r\n\r\n    * [x] [Lesson6 (FOREIGN KEY, Inner Join)](/Lessons/Lesson6.sql)\r\n\r\n    * [x] [Lesson7 (FOREIGN KEY, Inner Join, DECLARE, VIEW, PROCEDURE)](/Lessons/Lesson7/)\r\n\r\n    * [x] [Lesson8 (TRIGGER and TSQL)](/Lessons/Lesson8.sql)\r\n\r\n    * [x] [Lesson9 (String Functions)](/Lessons/Lesson9.sql)\r\n\r\n    * [x] [Quiz](/Quiz/)\r\n\r\n* [x] [Projects](/Projects/)\r\n\r\n    * [x] [SQL queries on products pulled from Amazon.com with Python Selenium](/Projects/AmazonMSSQLProject/)\r\n\r\n    * [x] [Moving the .csv file to Microsoft SQL Server](/Projects/PdtoDB/)\r\n\r\n","funding_links":[],"categories":["TSQL"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAhmetFurkanDEMIR%2FMicrosoft-SQL","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAhmetFurkanDEMIR%2FMicrosoft-SQL","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAhmetFurkanDEMIR%2FMicrosoft-SQL/lists"}