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 |
|---|---|---|---|---|---|
student_assessment | ¿Mba'e mba'épa umi temimbo'e ojehaíva térã ohóva mbo'esyrýpe? CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE people_addresses ( date_to , date_from , address_id , person_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.course_id",
"student_course_registrations.registration_date",
"student_course_attendance.*",
"student_course_attendance.student_id",
"student_course_attendance.course_id",
"student_course_attenda... | (ii / identity
: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 asistieron a un curso? CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE people_addresses ( date_to , date_from , addre... |
student_assessment | Ejuhu id mbo'esyry ojehaíva térã ohóva temimbo'e id ha'éva 121? CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE courses ( course_id , course_name , other_details , course_descr... | select _ from _ where _ union select _ from _ where _ | select course_id from student_course_registrations where student_id = 121 union select course_id from student_course_attendance where student_id = 121 | [
"student_course_registrations.*",
"student_course_registrations.student_id",
"student_course_registrations.course_id",
"student_course_registrations.registration_date",
"student_course_attendance.*",
"student_course_attendance.student_id",
"student_course_attendance.course_id",
"student_course_attenda... | (f / find-01
:mode imperative
:ARG0 (y / you)
:ARG1 (ii / id
:poss (c / course
:ARG1-of (r / register-02
:ARG0 (p / person
:ARG0-of (s / study-01)
:poss (ii2 / id
... | Encontre o id de cursos que están inscritos ou que asiste un estudante cuxo id é 121? CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE courses ( course_id , course_name , other_d... |
student_assessment | ¿Mba'e id-pa oreko umi mbo'esyry oñemboguatáva térã ohóva temimbo'e id-pe ha'éva 121? CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE people ( first_name , login_name , email_a... | select _ from _ where _ union select _ from _ where _ | select course_id from student_course_registrations where student_id = 121 union select course_id from student_course_attendance where student_id = 121 | [
"student_course_registrations.*",
"student_course_registrations.student_id",
"student_course_registrations.course_id",
"student_course_registrations.registration_date",
"student_course_attendance.*",
"student_course_attendance.student_id",
"student_course_attendance.course_id",
"student_course_attenda... | (ii / id
:domain (a / amr-unknown)
:poss (c / course
:ARG1-of (r / register-02
:ARG0 (p / person
:ARG0-of (s / study-01)
:ARG0-of (h / have-03
:ARG1 (ii2 / id
:valu... | Cales son os identificadores dos cursos que está inscrito ou que cursa o estudante cuxo identificador é 121? CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE people ( first_name ... |
student_assessment | ¿Mba'e mba'épa oguereko umi temimbo'e ojehaíva mbo'esyrýpe ha ndohóiva mbo'esyrýpe? CREATE TABLE student_course_attendance ( student_id , date_of_attendance , course_id ); CREATE TABLE student_course_registrations ( student_id , registration_date , course_id ); CREATE TABLE candidate_assessments ( assessment_date , qu... | select _ from _ where _ not in ( select _ from _ ) | select * from student_course_registrations where student_id not in ( select student_id from student_course_attendance ) | [
"student_course_attendance.*",
"student_course_attendance.student_id",
"student_course_attendance.date_of_attendance",
"student_course_attendance.course_id",
"student_course_registrations.*",
"student_course_registrations.student_id",
"student_course_registrations.registration_date",
"student_course_r... | (ii / information
:mod (a / all)
:polarity (a2 / amr-unknown)
:topic (p / person
:ARG0-of (s / study-01)
:ARG0-of (r / register-02
:ARG1 (c / course)
:ARG1-of (c2 / contrast-01
:ARG2 (a3 / attend-01
... | Cal é a información dos estudantes que se rexistraron en cursos pero non asistieron aos cursos? CREATE TABLE student_course_attendance ( student_id , date_of_attendance , course_id ); CREATE TABLE student_course_registrations ( student_id , registration_date , course_id ); CREATE TABLE candidate_assessments ( assessme... |
student_assessment | ¿Mba'e mba'épa umi temimbo'e ojehaíva'ekue ha ndohóiva mbo'esyrýpe? CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE people_addresses ( address_id , person_id , date_from , perso... | select _ from _ where _ not in ( select _ from _ ) | select * from student_course_registrations where student_id not in ( select student_id from student_course_attendance ) | [
"student_course_registrations.*",
"student_course_registrations.student_id",
"student_course_registrations.course_id",
"student_course_registrations.registration_date",
"student_course_attendance.*",
"student_course_attendance.student_id",
"student_course_attendance.course_id",
"student_course_attenda... | (d / detail
:domain (a / amr-unknown)
:mod (a2 / all)
:topic (p / person
:ARG0-of (s / study-01)
:ARG0-of (r / register-02
:ARG1-of (c / contrast-01
:ARG2 (a3 / attend-01
:polarity -
... | Que datos hai dos estudantes que se rexistraron pero non asistieron a ningún curso? CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE people_addresses ( address_id , person_id , d... |
student_assessment | Emboherakuã umi temimbo'e ojeheróva ha ohaiva'ekue umi estadística mbo'esyrýpe, ha'éva ára ojehai hague. CREATE TABLE courses ( course_id , course_name , other_details , course_description ); CREATE TABLE student_course_registrations ( course_id , student_id , registration_date ); CREATE TABLE candidate_assessments ( q... | select _ from _ where _ order by _ asc | select student_course_registrations.student_id from courses join student_course_registrations on courses.course_id = student_course_registrations.course_id where courses.course_name = 'statistics' order by student_course_registrations.registration_date asc | [
"courses.*",
"courses.course_id",
"courses.course_name",
"courses.other_details",
"courses.course_description",
"student_course_registrations.*",
"student_course_registrations.course_id",
"student_course_registrations.student_id",
"student_course_registrations.registration_date",
"candidate_assess... | (l / list-01
:ARG1 (ii / id
:poss (p / person
:ARG0-of (s / study-01)
:ARG0-of (r / register-02
:ARG1 (s2 / statistic
:mod (c / course)))))
:manner (o / order-03
:ARG2 (d / date
... | Indicar a identidade dos estudantes que se rexistraron nas estatísticas do curso por orde de data de inscrición. CREATE TABLE courses ( course_id , course_name , other_details , course_description ); CREATE TABLE student_course_registrations ( course_id , student_id , registration_date ); CREATE TABLE candidate_assessm... |
student_assessment | ¿Mba'e id-kuérapa umi temimbo'e oregistráva estadística mbo'esyry rehegua, orden de inscripción ára rehe? CREATE TABLE courses ( course_id , course_name , course_description , other_details ); CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE people ( cell_mobile_nu... | select _ from _ where _ order by _ asc | select student_course_registrations.student_id from courses join student_course_registrations on courses.course_id = student_course_registrations.course_id where courses.course_name = 'statistics' order by student_course_registrations.registration_date asc | [
"courses.*",
"courses.course_id",
"courses.course_name",
"courses.course_description",
"courses.other_details",
"student_course_registrations.*",
"student_course_registrations.student_id",
"student_course_registrations.course_id",
"student_course_registrations.registration_date",
"people.*",
"pe... | (ii / identity
:domain (a / amr-unknown)
:poss (p / person
:ARG0-of (s / study-01)
:ARG0-of (r / register-02
:ARG1 (s2 / statistic
:mod (c / course))
:ARG1-of (o / order-02
:ARG2 (d / date
... | Cal é o número de identificación dos estudantes que se rexistraron nas estatísticas de cursos por orde de data de inscrición? CREATE TABLE courses ( course_id , course_name , course_description , other_details ); CREATE TABLE student_course_registrations ( student_id , course_id , registration_date ); CREATE TABLE peop... |
student_assessment | Emboherakuã umi temimbo'e ohóva mbo'esyry estadística-pe, ára ohóva guive. CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE courses ( course_name , course_id , course_description , other_details ); CREATE TABLE people ( login_name , cell_mobile_number , email_address ... | select _ from _ where _ order by _ asc | select student_course_attendance.student_id from courses join student_course_attendance on courses.course_id = student_course_attendance.course_id where courses.course_name = 'statistics' order by student_course_attendance.date_of_attendance asc | [
"student_course_attendance.*",
"student_course_attendance.student_id",
"student_course_attendance.course_id",
"student_course_attendance.date_of_attendance",
"courses.*",
"courses.course_name",
"courses.course_id",
"courses.course_description",
"courses.other_details",
"people.*",
"people.login_... | (l / list-01
:ARG1 (ii / id
:poss (p / person
:ARG0-of (s / study-01)
:ARG0-of (a / attend-01
:ARG1 (c / course
:topic (s2 / statistics)))))
:manner (o / order-01
:ARG2 (d / date
... | Indicar a identidade dos estudantes que asistieron a cursos de estatística por orde de data de asistencia. CREATE TABLE student_course_attendance ( student_id , course_id , date_of_attendance ); CREATE TABLE courses ( course_name , course_id , course_description , other_details ); CREATE TABLE people ( login_name , cel... |
student_assessment | ¿Mba'e id-kuérapa umi temimbo'e ohóva mbo'esyry departamento de estadística-pe, orden de asistencia ára rehe? 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 students ( student_id... | select _ from _ where _ order by _ asc | select student_course_attendance.student_id from courses join student_course_attendance on courses.course_id = student_course_attendance.course_id where courses.course_name = 'statistics' order by student_course_attendance.date_of_attendance asc | [
"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",
"students.*",
"students.st... | (ii / id
:domain (a / amr-unknown)
:poss (p / person
:ARG0-of (s / study-01)
:ARG0-of (a2 / attend-01
:ARG1 (c / course
:location (d / department
:topic (s2 / statistics)))))
:ARG1-of (o / order-01
... | Cal é a identidade dos estudantes que asistiu a cursos no departamento de estatística por orde de data de asistencia? 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 students ( stu... |
bike_1 | Emombe'u chéve umi ára okyve jave 85 grados rupi. CREATE TABLE weather ( date , max_temperature_f , max_visibility_miles , mean_visibility_miles , min_dew_point_f ); CREATE TABLE station ( dock_count , installation_date , id , lat , city ); CREATE TABLE status ( time , station_id , bikes_available , docks_available ); ... | select _ from _ where _ | select date from weather where max_temperature_f > 85 | [
"weather.*",
"weather.date",
"weather.max_temperature_f",
"weather.max_visibility_miles",
"weather.mean_visibility_miles",
"weather.min_dew_point_f",
"station.*",
"station.dock_count",
"station.installation_date",
"station.id",
"station.lat",
"station.city",
"status.*",
"status.time",
"s... | (g / give-01
:mode imperative
:ARG0 (y / you)
:ARG1 (d / date
:time-of (h / high-02
:ARG1 (t / temperature
:mod (m / maximum))
:ARG2-of (h2 / have-degree-91
:ARG1 t
:ARG3 (m2 / more)... | Dádeme as datas nas que a temperatura máxima foi superior a 85. CREATE TABLE weather ( date , max_temperature_f , max_visibility_miles , mean_visibility_miles , min_dew_point_f ); CREATE TABLE station ( dock_count , installation_date , id , lat , city ); CREATE TABLE status ( time , station_id , bikes_available , docks... |
bike_1 | ¿Mba'e ára piko oĩ okyvehápe 85°C ári? CREATE TABLE weather ( date , max_temperature_f , min_sea_level_pressure_inches , cloud_cover , mean_humidity ); CREATE TABLE station ( long , dock_count , installation_date , city , name ); CREATE TABLE status ( time , docks_available , bikes_available , station_id ); CREATE TABL... | select _ from _ where _ | select date from weather where max_temperature_f > 85 | [
"weather.*",
"weather.date",
"weather.max_temperature_f",
"weather.min_sea_level_pressure_inches",
"weather.cloud_cover",
"weather.mean_humidity",
"station.*",
"station.long",
"station.dock_count",
"station.installation_date",
"station.city",
"station.name",
"status.*",
"status.time",
"s... | (d / date
:mod (a / amr-unknown)
:time-of (t / temperature
:mod (m / maximum)
:ARG1-of (h / have-degree-91
:ARG2 (h2 / high-02)
:ARG3 (m2 / more)
:ARG4 (t2 / temperature-quantity
:quant 85
... | Cales son as datas con temperatura máxima superior a 85? CREATE TABLE weather ( date , max_temperature_f , min_sea_level_pressure_inches , cloud_cover , mean_humidity ); CREATE TABLE station ( long , dock_count , installation_date , city , name ); CREATE TABLE status ( time , docks_available , bikes_available , station... |
bike_1 | ¿Mba'éichapa héra umi estación orekóva latitud menor 37,5? CREATE TABLE station ( city , lat , installation_date , dock_count , name ); CREATE TABLE status ( station_id , time , bikes_available , docks_available ); CREATE TABLE trip ( id , subscription_type , bike_id , start_station_name , start_date ); CREATE TABLE we... | select _ from _ where _ | select name from station where lat < 37.5 | [
"station.*",
"station.city",
"station.lat",
"station.installation_date",
"station.dock_count",
"station.name",
"status.*",
"status.station_id",
"status.time",
"status.bikes_available",
"status.docks_available",
"trip.*",
"trip.id",
"trip.subscription_type",
"trip.bike_id",
"trip.start_... | (n / name-01
:ARG1 (s / station
:ARG0-of (h / have-03
:ARG1 (l / latitude
:ARG1-of (h2 / have-degree-91
:ARG2 (l2 / low-04
:ARG1 l)
:ARG3 (m / more)
... | Cales son os nomes das estacións que teñen latitude inferior a 37.5? CREATE TABLE station ( city , lat , installation_date , dock_count , name ); CREATE TABLE status ( station_id , time , bikes_available , docks_available ); CREATE TABLE trip ( id , subscription_type , bike_id , start_station_name , start_date ); CREAT... |
bike_1 | ¿Mba'éichapa héra opaite estación orekóva latitud michĩvéva 37,5? CREATE TABLE station ( name , lat , installation_date , id , city ); CREATE TABLE status ( station_id , docks_available , bikes_available , time ); CREATE TABLE trip ( end_date , start_date , start_station_name , end_station_name , start_station_id ); CR... | select _ from _ where _ | select name from station where lat < 37.5 | [
"station.*",
"station.name",
"station.lat",
"station.installation_date",
"station.id",
"station.city",
"status.*",
"status.station_id",
"status.docks_available",
"status.bikes_available",
"status.time",
"trip.*",
"trip.end_date",
"trip.start_date",
"trip.start_station_name",
"trip.end_... | (n / name-01
:ARG1 (s / station
:mod (a / all)
:location (l / latitude
:ARG1-of (h / have-degree-91
:ARG2 (s2 / small)
:ARG3 (m / more)
:ARG4 (d / distance-quantity
:quan... | Cales son os nomes das estacións cunha latitude menor que 37,5? CREATE TABLE station ( name , lat , installation_date , id , city ); CREATE TABLE status ( station_id , docks_available , bikes_available , time ); CREATE TABLE trip ( end_date , start_date , start_station_name , end_station_name , start_station_id ); CREA... |
bike_1 | Opa táva-pe g̃uarã, emondo latitud ijyvatevéva umi estación apytépe. CREATE TABLE station ( lat , city , name , dock_count , long ); CREATE TABLE trip ( start_station_id , subscription_type , end_date , end_station_id , bike_id ); CREATE TABLE weather ( min_visibility_miles , date , mean_sea_level_pressure_inches , max... | select _ , max ( _ ) from _ group by _ | select city , max ( lat ) from station group by city | [
"station.*",
"station.lat",
"station.city",
"station.name",
"station.dock_count",
"station.long",
"trip.*",
"trip.start_station_id",
"trip.subscription_type",
"trip.end_date",
"trip.end_station_id",
"trip.bike_id",
"weather.*",
"weather.min_visibility_miles",
"weather.date",
"weather.m... | (r / return-02
:ARG1 (l / latitude
:ARG1-of (h / have-degree-91
:ARG2 (h2 / high-02
:ARG1 l)
:ARG3 (m / most)
:ARG5 (s / station
:poss (c / city
:mod (e / each)
... | Para cada cidade, devolve a latitude máis alta entre as súas estacións. CREATE TABLE station ( lat , city , name , dock_count , long ); CREATE TABLE trip ( start_station_id , subscription_type , end_date , end_station_id , bike_id ); CREATE TABLE weather ( min_visibility_miles , date , mean_sea_level_pressure_inches , ... |
bike_1 | Opavave táva, ¿mba'e latitud ijyvatevéva umi estación-pe g̃uarã? CREATE TABLE station ( lat , city , id , dock_count , name ); CREATE TABLE status ( time , station_id , docks_available , bikes_available ); CREATE TABLE trip ( start_date , bike_id , end_station_name , zip_code , subscription_type ); CREATE TABLE weather... | select _ , max ( _ ) from _ group by _ | select city , max ( lat ) from station group by city | [
"station.*",
"station.lat",
"station.city",
"station.id",
"station.dock_count",
"station.name",
"status.*",
"status.time",
"status.station_id",
"status.docks_available",
"status.bikes_available",
"trip.*",
"trip.start_date",
"trip.bike_id",
"trip.end_station_name",
"trip.zip_code",
"... | (l / latitude
:ARG1-of (h / have-degree-91
:ARG2 (h2 / high-02)
:ARG3 (m / most))
:beneficiary (s / station
:poss (c / city
:mod (e / each)))
:domain (a / amr-unknown)) | Para cada cidade, cal é a latitude máis alta para as súas estacións? CREATE TABLE station ( lat , city , id , dock_count , name ); CREATE TABLE status ( time , station_id , docks_available , bikes_available ); CREATE TABLE trip ( start_date , bike_id , end_station_name , zip_code , subscription_type ); CREATE TABLE wea... |
bike_1 | Embojuehe estación ñepyrû ha estación paha umi viaje mbohapy id id más antigua ndive. CREATE TABLE trip ( id , start_station_name , end_station_name , start_station_id , end_date ); CREATE TABLE station ( long , dock_count , city , installation_date , lat ); CREATE TABLE status ( time , station_id , docks_available , ... | select _ from _ order by _ asc limit _ | select start_station_name , end_station_name from trip order by id asc limit 3 | [
"trip.*",
"trip.id",
"trip.start_station_name",
"trip.end_station_name",
"trip.start_station_id",
"trip.end_date",
"station.*",
"station.long",
"station.dock_count",
"station.city",
"station.installation_date",
"station.lat",
"status.*",
"status.time",
"status.station_id",
"status.dock... | (g / give-01
:mode imperative
:ARG0 (y / you)
:ARG1 (a / and
:op1 (s / station
:location-of (s2 / start-01))
:op2 (s3 / station
:location-of (e / end-01))
:purpose (t / trip-03
:accompanier (p / person
... | Dádeme a estación de partida e de chegada das viaxes cos tres id máis antigos. CREATE TABLE trip ( id , start_station_name , end_station_name , start_station_id , end_date ); CREATE TABLE station ( long , dock_count , city , installation_date , lat ); CREATE TABLE status ( time , station_id , docks_available , bikes_av... |
bike_1 | Mávapa estación estación ha estación paha umi viaje oguerekóva mbohapy id michĩvéva? CREATE TABLE trip ( id , start_station_name , end_station_name , bike_id , end_station_id ); CREATE TABLE station ( installation_date , city , lat , long , id ); CREATE TABLE status ( station_id , bikes_available , time , docks_availab... | select _ from _ order by _ asc limit _ | select start_station_name , end_station_name from trip order by id asc limit 3 | [
"trip.*",
"trip.id",
"trip.start_station_name",
"trip.end_station_name",
"trip.bike_id",
"trip.end_station_id",
"station.*",
"station.installation_date",
"station.city",
"station.lat",
"station.long",
"station.id",
"status.*",
"status.station_id",
"status.bikes_available",
"status.time... | (a / and
:op1 (s / station
:mod (s2 / station))
:op2 (s3 / station
:mod (e / end))
:purpose (t / trip-03
:accompanier (ii / item
:quant 3
:ARG1-of (h / have-degree-91
:ARG2 (s4 / small)
... | Cal é a estación de estación e a estación final para as viaxes cos tres ids máis pequenos? CREATE TABLE trip ( id , start_station_name , end_station_name , bike_id , end_station_id ); CREATE TABLE station ( installation_date , city , lat , long , id ); CREATE TABLE status ( station_id , bikes_available , time , docks_a... |
bike_1 | Mboy latitud ha longitud promedio umi estación oĩva San José távape? CREATE TABLE station ( lat , city , long , dock_count , name ); CREATE TABLE status ( docks_available , station_id , time , bikes_available ); CREATE TABLE trip ( duration , end_date , end_station_id , start_station_id , subscription_type ); CREATE TA... | select avg ( _ ) , avg ( _ ) from _ where _ | select avg ( lat ) , avg ( long ) from station where city = 'San Jose' | [
"station.*",
"station.lat",
"station.city",
"station.long",
"station.dock_count",
"station.name",
"status.*",
"status.docks_available",
"status.station_id",
"status.time",
"status.bikes_available",
"trip.*",
"trip.duration",
"trip.end_date",
"trip.end_station_id",
"trip.start_station_i... | (a / and
:op1 (l / latitude
:mod (a2 / average)
:poss (s / station
:location (c / city
:name (n / name
:op1 "San"
:op2 "Jose"))))
:op2 (l2 / longitude
:mod (a3 / average)... | Cal é a latitude e lonxitude media das estacións situadas na cidade de San José? CREATE TABLE station ( lat , city , long , dock_count , name ); CREATE TABLE status ( docks_available , station_id , time , bikes_available ); CREATE TABLE trip ( duration , end_date , end_station_id , start_station_id , subscription_type ... |
bike_1 | Mboy latitud ha longitud mbytepegua San José-pe? CREATE TABLE station ( name , lat , city , long , id ); CREATE TABLE status ( docks_available , bikes_available , time , station_id ); CREATE TABLE trip ( end_station_id , duration , start_date , id , start_station_id ); CREATE TABLE weather ( mean_dew_point_f , max_visi... | select avg ( _ ) , avg ( _ ) from _ where _ | select avg ( lat ) , avg ( long ) from station where city = 'San Jose' | [
"station.*",
"station.name",
"station.lat",
"station.city",
"station.long",
"station.id",
"status.*",
"status.docks_available",
"status.bikes_available",
"status.time",
"status.station_id",
"trip.*",
"trip.end_station_id",
"trip.duration",
"trip.start_date",
"trip.id",
"trip.start_st... | (a / and
:op1 (l / latitude
:mod (a2 / amr-unknown))
:op2 (l2 / longitude
:mod (a3 / amr-unknown))
:ARG1-of (a4 / average-04)
:location (c / city
:name (n / name
:op1 "San"
:op2 "Jose"))) | Cal é a latitude e lonxitude media de San José? CREATE TABLE station ( name , lat , city , long , id ); CREATE TABLE status ( docks_available , bikes_available , time , station_id ); CREATE TABLE trip ( end_station_id , duration , start_date , id , start_station_id ); CREATE TABLE weather ( mean_dew_point_f , max_visib... |
bike_1 | Mávapa pe viaje id oguerekóva duración ipya'eve? CREATE TABLE trip ( start_date , id , end_station_name , duration , bike_id ); CREATE TABLE station ( name , long , installation_date , id , dock_count ); CREATE TABLE status ( station_id , time , docks_available , bikes_available ); CREATE TABLE weather ( date , min_hum... | select _ from _ order by _ asc limit _ | select id from trip order by duration asc limit 1 | [
"trip.*",
"trip.start_date",
"trip.id",
"trip.end_station_name",
"trip.duration",
"trip.bike_id",
"station.*",
"station.name",
"station.long",
"station.installation_date",
"station.id",
"station.dock_count",
"status.*",
"status.station_id",
"status.time",
"status.docks_available",
"s... | (ii / id
:polarity (a / amr-unknown)
:poss (t / trip-03)
:ARG1-of (l / long-03
:ARG1-of (h / have-degree-91
:ARG2 (s / short-07
:ARG1 (d / duration)
:ARG3 (m / most)))
:domain (a2 / amr-unknown))) | Cal é o id da viaxe que ten a duración máis curta? CREATE TABLE trip ( start_date , id , end_station_name , duration , bike_id ); CREATE TABLE station ( name , long , installation_date , id , dock_count ); CREATE TABLE status ( station_id , time , docks_available , bikes_available ); CREATE TABLE weather ( date , min_h... |
bike_1 | Mávapa pe viaje ipya'evéva id? CREATE TABLE trip ( id , duration , subscription_type , zip_code , start_station_name ); CREATE TABLE station ( long , lat , name , id , dock_count ); CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE weather ( date , zip_code , max_sea_level_pres... | select _ from _ order by _ asc limit _ | select id from trip order by duration asc limit 1 | [
"trip.*",
"trip.id",
"trip.duration",
"trip.subscription_type",
"trip.zip_code",
"trip.start_station_name",
"station.*",
"station.long",
"station.lat",
"station.name",
"station.id",
"station.dock_count",
"status.*",
"status.station_id",
"status.bikes_available",
"status.docks_available... | (ii / id
:domain (a / amr-unknown)
:poss (t / trip-03
:ARG1-of (h / have-degree-91
:ARG2 (s / short-07
:ARG1 t)
:ARG3 (m / most)))) | Cal é o id da viaxe máis curta? CREATE TABLE trip ( id , duration , subscription_type , zip_code , start_station_name ); CREATE TABLE station ( long , lat , name , id , dock_count ); CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE weather ( date , zip_code , max_sea_level_pre... |
bike_1 | ¿Mba'e tiempo total ha máximo ikatuha ojeho bicicleta id 636-pe? CREATE TABLE trip ( start_date , duration , end_station_name , end_station_id , bike_id ); CREATE TABLE status ( time , docks_available , bikes_available , station_id ); CREATE TABLE station ( installation_date , lat , city , dock_count , long ); CREATE ... | select sum ( _ ) , max ( _ ) from _ where _ | select sum ( duration ) , max ( duration ) from trip where bike_id = 636 | [
"trip.*",
"trip.start_date",
"trip.duration",
"trip.end_station_name",
"trip.end_station_id",
"trip.bike_id",
"status.*",
"status.time",
"status.docks_available",
"status.bikes_available",
"status.station_id",
"station.*",
"station.installation_date",
"station.lat",
"station.city",
"st... | (a / and
:op1 (t / total-01
:ARG1 (t2 / trip-03
:instrument (p / product
:name (n / name
:op1 "Bike"
:op2 "Id"
:op3 636)))
:ARG2 (a2 / amr-unknown))
:op... | Cal é a duración total e máxima das viaxes con bicicleta id 636? CREATE TABLE trip ( start_date , duration , end_station_name , end_station_id , bike_id ); CREATE TABLE status ( time , docks_available , bikes_available , station_id ); CREATE TABLE station ( installation_date , lat , city , dock_count , long ); CREATE ... |
bike_1 | ¿Mba'e tiempo total ha máximo ikatu oguata umi viaje id 636 bicicleta rehe? CREATE TABLE trip ( duration , bike_id , subscription_type , end_date , start_date ); CREATE TABLE station ( dock_count , city , lat , id , installation_date ); CREATE TABLE status ( time , station_id , bikes_available , docks_available ); CRE... | select sum ( _ ) , max ( _ ) from _ where _ | select sum ( duration ) , max ( duration ) from trip where bike_id = 636 | [
"trip.*",
"trip.duration",
"trip.bike_id",
"trip.subscription_type",
"trip.end_date",
"trip.start_date",
"station.*",
"station.dock_count",
"station.city",
"station.lat",
"station.id",
"station.installation_date",
"status.*",
"status.time",
"status.station_id",
"status.bikes_available"... | (a / and
:op1 (t / total-01
:ARG1 (t2 / trip-03
:mod (a2 / all)
:instrument (b / bike
:name (n / name
:op1 "ID"
:op2 636)))
:ARG2 (a3 / amr-unknown))
:op2 (m / maxi... | Cal é a duración total e máxima de todas as viaxes coa bicicleta ID 636? CREATE TABLE trip ( duration , bike_id , subscription_type , end_date , start_date ); CREATE TABLE station ( dock_count , city , lat , id , installation_date ); CREATE TABLE status ( time , station_id , bikes_available , docks_available ); CREATE... |
bike_1 | Opaite código postal-pe g̃uarã, embohovái temperatura media media jasypoapy-pegua. CREATE TABLE weather ( date , mean_temperature_f , zip_code , mean_wind_speed_mph , precipitation_inches ); CREATE TABLE station ( installation_date , name , city , id , lat ); CREATE TABLE status ( bikes_available , time , station_id ,... | select _ , avg ( _ ) from _ where _ like _ group by _ | select zip_code , avg ( mean_temperature_f ) from weather where date like '8/%' group by zip_code | [
"weather.*",
"weather.date",
"weather.mean_temperature_f",
"weather.zip_code",
"weather.mean_wind_speed_mph",
"weather.precipitation_inches",
"station.*",
"station.installation_date",
"station.name",
"station.city",
"station.id",
"station.lat",
"status.*",
"status.bikes_available",
"stat... | (r / return-02
:mode imperative
:ARG0 (y / you)
:ARG1 (t / temperature
:ARG1-of (a / average-01)
:time (d / date-entity
:month 8
:location (t2 / there))
:mod (m / mean))
:ARG4 (c / code
:mod (e / each)
... | Para cada código postal, devolva a temperatura media media media de agosto alí. CREATE TABLE weather ( date , mean_temperature_f , zip_code , mean_wind_speed_mph , precipitation_inches ); CREATE TABLE station ( installation_date , name , city , id , lat ); CREATE TABLE status ( bikes_available , time , station_id , do... |
bike_1 | Opaite código postal-pe g̃uarã, ¿mba'e temperatura media media opaite ára oñepyrũva '8'? CREATE TABLE weather ( date , mean_temperature_f , zip_code , mean_dew_point_f , mean_humidity ); CREATE TABLE station ( long , id , dock_count , installation_date , city ); CREATE TABLE status ( docks_available , station_id , bike... | select _ , avg ( _ ) from _ where _ like _ group by _ | select zip_code , avg ( mean_temperature_f ) from weather where date like '8/%' group by zip_code | [
"weather.*",
"weather.date",
"weather.mean_temperature_f",
"weather.zip_code",
"weather.mean_dew_point_f",
"weather.mean_humidity",
"station.*",
"station.long",
"station.id",
"station.dock_count",
"station.installation_date",
"station.city",
"status.*",
"status.docks_available",
"status.... | (t / temperature
:mod (m / mean)
:ARG1-of (a / average-01)
:time (d / date
:mod (a2 / all)
:ARG1-of (s / start-01
:ARG2 (v / value-interval
:op1 8
:op2 9)))
:domain (a3 / amr-unknown)
:topic (c / code... | Para cada código postal, cal é a temperatura media media para todas as datas que comezan por '8'? CREATE TABLE weather ( date , mean_temperature_f , zip_code , mean_dew_point_f , mean_humidity ); CREATE TABLE station ( long , id , dock_count , installation_date , city ); CREATE TABLE status ( docks_available , station_... |
bike_1 | Registro de viaje-gui, ejuhúke umi bicicleta añónte papapy. CREATE TABLE trip ( bike_id , zip_code , duration , id , start_station_name ); CREATE TABLE station ( id , dock_count , installation_date , city , name ); CREATE TABLE status ( bikes_available , docks_available , station_id , time ); CREATE TABLE weather ( zi... | select count ( distinct _ ) from _ | select count ( distinct bike_id ) from trip | [
"trip.*",
"trip.bike_id",
"trip.zip_code",
"trip.duration",
"trip.id",
"trip.start_station_name",
"station.*",
"station.id",
"station.dock_count",
"station.installation_date",
"station.city",
"station.name",
"status.*",
"status.bikes_available",
"status.docks_available",
"status.statio... | (f / find-01
:ARG1 (n / number
:quant-of (b / bike
:ARG1-of (u / unique-01)))
:source (r / record-01
:ARG1 (t / trip-03))) | A partir do rexistro da viaxe, atopa o número de bicicletas únicas. CREATE TABLE trip ( bike_id , zip_code , duration , id , start_station_name ); CREATE TABLE station ( id , dock_count , installation_date , city , name ); CREATE TABLE status ( bikes_available , docks_available , station_id , time ); CREATE TABLE weath... |
bike_1 | Mboy ID mba'yrumýi rehegua oĩ? CREATE TABLE trip ( bike_id , end_station_name , zip_code , duration , end_date ); CREATE TABLE station ( installation_date , dock_count , name , lat , id ); CREATE TABLE status ( bikes_available , station_id , docks_available , time ); CREATE TABLE weather ( max_humidity , date , min_hum... | select count ( distinct _ ) from _ | select count ( distinct bike_id ) from trip | [
"trip.*",
"trip.bike_id",
"trip.end_station_name",
"trip.zip_code",
"trip.duration",
"trip.end_date",
"station.*",
"station.installation_date",
"station.dock_count",
"station.name",
"station.lat",
"station.id",
"status.*",
"status.bikes_available",
"status.station_id",
"status.docks_av... | (d / differ-02
:ARG1 (ii / id
:topic (b / bike))
:location (t / there)
:quant (a / amr-unknown)) | Cantas ID de bicicleta diferentes hai? CREATE TABLE trip ( bike_id , end_station_name , zip_code , duration , end_date ); CREATE TABLE station ( installation_date , dock_count , name , lat , id ); CREATE TABLE status ( bikes_available , station_id , docks_available , time ); CREATE TABLE weather ( max_humidity , date ,... |
bike_1 | Mboy táva oĩha umi estación? CREATE TABLE station ( city , long , name , dock_count , installation_date ); CREATE TABLE status ( bikes_available , time , station_id , docks_available ); CREATE TABLE trip ( zip_code , end_station_name , id , start_station_name , duration ); CREATE TABLE weather ( precipitation_inches , ... | select count ( distinct _ ) from _ | select count ( distinct city ) from station | [
"station.*",
"station.city",
"station.long",
"station.name",
"station.dock_count",
"station.installation_date",
"status.*",
"status.bikes_available",
"status.time",
"status.station_id",
"status.docks_available",
"trip.*",
"trip.zip_code",
"trip.end_station_name",
"trip.id",
"trip.start... | (n / number
:quant-of (c / city
:mod (d / distinct)
:location-of (s / station))
:domain (a / amr-unknown)) | Cal é o número de cidades distintas nas que están as estacións? CREATE TABLE station ( city , long , name , dock_count , installation_date ); CREATE TABLE status ( bikes_available , time , station_id , docks_available ); CREATE TABLE trip ( zip_code , end_station_name , id , start_station_name , duration ); CREATE TABL... |
bike_1 | Mboy tavaguasu oreko ko'ã estación? CREATE TABLE station ( city , id , long , dock_count , installation_date ); CREATE TABLE status ( docks_available , bikes_available , time , station_id ); CREATE TABLE trip ( subscription_type , end_date , zip_code , start_station_name , start_date ); CREATE TABLE weather ( events , ... | select count ( distinct _ ) from _ | select count ( distinct city ) from station | [
"station.*",
"station.city",
"station.id",
"station.long",
"station.dock_count",
"station.installation_date",
"status.*",
"status.docks_available",
"status.bikes_available",
"status.time",
"status.station_id",
"trip.*",
"trip.subscription_type",
"trip.end_date",
"trip.zip_code",
"trip.... | (h / have-03
:ARG0 (c / city
:ARG1-of (d / differ-02)
:quant (a / amr-unknown))
:ARG1 (s / station
:mod (t / this))) | Cantas cidades diferentes teñen estas estacións? CREATE TABLE station ( city , id , long , dock_count , installation_date ); CREATE TABLE status ( docks_available , bikes_available , time , station_id ); CREATE TABLE trip ( subscription_type , end_date , zip_code , start_station_name , start_date ); CREATE TABLE weathe... |
bike_1 | Mboy estación oguereko táva Mountain View? CREATE TABLE station ( city , dock_count , name , long , lat ); CREATE TABLE status ( station_id , bikes_available , time , docks_available ); CREATE TABLE trip ( end_date , end_station_name , subscription_type , start_date , end_station_id ); CREATE TABLE weather ( mean_wind_... | select count ( _ ) from _ where _ | select count ( * ) from station where city = 'Mountain View' | [
"station.*",
"station.city",
"station.dock_count",
"station.name",
"station.long",
"station.lat",
"status.*",
"status.station_id",
"status.bikes_available",
"status.time",
"status.docks_available",
"trip.*",
"trip.end_date",
"trip.end_station_name",
"trip.subscription_type",
"trip.star... | (h / have-03
:ARG0 (c / city
:name (n / name
:op1 "Mountain"
:op2 "View"))
:ARG1 (s / station
:quant (a / amr-unknown))) | Cantas estacións ten Mountain View? CREATE TABLE station ( city , dock_count , name , long , lat ); CREATE TABLE status ( station_id , bikes_available , time , docks_available ); CREATE TABLE trip ( end_date , end_station_name , subscription_type , start_date , end_station_id ); CREATE TABLE weather ( mean_wind_speed_m... |
bike_1 | Mboy estación oî Mountain View-pe? CREATE TABLE station ( city , id , dock_count , long , name ); CREATE TABLE status ( docks_available , station_id , time , bikes_available ); CREATE TABLE trip ( end_date , duration , end_station_id , zip_code , id ); CREATE TABLE weather ( min_dew_point_f , max_temperature_f , mean_h... | select count ( _ ) from _ where _ | select count ( * ) from station where city = 'Mountain View' | [
"station.*",
"station.city",
"station.id",
"station.dock_count",
"station.long",
"station.name",
"status.*",
"status.docks_available",
"status.station_id",
"status.time",
"status.bikes_available",
"trip.*",
"trip.end_date",
"trip.duration",
"trip.end_station_id",
"trip.zip_code",
"tr... | (b / be-located-at-91
:ARG1 (s / station
:quant (a / amr-unknown))
:ARG2 (c / city
:name (n / name
:op1 "Mountain"
:op2 "View"))) | Cantas estacións hai en Mountain View? CREATE TABLE station ( city , id , dock_count , long , name ); CREATE TABLE status ( docks_available , station_id , time , bikes_available ); CREATE TABLE trip ( end_date , duration , end_station_id , zip_code , id ); CREATE TABLE weather ( min_dew_point_f , max_temperature_f , me... |
bike_1 | Embohovái téra teéva umi estación orekóva 7 bicicleta disponible. CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE trip ( end_date , start_station_id , id , start_station_name , duration ); CREATE TABLE weather ( min_temperature_f , zip_code , min_visibility_miles , max_humid... | select distinct _ from _ where _ | select distinct station.name from station join status on station.id = status.station_id where status.bikes_available = 7 | [
"status.*",
"status.station_id",
"status.bikes_available",
"status.docks_available",
"status.time",
"trip.*",
"trip.end_date",
"trip.start_station_id",
"trip.id",
"trip.start_station_name",
"trip.duration",
"weather.*",
"weather.min_temperature_f",
"weather.zip_code",
"weather.min_visibi... | (r / return-02
:ARG1 (t / thing
:ARG2-of (n / name-01
:ARG1 (s / station
:ARG0-of (h / have-03
:ARG1 (b / bike
:quant 7
:ARG2-of (a / available-02))
... | Devolve o nome único das estacións que tiveron 7 bicicletas dispoñibles. CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE trip ( end_date , start_station_id , id , start_station_name , duration ); CREATE TABLE weather ( min_temperature_f , zip_code , min_visibility_miles , max... |
bike_1 | Mba'éichapa héra opaite estación orekóva 7 bicicleta disponible? CREATE TABLE station ( id , name , city , installation_date , dock_count ); CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE trip ( bike_id , end_station_id , subscription_type , duration , end_station_name ); CR... | select distinct _ from _ where _ | select distinct station.name from station join status on station.id = status.station_id where status.bikes_available = 7 | [
"station.*",
"station.id",
"station.name",
"station.city",
"station.installation_date",
"station.dock_count",
"status.*",
"status.station_id",
"status.bikes_available",
"status.docks_available",
"status.time",
"trip.*",
"trip.bike_id",
"trip.end_station_id",
"trip.subscription_type",
"... | (n / name-01
:ARG1 (s / station
:ARG0-of (h / have-03
:ARG1 (b / bike
:quant 7
:ARG2-of (a / available-02))
:time (e / ever))
:mod (e2 / each))
:ARG2 (a2 / amr-unknown)
:ARG1-of (d / differ-02)) | Cales son os diferentes nomes para cada estación que algunha vez tiveron 7 bicicletas dispoñibles? CREATE TABLE station ( id , name , city , installation_date , dock_count ); CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE trip ( bike_id , end_station_id , subscription_type ,... |
bike_1 | Mávapa estación de salida orekóva hetave viaje oñepyrũvo agosto guive? Emboherakuã chéve téra ha id de la estación. CREATE TABLE trip ( start_date , start_station_name , start_station_id , end_date , id ); CREATE TABLE station ( dock_count , installation_date , long , lat , id ); CREATE TABLE status ( docks_available ,... | select _ from _ where _ like _ group by _ order by count ( _ ) desc limit _ | select start_station_name , start_station_id from trip where start_date like '8/%' group by start_station_name order by count ( * ) desc limit 1 | [
"trip.*",
"trip.start_date",
"trip.start_station_name",
"trip.start_station_id",
"trip.end_date",
"trip.id",
"station.*",
"station.dock_count",
"station.installation_date",
"station.long",
"station.lat",
"station.id",
"status.*",
"status.docks_available",
"status.station_id",
"status.t... | (m / multi-sentence
:snt1 (h / have-03
:ARG0 (a / amr-unknown
:mod (s / station
:ARG2-of (s2 / start-01)))
:ARG1 (t / trip-03
:ARG1-of (s3 / start-01
:time (d / date-entity
:mo... | Que estación de arranque tivo máis viaxes a partir de agosto? CREATE TABLE trip ( start_date , start_station_name , start_station_id , end_date , id ); CREATE TABLE station ( dock_count , installation_date , long , lat , id ); CREATE TABLE status ( docks_available , station_id , time , bikes_available ); CREATE TABLE w... |
bike_1 | ¿Mba'e téra ha ID estación de salida orekóva hetave viaje de salida jasypoapy jave? CREATE TABLE trip ( end_station_name , zip_code , start_date , start_station_name , start_station_id ); CREATE TABLE station ( name , dock_count , id , city , long ); CREATE TABLE status ( docks_available , bikes_available , time , stat... | select _ from _ where _ like _ group by _ order by count ( _ ) desc limit _ | select start_station_name , start_station_id from trip where start_date like '8/%' group by start_station_name order by count ( * ) desc limit 1 | [
"trip.*",
"trip.end_station_name",
"trip.zip_code",
"trip.start_date",
"trip.start_station_name",
"trip.start_station_id",
"station.*",
"station.name",
"station.dock_count",
"station.id",
"station.city",
"station.long",
"status.*",
"status.docks_available",
"status.bikes_available",
"s... | (a / and
:op1 (n / name
:poss (s / station
:ARG2-of (s2 / start-01)))
:op2 (ii / id
:poss (s3 / station
:ARG0-of (s4 / start-01)
:ARG0-of (h / have-03
:ARG1 (t / trip-03
:mod (... | Cal é o nome da estación de arranque e o número de identificación da que tivo máis viaxes de arranque en agosto? CREATE TABLE trip ( end_station_name , zip_code , start_date , start_station_name , start_station_id ); CREATE TABLE station ( name , dock_count , id , city , long ); CREATE TABLE status ( docks_available , ... |
bike_1 | Mávapa pe bicicleta ohóva py'ỹi código postal 94002 rupi? CREATE TABLE trip ( bike_id , zip_code , end_date , id , start_station_id ); CREATE TABLE station ( dock_count , long , city , id , installation_date ); CREATE TABLE status ( bikes_available , docks_available , station_id , time ); CREATE TABLE weather ( mean_hu... | select _ from _ where _ group by _ order by count ( _ ) desc limit _ | select bike_id from trip where zip_code = 94002 group by bike_id order by count ( * ) desc limit 1 | [
"trip.*",
"trip.bike_id",
"trip.zip_code",
"trip.end_date",
"trip.id",
"trip.start_station_id",
"station.*",
"station.dock_count",
"station.long",
"station.city",
"station.id",
"station.installation_date",
"status.*",
"status.bikes_available",
"status.docks_available",
"status.station_... | (t / travel-01
:ARG0 (b / bike
:mod (a / amr-unknown))
:ARG1 (z / zip-code
:mod 94002)
:frequency (o / often
:ARG2-of (h / have-degree-91
:ARG1 t
:ARG3 (m / most)))) | Que bicicleta viaxou máis a miúdo no código postal 94002? CREATE TABLE trip ( bike_id , zip_code , end_date , id , start_station_id ); CREATE TABLE station ( dock_count , long , city , id , installation_date ); CREATE TABLE status ( bikes_available , docks_available , station_id , time ); CREATE TABLE weather ( mean_hu... |
bike_1 | Mávapa pe id-pe pe bicicleta oipurúva hetave 94002-pe? CREATE TABLE trip ( bike_id , zip_code , start_date , duration , id ); CREATE TABLE station ( name , installation_date , dock_count , lat , city ); CREATE TABLE status ( docks_available , bikes_available , station_id , time ); CREATE TABLE weather ( mean_visibility... | select _ from _ where _ group by _ order by count ( _ ) desc limit _ | select bike_id from trip where zip_code = 94002 group by bike_id order by count ( * ) desc limit 1 | [
"trip.*",
"trip.bike_id",
"trip.zip_code",
"trip.start_date",
"trip.duration",
"trip.id",
"station.*",
"station.name",
"station.installation_date",
"station.dock_count",
"station.lat",
"station.city",
"status.*",
"status.docks_available",
"status.bikes_available",
"status.station_id",
... | (ii / id
:domain (a / amr-unknown)
:poss (b / bike
:ARG0-of (t / travel-01
:time (d / date-entity
:year 2004
:month 4
:day 2)
:ARG2-of (h / have-degree-91
:ARG1 b
... | Cal é a identificación da moto que máis viaxou en 94002? CREATE TABLE trip ( bike_id , zip_code , start_date , duration , id ); CREATE TABLE station ( name , installation_date , dock_count , lat , city ); CREATE TABLE status ( docks_available , bikes_available , station_id , time ); CREATE TABLE weather ( mean_visibili... |
bike_1 | Mboy ára oreko humedad media 50 ári ha visibilidad media 8 ári? CREATE TABLE weather ( mean_humidity , mean_visibility_miles , wind_dir_degrees , max_temperature_f , mean_temperature_f ); CREATE TABLE station ( long , dock_count , installation_date , id , lat ); CREATE TABLE status ( docks_available , time , station_id... | select count ( _ ) from _ where _ | select count ( * ) from weather where mean_humidity > 50 and mean_visibility_miles > 8 | [
"weather.*",
"weather.mean_humidity",
"weather.mean_visibility_miles",
"weather.wind_dir_degrees",
"weather.max_temperature_f",
"weather.mean_temperature_f",
"station.*",
"station.long",
"station.dock_count",
"station.installation_date",
"station.id",
"station.lat",
"status.*",
"status.doc... | (a / and
:op1 (h / have-mod-91
:ARG1 (h2 / humidity)
:ARG2 (a2 / above
:op1 (t / temperature-quantity
:quant 50
:scale (c / celsius)))
:ARG1-of (m / mean-01))
:op2 (h3 / have-mod-91
:ARG1 (v / v... | Cantos días tiveron humidade media por encima de 50 e visibilidade media por encima de 8? CREATE TABLE weather ( mean_humidity , mean_visibility_miles , wind_dir_degrees , max_temperature_f , mean_temperature_f ); CREATE TABLE station ( long , dock_count , installation_date , id , lat ); CREATE TABLE status ( docks_ava... |
bike_1 | Mboy ára oreko humedad promedio 50 ári ha visibilidad promedio 8 ári? CREATE TABLE weather ( mean_visibility_miles , min_humidity , mean_wind_speed_mph , cloud_cover , mean_humidity ); CREATE TABLE station ( name , lat , id , installation_date , city ); CREATE TABLE status ( docks_available , bikes_available , station_... | select count ( _ ) from _ where _ | select count ( * ) from weather where mean_humidity > 50 and mean_visibility_miles > 8 | [
"weather.*",
"weather.mean_visibility_miles",
"weather.min_humidity",
"weather.mean_wind_speed_mph",
"weather.cloud_cover",
"weather.mean_humidity",
"station.*",
"station.name",
"station.lat",
"station.id",
"station.installation_date",
"station.city",
"status.*",
"status.docks_available",
... | (n / number
:quant-of (d / day
:ARG0-of (h / have-03
:ARG1 (a / and
:op1 (h2 / humity
:ARG1-of (a2 / average-04)
:quant (a3 / above
:op1 50))
... | Cal é o número de días que tiveron unha humidade media superior a 50 e unha visibilidade media superior a 8? CREATE TABLE weather ( mean_visibility_miles , min_humidity , mean_wind_speed_mph , cloud_cover , mean_humidity ); CREATE TABLE station ( name , lat , id , installation_date , city ); CREATE TABLE status ( docks... |
bike_1 | Mávapa latitud, longitud, tavaguasu estación guive oñepyrũva viaje ipya'eve? CREATE TABLE weather ( max_temperature_f , min_temperature_f , max_visibility_miles , max_humidity , mean_temperature_f ); CREATE TABLE trip ( duration , start_station_id , bike_id , end_station_id , id ); CREATE TABLE status ( docks_available... | select _ from _ order by _ asc limit _ | select station.lat , station.long , station.city from station join trip on station.id = trip.start_station_id order by trip.duration asc limit 1 | [
"weather.*",
"weather.max_temperature_f",
"weather.min_temperature_f",
"weather.max_visibility_miles",
"weather.max_humidity",
"weather.mean_temperature_f",
"trip.*",
"trip.duration",
"trip.start_station_id",
"trip.bike_id",
"trip.end_station_id",
"trip.id",
"status.*",
"status.docks_avail... | (a / and
:op1 (l / latitude)
:op2 (l2 / longitude)
:op3 (c / city)
:domain (a2 / amr-unknown
:location-of (s / station
:location-of (s2 / start-01
:ARG1 (t / trip-03
:ARG1-of (h / have-degree-91
... | Cal é a latitude, a lonxitude, a cidade da estación desde a que comezou o camiño máis curto? CREATE TABLE weather ( max_temperature_f , min_temperature_f , max_visibility_miles , max_humidity , mean_temperature_f ); CREATE TABLE trip ( duration , start_station_id , bike_id , end_station_id , id ); CREATE TABLE status (... |
bike_1 | Mávapa latitud, longitud ha táva estación guive oñepyrũva'ekue viaje mbykyvéva? CREATE TABLE station ( id , lat , long , city , installation_date ); CREATE TABLE trip ( end_station_id , duration , end_date , start_station_id , end_station_name ); CREATE TABLE status ( station_id , docks_available , bikes_available , ti... | select _ from _ order by _ asc limit _ | select station.lat , station.long , station.city from station join trip on station.id = trip.start_station_id order by trip.duration asc limit 1 | [
"station.*",
"station.id",
"station.lat",
"station.long",
"station.city",
"station.installation_date",
"trip.*",
"trip.end_station_id",
"trip.duration",
"trip.end_date",
"trip.start_station_id",
"trip.end_station_name",
"status.*",
"status.station_id",
"status.docks_available",
"status... | (a / and
:op1 (l / latitude
:domain (s / station))
:op2 (l2 / longitude
:domain s)
:op3 (c / city
:domain s)
:domain (a2 / amr-unknown)
:ARG2-of (s2 / start-01
:ARG1 (t / trip
:ARG1-of (h / have-degree-91
... | Cal é a latitude, a lonxitude e a cidade da estación desde a que comezou a viaxe coa menor duración? CREATE TABLE station ( id , lat , long , city , installation_date ); CREATE TABLE trip ( end_station_id , duration , end_date , start_station_id , end_station_name ); CREATE TABLE status ( station_id , docks_available ,... |
bike_1 | Mávapa umi estación id oîva San Francisco-pe ha orekóva disponibilidad media bicicleta 10 ári. CREATE TABLE station ( id , city , name , installation_date , dock_count ); CREATE TABLE trip ( duration , subscription_type , end_date , end_station_name , id ); CREATE TABLE status ( station_id , bikes_available , docks_ava... | select _ from _ where _ intersect select _ from _ group by _ having avg ( _ ) > _ | select id from station where city = 'San Francisco' intersect select station_id from status group by station_id having avg ( bikes_available ) > 10 | [
"station.*",
"station.id",
"station.city",
"station.name",
"station.installation_date",
"station.dock_count",
"trip.*",
"trip.duration",
"trip.subscription_type",
"trip.end_date",
"trip.end_station_name",
"trip.id",
"status.*",
"status.station_id",
"status.bikes_available",
"status.doc... | (ii / identifier
:domain (a / amr-unknown)
:poss (s / station
:location (c / city
:name (n / name
:op1 "San"
:op2 "Francisco"))
:ARG1-of (a2 / available-02
:ARG2 (b / bike)
:ARG1-of ... | Cal é o id das estacións que están situadas en San Francisco e teñen unha media de bicicletas dispoñibles por encima de 10. CREATE TABLE station ( id , city , name , installation_date , dock_count ); CREATE TABLE trip ( duration , subscription_type , end_date , end_station_name , id ); CREATE TABLE status ( station_id ... |
bike_1 | ¿Mba'e ID-pa oreko umi estación San Francisco-pe orekóva 10 bicicleta disponible? CREATE TABLE station ( id , city , lat , long , installation_date ); CREATE TABLE status ( station_id , time , bikes_available , docks_available ); CREATE TABLE trip ( start_station_id , end_station_id , duration , end_date , start_date )... | select _ from _ where _ intersect select _ from _ group by _ having avg ( _ ) > _ | select id from station where city = 'San Francisco' intersect select station_id from status group by station_id having avg ( bikes_available ) > 10 | [
"station.*",
"station.id",
"station.city",
"station.lat",
"station.long",
"station.installation_date",
"status.*",
"status.station_id",
"status.time",
"status.bikes_available",
"status.docks_available",
"trip.*",
"trip.start_station_id",
"trip.end_station_id",
"trip.duration",
"trip.en... | (ii / identity
:domain (a / amr-unknown)
:poss (s / station
:location (c / city
:name (n / name
:op1 "San"
:op2 "Francisco"))
:ARG0-of (h / have-03
:ARG1 (b / bike
:quant (m / ... | Cales son os IDs das estacións de San Francisco que normalmente teñen máis de 10 bicicletas dispoñibles? CREATE TABLE station ( id , city , lat , long , installation_date ); CREATE TABLE status ( station_id , time , bikes_available , docks_available ); CREATE TABLE trip ( start_station_id , end_station_id , duration , ... |
bike_1 | ¿Mba'éichapa héra ha mba'éichapa ojeikuaa umi estación orekóva 14 bicicleta rupi, térâ oñemoĩva'ekue diciembre-pe? CREATE TABLE weather ( precipitation_inches , min_sea_level_pressure_inches , max_sea_level_pressure_inches , mean_visibility_miles , max_visibility_miles ); CREATE TABLE trip ( zip_code , subscription_ty... | select _ from _ group by _ having avg ( _ ) > _ union select _ from _ where _ like _ | select station.name , station.id from station join status on station.id = status.station_id group by status.station_id having avg ( status.bikes_available ) > 14 union select name , id from station where installation_date like '12/%' | [
"weather.*",
"weather.precipitation_inches",
"weather.min_sea_level_pressure_inches",
"weather.max_sea_level_pressure_inches",
"weather.mean_visibility_miles",
"weather.max_visibility_miles",
"trip.*",
"trip.zip_code",
"trip.subscription_type",
"trip.start_date",
"trip.start_station_id",
"trip... | (a / and
:op1 (t / thing
:ARG2-of (n / name-01
:ARG1 (s / station
:ARG0-of (h / have-03
:ARG1 (b / bike
:quant (m / more-than
:op1 14
... | Cales son os nomes e os identificadores das estacións que tiñan máis de 14 bicicletas dispoñibles en media ou que se instalaron en decembro? CREATE TABLE weather ( precipitation_inches , min_sea_level_pressure_inches , max_sea_level_pressure_inches , mean_visibility_miles , max_visibility_miles ); CREATE TABLE trip ( z... |
bike_1 | ¿Mba'éichapa héra ha mba'éichapa ojeikuaauka opa umi estación orekóva 14 bicicleta rupi, térâ oñemoĩva'ekue diciembre-pe? CREATE TABLE station ( id , name , installation_date , city , dock_count ); CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE trip ( end_station_name , end... | select _ from _ group by _ having avg ( _ ) > _ union select _ from _ where _ like _ | select station.name , station.id from station join status on station.id = status.station_id group by status.station_id having avg ( status.bikes_available ) > 14 union select name , id from station where installation_date like '12/%' | [
"station.*",
"station.id",
"station.name",
"station.installation_date",
"station.city",
"station.dock_count",
"status.*",
"status.station_id",
"status.bikes_available",
"status.docks_available",
"status.time",
"trip.*",
"trip.end_station_name",
"trip.end_date",
"trip.duration",
"trip.s... | (a / and
:op1 (t / thing
:ARG2-of (n / name-01
:ARG1 (s / station
:mod (a2 / all)
:ARG0-of (h / have-03
:ARG1 (b / bike
:quant (m / more-than
... | Cal é o nome e o número de todas as estacións que teñen máis de 14 bicicletas dispoñibles en media ou que tiveron bicicletas instaladas en decembro? CREATE TABLE station ( id , name , installation_date , city , dock_count ); CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE tr... |
bike_1 | Mávapa umi 3 tasa de cobertura de nubes ojeiporuvéva ko región código postal 94107? CREATE TABLE weather ( cloud_cover , zip_code , mean_visibility_miles , min_humidity , mean_temperature_f ); CREATE TABLE station ( installation_date , long , city , name , lat ); CREATE TABLE status ( bikes_available , station_id , ti... | select _ from _ where _ group by _ order by count ( _ ) desc limit _ | select cloud_cover from weather where zip_code = 94107 group by cloud_cover order by count ( * ) desc limit 3 | [
"weather.*",
"weather.cloud_cover",
"weather.zip_code",
"weather.mean_visibility_miles",
"weather.min_humidity",
"weather.mean_temperature_f",
"station.*",
"station.installation_date",
"station.long",
"station.city",
"station.name",
"station.lat",
"status.*",
"status.bikes_available",
"s... | (h / have-degree-91
:ARG1 (r / rate
:quant 3
:mod (c / cover-01
:ARG2 (c2 / cloud))
:location (r2 / region
:mod (z / zip-code
:mod 94107)))
:ARG2 (c3 / common)
:ARG3 (m / most)
:ARG5 (a / amr-unknown)... | Cales son as 3 taxas de cobertura de nubes máis comúns na rexión do código postal 94107? CREATE TABLE weather ( cloud_cover , zip_code , mean_visibility_miles , min_humidity , mean_temperature_f ); CREATE TABLE station ( installation_date , long , city , name , lat ); CREATE TABLE status ( bikes_available , station_id ... |
bike_1 | Mávapa umi 3 tenda ojerevéva arai rehe ko código postal 94107-pe? CREATE TABLE weather ( cloud_cover , zip_code , max_visibility_miles , mean_wind_speed_mph , max_temperature_f ); CREATE TABLE station ( lat , city , dock_count , id , long ); CREATE TABLE status ( bikes_available , time , station_id , docks_available );... | select _ from _ where _ group by _ order by count ( _ ) desc limit _ | select cloud_cover from weather where zip_code = 94107 group by cloud_cover order by count ( * ) desc limit 3 | [
"weather.*",
"weather.cloud_cover",
"weather.zip_code",
"weather.max_visibility_miles",
"weather.mean_wind_speed_mph",
"weather.max_temperature_f",
"station.*",
"station.lat",
"station.city",
"station.dock_count",
"station.id",
"station.long",
"status.*",
"status.bikes_available",
"statu... | (c / cover-02
:ARG1 (a / amr-unknown)
:quant 3
:ARG2 (c2 / cloud)
:location (z / zip-code
:mod 94107)
:ARG1-of (h / have-degree-91
:ARG2 (c3 / common)
:ARG3 (m / most))) | Cales son as 3 cubertas de nubes máis comúns no código postal de 94107? CREATE TABLE weather ( cloud_cover , zip_code , max_visibility_miles , mean_wind_speed_mph , max_temperature_f ); CREATE TABLE station ( lat , city , dock_count , id , long ); CREATE TABLE status ( bikes_available , time , station_id , docks_availa... |
bike_1 | Mávapa pe código postal oguerekóva presión media nivel mar-pe sa'iveha? CREATE TABLE weather ( mean_sea_level_pressure_inches , zip_code , mean_wind_speed_mph , max_gust_speed_mph , precipitation_inches ); CREATE TABLE station ( name , long , lat , city , installation_date ); CREATE TABLE status ( docks_available , sta... | select _ from _ group by _ order by avg ( _ ) asc limit _ | select zip_code from weather group by zip_code order by avg ( mean_sea_level_pressure_inches ) asc limit 1 | [
"weather.*",
"weather.mean_sea_level_pressure_inches",
"weather.zip_code",
"weather.mean_wind_speed_mph",
"weather.max_gust_speed_mph",
"weather.precipitation_inches",
"station.*",
"station.name",
"station.long",
"station.lat",
"station.city",
"station.installation_date",
"status.*",
"stat... | (z / zip-code
:location-of (p / pressure
:mod (l / level
:mod (s / sea))
:ARG1-of (m / mean-01)
:ARG1-of (h / have-degree-91
:ARG2 (l2 / low-04)
:ARG3 (m2 / most))
:ARG1-of (a / average-01))
:domain (a2 / a... | Cal é o código postal no que a presión media do nivel medio do mar é a máis baixa? CREATE TABLE weather ( mean_sea_level_pressure_inches , zip_code , mean_wind_speed_mph , max_gust_speed_mph , precipitation_inches ); CREATE TABLE station ( name , long , lat , city , installation_date ); CREATE TABLE status ( docks_avai... |
bike_1 | Mávapa ko'ã código postal orekóva presión media nivel mar-pe sa'ive? CREATE TABLE weather ( mean_sea_level_pressure_inches , zip_code , min_dew_point_f , mean_wind_speed_mph , max_wind_speed_mph ); CREATE TABLE trip ( duration , end_station_id , subscription_type , end_date , id ); CREATE TABLE station ( installation_d... | select _ from _ group by _ order by avg ( _ ) asc limit _ | select zip_code from weather group by zip_code order by avg ( mean_sea_level_pressure_inches ) asc limit 1 | [
"weather.*",
"weather.mean_sea_level_pressure_inches",
"weather.zip_code",
"weather.min_dew_point_f",
"weather.mean_wind_speed_mph",
"weather.max_wind_speed_mph",
"trip.*",
"trip.duration",
"trip.end_station_id",
"trip.subscription_type",
"trip.end_date",
"trip.id",
"station.*",
"station.i... | (z / zip-code
:ARG0-of (h / have-03
:ARG1 (p / pressure
:mod (l / level
:mod (s / sea))
:ARG1-of (a / average-01)
:mod (m / mean)
:ARG1-of (h2 / have-degree-91
:ARG2 (l2 / low-04
... | Cal é o código postal que ten a menor presión media do nivel do mar? CREATE TABLE weather ( mean_sea_level_pressure_inches , zip_code , min_dew_point_f , mean_wind_speed_mph , max_wind_speed_mph ); CREATE TABLE trip ( duration , end_station_id , subscription_type , end_date , id ); CREATE TABLE station ( installation_d... |
bike_1 | ¿Mba'e mba'épa pe bicicletas promedio oîva estación-pe noĩriva Palo Alto-pe? CREATE TABLE station ( id , city , long , dock_count , lat ); CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE trip ( start_date , end_station_name , subscription_type , id , end_date ); CREATE TABLE ... | select avg ( _ ) from _ where _ not in ( select _ from _ where _ ) | select avg ( bikes_available ) from status where station_id not in ( select id from station where city = 'Palo Alto' ) | [
"station.*",
"station.id",
"station.city",
"station.long",
"station.dock_count",
"station.lat",
"status.*",
"status.station_id",
"status.bikes_available",
"status.docks_available",
"status.time",
"trip.*",
"trip.start_date",
"trip.end_station_name",
"trip.subscription_type",
"trip.id",... | (a / available-02
:ARG2 (b / bike
:ARG1-of (a2 / average-04))
:location (s / station
:ARG1-of (b2 / be-located-at-91
:polarity -
:ARG2 (c / city
:name (n / name
:op1 "Palo"
... | Cal é a disponibilidade media de bicicletas en estacións que non están en Palo Alto? CREATE TABLE station ( id , city , long , dock_count , lat ); CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE trip ( start_date , end_station_name , subscription_type , id , end_date ); CREAT... |
bike_1 | ¿Mba'e mba'épa pe bicicletas promedio oîva disponible estación-pe ndaha'éiva Palo Alto-pe? CREATE TABLE station ( id , long , name , city , installation_date ); CREATE TABLE status ( station_id , bikes_available , time , docks_available ); CREATE TABLE trip ( start_station_id , end_station_id , bike_id , end_date , zip... | select avg ( _ ) from _ where _ not in ( select _ from _ where _ ) | select avg ( bikes_available ) from status where station_id not in ( select id from station where city = 'Palo Alto' ) | [
"station.*",
"station.id",
"station.long",
"station.name",
"station.city",
"station.installation_date",
"status.*",
"status.station_id",
"status.bikes_available",
"status.time",
"status.docks_available",
"trip.*",
"trip.start_station_id",
"trip.end_station_id",
"trip.bike_id",
"trip.en... | (p / possible-01
:ARG1 (a / avail-01
:ARG1 (s / station
:location (c / city
:polarity -
:name (n / name
:op1 "Palo"
:op2 "Alto")))
:ARG2 (b / bike))
:ARG1-of ... | Cal é a disponibilidade media de bicicletas para estacións que non están en Palo Alto? CREATE TABLE station ( id , long , name , city , installation_date ); CREATE TABLE status ( station_id , bikes_available , time , docks_available ); CREATE TABLE trip ( start_station_id , end_station_id , bike_id , end_date , zip_cod... |
bike_1 | ¿Mba'e longitud promedio umi estación araka'eve ndoguerekóiva bicicleta 10 más? CREATE TABLE station ( dock_count , installation_date , name , long , id ); CREATE TABLE status ( station_id , bikes_available , time , docks_available ); CREATE TABLE trip ( start_date , bike_id , end_station_name , subscription_type , sta... | select avg ( _ ) from _ where _ not in ( select _ from _ group by _ having max ( _ ) > _ ) | select avg ( long ) from station where id not in ( select station_id from status group by station_id having max ( bikes_available ) > 10 ) | [
"station.*",
"station.dock_count",
"station.installation_date",
"station.name",
"station.long",
"station.id",
"status.*",
"status.station_id",
"status.bikes_available",
"status.time",
"status.docks_available",
"trip.*",
"trip.start_date",
"trip.bike_id",
"trip.end_station_name",
"trip.... | (l / longitude
:quant (a / amr-unknown)
:poss (s / station
:ARG0-of (h / have-03
:polarity -
:ARG1 (a2 / available-02
:ARG2 (b / bike))
:time (e / ever)))
:ARG1-of (a3 / average-01)
:quant (m / more-than
... | Cal é a lonxitude media das estacións que nunca tiveron máis de 10 bicicletas dispoñibles? CREATE TABLE station ( dock_count , installation_date , name , long , id ); CREATE TABLE status ( station_id , bikes_available , time , docks_available ); CREATE TABLE trip ( start_date , bike_id , end_station_name , subscription... |
bike_1 | Mávapa pe longitud media opavave estación-pe araka'eve ndoguerekóiva 10 bicicleta-guive? CREATE TABLE station ( id , long , lat , installation_date , city ); CREATE TABLE status ( station_id , bikes_available , time , docks_available ); CREATE TABLE trip ( end_station_id , subscription_type , id , end_date , bike_id );... | select avg ( _ ) from _ where _ not in ( select _ from _ group by _ having max ( _ ) > _ ) | select avg ( long ) from station where id not in ( select station_id from status group by station_id having max ( bikes_available ) > 10 ) | [
"station.*",
"station.id",
"station.long",
"station.lat",
"station.installation_date",
"station.city",
"status.*",
"status.station_id",
"status.bikes_available",
"status.time",
"status.docks_available",
"trip.*",
"trip.end_station_id",
"trip.subscription_type",
"trip.id",
"trip.end_dat... | (l / longitude
:mod (a / amr-unknown)
:poss (s / station
:mod (a2 / all)
:ARG0-of (h / have-03
:polarity -
:ARG1 (b / bike
:quant (m / more-than
:op1 10)
:ARG2-of (a3 / a... | Cal é a lonxitude media para todas as estacións que nunca tiveron máis de 10 bicicletas dispoñibles? CREATE TABLE station ( id , long , lat , installation_date , city ); CREATE TABLE status ( station_id , bikes_available , time , docks_available ); CREATE TABLE trip ( end_station_id , subscription_type , id , end_date ... |
bike_1 | Araka'e ha mba'e código postal-pe piko og̃uahẽ temperatura máxima 80 grado? CREATE TABLE weather ( date , max_temperature_f , zip_code , min_visibility_miles , max_wind_speed_mph ); CREATE TABLE station ( id , dock_count , installation_date , name , long ); CREATE TABLE status ( station_id , time , docks_available , bi... | select _ from _ where _ | select date , zip_code from weather where max_temperature_f >= 80 | [
"weather.*",
"weather.date",
"weather.max_temperature_f",
"weather.zip_code",
"weather.min_visibility_miles",
"weather.max_wind_speed_mph",
"station.*",
"station.id",
"station.dock_count",
"station.installation_date",
"station.name",
"station.long",
"status.*",
"status.station_id",
"stat... | (r / reach-01
:ARG0 (t / temperature
:mod (m / maximum))
:ARG1 (t2 / temperature-quantity
:quant 80
:scale (c / celsius))
:time (a / amr-unknown)
:location (a2 / amr-unknown
:mod (c2 / code
:mod (z / zip)))) | Cando e en que zona da cidade a temperatura máxima chegou aos 80o? CREATE TABLE weather ( date , max_temperature_f , zip_code , min_visibility_miles , max_wind_speed_mph ); CREATE TABLE station ( id , dock_count , installation_date , name , long ); CREATE TABLE status ( station_id , time , docks_available , bikes_avail... |
bike_1 | Mávapa oreko código postal estación orekóva temperatura máxima tuichavéva 80 térã ha'evéva ha araka'épa oguahë upe temperatura-pe? CREATE TABLE weather ( date , max_temperature_f , zip_code , max_visibility_miles , precipitation_inches ); CREATE TABLE station ( id , city , long , name , dock_count ); CREATE TABLE statu... | select _ from _ where _ | select date , zip_code from weather where max_temperature_f >= 80 | [
"weather.*",
"weather.date",
"weather.max_temperature_f",
"weather.zip_code",
"weather.max_visibility_miles",
"weather.precipitation_inches",
"station.*",
"station.id",
"station.city",
"station.long",
"station.name",
"station.dock_count",
"status.*",
"status.docks_available",
"status.sta... | (a / and
:op1 (h / have-03
:ARG0 (c / code
:mod (z / zip)
:mod (a2 / amr-unknown))
:ARG1 (s / station
:mod (t / temperature
:mod (m / maximum)
:quant (o / or
... | Que códigos postais teñen unha estación cunha temperatura máxima maior ou igual a 80 e cando alcanzou esa temperatura? CREATE TABLE weather ( date , max_temperature_f , zip_code , max_visibility_miles , precipitation_inches ); CREATE TABLE station ( id , city , long , name , dock_count ); CREATE TABLE status ( docks_av... |
bike_1 | Embojuehe che ID opaite viaje oikóva peteĩ área código postal orekóva temperatura media media 60° ári. CREATE TABLE trip ( id , zip_code , end_station_name , end_station_id , start_date ); CREATE TABLE weather ( mean_temperature_f , zip_code , max_humidity , max_temperature_f , precipitation_inches ); CREATE TABLE stat... | select _ from _ group by _ having avg ( _ ) > _ | select trip.id from trip join weather on trip.zip_code = weather.zip_code group by weather.zip_code having avg ( weather.mean_temperature_f ) > 60 | [
"trip.*",
"trip.id",
"trip.zip_code",
"trip.end_station_name",
"trip.end_station_id",
"trip.start_date",
"weather.*",
"weather.mean_temperature_f",
"weather.zip_code",
"weather.max_humidity",
"weather.max_temperature_f",
"weather.precipitation_inches",
"station.*",
"station.lat",
"statio... | (g / give-01
:mode imperative
:ARG0 (y / you)
:ARG1 (d / document-01
:ARG1 (t / trip-03
:mod (a / all)
:location (a2 / area
:mod (c / code
:mod (z / zip))
:location-of (t2 / te... | Dádeme as identificacións de todas as viaxes que tiveron lugar nunha zona con temperatura media media por encima de 60. CREATE TABLE trip ( id , zip_code , end_station_name , end_station_id , start_date ); CREATE TABLE weather ( mean_temperature_f , zip_code , max_humidity , max_temperature_f , precipitation_inches ); ... |
bike_1 | Opaite código postal-pe g̃uarã, ejuhu id opaite viaje oguerekóva temperatura media 60 ári? CREATE TABLE trip ( id , zip_code , start_date , start_station_name , end_station_id ); CREATE TABLE weather ( max_temperature_f , min_humidity , mean_temperature_f , events , zip_code ); CREATE TABLE station ( installation_date... | select _ from _ group by _ having avg ( _ ) > _ | select trip.id from trip join weather on trip.zip_code = weather.zip_code group by weather.zip_code having avg ( weather.mean_temperature_f ) > 60 | [
"trip.*",
"trip.id",
"trip.zip_code",
"trip.start_date",
"trip.start_station_name",
"trip.end_station_id",
"weather.*",
"weather.max_temperature_f",
"weather.min_humidity",
"weather.mean_temperature_f",
"weather.events",
"weather.zip_code",
"station.*",
"station.installation_date",
"stat... | (f / find-01
:mode imperative
:ARG0 (y / you)
:ARG1 (ii / identifier
:poss (t / trip-03
:mod (a / all)
:ARG0-of (h / have-03
:ARG1 (t2 / temperature
:ARG1-of (a2 / average-01)
... | Para cada código postal, atopar as ids de todas as viaxes que teñen unha temperatura media superior superior a 60? CREATE TABLE trip ( id , zip_code , start_date , start_station_name , end_station_id ); CREATE TABLE weather ( max_temperature_f , min_humidity , mean_temperature_f , events , zip_code ); CREATE TABLE stat... |
bike_1 | Opaite código postal, emombe'u mboy jeypa yvytu pya'evéva oguahẽ 25? CREATE TABLE trip ( end_date , end_station_id , subscription_type , zip_code , start_station_id ); CREATE TABLE status ( time , bikes_available , docks_available , station_id ); CREATE TABLE station ( city , lat , id , long , dock_count ); CREATE TAB... | select _ , count ( _ ) from _ where _ group by _ | select zip_code , count ( * ) from weather where max_wind_speed_mph >= 25 group by zip_code | [
"trip.*",
"trip.end_date",
"trip.end_station_id",
"trip.subscription_type",
"trip.zip_code",
"trip.start_station_id",
"status.*",
"status.time",
"status.bikes_available",
"status.docks_available",
"status.station_id",
"station.*",
"station.city",
"station.lat",
"station.id",
"station.l... | (r / return-05
:ARG1 (a / amr-unknown
:frequency-of (r2 / reach-01
:ARG0 (s / speed
:mod (w / wind)
:mod (m / maximum))
:ARG1 (n / numerical-quantity
:quant 25)))
:frequency (r3 / rate-ent... | Para cada código postal, devolva cantas veces a velocidade máxima do vento chegou a 25? CREATE TABLE trip ( end_date , end_station_id , subscription_type , zip_code , start_station_id ); CREATE TABLE status ( time , bikes_available , docks_available , station_id ); CREATE TABLE station ( city , lat , id , long , dock_c... |
bike_1 | Opaite código postal-pe g̃uarã, mboy jey og̃uahẽ yvytu pya'evéva 25 mph? CREATE TABLE weather ( max_wind_speed_mph , zip_code , max_gust_speed_mph , precipitation_inches , max_dew_point_f ); CREATE TABLE station ( long , lat , id , dock_count , installation_date ); CREATE TABLE status ( bikes_available , docks_availabl... | select _ , count ( _ ) from _ where _ group by _ | select zip_code , count ( * ) from weather where max_wind_speed_mph >= 25 group by zip_code | [
"weather.*",
"weather.max_wind_speed_mph",
"weather.zip_code",
"weather.max_gust_speed_mph",
"weather.precipitation_inches",
"weather.max_dew_point_f",
"station.*",
"station.long",
"station.lat",
"station.id",
"station.dock_count",
"station.installation_date",
"status.*",
"status.bikes_ava... | (r / reach-01
:ARG0 (s / speed
:mod (w / wind)
:mod (m / maximum))
:ARG1 (s2 / speed-quantity
:quant 25
:unit (m2 / mile-per-hour))
:frequency (a / amr-unknown
:prep-for (c / code
:mod (e / each)
:mod (z / ... | Para cada código postal, cantas veces alcanzou a velocidade máxima do vento 25 mph? CREATE TABLE weather ( max_wind_speed_mph , zip_code , max_gust_speed_mph , precipitation_inches , max_dew_point_f ); CREATE TABLE station ( long , lat , id , dock_count , installation_date ); CREATE TABLE status ( bikes_available , doc... |
bike_1 | Mávapa ha mba'e código postal-pe piko oguejyve punto de rocío mínimo oimeraẽ ára código postal 94107-pe? CREATE TABLE weather ( mean_dew_point_f , min_dew_point_f , mean_sea_level_pressure_inches , date , zip_code ); CREATE TABLE station ( lat , id , installation_date , name , city ); CREATE TABLE status ( bikes_availa... | select _ from _ where _ < ( select min ( _ ) from _ where _ ) | select date , zip_code from weather where min_dew_point_f < ( select min ( min_dew_point_f ) from weather where zip_code = 94107 ) | [
"weather.*",
"weather.mean_dew_point_f",
"weather.min_dew_point_f",
"weather.mean_sea_level_pressure_inches",
"weather.date",
"weather.zip_code",
"station.*",
"station.lat",
"station.id",
"station.installation_date",
"station.name",
"station.city",
"status.*",
"status.bikes_available",
"... | (l / low-04
:ARG1 (p / point
:mod (d / dew)
:mod (m / minimum))
:time (a / and
:op1 (d2 / day
:mod (a2 / amr-unknown))
:op2 (d3 / day
:mod (a3 / amr-unknown)))
:ARG2-of (h / have-degree-91
:ARG1 p
... | En que día e en que código postal foi o punto de orballo máis baixo que calquera día do código postal 94107? CREATE TABLE weather ( mean_dew_point_f , min_dew_point_f , mean_sea_level_pressure_inches , date , zip_code ); CREATE TABLE station ( lat , id , installation_date , name , city ); CREATE TABLE status ( bikes_av... |
bike_1 | Mávapa umi ára oguerekóva punto mínimo de rocío michĩvéva oimeraẽ ára código postal 94107-pe, ha umi código postal-pe ojejapóva umi medida? CREATE TABLE weather ( max_wind_speed_mph , max_gust_speed_mph , min_dew_point_f , date , zip_code ); CREATE TABLE station ( long , id , name , installation_date , city ); CREATE ... | select _ from _ where _ < ( select min ( _ ) from _ where _ ) | select date , zip_code from weather where min_dew_point_f < ( select min ( min_dew_point_f ) from weather where zip_code = 94107 ) | [
"weather.*",
"weather.max_wind_speed_mph",
"weather.max_gust_speed_mph",
"weather.min_dew_point_f",
"weather.date",
"weather.zip_code",
"station.*",
"station.long",
"station.id",
"station.name",
"station.installation_date",
"station.city",
"status.*",
"status.docks_available",
"status.bi... | (a / and
:op1 (h / have-03
:ARG0 (d / day
:mod (a2 / amr-unknown))
:ARG1 (p / point
:mod (d2 / dew)
:mod (m / minimum)
:ARG1-of (h2 / have-degree-91
:ARG2 (s / small)
:AR... | En que días tiña un punto de orballo mínimo menor que calquera outro día no código postal 94107, e en que códigos postais foron tomadas esas medicións? CREATE TABLE weather ( max_wind_speed_mph , max_gust_speed_mph , min_dew_point_f , date , zip_code ); CREATE TABLE station ( long , id , name , installation_date , city... |
bike_1 | Opaite viaje-pe, emondojey estación paha ára oñemoĩ hague. CREATE TABLE trip ( id , end_station_id , subscription_type , end_station_name , zip_code ); CREATE TABLE weather ( zip_code , max_dew_point_f , max_visibility_miles , precipitation_inches , events ); CREATE TABLE status ( time , docks_available , station_id ,... | select _ from _ | select trip.id , station.installation_date from trip join station on trip.end_station_id = station.id | [
"trip.*",
"trip.id",
"trip.end_station_id",
"trip.subscription_type",
"trip.end_station_name",
"trip.zip_code",
"weather.*",
"weather.zip_code",
"weather.max_dew_point_f",
"weather.max_visibility_miles",
"weather.precipitation_inches",
"weather.events",
"status.*",
"status.time",
"status... | (r / return-02
:mode imperative
:ARG0 (y / you)
:ARG1 (d / date
:time-of (ii / install-01
:ARG1 (s / station
:ARG1-of (e / end-01)
:poss (ii2 / it))))
:frequency (r2 / rate-entity-91
:ARG4 (t / trip-03
... | Para cada viaxe, devolva a data de instalación da estación de destino. CREATE TABLE trip ( id , end_station_id , subscription_type , end_station_name , zip_code ); CREATE TABLE weather ( zip_code , max_dew_point_f , max_visibility_miles , precipitation_inches , events ); CREATE TABLE status ( time , docks_available , ... |
bike_1 | ¿Mba'e árapa oñemoîta opavave estación omohu'âva opaite viaje? CREATE TABLE station ( id , installation_date , lat , city , dock_count ); CREATE TABLE trip ( id , end_station_id , start_station_id , end_date , bike_id ); CREATE TABLE status ( time , bikes_available , docks_available , station_id ); CREATE TABLE weather... | select _ from _ | select trip.id , station.installation_date from trip join station on trip.end_station_id = station.id | [
"station.*",
"station.id",
"station.installation_date",
"station.lat",
"station.city",
"station.dock_count",
"trip.*",
"trip.id",
"trip.end_station_id",
"trip.start_station_id",
"trip.end_date",
"trip.bike_id",
"status.*",
"status.time",
"status.bikes_available",
"status.docks_availabl... | (d / date
:time-of (ii / install-01
:ARG1 (s / station
:ARG1-of (e / end-01)
:mod (e2 / each))
:time (t / trip-03
:mod (a / all)))
:domain (a2 / amr-unknown)) | Cal é a data de instalación para cada estación final en todas as viaxes? CREATE TABLE station ( id , installation_date , lat , city , dock_count ); CREATE TABLE trip ( id , end_station_id , start_station_id , end_date , bike_id ); CREATE TABLE status ( time , bikes_available , docks_available , station_id ); CREATE TA... |
bike_1 | Mávapa pe viaje oñepyrũva estación orekóva mayor número de muelles? Embojuehe id de viaje. CREATE TABLE station ( id , dock_count , name , lat , city ); CREATE TABLE status ( bikes_available , time , docks_available , station_id ); CREATE TABLE weather ( max_sea_level_pressure_inches , max_dew_point_f , min_sea_level_p... | select _ from _ order by _ desc limit _ | select trip.id from trip join station on trip.start_station_id = station.id order by station.dock_count desc limit 1 | [
"station.*",
"station.id",
"station.dock_count",
"station.name",
"station.lat",
"station.city",
"status.*",
"status.bikes_available",
"status.time",
"status.docks_available",
"status.station_id",
"weather.*",
"weather.max_sea_level_pressure_inches",
"weather.max_dew_point_f",
"weather.mi... | (m / multi-sentence
:snt1 (s / start-01
:ARG1 (t / trip-03
:mod (a / amr-unknown))
:ARG2 (s2 / station
:ARG0-of (h / have-03
:ARG1 (c / count-01
:ARG1 (d / dock)
:ARG1-of... | Cal viaxe partiu da estación coa maior conta de peiraos? CREATE TABLE station ( id , dock_count , name , lat , city ); CREATE TABLE status ( bikes_available , time , docks_available , station_id ); CREATE TABLE weather ( max_sea_level_pressure_inches , max_dew_point_f , min_sea_level_pressure_inches , max_gust_speed_mp... |
bike_1 | ¿Mba'e id-pa oreko viaje oñepyrûva estación orekóva mayor número de muelles? CREATE TABLE station ( id , dock_count , name , city , long ); CREATE TABLE trip ( id , start_station_id , zip_code , bike_id , end_date ); CREATE TABLE status ( bikes_available , time , docks_available , station_id ); CREATE TABLE weather ( m... | select _ from _ order by _ desc limit _ | select trip.id from trip join station on trip.start_station_id = station.id order by station.dock_count desc limit 1 | [
"station.*",
"station.id",
"station.dock_count",
"station.name",
"station.city",
"station.long",
"trip.*",
"trip.id",
"trip.start_station_id",
"trip.zip_code",
"trip.bike_id",
"trip.end_date",
"status.*",
"status.bikes_available",
"status.time",
"status.docks_available",
"status.stat... | (ii / id
:domain (a / amr-unknown)
:poss (t / trip-03
:ARG0-of (s / start-01
:ARG2 (s2 / station
:ARG1-of (c / count-01
:ARG2 (d / dock-01)
:ARG1-of (h / have-degree-91
... | Cal é a identificación da viaxe que comezou desde a estación coa maior conta de peiraos? CREATE TABLE station ( id , dock_count , name , city , long ); CREATE TABLE trip ( id , start_station_id , zip_code , bike_id , end_date ); CREATE TABLE status ( bikes_available , time , docks_available , station_id ); CREATE TABLE... |
bike_1 | Emboja'o umi viaje ndopáiva San Francisco tavaguasúpe. CREATE TABLE station ( id , city , name , long , dock_count ); CREATE TABLE trip ( end_station_id , start_station_name , id , zip_code , subscription_type ); CREATE TABLE status ( docks_available , time , bikes_available , station_id ); CREATE TABLE weather ( zip_c... | select count ( _ ) from _ where _ | select count ( * ) from trip join station on trip.end_station_id = station.id where station.city != 'San Francisco' | [
"station.*",
"station.id",
"station.city",
"station.name",
"station.long",
"station.dock_count",
"trip.*",
"trip.end_station_id",
"trip.start_station_name",
"trip.id",
"trip.zip_code",
"trip.subscription_type",
"status.*",
"status.docks_available",
"status.time",
"status.bikes_availabl... | (c / count-01
:mode imperative
:ARG0 (y / you)
:ARG1 (n / number
:quant-of (t / trip-03
:ARG1-of (e / end-01
:polarity -
:location (c2 / city
:name (n2 / name
... | Conta o número de viaxes que non terminaron na cidade de San Francisco. CREATE TABLE station ( id , city , name , long , dock_count ); CREATE TABLE trip ( end_station_id , start_station_name , id , zip_code , subscription_type ); CREATE TABLE status ( docks_available , time , bikes_available , station_id ); CREATE TABL... |
bike_1 | Mboy viaje ndopái San Francisco-pe? CREATE TABLE station ( id , city , lat , dock_count , installation_date ); CREATE TABLE trip ( end_station_id , start_station_id , start_date , end_date , duration ); CREATE TABLE status ( bikes_available , station_id , time , docks_available ); CREATE TABLE weather ( date , max_sea_... | select count ( _ ) from _ where _ | select count ( * ) from trip join station on trip.end_station_id = station.id where station.city != 'San Francisco' | [
"station.*",
"station.id",
"station.city",
"station.lat",
"station.dock_count",
"station.installation_date",
"trip.*",
"trip.end_station_id",
"trip.start_station_id",
"trip.start_date",
"trip.end_date",
"trip.duration",
"status.*",
"status.bikes_available",
"status.station_id",
"status... | (e / end-01
:polarity -
:ARG1 (t / trip-03
:quant (a / amr-unknown))
:location (c / city
:name (n / name
:op1 "San"
:op2 "Francisco"))) | Cantas viaxes non remataron en San Francisco? CREATE TABLE station ( id , city , lat , dock_count , installation_date ); CREATE TABLE trip ( end_station_id , start_station_id , start_date , end_date , duration ); CREATE TABLE status ( bikes_available , station_id , time , docks_available ); CREATE TABLE weather ( date ... |
bike_1 | Código postal 94107-pe, ¿mba'e árape ndojehechái mba'eve ni araípe ni ama? CREATE TABLE weather ( date , events , zip_code , precipitation_inches , min_temperature_f ); CREATE TABLE station ( dock_count , lat , id , long , city ); CREATE TABLE status ( docks_available , station_id , time , bikes_available ); CREATE TA... | select _ from _ where _ | select date from weather where zip_code = 94107 and events != 'Fog' and events != 'Rain' | [
"weather.*",
"weather.date",
"weather.events",
"weather.zip_code",
"weather.precipitation_inches",
"weather.min_temperature_f",
"station.*",
"station.dock_count",
"station.lat",
"station.id",
"station.long",
"station.city",
"status.*",
"status.docks_available",
"status.station_id",
"st... | (o / observe-01
:polarity -
:ARG1 (a / and
:op1 (f / fog)
:op2 (r / rain-01))
:location (z / zip-code
:mod 94107)
:time (d / day
:mod (t / that))) | No código postal 94107, en que día nin a néboa nin a chuvia non se observaron? CREATE TABLE weather ( date , events , zip_code , precipitation_inches , min_temperature_f ); CREATE TABLE station ( dock_count , lat , id , long , city ); CREATE TABLE status ( docks_available , station_id , time , bikes_available ); CREATE... |
bike_1 | Mávapa ára ndorekóiva nieve ni oky ko'ã 94107 código postal-pe? CREATE TABLE trip ( end_station_name , start_date , subscription_type , id , start_station_id ); CREATE TABLE status ( docks_available , bikes_available , station_id , time ); CREATE TABLE station ( city , lat , installation_date , id , dock_count ); CREAT... | select _ from _ where _ | select date from weather where zip_code = 94107 and events != 'Fog' and events != 'Rain' | [
"trip.*",
"trip.end_station_name",
"trip.start_date",
"trip.subscription_type",
"trip.id",
"trip.start_station_id",
"status.*",
"status.docks_available",
"status.bikes_available",
"status.station_id",
"status.time",
"station.*",
"station.city",
"station.lat",
"station.installation_date",... | (a / and
:op1 (f / foggy-02
:polarity -
:location (z / zip-code
:mod 94107))
:op2 (r / rain-01
:polarity -
:location z)
:time (d / day
:mod (a2 / amr-unknown))) | En que día non ha habido néboa nin chuvia no código postal 94107? CREATE TABLE trip ( end_station_name , start_date , subscription_type , id , start_station_id ); CREATE TABLE status ( docks_available , bikes_available , station_id , time ); CREATE TABLE station ( city , lat , installation_date , id , dock_count ); CRE... |
bike_1 | ¿Mba'e id-kuérapa umi estación orekóva latitud 37,4 ári ha araka'eve ndoguerekóiva bicicletas disponible 7 ári? CREATE TABLE station ( dock_count , long , lat , id , installation_date ); CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE trip ( start_station_id , subscription_ty... | select _ from _ where _ except select _ from _ group by _ having min ( _ ) < _ | select id from station where lat > 37.4 except select station_id from status group by station_id having min ( bikes_available ) < 7 | [
"station.*",
"station.dock_count",
"station.long",
"station.lat",
"station.id",
"station.installation_date",
"status.*",
"status.station_id",
"status.bikes_available",
"status.docks_available",
"status.time",
"trip.*",
"trip.start_station_id",
"trip.subscription_type",
"trip.start_statio... | (ii / identifier
:mod (a / amr-unknown)
:poss (s / station
:ARG0-of (h / have-03
:ARG1 (l / latitude
:quant (a2 / above
:op1 (t / temperature-quantity
:quant 37.4
... | Cal é o número de identificación das estacións que teñen unha latitude superior a 37.4 e nunca tiveron unha dispoñibilidade de bicicletas inferior a 7? CREATE TABLE station ( dock_count , long , lat , id , installation_date ); CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE t... |
bike_1 | ¿Mba'e id-kuérapa umi estación orekóva latitud 37,4 ári ha araka'eve ndorekóiva 7 bicicleta disponible? CREATE TABLE station ( id , lat , name , long , dock_count ); CREATE TABLE status ( station_id , bikes_available , time , docks_available ); CREATE TABLE trip ( id , end_station_name , start_station_id , duration , e... | select _ from _ where _ except select _ from _ group by _ having min ( _ ) < _ | select id from station where lat > 37.4 except select station_id from status group by station_id having min ( bikes_available ) < 7 | [
"station.*",
"station.id",
"station.lat",
"station.name",
"station.long",
"station.dock_count",
"status.*",
"status.station_id",
"status.bikes_available",
"status.time",
"status.docks_available",
"trip.*",
"trip.id",
"trip.end_station_name",
"trip.start_station_id",
"trip.duration",
... | (ii / identifier
:mod (a / amr-unknown)
:poss (s / station
:mod (a2 / all)
:ARG0-of (h / have-03
:polarity -
:ARG1 (b / bike
:quant (l / less-than
:op1 7)
:ARG2-of (a3 / ... | Cal é a identificación de todas as estacións que teñen unha latitude superior a 37.4 e nunca tiveron menos de 7 bicicletas dispoñibles? CREATE TABLE station ( id , lat , name , long , dock_count ); CREATE TABLE status ( station_id , bikes_available , time , docks_available ); CREATE TABLE trip ( id , end_station_name ,... |
bike_1 | Mba'éichapa héra umi estación orekóva disponibilidad media bicicleta 10 ári ha noĩri San José tavaguasúpe? CREATE TABLE station ( id , name , city , dock_count , long ); CREATE TABLE weather ( mean_temperature_f , max_gust_speed_mph , min_temperature_f , max_wind_speed_mph , max_dew_point_f ); CREATE TABLE trip ( end_s... | select _ from _ group by _ having avg ( _ ) > _ except select _ from _ where _ | select station.name from station join status on station.id = status.station_id group by status.station_id having avg ( bikes_available ) > 10 except select name from station where city = 'San Jose' | [
"station.*",
"station.id",
"station.name",
"station.city",
"station.dock_count",
"station.long",
"weather.*",
"weather.mean_temperature_f",
"weather.max_gust_speed_mph",
"weather.min_temperature_f",
"weather.max_wind_speed_mph",
"weather.max_dew_point_f",
"trip.*",
"trip.end_station_name",... | (n / name-01
:ARG1 (s / station
:ARG1-of (a / available-02
:ARG2 (b / bike
:quant (a2 / above
:op1 10)
:ARG1-of (a3 / average-04)))
:location (c / city
:name (n2 / name
... | Cales son os nomes das estacións que teñen unha disponibilidade media de bicicletas superior a 10 e non están localizadas na cidade de San José? CREATE TABLE station ( id , name , city , dock_count , long ); CREATE TABLE weather ( mean_temperature_f , max_gust_speed_mph , min_temperature_f , max_wind_speed_mph , max_de... |
bike_1 | ¿Mba'éichapa héra umi estación orekóva 10 bicicleta-guive ha noĩri San José-pe? CREATE TABLE station ( id , name , city , installation_date , dock_count ); CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE trip ( start_station_id , start_station_name , duration , subscription_t... | select _ from _ group by _ having avg ( _ ) > _ except select _ from _ where _ | select station.name from station join status on station.id = status.station_id group by status.station_id having avg ( bikes_available ) > 10 except select name from station where city = 'San Jose' | [
"station.*",
"station.id",
"station.name",
"station.city",
"station.installation_date",
"station.dock_count",
"status.*",
"status.station_id",
"status.bikes_available",
"status.docks_available",
"status.time",
"trip.*",
"trip.start_station_id",
"trip.start_station_name",
"trip.duration",... | (n / name-01
:ARG1 (s / station
:mod (a / all)
:ARG0-of (h / have-03
:ARG1 (b / bike
:quant (m / more-than
:op1 10)
:ARG2-of (a2 / available-02)))
:location (c / city
... | Cales son os nomes de todas as estacións que teñen máis de 10 bicicletas dispoñibles e non están localizadas en San José? CREATE TABLE station ( id , name , city , installation_date , dock_count ); CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE trip ( start_station_id , star... |
bike_1 | ¿Mba'éichapa héra, latitud ha táva estación orekóva latitud michĩvéva? CREATE TABLE station ( name , lat , city , dock_count , id ); CREATE TABLE status ( docks_available , station_id , bikes_available , time ); CREATE TABLE trip ( zip_code , start_station_id , id , start_station_name , end_station_name ); CREATE TABLE... | select _ from _ order by _ asc limit _ | select name , lat , city from station order by lat asc limit 1 | [
"station.*",
"station.name",
"station.lat",
"station.city",
"station.dock_count",
"station.id",
"status.*",
"status.docks_available",
"status.station_id",
"status.bikes_available",
"status.time",
"trip.*",
"trip.zip_code",
"trip.start_station_id",
"trip.id",
"trip.start_station_name",
... | (a / and
:op1 (n / name
:poss (s / station
:ARG0-of (h / have-03
:ARG1 (l / latitude
:ARG1-of (h2 / have-degree-91
:ARG2 (l2 / low-04
:ARG1 l)
... | Cal é o nome, latitude e cidade da estación coa latitude máis baixa? CREATE TABLE station ( name , lat , city , dock_count , id ); CREATE TABLE status ( docks_available , station_id , bikes_available , time ); CREATE TABLE trip ( zip_code , start_station_id , id , start_station_name , end_station_name ); CREATE TABLE w... |
bike_1 | ¿Mba'éichapa héra, latitud ha táva estación oĩva sur gotyo? CREATE TABLE weather ( date , min_sea_level_pressure_inches , mean_visibility_miles , mean_wind_speed_mph , zip_code ); CREATE TABLE station ( long , city , id , name , lat ); CREATE TABLE status ( time , docks_available , station_id , bikes_available ); CREAT... | select _ from _ order by _ asc limit _ | select name , lat , city from station order by lat asc limit 1 | [
"weather.*",
"weather.date",
"weather.min_sea_level_pressure_inches",
"weather.mean_visibility_miles",
"weather.mean_wind_speed_mph",
"weather.zip_code",
"station.*",
"station.long",
"station.city",
"station.id",
"station.name",
"station.lat",
"status.*",
"status.time",
"status.docks_ava... | (a / and
:op1 (t / thing
:ARG2-of (n / name-01
:ARG1 (s / station
:location (l / location
:ARG1-of (h / have-degree-91
:ARG2 (f / far)
:ARG3 (m / most)
... | Cal é o nome, latitude e cidade da estación que está situada ao sur? CREATE TABLE weather ( date , min_sea_level_pressure_inches , mean_visibility_miles , mean_wind_speed_mph , zip_code ); CREATE TABLE station ( long , city , id , name , lat ); CREATE TABLE status ( time , docks_available , station_id , bikes_available... |
bike_1 | ¿Mba'e ára, temperatura ha humedad media umi 3 ára tenondegua oguerekóva velocidad máxima? CREATE TABLE station ( installation_date , lat , id , dock_count , name ); CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE weather ( date , mean_temperature_f , mean_humidity , max_gust... | select _ from _ order by _ desc limit _ | select date , mean_temperature_f , mean_humidity from weather order by max_gust_speed_mph desc limit 3 | [
"station.*",
"station.installation_date",
"station.lat",
"station.id",
"station.dock_count",
"station.name",
"status.*",
"status.station_id",
"status.bikes_available",
"status.docks_available",
"status.time",
"weather.*",
"weather.date",
"weather.mean_temperature_f",
"weather.mean_humidi... | (a / and
:op1 (d / date)
:op2 (t / temperature
:ARG1-of (m / mean-01))
:op3 (h / humidity
:ARG1-of (m2 / mean-01))
:time (d2 / day
:quant 3
:mod (t2 / top)
:ARG0-of (h2 / have-03
:ARG1 (s / speed
... | Cal é a data, a temperatura media e a humidade media dos tres primeiros días de maior velocidade máxima de raíces? CREATE TABLE station ( installation_date , lat , id , dock_count , name ); CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE weather ( date , mean_temperature_f , ... |
bike_1 | ¿Mba'e ára, temperatura promedio ha humedad promedio umi ára oguerekóva 3 velocidad máxima? CREATE TABLE weather ( date , mean_temperature_f , mean_humidity , max_gust_speed_mph , min_temperature_f ); CREATE TABLE station ( dock_count , name , lat , long , city ); CREATE TABLE status ( bikes_available , docks_available... | select _ from _ order by _ desc limit _ | select date , mean_temperature_f , mean_humidity from weather order by max_gust_speed_mph desc limit 3 | [
"weather.*",
"weather.date",
"weather.mean_temperature_f",
"weather.mean_humidity",
"weather.max_gust_speed_mph",
"weather.min_temperature_f",
"station.*",
"station.dock_count",
"station.name",
"station.lat",
"station.long",
"station.city",
"status.*",
"status.bikes_available",
"status.d... | (a / and
:op1 (d / date)
:op2 (t / temperature
:ARG1-of (a2 / average-01))
:op3 (h / humidity
:ARG1-of (m / mean-01))
:time (d2 / day
:time-of (s / speed
:ARG1-of (g / gust-01)
:ARG1-of (h2 / have-degree-91
... | Cal é a data, a temperatura media e a humidade media para os días coas 3 maiores velocidades máximas de rachas? CREATE TABLE weather ( date , mean_temperature_f , mean_humidity , max_gust_speed_mph , min_temperature_f ); CREATE TABLE station ( dock_count , name , lat , long , city ); CREATE TABLE status ( bikes_availab... |
bike_1 | Emboherakuã téra ha papapy estación-kuéra opavave tavaguasu oguerekóva 15 estación-pe. CREATE TABLE station ( city , id , long , lat , name ); CREATE TABLE status ( station_id , docks_available , bikes_available , time ); CREATE TABLE trip ( start_date , id , end_date , start_station_name , subscription_type ); CREATE... | select _ , count ( _ ) from _ group by _ having count ( _ ) >= _ | select city , count ( * ) from station group by city having count ( * ) >= 15 | [
"station.*",
"station.city",
"station.id",
"station.long",
"station.lat",
"station.name",
"status.*",
"status.station_id",
"status.docks_available",
"status.bikes_available",
"status.time",
"trip.*",
"trip.start_date",
"trip.id",
"trip.end_date",
"trip.start_station_name",
"trip.subs... | (l / list-01
:ARG1 (a / and
:op1 (t / thing
:ARG2-of (n / name-01
:ARG1 (c / city
:mod (a2 / all)
:ARG0-of (h / have-03
:ARG1 (s / station
... | Indicar o nome e o número de estacións de todas as cidades que teñan polo menos 15 estacións. CREATE TABLE station ( city , id , long , lat , name ); CREATE TABLE status ( station_id , docks_available , bikes_available , time ); CREATE TABLE trip ( start_date , id , end_date , start_station_name , subscription_type );... |
bike_1 | Mba'éichapa héra opaite táva oguerekóva 15 estación ha mboy estación oguereko? CREATE TABLE station ( city , name , id , installation_date , lat ); CREATE TABLE status ( docks_available , bikes_available , time , station_id ); CREATE TABLE trip ( start_date , zip_code , start_station_name , end_date , end_station_name ... | select _ , count ( _ ) from _ group by _ having count ( _ ) >= _ | select city , count ( * ) from station group by city having count ( * ) >= 15 | [
"station.*",
"station.city",
"station.name",
"station.id",
"station.installation_date",
"station.lat",
"status.*",
"status.docks_available",
"status.bikes_available",
"status.time",
"status.station_id",
"trip.*",
"trip.start_date",
"trip.zip_code",
"trip.start_station_name",
"trip.end_... | (a / and
:op1 (n / name-01
:ARG1 (c / city
:mod (e / every)
:ARG0-of (h / have-03
:ARG1 (s / station
:quant (a2 / at-least
:op1 15))))
:ARG2 (a3 / amr-unknown))
... | Cal é o nome de cada cidade que ten polo menos 15 estacións e cantas estacións ten? CREATE TABLE station ( city , name , id , installation_date , lat ); CREATE TABLE status ( docks_available , bikes_available , time , station_id ); CREATE TABLE trip ( start_date , zip_code , start_station_name , end_date , end_station_... |
bike_1 | Ejuhu id ha téra estación-kuérape, sa'ive 200 viaje oñepyrũva. CREATE TABLE trip ( start_date , subscription_type , start_station_name , id , start_station_id ); CREATE TABLE station ( id , lat , dock_count , name , installation_date ); CREATE TABLE status ( docks_available , station_id , time , bikes_available ); CRE... | select _ from _ group by _ having count ( _ ) >= _ | select start_station_id , start_station_name from trip group by start_station_name having count ( * ) >= 200 | [
"trip.*",
"trip.start_date",
"trip.subscription_type",
"trip.start_station_name",
"trip.id",
"trip.start_station_id",
"station.*",
"station.id",
"station.lat",
"station.dock_count",
"station.name",
"station.installation_date",
"status.*",
"status.docks_available",
"status.station_id",
... | (f / find-01
:mode imperative
:ARG0 (y / you)
:ARG1 (a / and
:op1 (t / thing
:ARG2-of (ii / identify-01
:ARG1 (s / station
:ARG2-of (s2 / start-01
:ARG1 (t2 / trip-03
... | Encontre os nomes e os identificadores das estacións desde as que se iniciaron polo menos 200 viaxes. CREATE TABLE trip ( start_date , subscription_type , start_station_name , id , start_station_id ); CREATE TABLE station ( id , lat , dock_count , name , installation_date ); CREATE TABLE status ( docks_available , stat... |
bike_1 | ¿Mba'e id ha térapa oguereko opavave estación de salida oñepyrũva 200 viaje-pe? CREATE TABLE trip ( start_station_id , bike_id , start_station_name , end_station_name , end_station_id ); CREATE TABLE station ( city , long , installation_date , lat , id ); CREATE TABLE status ( bikes_available , time , station_id , dock... | select _ from _ group by _ having count ( _ ) >= _ | select start_station_id , start_station_name from trip group by start_station_name having count ( * ) >= 200 | [
"trip.*",
"trip.start_station_id",
"trip.bike_id",
"trip.start_station_name",
"trip.end_station_name",
"trip.end_station_id",
"station.*",
"station.city",
"station.long",
"station.installation_date",
"station.lat",
"station.id",
"status.*",
"status.bikes_available",
"status.time",
"sta... | (a / and
:op1 (ii / id)
:op2 (n / name)
:poss (s / station
:ARG2-of (s2 / start-01)
:mod (a2 / all)
:ARG2-of (b / begin-01
:ARG1 (t / trip-03
:quant (a3 / at-least
:op1 200))))
:domain (a4... | Cal é a identificación e os nomes de todas as estacións de partida que foron o comezo de polo menos 200 viaxes? CREATE TABLE trip ( start_station_id , bike_id , start_station_name , end_station_name , end_station_id ); CREATE TABLE station ( city , long , installation_date , lat , id ); CREATE TABLE status ( bikes_avai... |
bike_1 | Ejuhu código postal orekóva visibilidad media sa'ive 10 gui. CREATE TABLE weather ( min_sea_level_pressure_inches , mean_visibility_miles , max_temperature_f , zip_code , precipitation_inches ); CREATE TABLE station ( long , name , lat , id , installation_date ); CREATE TABLE status ( bikes_available , time , station_i... | select _ from _ group by _ having avg ( _ ) < _ | select zip_code from weather group by zip_code having avg ( mean_visibility_miles ) < 10 | [
"weather.*",
"weather.min_sea_level_pressure_inches",
"weather.mean_visibility_miles",
"weather.max_temperature_f",
"weather.zip_code",
"weather.precipitation_inches",
"station.*",
"station.long",
"station.name",
"station.lat",
"station.id",
"station.installation_date",
"status.*",
"status... | (f / find-01
:mode imperative
:ARG0 (y / you)
:ARG1 (z / zip-code
:location-of (v / visibility
:ARG1-of (m / mean-01)
:ARG1-of (h / have-degree-91
:ARG2 (l / low-04)
:ARG3 (m2 / more)
... | Encontre o código postal no que a visibilidade media media é inferior a 10. CREATE TABLE weather ( min_sea_level_pressure_inches , mean_visibility_miles , max_temperature_f , zip_code , precipitation_inches ); CREATE TABLE station ( long , name , lat , id , installation_date ); CREATE TABLE status ( bikes_available , t... |
bike_1 | Opaite código postal-pe g̃uarã, eiporavo opa umi oguerekóva visibilidad media 10 ári. CREATE TABLE weather ( mean_visibility_miles , zip_code , mean_sea_level_pressure_inches , mean_humidity , min_temperature_f ); CREATE TABLE station ( id , long , city , dock_count , installation_date ); CREATE TABLE status ( station_... | select _ from _ group by _ having avg ( _ ) < _ | select zip_code from weather group by zip_code having avg ( mean_visibility_miles ) < 10 | [
"weather.*",
"weather.mean_visibility_miles",
"weather.zip_code",
"weather.mean_sea_level_pressure_inches",
"weather.mean_humidity",
"weather.min_temperature_f",
"station.*",
"station.id",
"station.long",
"station.city",
"station.dock_count",
"station.installation_date",
"status.*",
"statu... | (s / select-01
:mode imperative
:ARG0 (y / you)
:ARG1 (t / that
:mod (a / all)
:ARG0-of (h / have-03
:ARG1 (v / visibility
:mod (b / below
:op1 10)
:ARG1-of (a2 / average-01)
... | Para cada código postal, seleccione todos os que teñan unha visibilidade media inferior a 10. CREATE TABLE weather ( mean_visibility_miles , zip_code , mean_sea_level_pressure_inches , mean_humidity , min_temperature_f ); CREATE TABLE station ( id , long , city , dock_count , installation_date ); CREATE TABLE status ( ... |
bike_1 | Emyenyhẽ opa táva peteĩ orden decreciente-pe umi estación latitud-pegua. CREATE TABLE station ( lat , city , long , id , name ); CREATE TABLE status ( docks_available , bikes_available , time , station_id ); CREATE TABLE trip ( end_station_name , start_date , duration , bike_id , subscription_type ); CREATE TABLE weath... | select _ from _ group by _ order by max ( _ ) desc | select city from station group by city order by max ( lat ) desc | [
"station.*",
"station.lat",
"station.city",
"station.long",
"station.id",
"station.name",
"status.*",
"status.docks_available",
"status.bikes_available",
"status.time",
"status.station_id",
"trip.*",
"trip.end_station_name",
"trip.start_date",
"trip.duration",
"trip.bike_id",
"trip.s... | (l / list-01
:ARG1 (c / city
:mod (a / all))
:manner (o / order-03
:ARG2 (l2 / latitude
:poss (s / station
:mod (e / each))
:ARG1-of (h / have-degree-91
:ARG2 (h2 / high-02
... | Lista de todas as cidades en orde decreciente da latitude máis alta das estacións de cada cidade. CREATE TABLE station ( lat , city , long , id , name ); CREATE TABLE status ( docks_available , bikes_available , time , station_id ); CREATE TABLE trip ( end_station_name , start_date , duration , bike_id , subscription_t... |
bike_1 | Opa táva-pe g̃uarã, emohenda héra kuéra orden decreciente-pe, latitud estación-pegua rupive. CREATE TABLE status ( docks_available , time , bikes_available , station_id ); CREATE TABLE trip ( end_station_name , bike_id , subscription_type , start_station_id , end_date ); CREATE TABLE station ( lat , city , name , id , ... | select _ from _ group by _ order by max ( _ ) desc | select city from station group by city order by max ( lat ) desc | [
"status.*",
"status.docks_available",
"status.time",
"status.bikes_available",
"status.station_id",
"trip.*",
"trip.end_station_name",
"trip.bike_id",
"trip.subscription_type",
"trip.start_station_id",
"trip.end_date",
"station.*",
"station.lat",
"station.city",
"station.name",
"statio... | (l / list-01
:ARG1 (t / thing
:ARG2-of (n / name-01
:ARG1 (t2 / they)))
:ARG2 (c / city
:mod (e / each))
:manner (o / order-03
:ARG1 t
:ARG2 (l2 / latitude
:poss (s / station
:poss t2)
... | Para cada cidade, enumere os seus nomes en orde decreciente pola súa latitude de estación máis alta. CREATE TABLE status ( docks_available , time , bikes_available , station_id ); CREATE TABLE trip ( end_station_name , bike_id , subscription_type , start_station_id , end_date ); CREATE TABLE station ( lat , city , name... |
bike_1 | Mávapa umi ára oguerekóva 5 tasa de cobertura de nubes tuichavéva? Eremína chéve avei tasa de cobertura de nubes. CREATE TABLE station ( id , name , city , lat , installation_date ); CREATE TABLE status ( time , docks_available , bikes_available , station_id ); CREATE TABLE weather ( date , cloud_cover , zip_code , min... | select _ from _ order by _ desc limit _ | select date , cloud_cover from weather order by cloud_cover desc limit 5 | [
"station.*",
"station.id",
"station.name",
"station.city",
"station.lat",
"station.installation_date",
"status.*",
"status.time",
"status.docks_available",
"status.bikes_available",
"status.station_id",
"weather.*",
"weather.date",
"weather.cloud_cover",
"weather.zip_code",
"weather.mi... | (m / multi-sentence
:snt1 (d / date
:ARG0-of (h / have-03
:ARG1 (r / rate
:quant 5
:mod (t / top)
:mod (c / cover-02
:ARG1 (c2 / cloud))))
:domain (a / amr-unknown))
... | Cales son as datas que tiveron as cinco maiores taxas de nubosidade? CREATE TABLE station ( id , name , city , lat , installation_date ); CREATE TABLE status ( time , docks_available , bikes_available , station_id ); CREATE TABLE weather ( date , cloud_cover , zip_code , min_humidity , min_temperature_f ); CREATE TABLE... |
bike_1 | ¿Mba'e ára piko oreko 5 tasa de cobertura de nubes tuichavéva ha mba'e tasa piko? CREATE TABLE weather ( min_humidity , cloud_cover , mean_humidity , precipitation_inches , date ); CREATE TABLE status ( bikes_available , station_id , docks_available , time ); CREATE TABLE station ( installation_date , long , dock_count... | select _ from _ order by _ desc limit _ | select date , cloud_cover from weather order by cloud_cover desc limit 5 | [
"weather.*",
"weather.min_humidity",
"weather.cloud_cover",
"weather.mean_humidity",
"weather.precipitation_inches",
"weather.date",
"status.*",
"status.bikes_available",
"status.station_id",
"status.docks_available",
"status.time",
"station.*",
"station.installation_date",
"station.long",... | (a / and
:op1 (d / date
:ARG0-of (h / have-03
:ARG1 (r / rate
:ARG1-of (h2 / have-degree-91
:ARG2 (h3 / high-02
:ARG1 r)
:ARG3 (m / most
... | Cales son as datas con 5 maiores taxas de cobertura de nubes e cales son as taxas? CREATE TABLE weather ( min_humidity , cloud_cover , mean_humidity , precipitation_inches , date ); CREATE TABLE status ( bikes_available , station_id , docks_available , time ); CREATE TABLE station ( installation_date , long , dock_cou... |
bike_1 | ¿Mba'e id ha duración umi viaje orekóva 3 duración tenondegua? CREATE TABLE trip ( id , duration , start_date , start_station_id , zip_code ); CREATE TABLE station ( long , name , city , dock_count , id ); CREATE TABLE status ( docks_available , bikes_available , station_id , time ); CREATE TABLE weather ( cloud_cover... | select _ from _ order by _ desc limit _ | select id , duration from trip order by duration desc limit 3 | [
"trip.*",
"trip.id",
"trip.duration",
"trip.start_date",
"trip.start_station_id",
"trip.zip_code",
"station.*",
"station.long",
"station.name",
"station.city",
"station.dock_count",
"station.id",
"status.*",
"status.docks_available",
"status.bikes_available",
"status.station_id",
"st... | (a / and
:op1 (t / temporal-quantity
:quant 42
:unit (y / year))
:op2 (t2 / temporal-quantity
:quant 43
:unit (y2 / year))
:domain (t3 / trip-03
:duration (t4 / temporal-quantity
:quant 3
:unit (d / day)
... | Cales son os nomes e as duracións das viaxes que teñen as 3 maiores duradas? CREATE TABLE trip ( id , duration , start_date , start_station_id , zip_code ); CREATE TABLE station ( long , name , city , dock_count , id ); CREATE TABLE status ( docks_available , bikes_available , station_id , time ); CREATE TABLE weather ... |
bike_1 | ¿Mba'e id-kuérapa umi viaje ipukuvéva ha araka'e pevépa ipuku? CREATE TABLE trip ( id , duration , start_station_name , zip_code , end_date ); CREATE TABLE station ( dock_count , lat , city , long , id ); CREATE TABLE status ( docks_available , bikes_available , station_id , time ); CREATE TABLE weather ( max_gust_spe... | select _ from _ order by _ desc limit _ | select id , duration from trip order by duration desc limit 3 | [
"trip.*",
"trip.id",
"trip.duration",
"trip.start_station_name",
"trip.zip_code",
"trip.end_date",
"station.*",
"station.dock_count",
"station.lat",
"station.city",
"station.long",
"station.id",
"status.*",
"status.docks_available",
"status.bikes_available",
"status.station_id",
"sta... | (a / and
:op1 (t / thing
:domain (ii / identity
:poss (t2 / trip-03))
:ARG1-of (h / have-degree-91
:ARG2 (l / long-03
:ARG1 t2)
:ARG3 (m / most)))
:op2 (l2 / last-01
:ARG1 t2
:ARG2 (... | Cales son os nomes das viaxes que duraron máis e canto duraron? CREATE TABLE trip ( id , duration , start_station_name , zip_code , end_date ); CREATE TABLE station ( dock_count , lat , city , long , id ); CREATE TABLE status ( docks_available , bikes_available , station_id , time ); CREATE TABLE weather ( max_gust_spe... |
bike_1 | Opa estación-pe g̃uarã, emondo longitud ha duración promedio umi viaje oñepyrũva estación guive. CREATE TABLE station ( id , name , long , installation_date , city ); CREATE TABLE trip ( duration , start_station_id , id , start_station_name , subscription_type ); CREATE TABLE status ( docks_available , bikes_available... | select _ , avg ( _ ) from _ group by _ | select station.name , station.long , avg ( trip.duration ) from station join trip on station.id = trip.start_station_id group by trip.start_station_id | [
"station.*",
"station.id",
"station.name",
"station.long",
"station.installation_date",
"station.city",
"trip.*",
"trip.duration",
"trip.start_station_id",
"trip.id",
"trip.start_station_name",
"trip.subscription_type",
"status.*",
"status.docks_available",
"status.bikes_available",
"s... | (r / return-02
:mode imperative
:ARG0 (y / you)
:ARG1 (a / and
:op1 (l / longitude
:poss (s / station
:mod (e / each)))
:op2 (d / duration
:duration-of (t / trip-03
:ARG1-of (s2 / start-01
... | Para cada estación, devolva a súa lonxitude e a duración media das viaxes que comezaron desde a estación. CREATE TABLE station ( id , name , long , installation_date , city ); CREATE TABLE trip ( duration , start_station_id , id , start_station_name , subscription_type ); CREATE TABLE status ( docks_available , bikes_... |
bike_1 | Opaite estación de partida, ¿mba'e héra, longitud ha duración promedio viaje oñepyrûva upépe? CREATE TABLE station ( id , name , long , city , lat ); CREATE TABLE trip ( duration , start_station_id , end_station_name , zip_code , start_station_name ); CREATE TABLE status ( bikes_available , docks_available , time , st... | select _ , avg ( _ ) from _ group by _ | select station.name , station.long , avg ( trip.duration ) from station join trip on station.id = trip.start_station_id group by trip.start_station_id | [
"station.*",
"station.id",
"station.name",
"station.long",
"station.city",
"station.lat",
"trip.*",
"trip.duration",
"trip.start_station_id",
"trip.end_station_name",
"trip.zip_code",
"trip.start_station_name",
"status.*",
"status.bikes_available",
"status.docks_available",
"status.tim... | (a / and
:op1 (n / name-01
:ARG1 (s / station
:ARG2-of (s2 / start-01)
:mod (e / each))
:ARG2 (a2 / amr-unknown))
:op2 (l / latitude
:poss s
:domain (a3 / amr-unknown))
:op3 (d / duration
:duration-of (t / ... | Para cada estación de partida, cal é o seu nome, longitude e duración media das viaxes iniciadas alí? CREATE TABLE station ( id , name , long , city , lat ); CREATE TABLE trip ( duration , start_station_id , end_station_name , zip_code , start_station_name ); CREATE TABLE status ( bikes_available , docks_available , t... |
bike_1 | Opa estación-pe g̃uarã, ejuhúke latitud ha duración mínima umi viaje opáva estación-pe. CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE trip ( duration , end_station_id , zip_code , start_station_name , id ); CREATE TABLE station ( id , name , lat , installation_date , long ... | select _ , min ( _ ) from _ group by _ | select station.name , station.lat , min ( trip.duration ) from station join trip on station.id = trip.end_station_id group by trip.end_station_id | [
"status.*",
"status.station_id",
"status.bikes_available",
"status.docks_available",
"status.time",
"trip.*",
"trip.duration",
"trip.end_station_id",
"trip.zip_code",
"trip.start_station_name",
"trip.id",
"station.*",
"station.id",
"station.name",
"station.lat",
"station.installation_d... | (f / find-01
:mode imperative
:ARG0 (y / you)
:ARG1 (a / and
:op1 (l / latitude
:poss (s / station
:mod (e / each)))
:op2 (d / duration
:mod (m / minimum)
:duration-of (t / trip-03
... | Para cada estación, calcule a súa latitude e a duración mínima das viaxes que rematan na estación. CREATE TABLE status ( station_id , bikes_available , docks_available , time ); CREATE TABLE trip ( duration , end_station_id , zip_code , start_station_name , id ); CREATE TABLE station ( id , name , lat , installation_d... |
bike_1 | Opaite estación paha id, ¿mba'épa héra, latitud, ha duración mínima umi viaje opakuévo upépe? CREATE TABLE station ( name , installation_date , long , lat , id ); CREATE TABLE trip ( duration , end_station_id , end_date , end_station_name , bike_id ); CREATE TABLE status ( bikes_available , station_id , docks_available... | select _ , min ( _ ) from _ group by _ | select station.name , station.lat , min ( trip.duration ) from station join trip on station.id = trip.end_station_id group by trip.end_station_id | [
"station.*",
"station.name",
"station.installation_date",
"station.long",
"station.lat",
"station.id",
"trip.*",
"trip.duration",
"trip.end_station_id",
"trip.end_date",
"trip.end_station_name",
"trip.bike_id",
"status.*",
"status.bikes_available",
"status.station_id",
"status.docks_av... | (a / and
:op1 (n / name-01
:ARG1 (s / station
:mod (e / end)
:mod (e2 / each))
:ARG2 (a2 / amr-unknown))
:op2 (l / latitude
:poss s)
:op3 (d / duration
:mod (m / minimum)
:poss (t / trip-03
... | Para cada estación final, cal é o seu nome, latitude e duración mínima para viaxes que finalizan alí? CREATE TABLE station ( name , installation_date , long , lat , id ); CREATE TABLE trip ( duration , end_station_id , end_date , end_station_name , bike_id ); CREATE TABLE status ( bikes_available , station_id , docks_a... |
bike_1 | Emboherakuã opaite estación ojehecha'ỹva oñepyrũhague peteĩ viaje orekóva duración 100 rupi. CREATE TABLE trip ( start_station_id , end_station_id , start_station_name , duration , zip_code ); CREATE TABLE station ( long , id , name , dock_count , city ); CREATE TABLE status ( station_id , docks_available , time , bike... | select distinct _ from _ where _ | select distinct start_station_name from trip where duration < 100 | [
"trip.*",
"trip.start_station_id",
"trip.end_station_id",
"trip.start_station_name",
"trip.duration",
"trip.zip_code",
"station.*",
"station.long",
"station.id",
"station.name",
"station.dock_count",
"station.city",
"status.*",
"status.station_id",
"status.docks_available",
"status.tim... | (l / list-01
:ARG1 (s / station
:mod (d / distinct)
:mod (a / all)
:ARG2-of (s2 / start-01
:ARG1 (t / trip-03
:duration (d2 / duration
:quant (b / below
:op1 100)))))) | Enumerar todas as estacións distintas desde as que comezou unha viaxe de menos de 100 días de duración. CREATE TABLE trip ( start_station_id , end_station_id , start_station_name , duration , zip_code ); CREATE TABLE station ( long , id , name , dock_count , city ); CREATE TABLE status ( station_id , docks_available , ... |
bike_1 | ¿Mba'éichapa héra umi estación oñepyrûhague peteĩ viaje ipukúva 100 ára mbytérupi? CREATE TABLE trip ( duration , start_station_name , end_date , end_station_name , subscription_type ); CREATE TABLE station ( lat , city , installation_date , long , name ); CREATE TABLE status ( docks_available , station_id , bikes_avai... | select distinct _ from _ where _ | select distinct start_station_name from trip where duration < 100 | [
"trip.*",
"trip.duration",
"trip.start_station_name",
"trip.end_date",
"trip.end_station_name",
"trip.subscription_type",
"station.*",
"station.lat",
"station.city",
"station.installation_date",
"station.long",
"station.name",
"status.*",
"status.docks_available",
"status.station_id",
... | (t / thing
:ARG2-of (n / name-01
:ARG1 (s / station
:ARG2-of (s2 / start-01)))
:ARG1-of (d / differ-02)
:mod (a / all)
:domain (a2 / amr-unknown)
:beneficiary (t2 / trip
:duration (l / less-than
:op1 100))) | Cales son os nomes das diferentes estacións de partida para unha viaxe que durou menos de 100? CREATE TABLE trip ( duration , start_station_name , end_date , end_station_name , subscription_type ); CREATE TABLE station ( lat , city , installation_date , long , name ); CREATE TABLE status ( docks_available , station_id ... |
bike_1 | Ejuhu umi código postal opavave punto ro'y máxima araka'eve oguahë'ỹva 70. CREATE TABLE weather ( max_dew_point_f , zip_code , wind_dir_degrees , min_sea_level_pressure_inches , max_gust_speed_mph ); CREATE TABLE station ( dock_count , lat , city , id , name ); CREATE TABLE status ( station_id , bikes_available , time ... | select distinct _ from _ except select distinct _ from _ where _ | select distinct zip_code from weather except select distinct zip_code from weather where max_dew_point_f >= 70 | [
"weather.*",
"weather.max_dew_point_f",
"weather.zip_code",
"weather.wind_dir_degrees",
"weather.min_sea_level_pressure_inches",
"weather.max_gust_speed_mph",
"station.*",
"station.dock_count",
"station.lat",
"station.city",
"station.id",
"station.name",
"status.*",
"status.station_id",
... | (f / find-01
:mode imperative
:ARG0 (y / you)
:ARG1 (c / code
:mod (z / zip)
:location-of (r / reach-01
:polarity -
:ARG0 (p / point
:mod (d / dew)
:mod (m / maximum))
:ARG1 (n... | Atopa todos os códigos postais nos que a temperatura máxima de orballo nunca chegou a 70. CREATE TABLE weather ( max_dew_point_f , zip_code , wind_dir_degrees , min_sea_level_pressure_inches , max_gust_speed_mph ); CREATE TABLE station ( dock_count , lat , city , id , name ); CREATE TABLE status ( station_id , bikes_av... |
bike_1 | ¿Mba'e código postal opaichagua oguerekóva punto de rocío máximo ha'éva 70 ári? CREATE TABLE weather ( max_dew_point_f , zip_code , cloud_cover , max_visibility_miles , wind_dir_degrees ); CREATE TABLE station ( name , city , id , long , installation_date ); CREATE TABLE status ( station_id , docks_available , bikes_av... | select distinct _ from _ except select distinct _ from _ where _ | select distinct zip_code from weather except select distinct zip_code from weather where max_dew_point_f >= 70 | [
"weather.*",
"weather.max_dew_point_f",
"weather.zip_code",
"weather.cloud_cover",
"weather.max_visibility_miles",
"weather.wind_dir_degrees",
"station.*",
"station.name",
"station.city",
"station.id",
"station.long",
"station.installation_date",
"status.*",
"status.station_id",
"status.... | (z / zip-code
:ARG1-of (d / differ-02)
:mod (a / all)
:ARG0-of (h / have-03
:ARG1 (p / point
:mod (d2 / dew)
:mod (m / maximum)
:mod (b / below
:op1 (t / temperature-quantity
:quant ... | Cales son os diferentes códigos postais que teñen un punto de orballo máximo que sempre foi por baixo dos 70? CREATE TABLE weather ( max_dew_point_f , zip_code , cloud_cover , max_visibility_miles , wind_dir_degrees ); CREATE TABLE station ( name , city , id , long , installation_date ); CREATE TABLE status ( station_i... |
bike_1 | Ejuhu id viaje-kuérape g̃uarã ipukúva ha'evéva duración promedio viaje-kuéra código postal 94103-pe. CREATE TABLE trip ( id , duration , zip_code , subscription_type , end_station_id ); CREATE TABLE station ( lat , name , dock_count , city , long ); CREATE TABLE status ( station_id , time , docks_available , bikes_ava... | select _ from _ where _ >= ( select avg ( _ ) from _ where _ ) | select id from trip where duration >= ( select avg ( duration ) from trip where zip_code = 94103 ) | [
"trip.*",
"trip.id",
"trip.duration",
"trip.zip_code",
"trip.subscription_type",
"trip.end_station_id",
"station.*",
"station.lat",
"station.name",
"station.dock_count",
"station.city",
"station.long",
"status.*",
"status.station_id",
"status.time",
"status.docks_available",
"status.... | (f / find-01
:mode imperative
:ARG0 (y / you)
:ARG1 (d / document-01
:ARG1 (t / trip-03
:duration (a / at-least
:op1 (l / long-03
:ARG2-of (h / have-degree-91
:ARG1 t
... | Atopar o id das viaxes que duraron polo menos a duración media das viaxes no código postal 94103. CREATE TABLE trip ( id , duration , zip_code , subscription_type , end_station_id ); CREATE TABLE station ( lat , name , dock_count , city , long ); CREATE TABLE status ( station_id , time , docks_available , bikes_availab... |
bike_1 | Mávapa umi id opavave viaje orekóva duración ipukúva duración promedio viaje código postal 94103? CREATE TABLE trip ( id , duration , zip_code , end_station_name , end_date ); CREATE TABLE station ( lat , installation_date , city , dock_count , name ); CREATE TABLE status ( bikes_available , docks_available , station_... | select _ from _ where _ >= ( select avg ( _ ) from _ where _ ) | select id from trip where duration >= ( select avg ( duration ) from trip where zip_code = 94103 ) | [
"trip.*",
"trip.id",
"trip.duration",
"trip.zip_code",
"trip.end_station_name",
"trip.end_date",
"station.*",
"station.lat",
"station.installation_date",
"station.city",
"station.dock_count",
"station.name",
"status.*",
"status.bikes_available",
"status.docks_available",
"status.statio... | (ii / id
:domain (a / amr-unknown)
:poss (t / trip-03
:mod (a2 / all)
:duration (t2 / temporal-quantity
:ARG1-of (l / long-03
:ARG2-of (h / have-degree-91
:ARG1 t
:ARG3 (e / equal)
... | Cal é a identificación de todas as viaxes que tiveron unha duración tan longa como a duración media da viaxe no código postal 94103? CREATE TABLE trip ( id , duration , zip_code , end_station_name , end_date ); CREATE TABLE station ( lat , installation_date , city , dock_count , name ); CREATE TABLE status ( bikes_avai... |
bike_1 | ¿Mba'e ára rupi piko pe presión media yguasu ári oguejy 30.3 ha 31? CREATE TABLE weather ( date , mean_sea_level_pressure_inches , mean_dew_point_f , max_humidity , min_sea_level_pressure_inches ); CREATE TABLE station ( dock_count , long , name , lat , city ); CREATE TABLE status ( time , docks_available , bikes_avail... | select _ from _ where _ between _ and _ | select date from weather where mean_sea_level_pressure_inches between 30.3 and 31 | [
"weather.*",
"weather.date",
"weather.mean_sea_level_pressure_inches",
"weather.mean_dew_point_f",
"weather.max_humidity",
"weather.min_sea_level_pressure_inches",
"station.*",
"station.dock_count",
"station.long",
"station.name",
"station.lat",
"station.city",
"status.*",
"status.time",
... | (d / date
:time-of (p / pressure
:mod (l / level
:mod (s / sea))
:mod (m / mean)
:quant (b / between
:op1 30.3
:op2 31))
:mod (a / amr-unknown)) | En que datas a presión media do nivel do mar estivo entre 30,3 e 31? CREATE TABLE weather ( date , mean_sea_level_pressure_inches , mean_dew_point_f , max_humidity , min_sea_level_pressure_inches ); CREATE TABLE station ( dock_count , long , name , lat , city ); CREATE TABLE status ( time , docks_available , bikes_avai... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.