Х
Size: a a a
Х
n
n
n
n
2_
2_
n
n
AI
select p.Id,
p.Value,
t.Id as 'translates[].id',
t.Value as 'translates[].value',
pt.Frequency as 'translates[].frequency',
pt.PartOfSpeechId as 'translates[].partOfSpeech'
from Phrases p
left join PhraseTranslations pt on p.Id = pt.PhraseId
left join Translations t on pt.Translationid = t.Id
for json auto
[{
id: '',
value: '',
translates: [{
id: '',
value: '',
frequency: 0.98,
partOfSpeech: 1
}]
}]AI

С
S
S
VK
ВШ
S
ВШ
ВШ