This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create database IlilceDB; | |
Go | |
USE IlilceDB | |
create table Iller( | |
IlID int not null primary key identity(1,1), | |
Il nvarchar(100) | |
) | |
create table Ilceler( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"cityId": 1, | |
"plateCode": 1, | |
"cityName": "Adana", | |
"towns": [ | |
{ | |
"townId": 1, | |
"townName": "Aladağ" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"townId": 1, | |
"townName": "Aladağ" | |
}, | |
{ | |
"townId": 2, | |
"townName": "Ceyhan" | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"townId": 1, | |
"plateCoe": 1, | |
"townName": "Aladağ" | |
}, | |
{ | |
"townId": 2, | |
"plateCoe": 1, | |
"townName": "Ceyhan" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"cityId": 1, | |
"cityName": "Adana", | |
"plateCode": 1 | |
}, | |
{ | |
"cityId": 2, | |
"cityName": "Adıyaman", | |
"plateCode": 2 |