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: 5 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T08:47:48.000Z (over 3 years ago)
- Last Synced: 2024-11-23T19:52:48.212Z (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
   
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/)