├── Lessons ├── Lesson1.sql ├── Lesson2.md ├── Lesson3 │ ├── Lesson3.sql │ └── VTKITAPYAYIN.BAK ├── Lesson4.sql ├── Lesson5 │ ├── Hafta_2_2_ilişkisel_Veritabanı_Tasarımı.pdf │ └── Hafta_3_1_Normalizasyon.pdf ├── Lesson6.sql ├── Lesson7 │ ├── SQLQuery_1.sql │ └── SQLQuery_2.sql ├── Lesson8.sql └── Lesson9.sql ├── MSSQLInstallation.md ├── MicrosoftSQLServerInAzure.md ├── Projects ├── AmazonMSSQLProject │ ├── AmazonProductQuery.sql │ ├── ChromeDriver │ │ └── chromedriver │ ├── MSSQL_CreateTable.sql │ ├── README.md │ └── getData.py └── PdtoDB │ ├── CsvToDbQuerys.sql │ ├── README.md │ ├── amazon_prime_titles.csv │ └── pdmssql.py ├── Quiz ├── VT_SARF_MAZLEME.bak ├── Veritabanı Sistemleri Quiz.pdf └── quiz.sql └── README.md /Lessons/Lesson1.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Lessons/Lesson1.sql -------------------------------------------------------------------------------- /Lessons/Lesson2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Lessons/Lesson2.md -------------------------------------------------------------------------------- /Lessons/Lesson3/Lesson3.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Lessons/Lesson3/Lesson3.sql -------------------------------------------------------------------------------- /Lessons/Lesson3/VTKITAPYAYIN.BAK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Lessons/Lesson3/VTKITAPYAYIN.BAK -------------------------------------------------------------------------------- /Lessons/Lesson4.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Lessons/Lesson4.sql -------------------------------------------------------------------------------- /Lessons/Lesson5/Hafta_2_2_ilişkisel_Veritabanı_Tasarımı.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Lessons/Lesson5/Hafta_2_2_ilişkisel_Veritabanı_Tasarımı.pdf -------------------------------------------------------------------------------- /Lessons/Lesson5/Hafta_3_1_Normalizasyon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Lessons/Lesson5/Hafta_3_1_Normalizasyon.pdf -------------------------------------------------------------------------------- /Lessons/Lesson6.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Lessons/Lesson6.sql -------------------------------------------------------------------------------- /Lessons/Lesson7/SQLQuery_1.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Lessons/Lesson7/SQLQuery_1.sql -------------------------------------------------------------------------------- /Lessons/Lesson7/SQLQuery_2.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Lessons/Lesson7/SQLQuery_2.sql -------------------------------------------------------------------------------- /Lessons/Lesson8.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Lessons/Lesson8.sql -------------------------------------------------------------------------------- /Lessons/Lesson9.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Lessons/Lesson9.sql -------------------------------------------------------------------------------- /MSSQLInstallation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/MSSQLInstallation.md -------------------------------------------------------------------------------- /MicrosoftSQLServerInAzure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/MicrosoftSQLServerInAzure.md -------------------------------------------------------------------------------- /Projects/AmazonMSSQLProject/AmazonProductQuery.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Projects/AmazonMSSQLProject/AmazonProductQuery.sql -------------------------------------------------------------------------------- /Projects/AmazonMSSQLProject/ChromeDriver/chromedriver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Projects/AmazonMSSQLProject/ChromeDriver/chromedriver -------------------------------------------------------------------------------- /Projects/AmazonMSSQLProject/MSSQL_CreateTable.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Projects/AmazonMSSQLProject/MSSQL_CreateTable.sql -------------------------------------------------------------------------------- /Projects/AmazonMSSQLProject/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Projects/AmazonMSSQLProject/README.md -------------------------------------------------------------------------------- /Projects/AmazonMSSQLProject/getData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Projects/AmazonMSSQLProject/getData.py -------------------------------------------------------------------------------- /Projects/PdtoDB/CsvToDbQuerys.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Projects/PdtoDB/CsvToDbQuerys.sql -------------------------------------------------------------------------------- /Projects/PdtoDB/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Projects/PdtoDB/README.md -------------------------------------------------------------------------------- /Projects/PdtoDB/amazon_prime_titles.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Projects/PdtoDB/amazon_prime_titles.csv -------------------------------------------------------------------------------- /Projects/PdtoDB/pdmssql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Projects/PdtoDB/pdmssql.py -------------------------------------------------------------------------------- /Quiz/VT_SARF_MAZLEME.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Quiz/VT_SARF_MAZLEME.bak -------------------------------------------------------------------------------- /Quiz/Veritabanı Sistemleri Quiz.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Quiz/Veritabanı Sistemleri Quiz.pdf -------------------------------------------------------------------------------- /Quiz/quiz.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/Quiz/quiz.sql -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AhmetFurkanDEMIR/Microsoft-SQL/HEAD/README.md --------------------------------------------------------------------------------