Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AhmetFurkanDEMIR/Microsoft-SQL
Necmettin Erbakan University 3nd year Database Systems lecture notes and assignments.
https://github.com/AhmetFurkanDEMIR/Microsoft-SQL
azure-data-studio database dbeaver microsoft microsoft-sql microsoft-sql-server sql
Last synced: 3 months ago
JSON representation
Necmettin Erbakan University 3nd year Database Systems lecture notes and assignments.
- Host: GitHub
- URL: https://github.com/AhmetFurkanDEMIR/Microsoft-SQL
- Owner: AhmetFurkanDEMIR
- Created: 2021-10-15T17:20:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T08:47:48.000Z (almost 3 years ago)
- Last Synced: 2024-06-17T21:52:58.611Z (5 months ago)
- Topics: azure-data-studio, database, dbeaver, microsoft, microsoft-sql, microsoft-sql-server, sql
- Language: TSQL
- Homepage:
- Size: 13.4 MB
- Stars: 17
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - AhmetFurkanDEMIR/Microsoft-SQL - Necmettin Erbakan University 3nd year Database Systems lecture notes and assignments. (TSQL)
README
![](https://img.shields.io/badge/Microsoft-666666?style=for-the-badge&logo=microsoft&logoColor=white) ![](https://img.shields.io/badge/Microsoft%20SQL%20Server-CC2927?style=for-the-badge&logo=microsoft%20sql%20server&logoColor=white) ![](https://img.shields.io/badge/microsoft%20azure-0089D6?style=for-the-badge&logo=microsoft-azure&logoColor=white) ![](https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge&logo=ubuntu&logoColor=white)
Necmettin 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.
* [x] [Microsoft SQL server, Azure Data Studio and DBeaver installation](/MSSQLInstallation.md)
* [x] [Running Microsoft SQL Server in Azure and connecting from personal computer](/MicrosoftSQLServerInAzure.md)
* [x] [Lessons and Quiz](/Lessons/)
* [x] [Lesson1 (CREATE, INSERT, UPDATE, DELETE, SELECT)](/Lessons/Lesson1.sql)
* [x] [Lesson2 (Data types)](/Lessons/Lesson2.md)
* [x] [Lesson3 (Advanced SELECT queries)](/Lessons/Lesson3)* [x] [Lesson4 (Clustering Functions, GROUP BY, HAVING and practice questions)](/Lessons/Lesson4.sql)
* [x] [Lesson5 (Relational database and normalization)](/Lessons/Lesson5/)
* [x] [Lesson6 (FOREIGN KEY, Inner Join)](/Lessons/Lesson6.sql)
* [x] [Lesson7 (FOREIGN KEY, Inner Join, DECLARE, VIEW, PROCEDURE)](/Lessons/Lesson7/)
* [x] [Lesson8 (TRIGGER and TSQL)](/Lessons/Lesson8.sql)
* [x] [Lesson9 (String Functions)](/Lessons/Lesson9.sql)
* [x] [Quiz](/Quiz/)
* [x] [Projects](/Projects/)
* [x] [SQL queries on products pulled from Amazon.com with Python Selenium](/Projects/AmazonMSSQLProject/)
* [x] [Moving the .csv file to Microsoft SQL Server](/Projects/PdtoDB/)