db_id
stringclasses
140 values
guarani_prompt
stringlengths
143
1.31k
output_sequence
stringlengths
36
675
tc_original
listlengths
9
29
amr
stringlengths
41
1.82k
galician_prompt
stringlengths
144
991
department_management
Mboy umi sambyhyhára departamento-gua itujavéva 56 ary ? CREATE TABLE head ( age , born_state , name , head_id ); CREATE TABLE department ( name , department_id , budget_in_billions , creation , num_employees ); CREATE TABLE management ( head_id , temporary_acting , department_id ); | management.head_id = head.head_id | management.department_id = department.department_id
select count ( _ ) from _ where _ | select count ( * ) from head where age > 56
[ "head.*", "head.age", "head.born_state", "head.name", "head.head_id", "department.*", "department.name", "department.department_id", "department.budget_in_billions", "department.creation", "department.num_employees", "management.*", "management.head_id", "management.temporary_acting", "m...
(h / have-degree-91 :ARG1 (p / person :ARG0-of (h2 / head-01 :ARG1 (d / department)) :quant (a / amr-unknown)) :ARG2 (o / old) :ARG3 (m / more) :ARG4 (t / temporal-quantity :quant 56 :unit (y / year)))
Cantos xefes de departamento teñen máis de 56 anos ? CREATE TABLE head ( age , born_state , name , head_id ); CREATE TABLE department ( name , department_id , budget_in_billions , creation , num_employees ); CREATE TABLE management ( head_id , temporary_acting , department_id ); | management.head_id = head.head_id | management.department_id = department.department_id
department_management
Emboherakuã umi departamento mburuvicha réra, tetã heñói ha ary, ha emohenda chupekuéra edad rupive. CREATE TABLE head ( name , born_state , age , head_id ); CREATE TABLE department ( num_employees , budget_in_billions , ranking , department_id , name ); CREATE TABLE management ( head_id , temporary_acting , department_id ); | management.head_id = head.head_id | management.department_id = department.department_id
select _ from _ order by _ asc | select name , born_state , age from head order by age asc
[ "head.*", "head.name", "head.born_state", "head.age", "head.head_id", "department.*", "department.num_employees", "department.budget_in_billions", "department.ranking", "department.department_id", "department.name", "management.*", "management.head_id", "management.temporary_acting", "ma...
(l / list-01 :ARG1 (a / and :op1 (t / thing :ARG2-of (n / name-01 :ARG1 (p / person :ARG0-of (h / head-01 :ARG1 (d / department))))) :op2 (s / state :location-of (b / bear-02 :ARG1 p)) :op3 (a2 / age :poss p) :ARG1-of (o / order-01 :ARG2 (a3 / age))))
Indicar o nome, o estado de nacemento e a idade dos xefes de departamento ordenados por idade. CREATE TABLE head ( name , born_state , age , head_id ); CREATE TABLE department ( num_employees , budget_in_billions , ranking , department_id , name ); CREATE TABLE management ( head_id , temporary_acting , department_id ); | management.head_id = head.head_id | management.department_id = department.department_id
department_management
Emombe'u ary oñemoheñói hague, téra ha presupuesto opaite departamento-pe. CREATE TABLE department ( name , creation , budget_in_billions , department_id , num_employees ); CREATE TABLE head ( name , age , head_id , born_state ); CREATE TABLE management ( department_id , temporary_acting , head_id ); | management.head_id = head.head_id | management.department_id = department.department_id
select _ from _ | select creation , name , budget_in_billions from department
[ "department.*", "department.name", "department.creation", "department.budget_in_billions", "department.department_id", "department.num_employees", "head.*", "head.name", "head.age", "head.head_id", "head.born_state", "management.*", "management.department_id", "management.temporary_acting"...
(l / list-01 :ARG1 (a / and :op1 (y / year :time-of (c / create-01 :ARG1 (d / department :mod (e / each)))) :op2 (n / name :poss d) :op3 (b / budget :poss d)))
Indique o ano de creación, o nome e o orzamento de cada departamento. CREATE TABLE department ( name , creation , budget_in_billions , department_id , num_employees ); CREATE TABLE head ( name , age , head_id , born_state ); CREATE TABLE management ( department_id , temporary_acting , head_id ); | management.head_id = head.head_id | management.department_id = department.department_id
department_management
¿Mba'e presupuesto máximo ha mínimopa oguereko umi departamento? CREATE TABLE department ( budget_in_billions , ranking , department_id , name , num_employees ); CREATE TABLE head ( name , head_id , age , born_state ); CREATE TABLE management ( head_id , temporary_acting , department_id ); | management.head_id = head.head_id | management.department_id = department.department_id
select max ( _ ) , min ( _ ) from _ | select max ( budget_in_billions ) , min ( budget_in_billions ) from department
[ "department.*", "department.budget_in_billions", "department.ranking", "department.department_id", "department.name", "department.num_employees", "head.*", "head.name", "head.head_id", "head.age", "head.born_state", "management.*", "management.head_id", "management.temporary_acting", "ma...
(a / and :op1 (b / budget :mod (m / maximum)) :op2 (b2 / budget :mod (m2 / minimum)) :poss (d / department) :domain (a2 / amr-unknown))
Cal é o orzamento máximo e mínimo dos departamentos? CREATE TABLE department ( budget_in_billions , ranking , department_id , name , num_employees ); CREATE TABLE head ( name , head_id , age , born_state ); CREATE TABLE management ( head_id , temporary_acting , department_id ); | management.head_id = head.head_id | management.department_id = department.department_id
department_management
Mboypa umi mba'apohára mbytepegua umi departamento orekóva rango 10 ha 15? CREATE TABLE department ( ranking , num_employees , name , department_id , budget_in_billions ); CREATE TABLE head ( age , name , head_id , born_state ); CREATE TABLE management ( department_id , head_id , temporary_acting ); | management.head_id = head.head_id | management.department_id = department.department_id
select avg ( _ ) from _ where _ between _ and _ | select avg ( num_employees ) from department where ranking between 10 and 15
[ "department.*", "department.ranking", "department.num_employees", "department.name", "department.department_id", "department.budget_in_billions", "head.*", "head.age", "head.name", "head.head_id", "head.born_state", "management.*", "management.department_id", "management.head_id", "manag...
(n / number :quant-of (p / person :ARG1-of (e / employ-01 :ARG0 (d / department)) :ARG1-of (r / rank-01 :ARG2 (b / between :op1 10 :op2 15))) :ARG1-of (a / average-01) :domain (a2 / amr-unknown))
Cal é o número medio de empregados dos departamentos cuxa rango se sitúa entre 10 e 15? CREATE TABLE department ( ranking , num_employees , name , department_id , budget_in_billions ); CREATE TABLE head ( age , name , head_id , born_state ); CREATE TABLE management ( department_id , head_id , temporary_acting ); | management.head_id = head.head_id | management.department_id = department.department_id
department_management
Mba'éichapa héra umi akã heñóiva California tetã ambuére? CREATE TABLE head ( name , born_state , age , head_id ); CREATE TABLE department ( name , budget_in_billions , num_employees , department_id , ranking ); CREATE TABLE management ( head_id , department_id , temporary_acting ); | management.head_id = head.head_id | management.department_id = department.department_id
select _ from _ where _ | select name from head where born_state != 'California'
[ "head.*", "head.name", "head.born_state", "head.age", "head.head_id", "department.*", "department.name", "department.budget_in_billions", "department.num_employees", "department.department_id", "department.ranking", "management.*", "management.head_id", "management.department_id", "manag...
(n / name-01 :ARG1 (h / head :ARG1-of (b / bear-02 :location (o / outside :op1 (s / state :name (n2 / name :op1 "California"))))) :ARG2 (a / amr-unknown))
Cales son os nomes das cabezas que nacen fóra do estado de California? CREATE TABLE head ( name , born_state , age , head_id ); CREATE TABLE department ( name , budget_in_billions , num_employees , department_id , ranking ); CREATE TABLE management ( head_id , department_id , temporary_acting ); | management.head_id = head.head_id | management.department_id = department.department_id
department_management
¿Mba'e arypa iñepyrûma umi departamento omyakãva peteĩ secretaria heñóiva estado "Alabama" -pe? CREATE TABLE department ( department_id , creation , name , num_employees , budget_in_billions ); CREATE TABLE head ( head_id , born_state , name , age ); CREATE TABLE management ( department_id , head_id , temporary_acting ); | management.head_id = head.head_id | management.department_id = department.department_id
select distinct _ from _ where _ | select distinct department.creation from department join management on department.department_id = management.department_id join head on management.head_id = head.head_id where head.born_state = 'Alabama'
[ "department.*", "department.department_id", "department.creation", "department.name", "department.num_employees", "department.budget_in_billions", "head.*", "head.head_id", "head.born_state", "head.name", "head.age", "management.*", "management.department_id", "management.head_id", "mana...
(y / year :time-of (c / create-01 :ARG1 (d / department :ARG1-of (m / manage-01 :ARG0 (p / person :ARG1-of (b / bear-02 :location (s / state :name (n / name :op1 "Alabama")) :ARG0-of (h / have-org-role-91 :ARG2 (s2 / secretary))))))) :mod (d2 / distinct) :domain (a / amr-unknown))
Cales son os anos de creación distintos dos departamentos xestionados por un secretario nacido no estado de Alabama? CREATE TABLE department ( department_id , creation , name , num_employees , budget_in_billions ); CREATE TABLE head ( head_id , born_state , name , age ); CREATE TABLE management ( department_id , head_id , temporary_acting ); | management.head_id = head.head_id | management.department_id = department.department_id
department_management
Mávapa umi tetãvore'i heñóihaguépe 3 cabeza? CREATE TABLE head ( born_state , head_id , name , age ); CREATE TABLE department ( ranking , num_employees , budget_in_billions , department_id , name ); CREATE TABLE management ( department_id , head_id , temporary_acting ); | management.head_id = head.head_id | management.department_id = department.department_id
select _ from _ group by _ having count ( _ ) >= _ | select born_state from head group by born_state having count ( * ) >= 3
[ "head.*", "head.born_state", "head.head_id", "head.name", "head.age", "department.*", "department.ranking", "department.num_employees", "department.budget_in_billions", "department.department_id", "department.name", "management.*", "management.department_id", "management.head_id", "manag...
(n / name-01 :ARG1 (s / state :location-of (b / bear-02 :ARG1 (h / head :quant (a / at-least :op1 3)))) :ARG2 (a2 / amr-unknown))
Cales son os nomes dos estados onde naceron polo menos 3 cabezas? CREATE TABLE head ( born_state , head_id , name , age ); CREATE TABLE department ( ranking , num_employees , budget_in_billions , department_id , name ); CREATE TABLE management ( department_id , head_id , temporary_acting ); | management.head_id = head.head_id | management.department_id = department.department_id
department_management
¿Mba'e arýpepa oñemoheñóive hetave departamento? CREATE TABLE department ( creation , num_employees , budget_in_billions , name , department_id ); CREATE TABLE head ( head_id , age , born_state , name ); CREATE TABLE management ( head_id , temporary_acting , department_id ); | management.head_id = head.head_id | management.department_id = department.department_id
select _ from _ group by _ order by count ( _ ) desc limit _ | select creation from department group by creation order by count ( * ) desc limit 1
[ "department.*", "department.creation", "department.num_employees", "department.budget_in_billions", "department.name", "department.department_id", "head.*", "head.head_id", "head.age", "head.born_state", "head.name", "management.*", "management.head_id", "management.temporary_acting", "m...
(e / establish-01 :ARG1 (d / department :quant (m / most)) :time (y / year :mod (a / amr-unknown)))
En que ano se crearon a maioría dos departamentos? CREATE TABLE department ( creation , num_employees , budget_in_billions , name , department_id ); CREATE TABLE head ( head_id , age , born_state , name ); CREATE TABLE management ( head_id , temporary_acting , department_id ); | management.head_id = head.head_id | management.department_id = department.department_id
department_management
¿Ohechauka mba'éichapa héra ha mba'e papapypa omba'apo umi departamento omyakãva umi jefe orekóva valor temporal de actuación "Sí"? CREATE TABLE department ( department_id , name , num_employees , budget_in_billions , creation ); CREATE TABLE management ( department_id , temporary_acting , head_id ); CREATE TABLE head ( head_id , name , born_state , age ); | management.head_id = head.head_id | management.department_id = department.department_id
select _ from _ where _ | select department.name , department.num_employees from department join management on department.department_id = management.department_id where management.temporary_acting = 'Yes'
[ "department.*", "department.department_id", "department.name", "department.num_employees", "department.budget_in_billions", "department.creation", "management.*", "management.department_id", "management.temporary_acting", "management.head_id", "head.*", "head.head_id", "head.name", "head.b...
(s / show-01 :mode imperative :ARG0 (y / you) :ARG1 (a / and :op1 (t / thing :ARG2-of (n / name-01 :ARG1 (p / person :ARG1-of (e / employ-01 :ARG0 (d / department :ARG1-of (m / manage-01 :ARG0 (p2 / person :ARG0-of (h / have-org-role-91 :ARG2 (h2 / head)) :ARG1-of (v / value-01 :ARG2 (y2 / yes) :manner (a2 / act-02 :ARG0 p2 :duration (t2 / temporary)))))))))) :op2 (n2 / number :quant-of p)))
Mostrar o nome e o número de empregados dos departamentos xestionados por xefes cuxo valor de actuación temporal é "Si"? CREATE TABLE department ( department_id , name , num_employees , budget_in_billions , creation ); CREATE TABLE management ( department_id , temporary_acting , head_id ); CREATE TABLE head ( head_id , name , born_state , age ); | management.head_id = head.head_id | management.department_id = department.department_id
department_management
Mboy estado de actuación oĩ? CREATE TABLE management ( temporary_acting , head_id , department_id ); CREATE TABLE department ( department_id , budget_in_billions , creation , ranking , name ); CREATE TABLE head ( born_state , name , head_id , age ); | management.head_id = head.head_id | management.department_id = department.department_id
select count ( distinct _ ) from _ | select count ( distinct temporary_acting ) from management
[ "management.*", "management.temporary_acting", "management.head_id", "management.department_id", "department.*", "department.department_id", "department.budget_in_billions", "department.creation", "department.ranking", "department.name", "head.*", "head.born_state", "head.name", "head.head...
(s / status :mod (a / act-01) :quant (a2 / amr-unknown))
Cantos estatus de actuación hai? CREATE TABLE management ( temporary_acting , head_id , department_id ); CREATE TABLE department ( department_id , budget_in_billions , creation , ranking , name ); CREATE TABLE head ( born_state , name , head_id , age ); | management.head_id = head.head_id | management.department_id = department.department_id
department_management
Mboy departamento omyakãva umi jefe noñemoherakuãiva? CREATE TABLE department ( department_id , ranking , creation , num_employees , name ); CREATE TABLE management ( department_id , head_id , temporary_acting ); CREATE TABLE head ( born_state , age , head_id , name ); | management.head_id = head.head_id | management.department_id = department.department_id
select count ( _ ) from _ where _ not in ( select _ from _ ) | select count ( * ) from department where department_id not in ( select department_id from management )
[ "department.*", "department.department_id", "department.ranking", "department.creation", "department.num_employees", "department.name", "management.*", "management.department_id", "management.head_id", "management.temporary_acting", "head.*", "head.born_state", "head.age", "head.head_id", ...
(l / lead-02 :ARG0 (p / person :ARG0-of (h / head-01) :ARG1-of (m / mention-01 :polarity -)) :ARG1 (d / department :quant (a / amr-unknown)))
Cantos departamentos son dirixidos por xefes que non son mencionados? CREATE TABLE department ( department_id , ranking , creation , num_employees , name ); CREATE TABLE management ( department_id , head_id , temporary_acting ); CREATE TABLE head ( born_state , age , head_id , name ); | management.head_id = head.head_id | management.department_id = department.department_id
department_management
Mboy ary oguerekopa umi akãrapu'ã ha'éva umi omba'apóva? CREATE TABLE head ( head_id , age , born_state , name ); CREATE TABLE management ( head_id , temporary_acting , department_id ); CREATE TABLE department ( department_id , creation , budget_in_billions , num_employees , ranking ); | management.head_id = head.head_id | management.department_id = department.department_id
select distinct _ from _ where _ | select distinct head.age from management join head on head.head_id = management.head_id where management.temporary_acting = 'Yes'
[ "head.*", "head.head_id", "head.age", "head.born_state", "head.name", "management.*", "management.head_id", "management.temporary_acting", "management.department_id", "department.*", "department.department_id", "department.creation", "department.budget_in_billions", "department.num_employe...
(a / age-01 :ARG1 (h / head :ARG0-of (a2 / act-01)) :ARG2 (a3 / amr-unknown) :mod (d / distinct))
Cales son as idades distintas das cabezas que están actuando? CREATE TABLE head ( head_id , age , born_state , name ); CREATE TABLE management ( head_id , temporary_acting , department_id ); CREATE TABLE department ( department_id , creation , budget_in_billions , num_employees , ranking ); | management.head_id = head.head_id | management.department_id = department.department_id
department_management
Emboherakuã umi estado-pe heñóihápe secretario departamento "Treasura" ha secretario "Seguridad Nacional". CREATE TABLE department ( department_id , name , creation , num_employees , ranking ); CREATE TABLE head ( born_state , head_id , age , name ); CREATE TABLE management ( department_id , head_id , temporary_acting ); | management.head_id = head.head_id | management.department_id = department.department_id
select _ from _ where _ intersect select _ from _ where _ | select head.born_state from department join management on department.department_id = management.department_id join head on management.head_id = head.head_id where department.name = 'Treasury' intersect select head.born_state from department join management on department.department_id = management.department_id join head on management.head_id = head.head_id where department.name = 'Homeland Security'
[ "department.*", "department.department_id", "department.name", "department.creation", "department.num_employees", "department.ranking", "head.*", "head.born_state", "head.head_id", "head.age", "head.name", "management.*", "management.department_id", "management.head_id", "management.temp...
(l / list-01 :ARG1 (s / state :location-of (b / bear-02 :ARG1 (a / and :op1 (p / person :ARG0-of (h / have-org-role-91 :ARG1 (g / government-organization :name (n / name :op1 "Treasury" :op2 "Department")) :ARG2 (s2 / secretary))) :op2 (p2 / person :ARG0-of (h2 / have-org-role-91 :ARG1 (g2 / government-organization :name (n2 / name :op1 "Homeland" :op2 "Security")) :ARG2 (s3 / secretary)))))))
Enumera os estados onde naceron o secretario do departamento de "Tesouraria" e o secretario de "Seguridade Interna". CREATE TABLE department ( department_id , name , creation , num_employees , ranking ); CREATE TABLE head ( born_state , head_id , age , name ); CREATE TABLE management ( department_id , head_id , temporary_acting ); | management.head_id = head.head_id | management.department_id = department.department_id
department_management
Mávapa departamento oguerekóva hetave 1 jefe peteî jey? Emombe'u id, téra ha número de jehechakuéra. CREATE TABLE department ( department_id , name , num_employees , creation , budget_in_billions ); CREATE TABLE management ( department_id , head_id , temporary_acting ); CREATE TABLE head ( head_id , age , name , born_state ); | management.head_id = head.head_id | management.department_id = department.department_id
select _ , count ( _ ) from _ group by _ having count ( _ ) > _ | select department.department_id , department.name , count ( * ) from management join department on department.department_id = management.department_id group by department.department_id having count ( * ) > 1
[ "department.*", "department.department_id", "department.name", "department.num_employees", "department.creation", "department.budget_in_billions", "management.*", "management.department_id", "management.head_id", "management.temporary_acting", "head.*", "head.head_id", "head.age", "head.na...
(m / multi-sentence :snt1 (h / have-03 :ARG0 (d / department :mod (a / amr-unknown)) :ARG1 (h2 / head :quant (m2 / more-than :op1 1) :mod (a2 / at-a-time))) :snt2 (l / list-01 :mode imperative :ARG0 (y / you) :ARG1 (a3 / and :op1 (ii / id) :op2 (n / name) :op3 (n2 / number :quant-of (h3 / head)))))
Que departamento ten máis de un director de cada vez? CREATE TABLE department ( department_id , name , num_employees , creation , budget_in_billions ); CREATE TABLE management ( department_id , head_id , temporary_acting ); CREATE TABLE head ( head_id , age , name , born_state ); | management.head_id = head.head_id | management.department_id = department.department_id
department_management
Mávapa héra oreko substring 'Ha'? Emboherakuã id ha téra. CREATE TABLE head ( age , head_id , born_state , name ); CREATE TABLE department ( department_id , num_employees , budget_in_billions , ranking , creation ); CREATE TABLE management ( temporary_acting , department_id , head_id ); | management.head_id = head.head_id | management.department_id = department.department_id
select _ from _ where _ like _ | select head_id , name from head where name like '%Ha%'
[ "head.*", "head.age", "head.head_id", "head.born_state", "head.name", "department.*", "department.department_id", "department.num_employees", "department.budget_in_billions", "department.ranking", "department.creation", "management.*", "management.temporary_acting", "management.department_...
(m / multi-sentence :snt1 (s / string-entity :value "Ha" :domain (n / name :poss (a / amr-unknown :mod (h / head)))) :snt2 (l / list-01 :mode imperative :ARG0 (y / you) :ARG1 (a2 / and :op1 (ii / id) :op2 (n2 / name))))
Cal é o nome do xefe que ten a letra 'Ha'? CREATE TABLE head ( age , head_id , born_state , name ); CREATE TABLE department ( department_id , num_employees , budget_in_billions , ranking , creation ); CREATE TABLE management ( temporary_acting , department_id , head_id ); | management.head_id = head.head_id | management.department_id = department.department_id
farm
Mboy kokue piko oĩ? CREATE TABLE farm ( cows , working_horses , total_horses , oxen , total_cattle ); CREATE TABLE city ( official_name , area_km_2 , population , city_id , status ); CREATE TABLE farm_competition ( competition_id , hosts , year , theme , host_city_id ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select count ( _ ) from _ | select count ( * ) from farm
[ "farm.*", "farm.cows", "farm.working_horses", "farm.total_horses", "farm.oxen", "farm.total_cattle", "city.*", "city.official_name", "city.area_km_2", "city.population", "city.city_id", "city.status", "farm_competition.*", "farm_competition.competition_id", "farm_competition.hosts", "f...
(f / farm :quant (a / amr-unknown) :location (t / there))
Cantas granxas hai? CREATE TABLE farm ( cows , working_horses , total_horses , oxen , total_cattle ); CREATE TABLE city ( official_name , area_km_2 , population , city_id , status ); CREATE TABLE farm_competition ( competition_id , hosts , year , theme , host_city_id ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Embohasami hetave kokue. CREATE TABLE farm ( year , farm_id , bulls , oxen , total_horses ); CREATE TABLE city ( city_id , official_name , population , census_ranking , area_km_2 ); CREATE TABLE farm_competition ( host_city_id , competition_id , hosts , theme , year ); CREATE TABLE competition_record ( rank , farm_id , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select count ( _ ) from _ | select count ( * ) from farm
[ "farm.*", "farm.year", "farm.farm_id", "farm.bulls", "farm.oxen", "farm.total_horses", "city.*", "city.city_id", "city.official_name", "city.population", "city.census_ranking", "city.area_km_2", "farm_competition.*", "farm_competition.host_city_id", "farm_competition.competition_id", "...
(c / count-01 :mode imperative :ARG0 (y / you) :ARG1 (n / number :quant-of (f / farm)))
Contar o número de explotacións. CREATE TABLE farm ( year , farm_id , bulls , oxen , total_horses ); CREATE TABLE city ( city_id , official_name , population , census_ranking , area_km_2 ); CREATE TABLE farm_competition ( host_city_id , competition_id , hosts , theme , year ); CREATE TABLE competition_record ( rank , farm_id , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Emboherakuã opaite kavaju oĩva umi granja-pe, orden ascendente-pe. CREATE TABLE farm ( total_horses , year , farm_id , bulls , oxen ); CREATE TABLE city ( city_id , official_name , population , area_km_2 , status ); CREATE TABLE farm_competition ( theme , year , hosts , competition_id , host_city_id ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ order by _ asc | select total_horses from farm order by total_horses asc
[ "farm.*", "farm.total_horses", "farm.year", "farm.farm_id", "farm.bulls", "farm.oxen", "city.*", "city.city_id", "city.official_name", "city.population", "city.area_km_2", "city.status", "farm_competition.*", "farm_competition.theme", "farm_competition.year", "farm_competition.hosts", ...
(l / list-01 :ARG1 (n / number :quant-of (h / horse :location (f / farm)) :ARG2-of (t / total-01)) :manner (o / order-03 :ARG1 n :ARG2 (a / ascending)))
Enumere o número total de cabalos nas explotacións en orde ascendente. CREATE TABLE farm ( total_horses , year , farm_id , bulls , oxen ); CREATE TABLE city ( city_id , official_name , population , area_km_2 , status ); CREATE TABLE farm_competition ( theme , year , hosts , competition_id , host_city_id ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Mboypa umi kavaju jehaipyre opaite kokue rehegua, oñemohenda yvate gotyo? CREATE TABLE farm ( total_horses , oxen , cows , bulls , pigs ); CREATE TABLE city ( population , area_km_2 , official_name , city_id , census_ranking ); CREATE TABLE farm_competition ( host_city_id , year , theme , hosts , competition_id ); CREATE TABLE competition_record ( competition_id , farm_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ order by _ asc | select total_horses from farm order by total_horses asc
[ "farm.*", "farm.total_horses", "farm.oxen", "farm.cows", "farm.bulls", "farm.pigs", "city.*", "city.population", "city.area_km_2", "city.official_name", "city.city_id", "city.census_ranking", "farm_competition.*", "farm_competition.host_city_id", "farm_competition.year", "farm_competit...
(r / record-01 :ARG1 (a / amr-unknown) :ARG2 (h / horse :mod (t / total)) :beneficiary (f / farm :mod (e / each)) :ARG1-of (s / sort-01 :manner (a2 / ascribe-01)))
Cal é o rexistro total de cabalos para cada granxa, ordenado ascendente? CREATE TABLE farm ( total_horses , oxen , cows , bulls , pigs ); CREATE TABLE city ( population , area_km_2 , official_name , city_id , census_ranking ); CREATE TABLE farm_competition ( host_city_id , year , theme , hosts , competition_id ); CREATE TABLE competition_record ( competition_id , farm_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Mávapa omotenonde umi concurso orekóva tema ndaha'éiva "Aliens"? CREATE TABLE farm_competition ( theme , hosts , year , host_city_id , competition_id ); CREATE TABLE city ( city_id , official_name , census_ranking , status , area_km_2 ); CREATE TABLE farm ( working_horses , bulls , year , total_cattle , cows ); CREATE TABLE competition_record ( farm_id , rank , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ where _ | select hosts from farm_competition where theme != 'Aliens'
[ "farm_competition.*", "farm_competition.theme", "farm_competition.hosts", "farm_competition.year", "farm_competition.host_city_id", "farm_competition.competition_id", "city.*", "city.city_id", "city.official_name", "city.census_ranking", "city.status", "city.area_km_2", "farm.*", "farm.wor...
(p / person :ARG0-of (h / host-01 :ARG1 (c / compete-01 :topic (t / theme :polarity - :mod (a / alien-01)))) :domain (a2 / amr-unknown))
Quen son os anfitrións das competicións cuxa temática non é "Aliens"? CREATE TABLE farm_competition ( theme , hosts , year , host_city_id , competition_id ); CREATE TABLE city ( city_id , official_name , census_ranking , status , area_km_2 ); CREATE TABLE farm ( working_horses , bulls , year , total_cattle , cows ); CREATE TABLE competition_record ( farm_id , rank , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
¿Ojevy umi concurso anfitrión tema ndaha'éiva extraterrestre? CREATE TABLE farm_competition ( theme , hosts , competition_id , year , host_city_id ); CREATE TABLE city ( official_name , status , census_ranking , area_km_2 , population ); CREATE TABLE farm ( total_cattle , cows , oxen , bulls , farm_id ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ where _ | select hosts from farm_competition where theme != 'Aliens'
[ "farm_competition.*", "farm_competition.theme", "farm_competition.hosts", "farm_competition.competition_id", "farm_competition.year", "farm_competition.host_city_id", "city.*", "city.official_name", "city.status", "city.census_ranking", "city.area_km_2", "city.population", "farm.*", "farm....
(r / return-02 :ARG1 (p / person :ARG0-of (h / host-01 :ARG1 (c / compete-01 :ARG2-of (t / theme-01 :polarity - :ARG1 (a / alien-01))))))
Volver os anfitrións de competicións para que o tema non é alieníxenas? CREATE TABLE farm_competition ( theme , hosts , competition_id , year , host_city_id ); CREATE TABLE city ( official_name , status , census_ranking , area_km_2 , population ); CREATE TABLE farm ( total_cattle , cows , oxen , bulls , farm_id ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
¿Mba'e temapa oreko umi concurso agrícola oñemohendahápe ary ohóvo? CREATE TABLE farm_competition ( year , theme , hosts , competition_id , host_city_id ); CREATE TABLE city ( city_id , official_name , status , population , census_ranking ); CREATE TABLE farm ( pigs , total_cattle , farm_id , oxen , sheep_and_goats ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ order by _ asc | select theme from farm_competition order by year asc
[ "farm_competition.*", "farm_competition.year", "farm_competition.theme", "farm_competition.hosts", "farm_competition.competition_id", "farm_competition.host_city_id", "city.*", "city.city_id", "city.official_name", "city.status", "city.population", "city.census_ranking", "farm.*", "farm.pi...
(s / sort-01 :ARG1 (t / theme :poss (c / compete-01 :ARG2 (f / farm)) :mod (a / amr-unknown)) :manner (o / order-03 :ARG2 (t2 / temporal-quantity :quant 1 :unit (y / year)) :ARG4 (a2 / ascending)))
Cales son os temas dos concursos agrícolas ordenados por anos en orde ascendente? CREATE TABLE farm_competition ( year , theme , hosts , competition_id , host_city_id ); CREATE TABLE city ( city_id , official_name , status , population , census_ranking ); CREATE TABLE farm ( pigs , total_cattle , farm_id , oxen , sheep_and_goats ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Embohasa temática concurso agrícola, oñemohenda ary ojupíva rupive. CREATE TABLE city ( status , census_ranking , official_name , population , area_km_2 ); CREATE TABLE farm ( total_cattle , pigs , cows , total_horses , farm_id ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); CREATE TABLE farm_competition ( year , theme , hosts , competition_id , host_city_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ order by _ asc | select theme from farm_competition order by year asc
[ "city.*", "city.status", "city.census_ranking", "city.official_name", "city.population", "city.area_km_2", "farm.*", "farm.total_cattle", "farm.pigs", "farm.cows", "farm.total_horses", "farm.farm_id", "competition_record.*", "competition_record.competition_id", "competition_record.rank",...
(r / return-04 :ARG1 (t / theme :poss (c / compete-01 :ARG2 (f / farm)) :ARG1-of (s / sort-01 :ARG2 (y / year :ARG1-of (a / ascend-01)))))
Devolve os temas dos concursos agrícolas, ordenados por anos ascendentes. CREATE TABLE city ( status , census_ranking , official_name , population , area_km_2 ); CREATE TABLE farm ( total_cattle , pigs , cows , total_horses , farm_id ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); CREATE TABLE farm_competition ( year , theme , hosts , competition_id , host_city_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Mboypa hína umi kavaju omba'apóva papapy media umi granja orekóva 5000 kavaju ári? CREATE TABLE farm ( total_horses , working_horses , sheep_and_goats , bulls , cows ); CREATE TABLE city ( city_id , census_ranking , population , status , area_km_2 ); CREATE TABLE farm_competition ( hosts , competition_id , host_city_id , year , theme ); CREATE TABLE competition_record ( rank , competition_id , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select avg ( _ ) from _ where _ | select avg ( working_horses ) from farm where total_horses > 5000
[ "farm.*", "farm.total_horses", "farm.working_horses", "farm.sheep_and_goats", "farm.bulls", "farm.cows", "city.*", "city.city_id", "city.census_ranking", "city.population", "city.status", "city.area_km_2", "farm_competition.*", "farm_competition.hosts", "farm_competition.competition_id",...
(n / number :quant-of (h / horse :ARG0-of (w / work-01) :location (f / farm :ARG0-of (h2 / have-03 :ARG1 (n2 / number :quant-of (h3 / horse) :ARG2-of (t / total-01) :quant (m / more-than :op1 5000))))) :ARG2-of (a / average-01) :domain (a2 / amr-unknown))
Cal é o número medio de cabalos de traballo de explotacións con máis de 5000 cabalos? CREATE TABLE farm ( total_horses , working_horses , sheep_and_goats , bulls , cows ); CREATE TABLE city ( city_id , census_ranking , population , status , area_km_2 ); CREATE TABLE farm_competition ( hosts , competition_id , host_city_id , year , theme ); CREATE TABLE competition_record ( rank , competition_id , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Emombe'u mbytere umi kavaju omba'apóva umi granja oguerekóva 5000 kavaju ári. CREATE TABLE farm ( total_horses , working_horses , oxen , cows , farm_id ); CREATE TABLE city ( population , area_km_2 , official_name , city_id , status ); CREATE TABLE farm_competition ( hosts , theme , competition_id , host_city_id , year ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select avg ( _ ) from _ where _ | select avg ( working_horses ) from farm where total_horses > 5000
[ "farm.*", "farm.total_horses", "farm.working_horses", "farm.oxen", "farm.cows", "farm.farm_id", "city.*", "city.population", "city.area_km_2", "city.official_name", "city.city_id", "city.status", "farm_competition.*", "farm_competition.hosts", "farm_competition.theme", "farm_competitio...
(g / give-01 :mode imperative :ARG0 (y / you) :ARG1 (n / number :ARG2-of (a / average-01) :quant-of (h / horse :ARG0-of (w / work-01) :location (f / farm :ARG0-of (h2 / have-03 :ARG1 (h3 / horse :ARG1-of (t / total-01 :ARG2 (m / more-than :op1 5000))))))))
Indicar o número medio de cabalos de traballo en explotacións con máis de 5000 cabalos en total. CREATE TABLE farm ( total_horses , working_horses , oxen , cows , farm_id ); CREATE TABLE city ( population , area_km_2 , official_name , city_id , status ); CREATE TABLE farm_competition ( hosts , theme , competition_id , host_city_id , year ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Mávapa ikatu hetave ha mbovyve vaka opaite kokuépe. CREATE TABLE farm ( working_horses , total_cattle , oxen , year , cows ); CREATE TABLE city ( area_km_2 , status , population , city_id , census_ranking ); CREATE TABLE farm_competition ( competition_id , theme , hosts , host_city_id , year ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select max ( _ ) , min ( _ ) from _ | select max ( cows ) , min ( cows ) from farm
[ "farm.*", "farm.working_horses", "farm.total_cattle", "farm.oxen", "farm.year", "farm.cows", "city.*", "city.area_km_2", "city.status", "city.population", "city.city_id", "city.census_ranking", "farm_competition.*", "farm_competition.competition_id", "farm_competition.theme", "farm_com...
(a / and :op1 (n / number :quant-of (c / cow) :mod (m / maximum)) :op2 (n2 / number :quant-of (c2 / cow) :mod (m2 / minimum)) :location (a2 / across :op1 (f / farm :mod (a3 / all))) :domain (a4 / amr-unknown))
Cal é o número máximo e mínimo de vacas en todas as explotacións? CREATE TABLE farm ( working_horses , total_cattle , oxen , year , cows ); CREATE TABLE city ( area_km_2 , status , population , city_id , census_ranking ); CREATE TABLE farm_competition ( competition_id , theme , hosts , host_city_id , year ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Emombe'u mboýpa ikatu ha'e oĩ hetave vaka opaite kokuépe. CREATE TABLE farm ( cows , sheep_and_goats , oxen , farm_id , bulls ); CREATE TABLE city ( status , official_name , census_ranking , city_id , area_km_2 ); CREATE TABLE farm_competition ( host_city_id , competition_id , year , hosts , theme ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select max ( _ ) , min ( _ ) from _ | select max ( cows ) , min ( cows ) from farm
[ "farm.*", "farm.cows", "farm.sheep_and_goats", "farm.oxen", "farm.farm_id", "farm.bulls", "city.*", "city.status", "city.official_name", "city.census_ranking", "city.city_id", "city.area_km_2", "farm_competition.*", "farm_competition.host_city_id", "farm_competition.competition_id", "f...
(r / return-02 :ARG1 (a / and :op1 (n / number :quant-of (c / cow) :mod (m / maximum)) :op2 (n2 / number :quant-of (c2 / cow) :mod (m2 / minimum)) :location (a2 / across :op1 (f / farm :mod (a3 / all)))))
Devolver o número máximo e mínimo de vacas en todas as explotacións. CREATE TABLE farm ( cows , sheep_and_goats , oxen , farm_id , bulls ); CREATE TABLE city ( status , official_name , census_ranking , city_id , area_km_2 ); CREATE TABLE farm_competition ( host_city_id , competition_id , year , hosts , theme ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Mboy estado iñambuéva oguereko umi táva? CREATE TABLE city ( city_id , status , population , area_km_2 , official_name ); CREATE TABLE farm ( total_cattle , pigs , sheep_and_goats , oxen , working_horses ); CREATE TABLE farm_competition ( hosts , host_city_id , competition_id , year , theme ); CREATE TABLE competition_record ( rank , competition_id , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select count ( distinct _ ) from _ | select count ( distinct status ) from city
[ "city.*", "city.city_id", "city.status", "city.population", "city.area_km_2", "city.official_name", "farm.*", "farm.total_cattle", "farm.pigs", "farm.sheep_and_goats", "farm.oxen", "farm.working_horses", "farm_competition.*", "farm_competition.hosts", "farm_competition.host_city_id", "...
(h / have-03 :ARG0 (c / city) :ARG1 (s / status :ARG1-of (d / differ-02) :quant (a / amr-unknown)))
Cantos diferentes estatutos teñen as cidades? CREATE TABLE city ( city_id , status , population , area_km_2 , official_name ); CREATE TABLE farm ( total_cattle , pigs , sheep_and_goats , oxen , working_horses ); CREATE TABLE farm_competition ( hosts , host_city_id , competition_id , year , theme ); CREATE TABLE competition_record ( rank , competition_id , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Emboja'o umi estado iñambuéva. CREATE TABLE city ( status , census_ranking , city_id , official_name , area_km_2 ); CREATE TABLE farm ( sheep_and_goats , oxen , cows , working_horses , bulls ); CREATE TABLE farm_competition ( year , competition_id , theme , host_city_id , hosts ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select count ( distinct _ ) from _ | select count ( distinct status ) from city
[ "city.*", "city.status", "city.census_ranking", "city.city_id", "city.official_name", "city.area_km_2", "farm.*", "farm.sheep_and_goats", "farm.oxen", "farm.cows", "farm.working_horses", "farm.bulls", "farm_competition.*", "farm_competition.year", "farm_competition.competition_id", "fa...
(c / count-01 :mode imperative :ARG0 (y / you) :ARG1 (n / number :quant-of (s / status :ARG1-of (d / differ-02))))
Contar o número de diferentes estatutos. CREATE TABLE city ( status , census_ranking , city_id , official_name , area_km_2 ); CREATE TABLE farm ( sheep_and_goats , oxen , cows , working_horses , bulls ); CREATE TABLE farm_competition ( year , competition_id , theme , host_city_id , hosts ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Embojuehe umi táva réra oficial población decreciente-pe. CREATE TABLE city ( official_name , population , status , area_km_2 , census_ranking ); CREATE TABLE farm ( working_horses , total_horses , farm_id , cows , year ); CREATE TABLE farm_competition ( host_city_id , theme , year , competition_id , hosts ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ order by _ desc | select official_name from city order by population desc
[ "city.*", "city.official_name", "city.population", "city.status", "city.area_km_2", "city.census_ranking", "farm.*", "farm.working_horses", "farm.total_horses", "farm.farm_id", "farm.cows", "farm.year", "farm_competition.*", "farm_competition.host_city_id", "farm_competition.theme", "f...
(l / list-01 :ARG1 (t / thing :ARG2-of (n / name-01 :ARG1 (c / city)) :mod (o / official)) :manner (o2 / order-03 :ARG2 (p / populate-01) :ARG1-of (d / descend-01)))
Lista de nomes oficiais das cidades por orde descendente de poboación. CREATE TABLE city ( official_name , population , status , area_km_2 , census_ranking ); CREATE TABLE farm ( working_horses , total_horses , farm_id , cows , year ); CREATE TABLE farm_competition ( host_city_id , theme , year , competition_id , hosts ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
¿Mba'éichapa héra umi táva, oñemohendava'erã población rupive? CREATE TABLE city ( official_name , population , census_ranking , city_id , area_km_2 ); CREATE TABLE farm ( farm_id , year , bulls , pigs , cows ); CREATE TABLE farm_competition ( year , theme , competition_id , host_city_id , hosts ); CREATE TABLE competition_record ( rank , farm_id , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ order by _ desc | select official_name from city order by population desc
[ "city.*", "city.official_name", "city.population", "city.census_ranking", "city.city_id", "city.area_km_2", "farm.*", "farm.farm_id", "farm.year", "farm.bulls", "farm.pigs", "farm.cows", "farm_competition.*", "farm_competition.year", "farm_competition.theme", "farm_competition.competit...
(n / name-01 :ARG1 (c / city) :ARG2 (a / amr-unknown) :mod (o / official) :ARG1-of (o2 / order-01 :ARG2 (d / descend-01 :ARG0 (p / population))))
Cales son os nomes oficiais das cidades, ordenados por poboación? CREATE TABLE city ( official_name , population , census_ranking , city_id , area_km_2 ); CREATE TABLE farm ( farm_id , year , bulls , pigs , cows ); CREATE TABLE farm_competition ( year , theme , competition_id , host_city_id , hosts ); CREATE TABLE competition_record ( rank , farm_id , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Emboherakuã téra ha estado oficial tavusu oguerekóva población hetavéva. CREATE TABLE city ( official_name , status , population , census_ranking , area_km_2 ); CREATE TABLE farm ( cows , pigs , bulls , sheep_and_goats , total_cattle ); CREATE TABLE farm_competition ( competition_id , theme , hosts , host_city_id , year ); CREATE TABLE competition_record ( competition_id , farm_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ order by _ desc limit _ | select official_name , status from city order by population desc limit 1
[ "city.*", "city.official_name", "city.status", "city.population", "city.census_ranking", "city.area_km_2", "farm.*", "farm.cows", "farm.pigs", "farm.bulls", "farm.sheep_and_goats", "farm.total_cattle", "farm_competition.*", "farm_competition.competition_id", "farm_competition.theme", "...
(l / list-01 :ARG1 (a / and :op1 (t / thing :ARG2-of (n / name-01 :ARG1 (c / city :ARG0-of (p / populate-01 :ARG1-of (h / have-degree-91 :ARG2 (l2 / large) :ARG3 (m / most))))) :mod (o / official)) :op2 (s / status :poss c)))
Enumera o nome oficial e o estatuto da cidade coa maior poboación. CREATE TABLE city ( official_name , status , population , census_ranking , area_km_2 ); CREATE TABLE farm ( cows , pigs , bulls , sheep_and_goats , total_cattle ); CREATE TABLE farm_competition ( competition_id , theme , hosts , host_city_id , year ); CREATE TABLE competition_record ( competition_id , farm_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
¿Mba'e téra ha estado oficial orekóva tavaguasu orekóva hetave tapicha? CREATE TABLE city ( official_name , status , population , census_ranking , city_id ); CREATE TABLE farm ( year , total_cattle , working_horses , total_horses , bulls ); CREATE TABLE farm_competition ( year , theme , host_city_id , competition_id , hosts ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ order by _ desc limit _ | select official_name , status from city order by population desc limit 1
[ "city.*", "city.official_name", "city.status", "city.population", "city.census_ranking", "city.city_id", "farm.*", "farm.year", "farm.total_cattle", "farm.working_horses", "farm.total_horses", "farm.bulls", "farm_competition.*", "farm_competition.year", "farm_competition.theme", "farm_...
(a / and :op1 (t / thing :ARG2-of (n / name-01 :ARG1 (c / city :ARG0-of (h / have-03 :ARG1 (p / person :ARG0-of (r / reside-01) :quant (m / most))))) :mod (o / official)) :op2 (s / status :poss c) :domain (a2 / amr-unknown))
Cal é o nome oficial e o estatuto da cidade con máis habitantes? CREATE TABLE city ( official_name , status , population , census_ranking , city_id ); CREATE TABLE farm ( year , total_cattle , working_horses , total_horses , bulls ); CREATE TABLE farm_competition ( year , theme , host_city_id , competition_id , hosts ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Ehechauka umi ary ha umi téra oficial táva omyakãva competencia. CREATE TABLE city ( city_id , official_name , census_ranking , status , population ); CREATE TABLE farm ( bulls , farm_id , sheep_and_goats , working_horses , pigs ); CREATE TABLE farm_competition ( year , host_city_id , competition_id , hosts , theme ); CREATE TABLE competition_record ( rank , competition_id , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ | select farm_competition.year , city.official_name from city join farm_competition on city.city_id = farm_competition.host_city_id
[ "city.*", "city.city_id", "city.official_name", "city.census_ranking", "city.status", "city.population", "farm.*", "farm.bulls", "farm.farm_id", "farm.sheep_and_goats", "farm.working_horses", "farm.pigs", "farm_competition.*", "farm_competition.year", "farm_competition.host_city_id", "...
(s / show-01 :mode imperative :ARG0 (y / you) :ARG1 (a / and :op1 (y2 / year) :op2 (n / name :mod (o / official) :poss (c / city :ARG0-of (h / host-01 :ARG1 (c2 / compete-01))))))
Mostrar os anos e os nomes oficiais das cidades anfitrionas dos concursos. CREATE TABLE city ( city_id , official_name , census_ranking , status , population ); CREATE TABLE farm ( bulls , farm_id , sheep_and_goats , working_horses , pigs ); CREATE TABLE farm_competition ( year , host_city_id , competition_id , hosts , theme ); CREATE TABLE competition_record ( rank , competition_id , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Emombe'u umi ary ha umi táva réra oficial opaite competencia-pe. CREATE TABLE city ( city_id , official_name , census_ranking , status , area_km_2 ); CREATE TABLE farm_competition ( year , host_city_id , competition_id , theme , hosts ); CREATE TABLE farm ( cows , total_horses , farm_id , working_horses , total_cattle ); CREATE TABLE competition_record ( farm_id , rank , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ | select farm_competition.year , city.official_name from city join farm_competition on city.city_id = farm_competition.host_city_id
[ "city.*", "city.city_id", "city.official_name", "city.census_ranking", "city.status", "city.area_km_2", "farm_competition.*", "farm_competition.year", "farm_competition.host_city_id", "farm_competition.competition_id", "farm_competition.theme", "farm_competition.hosts", "farm.*", "farm.cow...
(g / give-01 :mode imperative :ARG0 (y / you) :ARG1 (a / and :op1 (y2 / year) :op2 (n / name :mod (o / official)) :poss (c / city :poss (c2 / compete-01 :mod (e / each)))))
Indicar os anos e os nomes oficiais das cidades de cada competición. CREATE TABLE city ( city_id , official_name , census_ranking , status , area_km_2 ); CREATE TABLE farm_competition ( year , host_city_id , competition_id , theme , hosts ); CREATE TABLE farm ( cows , total_horses , farm_id , working_horses , total_cattle ); CREATE TABLE competition_record ( farm_id , rank , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Tojehechauka umi táva réra oficial oguerekóva hetave competencia. CREATE TABLE farm_competition ( host_city_id , competition_id , hosts , year , theme ); CREATE TABLE farm ( oxen , sheep_and_goats , bulls , total_horses , working_horses ); CREATE TABLE city ( city_id , official_name , status , area_km_2 , census_ranking ); CREATE TABLE competition_record ( rank , farm_id , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ group by _ having count ( _ ) > _ | select city.official_name from city join farm_competition on city.city_id = farm_competition.host_city_id group by farm_competition.host_city_id having count ( * ) > 1
[ "farm_competition.*", "farm_competition.host_city_id", "farm_competition.competition_id", "farm_competition.hosts", "farm_competition.year", "farm_competition.theme", "farm.*", "farm.oxen", "farm.sheep_and_goats", "farm.bulls", "farm.total_horses", "farm.working_horses", "city.*", "city.ci...
(s / show-01 :mode imperative :ARG0 (y / you) :ARG1 (t / thing :ARG2-of (n / name-01 :ARG1 (c / city :ARG0-of (h / host-01 :ARG1 (c2 / compete-01 :quant (m / more-than :op1 1))))) :mod (o / official)))
Mostrar os nomes oficiais das cidades que foron sede de máis dunha competición. CREATE TABLE farm_competition ( host_city_id , competition_id , hosts , year , theme ); CREATE TABLE farm ( oxen , sheep_and_goats , bulls , total_horses , working_horses ); CREATE TABLE city ( city_id , official_name , status , area_km_2 , census_ranking ); CREATE TABLE competition_record ( rank , farm_id , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
¿Mba'éichapa héra umi táva ombosako'íva hetave ñembosarái? CREATE TABLE farm_competition ( host_city_id , hosts , theme , competition_id , year ); CREATE TABLE farm ( cows , year , working_horses , sheep_and_goats , oxen ); CREATE TABLE competition_record ( rank , competition_id , farm_id ); CREATE TABLE city ( area_km_2 , official_name , census_ranking , status , city_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ group by _ having count ( _ ) > _ | select city.official_name from city join farm_competition on city.city_id = farm_competition.host_city_id group by farm_competition.host_city_id having count ( * ) > 1
[ "farm_competition.*", "farm_competition.host_city_id", "farm_competition.hosts", "farm_competition.theme", "farm_competition.competition_id", "farm_competition.year", "farm.*", "farm.cows", "farm.year", "farm.working_horses", "farm.sheep_and_goats", "farm.oxen", "competition_record.*", "co...
(n / name-01 :ARG1 (c / city :ARG0-of (h / host-01 :ARG1 (c2 / compete-01 :quant (m / more-than :op1 1)))) :ARG2 (a / amr-unknown) :mod (o / official))
Cales son os nomes oficiais das cidades que organizaron máis dun concurso? CREATE TABLE farm_competition ( host_city_id , hosts , theme , competition_id , year ); CREATE TABLE farm ( cows , year , working_horses , sheep_and_goats , oxen ); CREATE TABLE competition_record ( rank , competition_id , farm_id ); CREATE TABLE city ( area_km_2 , official_name , census_ranking , status , city_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Ehechauka táva omyakãva hetave ñembosarái. CREATE TABLE city ( status , official_name , population , city_id , area_km_2 ); CREATE TABLE farm_competition ( host_city_id , competition_id , year , hosts , theme ); CREATE TABLE farm ( year , pigs , oxen , farm_id , working_horses ); CREATE TABLE competition_record ( rank , farm_id , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ group by _ order by count ( _ ) desc limit _ | select city.status from city join farm_competition on city.city_id = farm_competition.host_city_id group by farm_competition.host_city_id order by count ( * ) desc limit 1
[ "city.*", "city.status", "city.official_name", "city.population", "city.city_id", "city.area_km_2", "farm_competition.*", "farm_competition.host_city_id", "farm_competition.competition_id", "farm_competition.year", "farm_competition.hosts", "farm_competition.theme", "farm.*", "farm.year", ...
(s / show-01 :mode imperative :ARG0 (y / you) :ARG1 (s2 / status :poss (c / city :ARG0-of (h / host-01 :ARG1 (c2 / compete-02 :quant (n / number :ARG1-of (h2 / have-degree-91 :ARG2 (g / great) :ARG3 (m / most))))))))
Mostrar o estatuto da cidade que acolleu o maior número de concursos. CREATE TABLE city ( status , official_name , population , city_id , area_km_2 ); CREATE TABLE farm_competition ( host_city_id , competition_id , year , hosts , theme ); CREATE TABLE farm ( year , pigs , oxen , farm_id , working_horses ); CREATE TABLE competition_record ( rank , farm_id , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
¿Mba'e situación piko oreko táva ombosako'íva hetave competencia? CREATE TABLE city ( city_id , status , census_ranking , population , official_name ); CREATE TABLE farm_competition ( host_city_id , competition_id , year , hosts , theme ); CREATE TABLE farm ( sheep_and_goats , total_cattle , oxen , bulls , year ); CREATE TABLE competition_record ( rank , farm_id , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ group by _ order by count ( _ ) desc limit _ | select city.status from city join farm_competition on city.city_id = farm_competition.host_city_id group by farm_competition.host_city_id order by count ( * ) desc limit 1
[ "city.*", "city.city_id", "city.status", "city.census_ranking", "city.population", "city.official_name", "farm_competition.*", "farm_competition.host_city_id", "farm_competition.competition_id", "farm_competition.year", "farm_competition.hosts", "farm_competition.theme", "farm.*", "farm.sh...
(s / status :domain (c / city :ARG0-of (h / host-01 :ARG1 (c2 / compete-02 :quant (m / most)))) :mod (a / amr-unknown))
Cal é a situación da cidade que máis veces acolleu competicións? CREATE TABLE city ( city_id , status , census_ranking , population , official_name ); CREATE TABLE farm_competition ( host_city_id , competition_id , year , hosts , theme ); CREATE TABLE farm ( sheep_and_goats , total_cattle , oxen , bulls , year ); CREATE TABLE competition_record ( rank , farm_id , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Ehechauka umi temática concurso orekóva umi táva oguerekóva población tuichavéva 1000-gui. CREATE TABLE city ( city_id , population , census_ranking , area_km_2 , status ); CREATE TABLE farm_competition ( theme , hosts , year , competition_id , host_city_id ); CREATE TABLE farm ( total_cattle , sheep_and_goats , farm_id , pigs , year ); CREATE TABLE competition_record ( competition_id , farm_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ where _ | select farm_competition.theme from city join farm_competition on city.city_id = farm_competition.host_city_id where city.population > 1000
[ "city.*", "city.city_id", "city.population", "city.census_ranking", "city.area_km_2", "city.status", "farm_competition.*", "farm_competition.theme", "farm_competition.hosts", "farm_competition.year", "farm_competition.competition_id", "farm_competition.host_city_id", "farm.*", "farm.total_...
(s / show-01 :mode imperative :polite + :ARG0 (y / you) :ARG1 (t / theme :topic (c / compete-01 :ARG0 (c2 / city :ARG0-of (h / host-01) :ARG0-of (h2 / have-03 :ARG1 (p / population :quant (m / more-than :op1 1000)))))))
Por favor, indique os temas dos concursos coas cidades anfitrionas con máis de 1000 habitantes. CREATE TABLE city ( city_id , population , census_ranking , area_km_2 , status ); CREATE TABLE farm_competition ( theme , hosts , year , competition_id , host_city_id ); CREATE TABLE farm ( total_cattle , sheep_and_goats , farm_id , pigs , year ); CREATE TABLE competition_record ( competition_id , farm_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
¿Mba'e temápa oguereko umi concurso oguerekóva táva omyakãva 1000 tapicha rupi? CREATE TABLE city ( city_id , population , census_ranking , area_km_2 , status ); CREATE TABLE farm_competition ( theme , host_city_id , year , hosts , competition_id ); CREATE TABLE farm ( bulls , working_horses , total_cattle , oxen , cows ); CREATE TABLE competition_record ( competition_id , farm_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ where _ | select farm_competition.theme from city join farm_competition on city.city_id = farm_competition.host_city_id where city.population > 1000
[ "city.*", "city.city_id", "city.population", "city.census_ranking", "city.area_km_2", "city.status", "farm_competition.*", "farm_competition.theme", "farm_competition.host_city_id", "farm_competition.year", "farm_competition.hosts", "farm_competition.competition_id", "farm.*", "farm.bulls"...
(t / theme :poss (c / compete-01 :ARG0-of (h / have-03 :ARG1 (c2 / city :ARG0-of (h2 / host-01) :ARG1-of (c3 / correspond-02) :ARG0-of (r / reside-01 :ARG1 (p / person :quant (m / more-than :op1 1000)))))) :domain (a / amr-unknown))
Cales son os temas dos concursos que teñen correspondentes cidades anfitrionas con máis de 1000 habitantes? CREATE TABLE city ( city_id , population , census_ranking , area_km_2 , status ); CREATE TABLE farm_competition ( theme , host_city_id , year , hosts , competition_id ); CREATE TABLE farm ( bulls , working_horses , total_cattle , oxen , cows ); CREATE TABLE competition_record ( competition_id , farm_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Ehechauka umi táva estado ha población promedio orekóva umi táva orekóva status. CREATE TABLE city ( status , population , area_km_2 , official_name , census_ranking ); CREATE TABLE farm ( total_cattle , working_horses , year , oxen , cows ); CREATE TABLE farm_competition ( host_city_id , theme , competition_id , year , hosts ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ , avg ( _ ) from _ group by _ | select status , avg ( population ) from city group by status
[ "city.*", "city.status", "city.population", "city.area_km_2", "city.official_name", "city.census_ranking", "farm.*", "farm.total_cattle", "farm.working_horses", "farm.year", "farm.oxen", "farm.cows", "farm_competition.*", "farm_competition.host_city_id", "farm_competition.theme", "farm...
(s / show-01 :mode imperative :polite + :ARG0 (y / you) :ARG1 (a / and :op1 (s2 / status :ARG1-of (d / differ-02) :poss (c / city)) :op2 (p / population :ARG1-of (a2 / average-04) :poss (c2 / city :ARG0-of (h / have-03 :ARG1 (s3 / status :mod (e / each)))))))
Por favor, indique os diferentes estatutos das cidades e a poboación media das cidades con cada estatuto. CREATE TABLE city ( status , population , area_km_2 , official_name , census_ranking ); CREATE TABLE farm ( total_cattle , working_horses , year , oxen , cows ); CREATE TABLE farm_competition ( host_city_id , theme , competition_id , year , hosts ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
¿Mba'e situación ha población promedio oguerekóva peteĩteĩ umi táva? CREATE TABLE city ( area_km_2 , official_name , city_id , population , status ); CREATE TABLE farm ( farm_id , pigs , total_cattle , oxen , year ); CREATE TABLE farm_competition ( theme , year , hosts , competition_id , host_city_id ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ , avg ( _ ) from _ group by _ | select status , avg ( population ) from city group by status
[ "city.*", "city.area_km_2", "city.official_name", "city.city_id", "city.population", "city.status", "farm.*", "farm.farm_id", "farm.pigs", "farm.total_cattle", "farm.oxen", "farm.year", "farm_competition.*", "farm_competition.theme", "farm_competition.year", "farm_competition.hosts", ...
(a / and :op1 (s / status :domain (c / city :mod (e / each))) :op2 (p / population :ARG1-of (a2 / average-04) :location c) :domain (a3 / amr-unknown))
Cal é o estatuto e a poboación media de cada cidade? CREATE TABLE city ( area_km_2 , official_name , city_id , population , status ); CREATE TABLE farm ( farm_id , pigs , total_cattle , oxen , year ); CREATE TABLE farm_competition ( theme , year , hosts , competition_id , host_city_id ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Ehechauka umi estado iñambuéva, oñemohendava'erã umi táva oguerekóva peteĩteĩ. CREATE TABLE farm ( bulls , cows , year , total_cattle , oxen ); CREATE TABLE farm_competition ( competition_id , host_city_id , theme , hosts , year ); CREATE TABLE city ( status , official_name , city_id , area_km_2 , census_ranking ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ group by _ order by count ( _ ) asc | select status from city group by status order by count ( * ) asc
[ "farm.*", "farm.bulls", "farm.cows", "farm.year", "farm.total_cattle", "farm.oxen", "farm_competition.*", "farm_competition.competition_id", "farm_competition.host_city_id", "farm_competition.theme", "farm_competition.hosts", "farm_competition.year", "city.*", "city.status", "city.offici...
(s / show-01 :mode imperative :polite + :ARG0 (y / you) :ARG1 (s2 / status :ARG1-of (d / differ-02) :ARG1-of (o / order-01 :ARG2 (n / number :quant-of (c / city :ARG0-of (h / have-03 :ARG1 s2))))))
Mostrar os distintos estatutos, ordenados polo número de cidades que teñen cada un deles. CREATE TABLE farm ( bulls , cows , year , total_cattle , oxen ); CREATE TABLE farm_competition ( competition_id , host_city_id , theme , hosts , year ); CREATE TABLE city ( status , official_name , city_id , area_km_2 , census_ranking ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Embohasa umi táva estado, ojupíva frecuencia rupive. CREATE TABLE city ( status , population , area_km_2 , census_ranking , official_name ); CREATE TABLE farm ( sheep_and_goats , farm_id , year , bulls , cows ); CREATE TABLE farm_competition ( year , hosts , host_city_id , competition_id , theme ); CREATE TABLE competition_record ( farm_id , rank , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ group by _ order by count ( _ ) asc | select status from city group by status order by count ( * ) asc
[ "city.*", "city.status", "city.population", "city.area_km_2", "city.census_ranking", "city.official_name", "farm.*", "farm.sheep_and_goats", "farm.farm_id", "farm.year", "farm.bulls", "farm.cows", "farm_competition.*", "farm_competition.year", "farm_competition.hosts", "farm_competitio...
(r / return-04 :ARG1 (s / status :ARG1-of (d / differ-02) :poss (c / city) :ARG1-of (a / ascend-01 :manner (f / frequency))))
Devolve os diferentes estatutos das cidades, en orden ascendente de frecuencia. CREATE TABLE city ( status , population , area_km_2 , census_ranking , official_name ); CREATE TABLE farm ( sheep_and_goats , farm_id , year , bulls , cows ); CREATE TABLE farm_competition ( year , hosts , host_city_id , competition_id , theme ); CREATE TABLE competition_record ( farm_id , rank , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Emboherakuã mba'eichagua Estado-pa ojeiporuve tavaguasúpe. CREATE TABLE city ( status , census_ranking , population , official_name , city_id ); CREATE TABLE farm ( total_cattle , cows , year , oxen , pigs ); CREATE TABLE farm_competition ( theme , competition_id , host_city_id , year , hosts ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ group by _ order by count ( _ ) desc limit _ | select status from city group by status order by count ( * ) desc limit 1
[ "city.*", "city.status", "city.census_ranking", "city.population", "city.official_name", "city.city_id", "farm.*", "farm.total_cattle", "farm.cows", "farm.year", "farm.oxen", "farm.pigs", "farm_competition.*", "farm_competition.theme", "farm_competition.competition_id", "farm_competiti...
(l / list-01 :ARG1 (t / type :mod (s / status) :ARG1-of (h / have-degree-91 :ARG2 (c / common) :ARG3 (m / most))) :location (a / across :op1 (c2 / city)))
Enumera o tipo de estatus máis común entre as cidades. CREATE TABLE city ( status , census_ranking , population , official_name , city_id ); CREATE TABLE farm ( total_cattle , cows , year , oxen , pigs ); CREATE TABLE farm_competition ( theme , competition_id , host_city_id , year , hosts ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
¿Mba'e estado-pa ojehechave opavave táva rupi? CREATE TABLE city ( status , city_id , census_ranking , population , official_name ); CREATE TABLE farm ( sheep_and_goats , total_cattle , cows , farm_id , working_horses ); CREATE TABLE farm_competition ( competition_id , year , hosts , theme , host_city_id ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ group by _ order by count ( _ ) desc limit _ | select status from city group by status order by count ( * ) desc limit 1
[ "city.*", "city.status", "city.city_id", "city.census_ranking", "city.population", "city.official_name", "farm.*", "farm.sheep_and_goats", "farm.total_cattle", "farm.cows", "farm.farm_id", "farm.working_horses", "farm_competition.*", "farm_competition.competition_id", "farm_competition.y...
(s / status :domain (a / amr-unknown) :ARG1-of (h / have-degree-91 :ARG2 (c / common) :ARG3 (m / most) :ARG5 (c2 / city :mod (a2 / all))))
Cal é o estado máis común en todas as cidades? CREATE TABLE city ( status , city_id , census_ranking , population , official_name ); CREATE TABLE farm ( sheep_and_goats , total_cattle , cows , farm_id , working_horses ); CREATE TABLE farm_competition ( competition_id , year , hosts , theme , host_city_id ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Emboherakuã umi táva réra oficial ndoguerekóiva competencia. CREATE TABLE city ( city_id , official_name , population , status , census_ranking ); CREATE TABLE farm_competition ( host_city_id , hosts , year , theme , competition_id ); CREATE TABLE farm ( total_horses , cows , pigs , sheep_and_goats , year ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ where _ not in ( select _ from _ ) | select official_name from city where city_id not in ( select host_city_id from farm_competition )
[ "city.*", "city.city_id", "city.official_name", "city.population", "city.status", "city.census_ranking", "farm_competition.*", "farm_competition.host_city_id", "farm_competition.hosts", "farm_competition.year", "farm_competition.theme", "farm_competition.competition_id", "farm.*", "farm.to...
(l / list-01 :ARG1 (t / thing :ARG2-of (n / name-01 :ARG1 (c / city :ARG0-of (h / hold-04 :polarity - :ARG1 (c2 / compete-02 :mod (a / any))))) :mod (o / official)))
Enumerar os nomes oficiais das cidades que non celebraron ningún concurso. CREATE TABLE city ( city_id , official_name , population , status , census_ranking ); CREATE TABLE farm_competition ( host_city_id , hosts , year , theme , competition_id ); CREATE TABLE farm ( total_horses , cows , pigs , sheep_and_goats , year ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
¿Mba'éichapa héra umi táva ndoguerekóiva peteĩ concurso agrícola? CREATE TABLE city ( city_id , official_name , census_ranking , area_km_2 , population ); CREATE TABLE farm_competition ( host_city_id , competition_id , theme , hosts , year ); CREATE TABLE farm ( total_cattle , bulls , farm_id , working_horses , cows ); CREATE TABLE competition_record ( rank , competition_id , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ where _ not in ( select _ from _ ) | select official_name from city where city_id not in ( select host_city_id from farm_competition )
[ "city.*", "city.city_id", "city.official_name", "city.census_ranking", "city.area_km_2", "city.population", "farm_competition.*", "farm_competition.host_city_id", "farm_competition.competition_id", "farm_competition.theme", "farm_competition.hosts", "farm_competition.year", "farm.*", "farm...
(n / name-01 :ARG1 (c / city :ARG0-of (h / host-01 :polarity - :ARG1 (c2 / compete-01 :ARG3 (f / farm)))) :ARG2 (a / amr-unknown) :mod (o / official))
Cales son os nomes oficiais das cidades que non organizaron un concurso de granxeiros? CREATE TABLE city ( city_id , official_name , census_ranking , area_km_2 , population ); CREATE TABLE farm_competition ( host_city_id , competition_id , theme , hosts , year ); CREATE TABLE farm ( total_cattle , bulls , farm_id , working_horses , cows ); CREATE TABLE competition_record ( rank , competition_id , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Ehechauka umi táva oguerekóva población 1500 ha'evéva ha 500 ha'evéva. CREATE TABLE city ( status , population , city_id , area_km_2 , official_name ); CREATE TABLE farm ( working_horses , pigs , oxen , total_cattle , sheep_and_goats ); CREATE TABLE farm_competition ( theme , hosts , host_city_id , year , competition_id ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ where _ intersect select _ from _ where _ | select status from city where population > 1500 intersect select status from city where population < 500
[ "city.*", "city.status", "city.population", "city.city_id", "city.area_km_2", "city.official_name", "farm.*", "farm.working_horses", "farm.pigs", "farm.oxen", "farm.total_cattle", "farm.sheep_and_goats", "farm_competition.*", "farm_competition.theme", "farm_competition.hosts", "farm_co...
(s / show-01 :mode imperative :ARG0 (y / you) :ARG1 (s2 / status :ARG1-of (s3 / share-01 :ARG0 (c / city :ARG0-of (h / have-03 :ARG1 (a / and :op1 (p / population :ARG1-of (h2 / have-degree-91 :ARG2 (b / big) :ARG3 (m / more) :ARG4 1500)) :op2 (p2 / population :ARG1-of (h3 / have-degree-91 :ARG2 (s4 / small) :ARG3 (m2 / more) :ARG4 500))))))))
Mostrar o status compartido por cidades con poboación superior a 1500 e inferior a 500. CREATE TABLE city ( status , population , city_id , area_km_2 , official_name ); CREATE TABLE farm ( working_horses , pigs , oxen , total_cattle , sheep_and_goats ); CREATE TABLE farm_competition ( theme , hosts , host_city_id , year , competition_id ); CREATE TABLE competition_record ( competition_id , rank , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
¿Mba'e estado-pa ojokupyty umi táva oguerekóva población 1500 ári ha umi táva oguerekóva población sa'ive 500? CREATE TABLE city ( status , population , official_name , area_km_2 , city_id ); CREATE TABLE farm ( farm_id , pigs , bulls , sheep_and_goats , year ); CREATE TABLE farm_competition ( year , theme , hosts , host_city_id , competition_id ); CREATE TABLE competition_record ( competition_id , farm_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ where _ intersect select _ from _ where _ | select status from city where population > 1500 intersect select status from city where population < 500
[ "city.*", "city.status", "city.population", "city.official_name", "city.area_km_2", "city.city_id", "farm.*", "farm.farm_id", "farm.pigs", "farm.bulls", "farm.sheep_and_goats", "farm.year", "farm_competition.*", "farm_competition.year", "farm_competition.theme", "farm_competition.hosts...
(c / correspond-02 :ARG1 (s / status :mod (a / amr-unknown)) :ARG2 (a2 / and :op1 (c2 / city :ARG0-of (h / have-03 :ARG1 (p / population :quant (o / over :op1 1500)))) :op2 (c3 / city :ARG0-of (h2 / have-03 :ARG1 (p2 / population :quant (l / less-than :op1 500)))) :mod (b / both)))
Que estatuto corresponde tanto ás cidades con poboación superior a 1500 habitantes como ás que teñen menos de 500 habitantes? CREATE TABLE city ( status , population , official_name , area_km_2 , city_id ); CREATE TABLE farm ( farm_id , pigs , bulls , sheep_and_goats , year ); CREATE TABLE farm_competition ( year , theme , hosts , host_city_id , competition_id ); CREATE TABLE competition_record ( competition_id , farm_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Ejuhu umi táva réra oficial orekóva población tuichavéva 1500 térã michĩvéva 500. CREATE TABLE city ( official_name , population , census_ranking , status , city_id ); CREATE TABLE farm ( total_horses , bulls , working_horses , total_cattle , pigs ); CREATE TABLE farm_competition ( host_city_id , theme , hosts , competition_id , year ); CREATE TABLE competition_record ( competition_id , farm_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ where _ | select official_name from city where population > 1500 or population < 500
[ "city.*", "city.official_name", "city.population", "city.census_ranking", "city.status", "city.city_id", "farm.*", "farm.total_horses", "farm.bulls", "farm.working_horses", "farm.total_cattle", "farm.pigs", "farm_competition.*", "farm_competition.host_city_id", "farm_competition.theme", ...
(f / find-01 :mode imperative :ARG0 (y / you) :ARG1 (t / thing :ARG2-of (n / name-01 :ARG1 (c / city :ARG0-of (h / have-03 :ARG1 (o / or :op1 (p / population :ARG1-of (h2 / have-degree-91 :ARG2 (b / big) :ARG3 (m / more) :ARG4 1500)) :op2 (p2 / population :ARG1-of (h3 / have-degree-91 :ARG2 (s / small) :ARG3 (m2 / more) :ARG4 500)))))) :mod (o2 / official)))
Busca os nomes oficiais das cidades con poboación superior a 1500 ou inferior a 500. CREATE TABLE city ( official_name , population , census_ranking , status , city_id ); CREATE TABLE farm ( total_horses , bulls , working_horses , total_cattle , pigs ); CREATE TABLE farm_competition ( host_city_id , theme , hosts , competition_id , year ); CREATE TABLE competition_record ( competition_id , farm_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
¿Mba'éichapa héra umi táva oguerekóva población 1500 ári térã sa'ive 500 tapicha? CREATE TABLE city ( official_name , population , area_km_2 , census_ranking , status ); CREATE TABLE farm ( cows , pigs , sheep_and_goats , total_horses , bulls ); CREATE TABLE farm_competition ( competition_id , theme , year , host_city_id , hosts ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ where _ | select official_name from city where population > 1500 or population < 500
[ "city.*", "city.official_name", "city.population", "city.area_km_2", "city.census_ranking", "city.status", "farm.*", "farm.cows", "farm.pigs", "farm.sheep_and_goats", "farm.total_horses", "farm.bulls", "farm_competition.*", "farm_competition.competition_id", "farm_competition.theme", "...
(n / name-01 :ARG1 (c / city :ARG0-of (p / populate-01 :ARG2 (o / or :op1 (p2 / person :quant (o2 / over :op1 1500)) :op2 (p3 / person :quant (l / less-than :op1 500))))) :ARG2 (a / amr-unknown) :mod (o3 / official))
Cal é o nome oficial das cidades con máis de 1500 ou menos de 500 habitantes? CREATE TABLE city ( official_name , population , area_km_2 , census_ranking , status ); CREATE TABLE farm ( cows , pigs , sheep_and_goats , total_horses , bulls ); CREATE TABLE farm_competition ( competition_id , theme , year , host_city_id , hosts ); CREATE TABLE competition_record ( farm_id , competition_id , rank ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
Ehechauka umi táva oguerekóva estatus ndaha'éiva "Aldea". CREATE TABLE city ( status , census_ranking , population , city_id , official_name ); CREATE TABLE farm ( bulls , sheep_and_goats , total_horses , working_horses , farm_id ); CREATE TABLE farm_competition ( host_city_id , year , competition_id , theme , hosts ); CREATE TABLE competition_record ( rank , competition_id , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ where _ | select census_ranking from city where status != 'Village'
[ "city.*", "city.status", "city.census_ranking", "city.population", "city.city_id", "city.official_name", "farm.*", "farm.bulls", "farm.sheep_and_goats", "farm.total_horses", "farm.working_horses", "farm.farm_id", "farm_competition.*", "farm_competition.host_city_id", "farm_competition.ye...
(s / show-01 :mode imperative :ARG0 (y / you) :ARG1 (r / rank-01 :ARG0 (c / census) :ARG1 (c2 / city :ARG1-of (s2 / status-01 :polarity - :ARG2 (v / village)))))
Mostrar a clasificación do censo das cidades cuxo estado non é "alde". CREATE TABLE city ( status , census_ranking , population , city_id , official_name ); CREATE TABLE farm ( bulls , sheep_and_goats , total_horses , working_horses , farm_id ); CREATE TABLE farm_competition ( host_city_id , year , competition_id , theme , hosts ); CREATE TABLE competition_record ( rank , competition_id , farm_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
farm
¿Mba'éichapa oñemohenda umi táva census rupive ndoguerekóiva estatus "Aldea"? CREATE TABLE city ( status , census_ranking , official_name , city_id , population ); CREATE TABLE farm ( total_cattle , oxen , bulls , pigs , farm_id ); CREATE TABLE farm_competition ( competition_id , theme , year , host_city_id , hosts ); CREATE TABLE competition_record ( farm_id , rank , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
select _ from _ where _ | select census_ranking from city where status != 'Village'
[ "city.*", "city.status", "city.census_ranking", "city.official_name", "city.city_id", "city.population", "farm.*", "farm.total_cattle", "farm.oxen", "farm.bulls", "farm.pigs", "farm.farm_id", "farm_competition.*", "farm_competition.competition_id", "farm_competition.theme", "farm_compe...
(r / rank-01 :ARG0 (c / census) :ARG1 (c2 / city :ARG0-of (h / have-03 :polarity - :ARG1 (s / status :mod (v / village)))) :ARG2 (a / amr-unknown))
Cal é a clasificación do censo das cidades que non teñen o status de "aldeia"? CREATE TABLE city ( status , census_ranking , official_name , city_id , population ); CREATE TABLE farm ( total_cattle , oxen , bulls , pigs , farm_id ); CREATE TABLE farm_competition ( competition_id , theme , year , host_city_id , hosts ); CREATE TABLE competition_record ( farm_id , rank , competition_id ); | farm_competition.host_city_id = city.city_id | competition_record.farm_id = farm.farm_id | competition_record.competition_id = farm_competition.competition_id
student_assessment
¿Mba'e mbo'esyrypa oguereko hetave temimbo'e? CREATE TABLE courses ( course_id , course_name , other_details , course_description ); CREATE TABLE student_course_registrations ( course_id , registration_date , student_id ); CREATE TABLE candidates ( candidate_details , candidate_id ); CREATE TABLE students ( student_id , student_details ); | student_course_registrations.course_id = courses.course_id | student_course_registrations.student_id = students.student_id
select _ from _ group by _ order by count ( _ ) desc limit _ | select courses.course_name from courses join student_course_registrations on courses.course_id = student_course_registrations.course_id group by courses.course_id order by count ( * ) desc limit 1
[ "courses.*", "courses.course_id", "courses.course_name", "courses.other_details", "courses.course_description", "student_course_registrations.*", "student_course_registrations.course_id", "student_course_registrations.registration_date", "student_course_registrations.student_id", "candidates.*", ...
(h / have-quant-91 :ARG1 (p / person :ARG0-of (s / study-01) :ARG1-of (r / register-02)) :ARG3 (m / most) :ARG5 (c / course :domain (a / amr-unknown)))
Que curso ten o maior número de alumnos rexistrados? CREATE TABLE courses ( course_id , course_name , other_details , course_description ); CREATE TABLE student_course_registrations ( course_id , registration_date , student_id ); CREATE TABLE candidates ( candidate_details , candidate_id ); CREATE TABLE students ( student_id , student_details ); | student_course_registrations.course_id = courses.course_id | student_course_registrations.student_id = students.student_id
student_assessment
Mba'éichapa héra pe mbo'esyry oguerekóva temimbo'e hetavéva? CREATE TABLE courses ( course_id , course_name , course_description , other_details ); CREATE TABLE student_course_registrations ( course_id , student_id , registration_date ); CREATE TABLE addresses ( zip_postcode , state_province_county , line_1 , country , address_id ); CREATE TABLE students ( student_id , student_details ); | student_course_registrations.course_id = courses.course_id | student_course_registrations.student_id = students.student_id
select _ from _ group by _ order by count ( _ ) desc limit _ | select courses.course_name from courses join student_course_registrations on courses.course_id = student_course_registrations.course_id group by courses.course_id order by count ( * ) desc limit 1
[ "courses.*", "courses.course_id", "courses.course_name", "courses.course_description", "courses.other_details", "student_course_registrations.*", "student_course_registrations.course_id", "student_course_registrations.student_id", "student_course_registrations.registration_date", "addresses.*", ...
(n / name-01 :ARG1 (c / course :prep-with (p / person :ARG0-of (s / study-01) :ARG1-of (r / register-02 :ARG1-of (h / have-quant-91 :ARG3 (m / most))))) :ARG2 (a / amr-unknown))
Cal é o nome do curso con máis alumnos matriculados? CREATE TABLE courses ( course_id , course_name , course_description , other_details ); CREATE TABLE student_course_registrations ( course_id , student_id , registration_date ); CREATE TABLE addresses ( zip_postcode , state_province_county , line_1 , country , address_id ); CREATE TABLE students ( student_id , student_details ); | student_course_registrations.course_id = courses.course_id | student_course_registrations.student_id = students.student_id
student_assessment
¿Mba'e id temimbo'e ojehaíva umi mbo'esyry ha sa'ive mbo'esyry ko'ã temimbo'épe? CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE courses ( other_details , course_description , course_name , course_id ); CREATE TABLE candidate_assessments ( assessment_date , asessment_outcome_code , candidate_id , qualification ); CREATE TABLE people_addresses ( person_address_id , person_id , date_from , address_id , date_to ); | student_course_registrations.course_id = courses.course_id
select _ from _ group by _ order by count ( _ ) asc limit _ | select student_id from student_course_registrations group by student_id order by count ( * ) asc limit 1
[ "student_course_registrations.*", "student_course_registrations.student_id", "student_course_registrations.course_id", "student_course_registrations.registration_date", "courses.*", "courses.other_details", "courses.course_description", "courses.course_name", "courses.course_id", "candidate_assess...
(ii / id :domain (a / amr-unknown) :poss (p / person :ARG0-of (s / study-01) :ARG0-of (r / register-02 :ARG1 (c / course :quant (s2 / some) :ARG1-of (c2 / contrast-01 :ARG2 (n / number :quant-of (c3 / course) :prep-in p :ARG1-of (h / have-quant-91 :ARG3 (l / least))))))))
Cal é a ID dos estudantes que se rexistraron nalgúns cursos, pero que teñen o menor número de cursos? CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE courses ( other_details , course_description , course_name , course_id ); CREATE TABLE candidate_assessments ( assessment_date , asessment_outcome_code , candidate_id , qualification ); CREATE TABLE people_addresses ( person_address_id , person_id , date_from , address_id , date_to ); | student_course_registrations.course_id = courses.course_id
student_assessment
¿Mba'e id-kuérapa umi temimbo'e ojeheróva umi mbo'esyry ha katu oguereko sa'ive mbo'esyry opavave temimbo'e apytépe? CREATE TABLE candidates ( candidate_details , candidate_id ); CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE candidate_assessments ( asessment_outcome_code , qualification , candidate_id , assessment_date ); CREATE TABLE students ( student_details , student_id ); | student_course_registrations.student_id = students.student_id | candidate_assessments.candidate_id = candidates.candidate_id
select _ from _ group by _ order by count ( _ ) asc limit _ | select student_id from student_course_registrations group by student_id order by count ( * ) asc limit 1
[ "candidates.*", "candidates.candidate_details", "candidates.candidate_id", "student_course_registrations.*", "student_course_registrations.student_id", "student_course_registrations.course_id", "student_course_registrations.registration_date", "candidate_assessments.*", "candidate_assessments.asessm...
(ii / identity :domain (a / amr-unknown) :poss (p / person :ARG0-of (s / study-01) :ARG0-of (r / register-02 :ARG2 (c / course :mod (s2 / some)) :concession-of (h / have-03 :ARG0 p :ARG1 (c2 / course :ARG1-of (h2 / have-quant-91 :ARG3 (l / least) :ARG5 (p2 / person :ARG0-of (s3 / study-01) :mod (a2 / all))))))))
Cal é a identidade dos alumnos que se inscribiron nalgúns cursos pero que tiveron o menor número de cursos para todos os alumnos? CREATE TABLE candidates ( candidate_details , candidate_id ); CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE candidate_assessments ( asessment_outcome_code , qualification , candidate_id , assessment_date ); CREATE TABLE students ( student_details , student_id ); | student_course_registrations.student_id = students.student_id | candidate_assessments.candidate_id = candidates.candidate_id
student_assessment
¿Mba'éichapa héra ha mba'éichapa héra mayma candidato? CREATE TABLE people ( person_id , first_name , last_name , email_address , cell_mobile_number ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE student_course_attendance ( course_id , student_id , date_of_attendance ); CREATE TABLE people_addresses ( date_to , date_from , address_id , person_address_id , person_id ); | people_addresses.person_id = people.person_id | candidates.candidate_id = people.person_id
select _ from _ | select people.first_name , people.last_name from candidates join people on candidates.candidate_id = people.person_id
[ "people.*", "people.person_id", "people.first_name", "people.last_name", "people.email_address", "people.cell_mobile_number", "candidates.*", "candidates.candidate_id", "candidates.candidate_details", "student_course_attendance.*", "student_course_attendance.course_id", "student_course_attenda...
(a / and :op1 (n / name :ord (o / ordinal-entity :value 1)) :op2 (n2 / name :ord (o2 / ordinal-entity :value -1)) :domain (a2 / amr-unknown) :poss (c / candidate :mod (a3 / all)))
Cal é o nome e apelido de todos os candidatos? CREATE TABLE people ( person_id , first_name , last_name , email_address , cell_mobile_number ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE student_course_attendance ( course_id , student_id , date_of_attendance ); CREATE TABLE people_addresses ( date_to , date_from , address_id , person_address_id , person_id ); | people_addresses.person_id = people.person_id | candidates.candidate_id = people.person_id
student_assessment
¿Mba'éichapa héra ha mba'éichapa héra umi candidato? CREATE TABLE people ( person_id , first_name , last_name , cell_mobile_number , middle_name ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE people_addresses ( date_to , address_id , person_address_id , person_id , date_from ); CREATE TABLE addresses ( line_2 , zip_postcode , state_province_county , country , address_id ); | people_addresses.address_id = addresses.address_id | people_addresses.person_id = people.person_id | candidates.candidate_id = people.person_id
select _ from _ | select people.first_name , people.last_name from candidates join people on candidates.candidate_id = people.person_id
[ "people.*", "people.person_id", "people.first_name", "people.last_name", "people.cell_mobile_number", "people.middle_name", "candidates.*", "candidates.candidate_id", "candidates.candidate_details", "people_addresses.*", "people_addresses.date_to", "people_addresses.address_id", "people_addr...
(n / name-01 :ARG1 (c / candidate :mod (a / all)) :ARG2 (a2 / amr-unknown) :ord (o / ordinal-entity :value 1) :ord (o2 / ordinal-entity :value "-1"))
Cales son os nomes e apellidos de todos os candidatos? CREATE TABLE people ( person_id , first_name , last_name , cell_mobile_number , middle_name ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE people_addresses ( date_to , address_id , person_address_id , person_id , date_from ); CREATE TABLE addresses ( line_2 , zip_postcode , state_province_county , country , address_id ); | people_addresses.address_id = addresses.address_id | people_addresses.person_id = people.person_id | candidates.candidate_id = people.person_id
student_assessment
Emboherakuã umi temimbo'e ndohóiva mbo'esyrýpe? CREATE TABLE students ( student_id , student_details ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE candidate_assessments ( qualification , assessment_date , candidate_id , asessment_outcome_code ); CREATE TABLE people_addresses ( person_address_id , date_to , address_id , date_from , person_id );
select _ from _ where _ not in ( select _ from _ ) | select student_id from students where student_id not in ( select student_id from student_course_attendance )
[ "students.*", "students.student_id", "students.student_details", "student_course_attendance.*", "student_course_attendance.student_id", "student_course_attendance.course_id", "student_course_attendance.date_of_attendance", "candidate_assessments.*", "candidate_assessments.qualification", "candidat...
(l / list-01 :ARG1 (ii / id :poss (p / person :ARG0-of (s / study-01) :ARG0-of (a / attend-01 :polarity - :ARG1 (c / course) :time (e / ever)))) :polarity (a2 / amr-unknown))
Enumere a identidade dos estudantes que nunca asisten aos cursos. CREATE TABLE students ( student_id , student_details ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE candidate_assessments ( qualification , assessment_date , candidate_id , asessment_outcome_code ); CREATE TABLE people_addresses ( person_address_id , date_to , address_id , date_from , person_id );
student_assessment
¿Mba'e ID-pa oguereko umi temimbo'e araka'eve ndoikóiva mbo'esyrýpe? CREATE TABLE students ( student_id , student_details ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE people_addresses ( person_id , date_from , date_to , person_address_id , address_id ); CREATE TABLE addresses ( zip_postcode , country , line_2 , line_1 , state_province_county ); | people_addresses.address_id = addresses.address_id
select _ from _ where _ not in ( select _ from _ ) | select student_id from students where student_id not in ( select student_id from student_course_attendance )
[ "students.*", "students.student_id", "students.student_details", "student_course_attendance.*", "student_course_attendance.student_id", "student_course_attendance.course_id", "student_course_attendance.date_of_attendance", "people_addresses.*", "people_addresses.person_id", "people_addresses.date_...
(ii / identity :domain (a / amr-unknown) :poss (p / person :ARG0-of (s / study-01) :mod (e / every) :ARG0-of (a2 / attend-01 :polarity - :ARG1 (c / course) :time (e2 / ever))))
Cal é a identidade de cada estudante que nunca asistiu a un curso? CREATE TABLE students ( student_id , student_details ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE people_addresses ( person_id , date_from , date_to , person_address_id , address_id ); CREATE TABLE addresses ( zip_postcode , country , line_2 , line_1 , state_province_county ); | people_addresses.address_id = addresses.address_id
student_assessment
Emboherakuã umi temimbo'e ohasáva umi mbo'esyry? CREATE TABLE student_course_attendance ( course_id , date_of_attendance , student_id ); CREATE TABLE candidate_assessments ( qualification , assessment_date , candidate_id , asessment_outcome_code ); CREATE TABLE student_course_registrations ( course_id , student_id , registration_date ); CREATE TABLE students ( student_id , student_details ); | student_course_registrations.student_id = students.student_id | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
select _ from _ | select student_id from student_course_attendance
[ "student_course_attendance.*", "student_course_attendance.course_id", "student_course_attendance.date_of_attendance", "student_course_attendance.student_id", "candidate_assessments.*", "candidate_assessments.qualification", "candidate_assessments.assessment_date", "candidate_assessments.candidate_id",...
(l / list-01 :ARG1 (ii / id :poss (p / person :ARG0-of (s / study-01) :ARG0-of (a / attend-01 :ARG1 (c / course :mod (s2 / some))))) :polarity (a2 / amr-unknown))
Indique a identidade dos alumnos que asistieron a algúns cursos. CREATE TABLE student_course_attendance ( course_id , date_of_attendance , student_id ); CREATE TABLE candidate_assessments ( qualification , assessment_date , candidate_id , asessment_outcome_code ); CREATE TABLE student_course_registrations ( course_id , student_id , registration_date ); CREATE TABLE students ( student_id , student_details ); | student_course_registrations.student_id = students.student_id | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
student_assessment
¿Mba'e id-kuérapa oreko mayma temimbo'e ohóva peteĩ mbo'esyrýpe jepe? CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE people_addresses ( date_from , person_id , date_to , person_address_id , address_id ); CREATE TABLE student_course_registrations ( registration_date , student_id , course_id ); | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
select _ from _ | select student_id from student_course_attendance
[ "student_course_attendance.*", "student_course_attendance.student_id", "student_course_attendance.course_id", "student_course_attendance.date_of_attendance", "candidates.*", "candidates.candidate_id", "candidates.candidate_details", "people_addresses.*", "people_addresses.date_from", "people_addre...
(ii / identity :domain (a / amr-unknown) :poss (p / person :ARG0-of (s / study-01) :ARG0-of (a2 / attend-01 :ARG1 (c / course :quant (a3 / at-least :op1 1))) :mod (a4 / all)))
Cal é a identidade de todos os estudantes que asistieron a polo menos un curso? CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE people_addresses ( date_from , person_id , date_to , person_address_id , address_id ); CREATE TABLE student_course_registrations ( registration_date , student_id , course_id ); | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
student_assessment
¿Mba'e id-kuérapa oguereko mayma temimbo'e umi mbo'esyrýpe ha mba'éichapa héra umi mbo'esyry? CREATE TABLE courses ( course_name , other_details , course_id , course_description ); CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE addresses ( country , city , address_id , line_1 , line_2 ); CREATE TABLE candidates ( candidate_details , candidate_id ); | student_course_registrations.course_id = courses.course_id
select _ from _ | select student_course_registrations.student_id , courses.course_name from student_course_registrations join courses on student_course_registrations.course_id = courses.course_id
[ "courses.*", "courses.course_name", "courses.other_details", "courses.course_id", "courses.course_description", "student_course_registrations.*", "student_course_registrations.student_id", "student_course_registrations.course_id", "student_course_registrations.registration_date", "addresses.*", ...
(a / and :op1 (ii / identity :poss (p / person :ARG0-of (s / study-01) :mod (a2 / all)) :purpose (c / course) :domain (a3 / amr-unknown)) :op2 (n / name-01 :ARG1 c :ARG2 (a4 / amr-unknown)))
Cal é o número de identificación de todos os estudantes para os cursos e cal é o nome destes cursos? CREATE TABLE courses ( course_name , other_details , course_id , course_description ); CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE addresses ( country , city , address_id , line_1 , line_2 ); CREATE TABLE candidates ( candidate_details , candidate_id ); | student_course_registrations.course_id = courses.course_id
student_assessment
¿Mba'e detallepa oreko temimbo'e ojeinscrivi ramóva mbo'esyrýpe? CREATE TABLE students ( student_id , student_details ); CREATE TABLE student_course_registrations ( student_id , registration_date , course_id ); CREATE TABLE courses ( other_details , course_id , course_description , course_name ); CREATE TABLE people ( last_name , middle_name , first_name , cell_mobile_number , person_id ); | students.student_id = people.person_id | student_course_registrations.course_id = courses.course_id | student_course_registrations.student_id = students.student_id
select _ from _ order by _ desc limit _ | select students.student_details from student_course_registrations join students on student_course_registrations.student_id = students.student_id order by student_course_registrations.registration_date desc limit 1
[ "students.*", "students.student_id", "students.student_details", "student_course_registrations.*", "student_course_registrations.student_id", "student_course_registrations.registration_date", "student_course_registrations.course_id", "courses.*", "courses.other_details", "courses.course_id", "co...
(d / detail-01 :ARG1 (a / amr-unknown) :topic (p / person :ARG0-of (s / study-01) :ARG1-of (r / register-02 :ARG3 (c / course :ARG1-of (h / have-degree-91 :ARG2 (r2 / recent) :ARG3 (m / most))))))
Cal é o detalle do alumno que máis recentemente se rexistrou no curso? CREATE TABLE students ( student_id , student_details ); CREATE TABLE student_course_registrations ( student_id , registration_date , course_id ); CREATE TABLE courses ( other_details , course_id , course_description , course_name ); CREATE TABLE people ( last_name , middle_name , first_name , cell_mobile_number , person_id ); | students.student_id = people.person_id | student_course_registrations.course_id = courses.course_id | student_course_registrations.student_id = students.student_id
student_assessment
¿Mba'e mba'épa jaikuaa temimbo'ekuéra ojehaíva'ekue mbo'esyrýpe ko'ã ára pahápe? CREATE TABLE students ( student_id , student_details ); CREATE TABLE student_course_registrations ( registration_date , course_id , student_id ); CREATE TABLE people ( person_id , middle_name , first_name , cell_mobile_number , login_name ); CREATE TABLE candidate_assessments ( qualification , asessment_outcome_code , candidate_id , assessment_date ); | students.student_id = people.person_id | student_course_registrations.student_id = students.student_id
select _ from _ order by _ desc limit _ | select students.student_details from student_course_registrations join students on student_course_registrations.student_id = students.student_id order by student_course_registrations.registration_date desc limit 1
[ "students.*", "students.student_id", "students.student_details", "student_course_registrations.*", "student_course_registrations.registration_date", "student_course_registrations.course_id", "student_course_registrations.student_id", "people.*", "people.person_id", "people.middle_name", "people....
(h / have-03 :ARG0 (w / we) :ARG1 (d / detail :mod (a / amr-unknown) :topic (p / person :ARG0-of (s / study-01) :ARG0-of (r / register-02 :ARG2 (c / course) :time (r2 / recent :mod (m / most))))))
Que datos temos sobre os alumnos que se matricularon nos cursos máis recentemente? CREATE TABLE students ( student_id , student_details ); CREATE TABLE student_course_registrations ( registration_date , course_id , student_id ); CREATE TABLE people ( person_id , middle_name , first_name , cell_mobile_number , login_name ); CREATE TABLE candidate_assessments ( qualification , asessment_outcome_code , candidate_id , assessment_date ); | students.student_id = people.person_id | student_course_registrations.student_id = students.student_id
student_assessment
Mboy temimbo'e oîkuri mbo'esyry Inglés-pe? CREATE TABLE courses ( course_id , course_name , course_description , other_details ); CREATE TABLE student_course_attendance ( course_id , student_id , date_of_attendance ); CREATE TABLE student_course_registrations ( registration_date , course_id , student_id ); CREATE TABLE addresses ( zip_postcode , address_id , country , line_2 , line_1 ); | student_course_registrations.course_id = courses.course_id | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
select count ( _ ) from _ where _ | select count ( * ) from courses join student_course_attendance on courses.course_id = student_course_attendance.course_id where courses.course_name = 'English'
[ "courses.*", "courses.course_id", "courses.course_name", "courses.course_description", "courses.other_details", "student_course_attendance.*", "student_course_attendance.course_id", "student_course_attendance.student_id", "student_course_attendance.date_of_attendance", "student_course_registration...
(a / attend-01 :ARG0 (p / person :ARG0-of (s / study-01) :quant (a2 / amr-unknown)) :ARG1 (c / course :topic (l / language :name (n / name :op1 "English"))))
Cantos alumnos asisten ao curso de inglés? CREATE TABLE courses ( course_id , course_name , course_description , other_details ); CREATE TABLE student_course_attendance ( course_id , student_id , date_of_attendance ); CREATE TABLE student_course_registrations ( registration_date , course_id , student_id ); CREATE TABLE addresses ( zip_postcode , address_id , country , line_2 , line_1 ); | student_course_registrations.course_id = courses.course_id | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
student_assessment
Mboy temimbo'e ohasáva umi curso de inglés? CREATE TABLE courses ( course_id , course_name , course_description , other_details ); CREATE TABLE student_course_attendance ( course_id , date_of_attendance , student_id ); CREATE TABLE addresses ( city , address_id , state_province_county , line_2 , country ); CREATE TABLE candidate_assessments ( candidate_id , assessment_date , asessment_outcome_code , qualification );
select count ( _ ) from _ where _ | select count ( * ) from courses join student_course_attendance on courses.course_id = student_course_attendance.course_id where courses.course_name = 'English'
[ "courses.*", "courses.course_id", "courses.course_name", "courses.course_description", "courses.other_details", "student_course_attendance.*", "student_course_attendance.course_id", "student_course_attendance.date_of_attendance", "student_course_attendance.student_id", "addresses.*", "addresses....
(a / attend-01 :ARG0 (p / person :ARG0-of (s / study-01) :quant (a2 / amr-unknown)) :ARG1 (c / course :topic (l / language :name (n / name :op1 "English"))))
Cantos estudantes están a asistir a cursos de inglés? CREATE TABLE courses ( course_id , course_name , course_description , other_details ); CREATE TABLE student_course_attendance ( course_id , date_of_attendance , student_id ); CREATE TABLE addresses ( city , address_id , state_province_county , line_2 , country ); CREATE TABLE candidate_assessments ( candidate_id , assessment_date , asessment_outcome_code , qualification );
student_assessment
Mboy mbo'esyrypa ohasáta temimbo'e id ha'éva 171? CREATE TABLE courses ( course_name , other_details , course_description , course_id ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE student_course_registrations ( registration_date , course_id , student_id ); CREATE TABLE candidate_assessments ( candidate_id , assessment_date , qualification , asessment_outcome_code ); | student_course_registrations.course_id = courses.course_id | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
select count ( _ ) from _ where _ | select count ( * ) from courses join student_course_attendance on courses.course_id = student_course_attendance.course_id where student_course_attendance.student_id = 171
[ "courses.*", "courses.course_name", "courses.other_details", "courses.course_description", "courses.course_id", "student_course_attendance.*", "student_course_attendance.student_id", "student_course_attendance.course_id", "student_course_attendance.date_of_attendance", "student_course_registration...
(a / attend-01 :ARG0 (p / person :ARG0-of (s / study-01) :poss (ii / id :value 171)) :ARG1 (c / course :quant (a2 / amr-unknown)))
A quen se lle ocorre o número 171? CREATE TABLE courses ( course_name , other_details , course_description , course_id ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE student_course_registrations ( registration_date , course_id , student_id ); CREATE TABLE candidate_assessments ( candidate_id , assessment_date , qualification , asessment_outcome_code ); | student_course_registrations.course_id = courses.course_id | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
student_assessment
Mboy mbo'esyrypa oike añetehápe temimbo'e id 171 rehe? CREATE TABLE courses ( course_id , course_name , other_details , course_description ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE students ( student_id , student_details ); CREATE TABLE people_addresses ( address_id , date_from , person_id , date_to , person_address_id );
select count ( _ ) from _ where _ | select count ( * ) from courses join student_course_attendance on courses.course_id = student_course_attendance.course_id where student_course_attendance.student_id = 171
[ "courses.*", "courses.course_id", "courses.course_name", "courses.other_details", "courses.course_description", "student_course_attendance.*", "student_course_attendance.student_id", "student_course_attendance.course_id", "student_course_attendance.date_of_attendance", "students.*", "students.st...
(a / attend-01 :ARG0 (p / person :ARG0-of (s / study-01) :ARG0-of (h / have-03 :ARG1 (d / document :mod 171 :ARG1-of (c / cite-01)))) :ARG1 (c2 / course :quant (a2 / amr-unknown)) :ARG1-of (a3 / actual-02))
Cantos cursos ten o alumno con ID 171? CREATE TABLE courses ( course_id , course_name , other_details , course_description ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE students ( student_id , student_details ); CREATE TABLE people_addresses ( address_id , date_from , person_id , date_to , person_address_id );
student_assessment
Ejuhu mba'éichapa ojeikuaa mávapa upe candidato orekóva correo electrónico stanley.monahan@example.org? CREATE TABLE people ( person_id , email_address ( stanley.monahan@example.org ) , login_name , password , last_name ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE courses ( course_name , course_id , course_description , other_details ); CREATE TABLE students ( student_id , student_details ); | students.student_id = people.person_id | candidates.candidate_id = people.person_id
select _ from _ where _ | select candidates.candidate_id from people join candidates on people.person_id = candidates.candidate_id where people.email_address = 'stanley.monahan@example.org'
[ "people.*", "people.person_id", "people.email_address", "people.login_name", "people.password", "people.last_name", "candidates.*", "candidates.candidate_id", "candidates.candidate_details", "courses.*", "courses.course_name", "courses.course_id", "courses.course_description", "courses.oth...
(f / find-01 :mode imperative :ARG0 (y / you) :ARG1 (d / document :poss (c / candidate :ARG0-of (e / email-address-entity :value "stanley.monahan@example.org"))))
Atopa a identificación do candidato cuxo correo electrónico é stanley.monahan@example.org? CREATE TABLE people ( person_id , email_address ( stanley.monahan@example.org ) , login_name , password , last_name ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE courses ( course_name , course_id , course_description , other_details ); CREATE TABLE students ( student_id , student_details ); | students.student_id = people.person_id | candidates.candidate_id = people.person_id
student_assessment
Mba'e id-pa oreko upe candidato orekóva correo electrónico stanley.monahan@example.org? CREATE TABLE people ( person_id , email_address ( stanley.monahan@example.org ) , password , cell_mobile_number , middle_name ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE candidate_assessments ( qualification , candidate_id , asessment_outcome_code , assessment_date ); | candidates.candidate_id = people.person_id | candidate_assessments.candidate_id = candidates.candidate_id
select _ from _ where _ | select candidates.candidate_id from people join candidates on people.person_id = candidates.candidate_id where people.email_address = 'stanley.monahan@example.org'
[ "people.*", "people.person_id", "people.email_address", "people.password", "people.cell_mobile_number", "people.middle_name", "candidates.*", "candidates.candidate_id", "candidates.candidate_details", "student_course_registrations.*", "student_course_registrations.student_id", "student_course_...
(ii / id :domain (a / amr-unknown) :poss (c / candidate :ARG0-of (e / email-address-entity :value "stanley.monahan@example.org")))
Cal é a identificación do candidato cuxo correo é stanley.monahan@example.org? CREATE TABLE people ( person_id , email_address ( stanley.monahan@example.org ) , password , cell_mobile_number , middle_name ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE candidate_assessments ( qualification , candidate_id , asessment_outcome_code , assessment_date ); | candidates.candidate_id = people.person_id | candidate_assessments.candidate_id = candidates.candidate_id
student_assessment
¿Ejuhu pe candidato id oguahëva'ekue ko mbo'esyrýpe? CREATE TABLE candidate_assessments ( candidate_id , assessment_date , asessment_outcome_code , qualification ); CREATE TABLE addresses ( line_2 , country , address_id , line_1 , zip_postcode ); CREATE TABLE people_addresses ( person_id , address_id , date_to , person_address_id , date_from ); CREATE TABLE student_course_registrations ( course_id , student_id , registration_date ); | people_addresses.address_id = addresses.address_id
select _ from _ order by _ desc limit _ | select candidate_id from candidate_assessments order by assessment_date desc limit 1
[ "candidate_assessments.*", "candidate_assessments.candidate_id", "candidate_assessments.assessment_date", "candidate_assessments.asessment_outcome_code", "candidate_assessments.qualification", "addresses.*", "addresses.line_2", "addresses.country", "addresses.address_id", "addresses.line_1", "ad...
(f / find-01 :mode imperative :ARG0 (y / you) :ARG1 (d / document-01 :ARG1 (ii / identity :poss (c / candidate :ARG0-of (a / access-01 :ARG1 (c2 / course) :time (r / recent :mod (m / most)))))))
Atopar a identificación do candidato que accedeu máis recentemente ao curso? CREATE TABLE candidate_assessments ( candidate_id , assessment_date , asessment_outcome_code , qualification ); CREATE TABLE addresses ( line_2 , country , address_id , line_1 , zip_postcode ); CREATE TABLE people_addresses ( person_id , address_id , date_to , person_address_id , date_from ); CREATE TABLE student_course_registrations ( course_id , student_id , registration_date ); | people_addresses.address_id = addresses.address_id
student_assessment
¿Mba'e id-pa oreko pe candidato oguahëva'ekue ko mbo'esyrýpe? CREATE TABLE candidate_assessments ( candidate_id , assessment_date , qualification , asessment_outcome_code ); CREATE TABLE candidates ( candidate_details , candidate_id ); CREATE TABLE students ( student_details , student_id ); CREATE TABLE people ( person_id , email_address , password , middle_name , last_name ); | students.student_id = people.person_id | candidates.candidate_id = people.person_id | candidate_assessments.candidate_id = candidates.candidate_id
select _ from _ order by _ desc limit _ | select candidate_id from candidate_assessments order by assessment_date desc limit 1
[ "candidate_assessments.*", "candidate_assessments.candidate_id", "candidate_assessments.assessment_date", "candidate_assessments.qualification", "candidate_assessments.asessment_outcome_code", "candidates.*", "candidates.candidate_details", "candidates.candidate_id", "students.*", "students.studen...
(ii / id :domain (a / amr-unknown) :poss (c / candidate :ARG0-of (a2 / access-01 :ARG1 (c2 / course) :time (r / recent :mod (m / most)))))
Cal é a identidade do candidato que accedeu máis recentemente ao curso? CREATE TABLE candidate_assessments ( candidate_id , assessment_date , qualification , asessment_outcome_code ); CREATE TABLE candidates ( candidate_details , candidate_id ); CREATE TABLE students ( student_details , student_id ); CREATE TABLE people ( person_id , email_address , password , middle_name , last_name ); | students.student_id = people.person_id | candidates.candidate_id = people.person_id | candidate_assessments.candidate_id = candidates.candidate_id
student_assessment
¿Mba'e mba'épa temimbo'e ohaiva'ekue hetave mbo'esyry? CREATE TABLE students ( student_id , student_details ); CREATE TABLE student_course_registrations ( student_id , registration_date , course_id ); CREATE TABLE people_addresses ( date_to , person_id , date_from , address_id , person_address_id ); CREATE TABLE student_course_attendance ( date_of_attendance , student_id , course_id ); | student_course_registrations.student_id = students.student_id | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
select _ from _ group by _ order by count ( _ ) desc limit _ | select students.student_details from students join student_course_registrations on students.student_id = student_course_registrations.student_id group by students.student_id order by count ( * ) desc limit 1
[ "students.*", "students.student_id", "students.student_details", "student_course_registrations.*", "student_course_registrations.student_id", "student_course_registrations.registration_date", "student_course_registrations.course_id", "people_addresses.*", "people_addresses.date_to", "people_addres...
(d / detail-01 :ARG1 (p / person :ARG0-of (s / study-01) :ARG0-of (r / register-02 :ARG1 (c / course :quant (n / number :ARG1-of (h / have-quant-91 :ARG3 (m / most)))))) :ARG2 (a / amr-unknown))
Cal é o número de alumnos que se inscribiron no maior número de cursos? CREATE TABLE students ( student_id , student_details ); CREATE TABLE student_course_registrations ( student_id , registration_date , course_id ); CREATE TABLE people_addresses ( date_to , person_id , date_from , address_id , person_address_id ); CREATE TABLE student_course_attendance ( date_of_attendance , student_id , course_id ); | student_course_registrations.student_id = students.student_id | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
student_assessment
¿Mba'e mba'épa he'ise temimbo'e ojehaíva hetave mbo'esyrýpe? CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE addresses ( address_id , country , city , zip_postcode , state_province_county ); CREATE TABLE students ( student_id , student_details ); CREATE TABLE student_course_attendance ( date_of_attendance , course_id , student_id ); | student_course_registrations.student_id = students.student_id | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
select _ from _ group by _ order by count ( _ ) desc limit _ | select students.student_details from students join student_course_registrations on students.student_id = student_course_registrations.student_id group by students.student_id order by count ( * ) desc limit 1
[ "student_course_registrations.*", "student_course_registrations.student_id", "student_course_registrations.course_id", "student_course_registrations.registration_date", "addresses.*", "addresses.address_id", "addresses.country", "addresses.city", "addresses.zip_postcode", "addresses.state_province...
(d / detail-01 :ARG1 (p / person :ARG0-of (s / study-01) :ARG0-of (r / register-02 :ARG2 (c / course :quant (n / number :ARG1-of (h / have-quant-91 :ARG3 (m / most)))))) :ARG2 (a / amr-unknown))
Cal é o número de alumnos inscritos nos cursos máis numerosos? CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE addresses ( address_id , country , city , zip_postcode , state_province_county ); CREATE TABLE students ( student_id , student_details ); CREATE TABLE student_course_attendance ( date_of_attendance , course_id , student_id ); | student_course_registrations.student_id = students.student_id | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
student_assessment
Emombe'u umi temimbo'e ojeheróva ha ohaiva'ekue umi mbo'esyry ha mbo'esyry mbohapyháva? CREATE TABLE candidate_assessments ( candidate_id , qualification , asessment_outcome_code , assessment_date ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE student_course_registrations ( registration_date , student_id , course_id ); CREATE TABLE students ( student_id , student_details ); | student_course_registrations.student_id = students.student_id | candidate_assessments.candidate_id = candidates.candidate_id
select _ , count ( _ ) from _ group by _ | select students.student_id , count ( * ) from students join student_course_registrations on students.student_id = student_course_registrations.student_id group by students.student_id
[ "candidate_assessments.*", "candidate_assessments.candidate_id", "candidate_assessments.qualification", "candidate_assessments.asessment_outcome_code", "candidate_assessments.assessment_date", "candidates.*", "candidates.candidate_id", "candidates.candidate_details", "student_course_registrations.*"...
(l / list-01 :ARG1 (a / and :op1 (ii / id :poss (p / person :ARG0-of (s / study-01) :ARG0-of (r / register-02 :ARG1 (c / course :quant (s2 / some))))) :op2 (n / number :quant-of (c2 / course :ARG1-of (r2 / register-02 :ARG0 p)))))
Indicar a identidade dos estudantes que se inscribiron nalgúns cursos e o número de cursos rexistrados. CREATE TABLE candidate_assessments ( candidate_id , qualification , asessment_outcome_code , assessment_date ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE student_course_registrations ( registration_date , student_id , course_id ); CREATE TABLE students ( student_id , student_details ); | student_course_registrations.student_id = students.student_id | candidate_assessments.candidate_id = candidates.candidate_id
student_assessment
Peteî temimbo'e ojehaiva'ekue mbo'esyrýpe, mboy mbo'esyrýpepa ojehai? CREATE TABLE students ( student_id , student_details ); CREATE TABLE student_course_registrations ( student_id , registration_date , course_id ); CREATE TABLE student_course_attendance ( course_id , date_of_attendance , student_id ); CREATE TABLE people_addresses ( date_to , address_id , person_id , person_address_id , date_from ); | student_course_registrations.student_id = students.student_id | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
select _ , count ( _ ) from _ group by _ | select students.student_id , count ( * ) from students join student_course_registrations on students.student_id = student_course_registrations.student_id group by students.student_id
[ "students.*", "students.student_id", "students.student_details", "student_course_registrations.*", "student_course_registrations.student_id", "student_course_registrations.registration_date", "student_course_registrations.course_id", "student_course_attendance.*", "student_course_attendance.course_i...
(r / rate-entity-91 :ARG1 (p / person :ARG0-of (s / study-01) :ARG1-of (r2 / register-02 :ARG2 (c / course :mod (s2 / some)))) :ARG2 (c2 / course :quant (a / amr-unknown) :ARG2-of (r3 / register-02 :ARG1 p)))
Por cada estudante que se inscribiu nalgún curso, cantos cursos están inscritos? CREATE TABLE students ( student_id , student_details ); CREATE TABLE student_course_registrations ( student_id , registration_date , course_id ); CREATE TABLE student_course_attendance ( course_id , date_of_attendance , student_id ); CREATE TABLE people_addresses ( date_to , address_id , person_id , person_address_id , date_from ); | student_course_registrations.student_id = students.student_id | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
student_assessment
Mboy temimbo'epa oguereko peteĩteĩ mbo'esyry? Emombe'u mbo'esyry réra ha mbo'ehára mbo'esyry mbohapyháva? CREATE TABLE students ( student_details , student_id ); CREATE TABLE courses ( course_id , course_name , other_details , course_description ); CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE people ( middle_name , first_name , person_id , login_name , password ); | students.student_id = people.person_id | student_course_registrations.course_id = courses.course_id | student_course_registrations.student_id = students.student_id
select _ , count ( _ ) from _ group by _ | select courses.course_name , count ( * ) from students join student_course_registrations on students.student_id = student_course_registrations.student_id join courses on student_course_registrations.course_id = courses.course_id group by student_course_registrations.course_id
[ "students.*", "students.student_details", "students.student_id", "courses.*", "courses.course_id", "courses.course_name", "courses.other_details", "courses.course_description", "student_course_registrations.*", "student_course_registrations.student_id", "student_course_registrations.course_id", ...
(h / have-03 :ARG0 (c / course :mod (e / each)) :ARG1 (p / person :ARG0-of (s / study-01) :ARG1-of (r / register-02) :quant (a / amr-unknown)) :polarity (a2 / amr-unknown) :condition (l / list-01 :ARG1 (a3 / and :op1 (t / thing :ARG2-of (n / name-01 :ARG1 (c2 / course))) :op2 (n2 / number :quant-of (p2 / person :ARG0-of (s2 / study-01) :ARG1-of (r2 / register-02) :poss c2)))))
Cantos alumnos rexistrados ten cada curso? CREATE TABLE students ( student_details , student_id ); CREATE TABLE courses ( course_id , course_name , other_details , course_description ); CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE people ( middle_name , first_name , person_id , login_name , password ); | students.student_id = people.person_id | student_course_registrations.course_id = courses.course_id | student_course_registrations.student_id = students.student_id
student_assessment
Opaite mbo'esyry id, mboy temimbo'epa ojehai ha mba'éichapa héra? CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE courses ( course_id , course_name , course_description , other_details ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE students ( student_id , student_details ); | student_course_registrations.course_id = courses.course_id | student_course_registrations.student_id = students.student_id
select _ , count ( _ ) from _ group by _ | select courses.course_name , count ( * ) from students join student_course_registrations on students.student_id = student_course_registrations.student_id join courses on student_course_registrations.course_id = courses.course_id group by student_course_registrations.course_id
[ "student_course_registrations.*", "student_course_registrations.student_id", "student_course_registrations.course_id", "student_course_registrations.registration_date", "courses.*", "courses.course_id", "courses.course_name", "courses.course_description", "courses.other_details", "candidates.*", ...
(a / and :op1 (r / register-02 :ARG1 (p / person :ARG0-of (s / study-01) :quant (a2 / amr-unknown)) :purpose (c / course :mod (e / each))) :op2 (n / name-01 :ARG1 (c2 / course) :ARG2 (a3 / amr-unknown)))
Para cada id de curso, cantos estudantes están inscritos e cales son os nomes dos cursos? CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE courses ( course_id , course_name , course_description , other_details ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE students ( student_id , student_details ); | student_course_registrations.course_id = courses.course_id | student_course_registrations.student_id = students.student_id
student_assessment
Ejuhu umi candidato id orekóva código de evaluación "Pasado"? CREATE TABLE candidate_assessments ( candidate_id , asessment_outcome_code , qualification , assessment_date ); CREATE TABLE students ( student_details , student_id ); CREATE TABLE courses ( other_details , course_description , course_name , course_id ); CREATE TABLE addresses ( address_id , line_2 , state_province_county , country , zip_postcode );
select _ from _ where _ | select candidate_id from candidate_assessments where asessment_outcome_code = 'Pass'
[ "candidate_assessments.*", "candidate_assessments.candidate_id", "candidate_assessments.asessment_outcome_code", "candidate_assessments.qualification", "candidate_assessments.assessment_date", "students.*", "students.student_details", "students.student_id", "courses.*", "courses.other_details", ...
(f / find-01 :polarity (a / amr-unknown) :ARG1 (d / document :poss (c / candidate :ARG0-of (a2 / assess-01 :ARG3 (p / pass-07) :ARG1-of (c2 / code-01)))))
Atopar id dos candidatos cuxo código de avaliación é "Pass"? CREATE TABLE candidate_assessments ( candidate_id , asessment_outcome_code , qualification , assessment_date ); CREATE TABLE students ( student_details , student_id ); CREATE TABLE courses ( other_details , course_description , course_name , course_id ); CREATE TABLE addresses ( address_id , line_2 , state_province_county , country , zip_postcode );
student_assessment
¿Mba'e id-kuérapa umi candidato orekóva código de resultado de Pase? CREATE TABLE candidate_assessments ( candidate_id , asessment_outcome_code , qualification , assessment_date ); CREATE TABLE people ( person_id , last_name , cell_mobile_number , first_name , middle_name ); CREATE TABLE people_addresses ( address_id , date_from , person_address_id , person_id , date_to ); CREATE TABLE student_course_attendance ( date_of_attendance , student_id , course_id ); | people_addresses.person_id = people.person_id
select _ from _ where _ | select candidate_id from candidate_assessments where asessment_outcome_code = 'Pass'
[ "candidate_assessments.*", "candidate_assessments.candidate_id", "candidate_assessments.asessment_outcome_code", "candidate_assessments.qualification", "candidate_assessments.assessment_date", "people.*", "people.person_id", "people.last_name", "people.cell_mobile_number", "people.first_name", "...
(ii / identity :domain (a / amr-unknown) :poss (c / candidate :ARG0-of (h / have-03 :ARG1 (c2 / code :mod (p / pass-03) :mod (o / outcome)))))
Cal é a identidade dos candidatos que teñen un código de resultado de Passe? CREATE TABLE candidate_assessments ( candidate_id , asessment_outcome_code , qualification , assessment_date ); CREATE TABLE people ( person_id , last_name , cell_mobile_number , first_name , middle_name ); CREATE TABLE people_addresses ( address_id , date_from , person_address_id , person_id , date_to ); CREATE TABLE student_course_attendance ( date_of_attendance , student_id , course_id ); | people_addresses.person_id = people.person_id
student_assessment
Ejuhu umi número celular umi candidato orekóva código de evaluación "Noñemoañetéi"? CREATE TABLE candidate_assessments ( candidate_id , asessment_outcome_code , qualification , assessment_date ); CREATE TABLE people ( person_id , cell_mobile_number , last_name , email_address , login_name ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE students ( student_details , student_id ); | students.student_id = people.person_id | candidates.candidate_id = people.person_id | candidate_assessments.candidate_id = candidates.candidate_id
select _ from _ where _ | select people.cell_mobile_number from candidates join candidate_assessments on candidates.candidate_id = candidate_assessments.candidate_id join people on candidates.candidate_id = people.person_id where candidate_assessments.asessment_outcome_code = 'Fail'
[ "candidate_assessments.*", "candidate_assessments.candidate_id", "candidate_assessments.asessment_outcome_code", "candidate_assessments.qualification", "candidate_assessments.assessment_date", "people.*", "people.person_id", "people.cell_mobile_number", "people.last_name", "people.email_address", ...
(f / find-01 :polarity (a / amr-unknown) :ARG1 (n / number :mod (m / mobile) :mod (c / cell) :poss (c2 / candidate :ARG0-of (a2 / assess-01 :ARG2 (f2 / fail-01)))))
Atopa o número de móbil dos candidatos cuxo código de avaliación é "Fallido"? CREATE TABLE candidate_assessments ( candidate_id , asessment_outcome_code , qualification , assessment_date ); CREATE TABLE people ( person_id , cell_mobile_number , last_name , email_address , login_name ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE students ( student_details , student_id ); | students.student_id = people.person_id | candidates.candidate_id = people.person_id | candidate_assessments.candidate_id = candidates.candidate_id
student_assessment
¿Mba'e número celular orekóva umi candidato ohupytýva código de evaluación "Noñeme'êi"? CREATE TABLE people ( person_id , cell_mobile_number , last_name , first_name , email_address ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE candidate_assessments ( candidate_id , asessment_outcome_code , assessment_date , qualification ); CREATE TABLE student_course_attendance ( course_id , student_id , date_of_attendance ); | candidates.candidate_id = people.person_id | candidate_assessments.candidate_id = candidates.candidate_id
select _ from _ where _ | select people.cell_mobile_number from candidates join candidate_assessments on candidates.candidate_id = candidate_assessments.candidate_id join people on candidates.candidate_id = people.person_id where candidate_assessments.asessment_outcome_code = 'Fail'
[ "people.*", "people.person_id", "people.cell_mobile_number", "people.last_name", "people.first_name", "people.email_address", "candidates.*", "candidates.candidate_id", "candidates.candidate_details", "candidate_assessments.*", "candidate_assessments.candidate_id", "candidate_assessments.asess...
(n / number :mod (p / phone :mod (c / cell)) :poss (c2 / candidate :ARG0-of (r / receive-01 :ARG1 (c3 / code :mod (a / assess-01) :ARG1-of (s / score-01 :ARG2 (f / fail-01))))) :domain (a2 / amr-unknown))
Cales son os números de teléfono móbil dos candidatos que recibiron un código de avaliación de "Fallado"? CREATE TABLE people ( person_id , cell_mobile_number , last_name , first_name , email_address ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE candidate_assessments ( candidate_id , asessment_outcome_code , assessment_date , qualification ); CREATE TABLE student_course_attendance ( course_id , student_id , date_of_attendance ); | candidates.candidate_id = people.person_id | candidate_assessments.candidate_id = candidates.candidate_id
student_assessment
¿Mba'e id-kuérapa umi temimbo'e ojeheróva curso 301? CREATE TABLE student_course_attendance ( course_id , student_id , date_of_attendance ); CREATE TABLE people_addresses ( person_address_id , person_id , date_to , date_from , address_id ); CREATE TABLE student_course_registrations ( course_id , student_id , registration_date ); CREATE TABLE candidates ( candidate_id , candidate_details ); | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
select _ from _ where _ | select student_id from student_course_attendance where course_id = 301
[ "student_course_attendance.*", "student_course_attendance.course_id", "student_course_attendance.student_id", "student_course_attendance.date_of_attendance", "people_addresses.*", "people_addresses.person_address_id", "people_addresses.person_id", "people_addresses.date_to", "people_addresses.date_f...
(ii / id :domain (a / amr-unknown) :poss (p / person :ARG0-of (s / study-01) :ARG0-of (r / register-02 :ARG1 (c / course :mod 301))))
Cal é a identificación dos alumnos que se rexistraron no curso 301? CREATE TABLE student_course_attendance ( course_id , student_id , date_of_attendance ); CREATE TABLE people_addresses ( person_address_id , person_id , date_to , date_from , address_id ); CREATE TABLE student_course_registrations ( course_id , student_id , registration_date ); CREATE TABLE candidates ( candidate_id , candidate_details ); | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
student_assessment
¿Mba'e ID-pa oreko umi temimbo'e ojeinscribíva curso 301? CREATE TABLE student_course_attendance ( course_id , date_of_attendance , student_id ); CREATE TABLE students ( student_details , student_id ); CREATE TABLE candidates ( candidate_details , candidate_id ); CREATE TABLE addresses ( zip_postcode , state_province_county , country , address_id , line_2 );
select _ from _ where _ | select student_id from student_course_attendance where course_id = 301
[ "student_course_attendance.*", "student_course_attendance.course_id", "student_course_attendance.date_of_attendance", "student_course_attendance.student_id", "students.*", "students.student_details", "students.student_id", "candidates.*", "candidates.candidate_details", "candidates.candidate_id", ...
(ii / identity :domain (a / amr-unknown) :poss (p / person :ARG0-of (s / study-01) :ARG0-of (r / register-02 :ARG2 (c / course :mod 301)) :ARG1-of r))
Cal é a identificación dos alumnos inscritos no curso 301? CREATE TABLE student_course_attendance ( course_id , date_of_attendance , student_id ); CREATE TABLE students ( student_details , student_id ); CREATE TABLE candidates ( candidate_details , candidate_id ); CREATE TABLE addresses ( zip_postcode , state_province_county , country , address_id , line_2 );
student_assessment
¿Mba'e id temimbo'e oñemboguatáva ko'ágãite mbo'esyry 301? CREATE TABLE courses ( course_description , course_name , course_id , other_details ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE people_addresses ( person_address_id , person_id , date_to , address_id , date_from ); CREATE TABLE students ( student_details , student_id );
select _ from _ where _ order by _ desc limit _ | select student_id from student_course_attendance where course_id = 301 order by date_of_attendance desc limit 1
[ "courses.*", "courses.course_description", "courses.course_name", "courses.course_id", "courses.other_details", "student_course_attendance.*", "student_course_attendance.student_id", "student_course_attendance.course_id", "student_course_attendance.date_of_attendance", "people_addresses.*", "peo...
(ii / id :domain (a / amr-unknown) :poss (p / person :ARG0-of (s / study-01) :ARG0-of (r / register-02 :ARG1 (c / course :mod 301) :time (r2 / recent :mod (m / most)))))
Cal é a identificación do alumno que se inscreveu máis recentemente no curso 301? CREATE TABLE courses ( course_description , course_name , course_id , other_details ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE people_addresses ( person_address_id , person_id , date_to , address_id , date_from ); CREATE TABLE students ( student_details , student_id );
student_assessment
¿Mba'e id-kuérapa umi temimbo'e ojeheróva ko'ágãite curso 301-pe? CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE candidate_assessments ( candidate_id , assessment_date , qualification , asessment_outcome_code ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE people ( last_name , login_name , cell_mobile_number , first_name , middle_name ); | candidates.candidate_id = people.person_id | candidate_assessments.candidate_id = candidates.candidate_id
select _ from _ where _ order by _ desc limit _ | select student_id from student_course_attendance where course_id = 301 order by date_of_attendance desc limit 1
[ "student_course_attendance.*", "student_course_attendance.student_id", "student_course_attendance.course_id", "student_course_attendance.date_of_attendance", "candidate_assessments.*", "candidate_assessments.candidate_id", "candidate_assessments.assessment_date", "candidate_assessments.qualification",...
(ii / identity :domain (a / amr-unknown) :poss (p / person :ARG0-of (s / study-01) :ARG0-of (r / register-02 :ARG2 (c / course :mod 301) :time (r2 / recent :mod (m / most)))))
Cal é a identidade dos estudantes que se rexistraron no curso 301 máis recentemente? CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE candidate_assessments ( candidate_id , assessment_date , qualification , asessment_outcome_code ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE people ( last_name , login_name , cell_mobile_number , first_name , middle_name ); | candidates.candidate_id = people.person_id | candidate_assessments.candidate_id = candidates.candidate_id
student_assessment
¿Ojuhu táva ha tapicha renda? CREATE TABLE addresses ( country , address_id , line_2 , line_1 , city ); CREATE TABLE people_addresses ( address_id , person_id , date_from , person_address_id , date_to ); CREATE TABLE student_course_registrations ( registration_date , student_id , course_id ); CREATE TABLE courses ( course_id , course_name , course_description , other_details ); | people_addresses.address_id = addresses.address_id | student_course_registrations.course_id = courses.course_id
select distinct _ from _ | select distinct addresses.city from addresses join people_addresses on addresses.address_id = people_addresses.address_id
[ "addresses.*", "addresses.country", "addresses.address_id", "addresses.line_2", "addresses.line_1", "addresses.city", "people_addresses.*", "people_addresses.address_id", "people_addresses.person_id", "people_addresses.date_from", "people_addresses.person_address_id", "people_addresses.date_to...
(f / find-01 :mode imperative :ARG0 (y / you) :ARG1 (c / city :mod (d / distinct) :poss (a / address :poss (p / person))))
Atopar cidades distintas de enderezos de persoas? CREATE TABLE addresses ( country , address_id , line_2 , line_1 , city ); CREATE TABLE people_addresses ( address_id , person_id , date_from , person_address_id , date_to ); CREATE TABLE student_course_registrations ( registration_date , student_id , course_id ); CREATE TABLE courses ( course_id , course_name , course_description , other_details ); | people_addresses.address_id = addresses.address_id | student_course_registrations.course_id = courses.course_id
student_assessment
¿Mba'e távapepa oiko heta tapicha? CREATE TABLE addresses ( address_id , city , zip_postcode , line_1 , country ); CREATE TABLE people_addresses ( address_id , date_to , date_from , person_address_id , person_id ); CREATE TABLE people ( password , email_address , first_name , last_name , cell_mobile_number ); CREATE TABLE courses ( course_description , course_name , other_details , course_id ); | people_addresses.address_id = addresses.address_id | people_addresses.person_id = people.person_id
select distinct _ from _ | select distinct addresses.city from addresses join people_addresses on addresses.address_id = people_addresses.address_id
[ "addresses.*", "addresses.address_id", "addresses.city", "addresses.zip_postcode", "addresses.line_1", "addresses.country", "people_addresses.*", "people_addresses.address_id", "people_addresses.date_to", "people_addresses.date_from", "people_addresses.person_address_id", "people_addresses.per...
(d / differ-02 :ARG1 (c / city :location-of (l / live-01 :ARG0 (p / person))) :ARG2 (a / amr-unknown))
Cales son as diferentes cidades onde viven as persoas? CREATE TABLE addresses ( address_id , city , zip_postcode , line_1 , country ); CREATE TABLE people_addresses ( address_id , date_to , date_from , person_address_id , person_id ); CREATE TABLE people ( password , email_address , first_name , last_name , cell_mobile_number ); CREATE TABLE courses ( course_description , course_name , other_details , course_id ); | people_addresses.address_id = addresses.address_id | people_addresses.person_id = people.person_id
student_assessment
¿Ojuhu táva ha'evéva umi temimbo'e renda? CREATE TABLE addresses ( address_id , city , country , state_province_county , line_1 ); CREATE TABLE students ( student_id , student_details ); CREATE TABLE people_addresses ( person_id , address_id , date_from , date_to , person_address_id ); CREATE TABLE courses ( course_name , course_description , course_id , other_details ); | people_addresses.address_id = addresses.address_id
select distinct _ from _ | select distinct addresses.city from addresses join people_addresses on addresses.address_id = people_addresses.address_id join students on people_addresses.person_id = students.student_id
[ "addresses.*", "addresses.address_id", "addresses.city", "addresses.country", "addresses.state_province_county", "addresses.line_1", "students.*", "students.student_id", "students.student_details", "people_addresses.*", "people_addresses.person_id", "people_addresses.address_id", "people_add...
(f / find-01 :mode imperative :ARG0 (y / you) :ARG1 (c / city :mod (a / address :poss (p / person :ARG0-of (s / study-01))) :mod (d / distinct)))
Buscar cidades distintas de enderezo de estudantes? CREATE TABLE addresses ( address_id , city , country , state_province_county , line_1 ); CREATE TABLE students ( student_id , student_details ); CREATE TABLE people_addresses ( person_id , address_id , date_from , date_to , person_address_id ); CREATE TABLE courses ( course_name , course_description , course_id , other_details ); | people_addresses.address_id = addresses.address_id
student_assessment
¿Mba'e távapepa oiko umi temimbo'e? CREATE TABLE addresses ( zip_postcode , city , line_1 , address_id , line_2 ); CREATE TABLE students ( student_id , student_details ); CREATE TABLE people_addresses ( person_id , address_id , date_to , person_address_id , date_from ); CREATE TABLE student_course_attendance ( date_of_attendance , course_id , student_id ); | people_addresses.address_id = addresses.address_id
select distinct _ from _ | select distinct addresses.city from addresses join people_addresses on addresses.address_id = people_addresses.address_id join students on people_addresses.person_id = students.student_id
[ "addresses.*", "addresses.zip_postcode", "addresses.city", "addresses.line_1", "addresses.address_id", "addresses.line_2", "students.*", "students.student_id", "students.student_details", "people_addresses.*", "people_addresses.person_id", "people_addresses.address_id", "people_addresses.dat...
(d / differ-02 :ARG1 (c / city :location-of (l / live-01 :ARG0 (p / person :ARG0-of (s / study-01)))) :ARG2 (a / amr-unknown))
Cales son as diferentes cidades onde viven os estudantes? CREATE TABLE addresses ( zip_postcode , city , line_1 , address_id , line_2 ); CREATE TABLE students ( student_id , student_details ); CREATE TABLE people_addresses ( person_id , address_id , date_to , person_address_id , date_from ); CREATE TABLE student_course_attendance ( date_of_attendance , course_id , student_id ); | people_addresses.address_id = addresses.address_id
student_assessment
Embohasami umi mbo'esyry réra orden alfabético-pe? CREATE TABLE courses ( course_name , course_description , course_id , other_details ); CREATE TABLE people_addresses ( person_id , date_from , date_to , address_id , person_address_id ); CREATE TABLE addresses ( state_province_county , line_2 , line_1 , address_id , zip_postcode ); CREATE TABLE candidates ( candidate_details , candidate_id ); | people_addresses.address_id = addresses.address_id
select _ from _ order by _ asc | select course_name from courses order by course_name asc
[ "courses.*", "courses.course_name", "courses.course_description", "courses.course_id", "courses.other_details", "people_addresses.*", "people_addresses.person_id", "people_addresses.date_from", "people_addresses.date_to", "people_addresses.address_id", "people_addresses.person_address_id", "ad...
(l / list-01 :polarity (a / amr-unknown) :ARG1 (t / thing :ARG2-of (n / name-01 :ARG1 (c / course))) :manner (o / order :mod (a2 / alphabet)))
Lista os nomes dos cursos por orde alfabética? CREATE TABLE courses ( course_name , course_description , course_id , other_details ); CREATE TABLE people_addresses ( person_id , date_from , date_to , address_id , person_address_id ); CREATE TABLE addresses ( state_province_county , line_2 , line_1 , address_id , zip_postcode ); CREATE TABLE candidates ( candidate_details , candidate_id ); | people_addresses.address_id = addresses.address_id
student_assessment
¿Mba'éichapa héra umi mbo'esyry, alfabético-pe? CREATE TABLE courses ( course_name , course_description , other_details , course_id ); CREATE TABLE candidate_assessments ( assessment_date , qualification , candidate_id , asessment_outcome_code ); CREATE TABLE student_course_attendance ( course_id , date_of_attendance , student_id ); CREATE TABLE people_addresses ( person_address_id , person_id , date_to , date_from , address_id );
select _ from _ order by _ asc | select course_name from courses order by course_name asc
[ "courses.*", "courses.course_name", "courses.course_description", "courses.other_details", "courses.course_id", "candidate_assessments.*", "candidate_assessments.assessment_date", "candidate_assessments.qualification", "candidate_assessments.candidate_id", "candidate_assessments.asessment_outcome_...
(n / name-01 :ARG1 (c / course) :ARG2 (a / amr-unknown) :manner (o / order-03 :ARG2 (a2 / alphabet)))
Cal é o nome dos cursos en orde alfabética? CREATE TABLE courses ( course_name , course_description , other_details , course_id ); CREATE TABLE candidate_assessments ( assessment_date , qualification , candidate_id , asessment_outcome_code ); CREATE TABLE student_course_attendance ( course_id , date_of_attendance , student_id ); CREATE TABLE people_addresses ( person_address_id , person_id , date_to , date_from , address_id );
student_assessment
Emyenyhẽ umi tapicha réra tenondegua alfabético-pe? CREATE TABLE people ( first_name , email_address , person_id , last_name , login_name ); CREATE TABLE people_addresses ( date_to , person_id , person_address_id , address_id , date_from ); CREATE TABLE courses ( course_id , course_name , other_details , course_description ); CREATE TABLE candidates ( candidate_id , candidate_details ); | people_addresses.person_id = people.person_id | candidates.candidate_id = people.person_id
select _ from _ order by _ asc | select first_name from people order by first_name asc
[ "people.*", "people.first_name", "people.email_address", "people.person_id", "people.last_name", "people.login_name", "people_addresses.*", "people_addresses.date_to", "people_addresses.person_id", "people_addresses.person_address_id", "people_addresses.address_id", "people_addresses.date_from...
(l / list-01 :ARG1 (t / thing :ARG2-of (n / name-01 :ARG1 (p / person)) :ord (o / ordinal-entity :value 1) :ARG1-of (o2 / order-03 :ARG2 (a / alphabet))))
Enumerar os primeiros nomes en orde alfabética? CREATE TABLE people ( first_name , email_address , person_id , last_name , login_name ); CREATE TABLE people_addresses ( date_to , person_id , person_address_id , address_id , date_from ); CREATE TABLE courses ( course_id , course_name , other_details , course_description ); CREATE TABLE candidates ( candidate_id , candidate_details ); | people_addresses.person_id = people.person_id | candidates.candidate_id = people.person_id
student_assessment
¿Mba'éichapa héra umi tapicha, alfabético-pe? CREATE TABLE people ( first_name , person_id , last_name , login_name , email_address ); CREATE TABLE courses ( course_description , course_name , course_id , other_details ); CREATE TABLE student_course_registrations ( registration_date , course_id , student_id ); CREATE TABLE candidate_assessments ( assessment_date , candidate_id , qualification , asessment_outcome_code ); | student_course_registrations.course_id = courses.course_id
select _ from _ order by _ asc | select first_name from people order by first_name asc
[ "people.*", "people.first_name", "people.person_id", "people.last_name", "people.login_name", "people.email_address", "courses.*", "courses.course_description", "courses.course_name", "courses.course_id", "courses.other_details", "student_course_registrations.*", "student_course_registration...
(n / name-01 :ARG1 (p / person) :ARG2 (a / amr-unknown) :ord (o / ordinal-entity :value 1) :manner (o2 / order-03 :ARG2 (a2 / alphabet)))
Cales son os nomes das persoas en orde alfabética? CREATE TABLE people ( first_name , person_id , last_name , login_name , email_address ); CREATE TABLE courses ( course_description , course_name , course_id , other_details ); CREATE TABLE student_course_registrations ( registration_date , course_id , student_id ); CREATE TABLE candidate_assessments ( assessment_date , candidate_id , qualification , asessment_outcome_code ); | student_course_registrations.course_id = courses.course_id
student_assessment
¿Mba'e mba'épa umi temimbo'e ojehaíva mbo'esyrýpe térã ohóva mbo'esyrýpe? CREATE TABLE student_course_registrations ( student_id , registration_date , course_id ); CREATE TABLE student_course_attendance ( student_id , date_of_attendance , course_id ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE courses ( course_description , course_name , other_details , course_id ); | student_course_registrations.course_id = courses.course_id | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id
select _ from _ union select _ from _ | select student_id from student_course_registrations union select student_id from student_course_attendance
[ "student_course_registrations.*", "student_course_registrations.student_id", "student_course_registrations.registration_date", "student_course_registrations.course_id", "student_course_attendance.*", "student_course_attendance.student_id", "student_course_attendance.date_of_attendance", "student_cours...
(ii / id :domain (a / amr-unknown) :poss (p / person :ARG0-of (s / study-01) :ARG0-of (r / register-02 :ARG1 (c / course)) :ARG0-of (a2 / attend-01 :ARG1 c)))
Cal é a identificación dos estudantes que se inscribiron ou asistiron a cursos? CREATE TABLE student_course_registrations ( student_id , registration_date , course_id ); CREATE TABLE student_course_attendance ( student_id , date_of_attendance , course_id ); CREATE TABLE candidates ( candidate_id , candidate_details ); CREATE TABLE courses ( course_description , course_name , other_details , course_id ); | student_course_registrations.course_id = courses.course_id | student_course_attendance.student_id = student_course_registrations.student_id | student_course_attendance.course_id = student_course_registrations.course_id