query
stringlengths 24
325
| positive
stringlengths 1
580
| negative
stringlengths 1
580
|
---|---|---|
Which were the trips that started at Mountain View City Hall and ended on a rainy day? | started at refers to start_station_name; start_station_name = 'Mountain View City Hall'; ended on a rainy day refers to end_date where events = 'rain'; | the hottest temperature refers to max_temperature_f; |
Which were the trips that started at Mountain View City Hall and ended on a rainy day? | started at refers to start_station_name; start_station_name = 'Mountain View City Hall'; ended on a rainy day refers to end_date where events = 'rain'; | longest trip refers to MAX(duration); started on the day refers to start_date; maximum wind speed refers to max_wind_speed_mph; max_wind_speed_mph = 30; |
Which were the trips that started at Mountain View City Hall and ended on a rainy day? | started at refers to start_station_name; start_station_name = 'Mountain View City Hall'; ended on a rainy day refers to end_date where events = 'rain'; | average duration = DIVIDE(SUM(duration), COUNT(id)); subscribers refers to subscription_type = 'subscriptions'; started and ended their trip at Mountain View City Hall refers to start_station_name = 'Mountain View City Hall' and end_station_name = 'Mountain View City Hall'; when the station was first installed refers to installation_date; |
Which were the trips that started at Mountain View City Hall and ended on a rainy day? | started at refers to start_station_name; start_station_name = 'Mountain View City Hall'; ended on a rainy day refers to end_date where events = 'rain'; | in 2013 refers to year(date) = 2013; rain and fog ocurred together refers to events = 'Fog-Rain'; id of bikes refers to biked_id; |
Which were the trips that started at Mountain View City Hall and ended on a rainy day? | started at refers to start_station_name; start_station_name = 'Mountain View City Hall'; ended on a rainy day refers to end_date where events = 'rain'; | mean temperature in Fahrenheit refers to mean_temperature_f; on 8/29/2013 refers to date = '8/29/2013'; |
Which were the trips that started at Mountain View City Hall and ended on a rainy day? | started at refers to start_station_name; start_station_name = 'Mountain View City Hall'; ended on a rainy day refers to end_date where events = 'rain'; | San Jose is the name of the city; 2014 refers to installation_date between '1/1/2014' and '12/31/2014'; |
Which were the trips that started at Mountain View City Hall and ended on a rainy day? | started at refers to start_station_name; start_station_name = 'Mountain View City Hall'; ended on a rainy day refers to end_date where events = 'rain'; | intercity trip refers to start_station_name! = end_station_name; total travel duration to hour = DIVIDE(SUM(duration), 3600) AS hour; |
Which were the trips that started at Mountain View City Hall and ended on a rainy day? | started at refers to start_station_name; start_station_name = 'Mountain View City Hall'; ended on a rainy day refers to end_date where events = 'rain'; | bike was borrowed from refers to start_station_id; when the bike station was installed refers to installation_date; |
Which were the trips that started at Mountain View City Hall and ended on a rainy day? | started at refers to start_station_name; start_station_name = 'Mountain View City Hall'; ended on a rainy day refers to end_date where events = 'rain'; | in 2015 refers to end_date like '%2015%'; percentage = DIVIDE(COUNT(events = 'Rain'), COUNT(events)); |
Which were the trips that started at Mountain View City Hall and ended on a rainy day? | started at refers to start_station_name; start_station_name = 'Mountain View City Hall'; ended on a rainy day refers to end_date where events = 'rain'; | rainy days refers to events = 'rain'; longest ride refers to MAX(duration); start station refers to start_station_name; end station refers to end_station_name; duration of the ride refers to duration; |
Name the station and city with the most borrowed bike. | the station with the most borrowed bikes refers to MAX(start_station); | bike was borrowed from refers to start_station_id; when the bike station was installed refers to installation_date; |
Name the station and city with the most borrowed bike. | the station with the most borrowed bikes refers to MAX(start_station); | in 2013 refers to year(date) = 2013; rain and fog ocurred together refers to events = 'Fog-Rain'; id of bikes refers to biked_id; |
Name the station and city with the most borrowed bike. | the station with the most borrowed bikes refers to MAX(start_station); | end station refers to end_station_name; starting from refers to start_station_name; start_station_name = '2nd at South Park'; |
Name the station and city with the most borrowed bike. | the station with the most borrowed bikes refers to MAX(start_station); | day in the month of November, 2014 refers to start_date between '11/1/2014' and '11/30/2014'; foggy weather refers to events = 'Fog'; subscriber refers to subscription_type; all of the stations bikes were borrowed from refer to start_station_name; |
Name the station and city with the most borrowed bike. | the station with the most borrowed bikes refers to MAX(start_station); | started on the days in September, 2013 refers to date LIKE'9%'AND date LIKE'%2013' hottest temperature over 70 degrees Fahrenheit refers to max_temperature_f>70; |
Name the station and city with the most borrowed bike. | the station with the most borrowed bikes refers to MAX(start_station); | Redwood City is the name of the city; trips in August 2013 refers to start_date like '8%2013%'; |
Name the station and city with the most borrowed bike. | the station with the most borrowed bikes refers to MAX(start_station); | less than 5 minutes refers to duration<300 in seconds; the station where the bike was borrowed refers to start_station_name; the station where the bike was returned refers to end_station_name; mean temperature refers to min_temperature_f; |
Name the station and city with the most borrowed bike. | the station with the most borrowed bikes refers to MAX(start_station); | started at refers to start_station_name; start_station_name = 'Mountain View City Hall'; ended on a rainy day refers to end_date where events = 'rain'; |
Name the station and city with the most borrowed bike. | the station with the most borrowed bikes refers to MAX(start_station); | installed on refers to installation_date; installation_date = '8/16/2013'; customers refers to subscription_type = customers; |
Name the station and city with the most borrowed bike. | the station with the most borrowed bikes refers to MAX(start_station); | in 2015 refers to end_date like '%2015%'; percentage = DIVIDE(COUNT(events = 'Rain'), COUNT(events)); |
List the days in 2013 when rain and fog occurred together and find the id of bikes borrowed on these days. | in 2013 refers to year(date) = 2013; rain and fog ocurred together refers to events = 'Fog-Rain'; id of bikes refers to biked_id; | final station refers to end_station_name where MAX(end_date); |
List the days in 2013 when rain and fog occurred together and find the id of bikes borrowed on these days. | in 2013 refers to year(date) = 2013; rain and fog ocurred together refers to events = 'Fog-Rain'; id of bikes refers to biked_id; | total trip duration to hour = DIVIDE(SUM(duration), 3600); |
List the days in 2013 when rain and fog occurred together and find the id of bikes borrowed on these days. | in 2013 refers to year(date) = 2013; rain and fog ocurred together refers to events = 'Fog-Rain'; id of bikes refers to biked_id; | installed after August, 2013 refers to year(installation_date)>2013; in San Jose refers to city = 'San Jose'; |
List the days in 2013 when rain and fog occurred together and find the id of bikes borrowed on these days. | in 2013 refers to year(date) = 2013; rain and fog ocurred together refers to events = 'Fog-Rain'; id of bikes refers to biked_id; | bike was borrowed from refers to start_station_id; when the bike station was installed refers to installation_date; |
List the days in 2013 when rain and fog occurred together and find the id of bikes borrowed on these days. | in 2013 refers to year(date) = 2013; rain and fog ocurred together refers to events = 'Fog-Rain'; id of bikes refers to biked_id; | starting stations refers to start_station_name; above average duration trips = DIVIDE(SUM(duration), COUNT(main_trip.id))<duration; |
List the days in 2013 when rain and fog occurred together and find the id of bikes borrowed on these days. | in 2013 refers to year(date) = 2013; rain and fog ocurred together refers to events = 'Fog-Rain'; id of bikes refers to biked_id; | started at refers to start_station_name; start_station_name = 'South Van Ness at Market'; average duration = DIVIDE(SUM(duration), COUNT(duration)); |
List the days in 2013 when rain and fog occurred together and find the id of bikes borrowed on these days. | in 2013 refers to year(date) = 2013; rain and fog ocurred together refers to events = 'Fog-Rain'; id of bikes refers to biked_id; | started at refers to start_station_name; start_station_name = 'Mountain View City Hall'; ended on a rainy day refers to end_date where events = 'rain'; |
List the days in 2013 when rain and fog occurred together and find the id of bikes borrowed on these days. | in 2013 refers to year(date) = 2013; rain and fog ocurred together refers to events = 'Fog-Rain'; id of bikes refers to biked_id; | San Jose is the name of the city; 2014 refers to installation_date between '1/1/2014' and '12/31/2014'; |
List the days in 2013 when rain and fog occurred together and find the id of bikes borrowed on these days. | in 2013 refers to year(date) = 2013; rain and fog ocurred together refers to events = 'Fog-Rain'; id of bikes refers to biked_id; | bike was borrowed from refers to start_station_id; San Francisco refers to city = 'San Francisco'; subscriber refers to subscription_type = 'Subscriber'; |
List the days in 2013 when rain and fog occurred together and find the id of bikes borrowed on these days. | in 2013 refers to year(date) = 2013; rain and fog ocurred together refers to events = 'Fog-Rain'; id of bikes refers to biked_id; | less than 5 minutes refers to duration<300 in seconds; the station where the bike was borrowed refers to start_station_name; the station where the bike was returned refers to end_station_name; mean temperature refers to min_temperature_f; |
How many trips which subscription types were Subscriber and ended in San Jose city? | ended in refers to end_station_name; | hottest temperature refers to max_temperatutre_f; in 2014 refers to date LIKE '%2014'; started from station refers to start_station_name; start_station_name = '2nd at Folsom'; |
How many trips which subscription types were Subscriber and ended in San Jose city? | ended in refers to end_station_name; | shortest trip refers to MIN(duration); starting from refers to start_station_name; start_station_name = 'Franklin at Maple'; maximum wind speed refers to max_wind_Speed_mph; |
How many trips which subscription types were Subscriber and ended in San Jose city? | ended in refers to end_station_name; | in 2006 refers to start_date LIKE'%2006%'; ended at station refers to end_station_name; Mountain View refers to city = 'Mountain View'; |
How many trips which subscription types were Subscriber and ended in San Jose city? | ended in refers to end_station_name; | San Francico is the name of the city; can hold more than 20 bikes implies dock's capacity and refers to dock_count≥20; |
How many trips which subscription types were Subscriber and ended in San Jose city? | ended in refers to end_station_name; | least used bike refers to bike_id with MIN(COUNT(main_trip.id)); start station refers to start_station_name; end station refers to end_station_name; total duration in hour = DIVIDE(duration, 3600) AS hour; |
How many trips which subscription types were Subscriber and ended in San Jose city? | ended in refers to end_station_name; | 37.331415 and -121.8932 are latitude (lat) and longitude (long) coordinates indicating location; returned at refers to end_station_name; the date the bike was borrowed refers to start_date; |
How many trips which subscription types were Subscriber and ended in San Jose city? | ended in refers to end_station_name; | intercity trip refers to start_station_name! = end_station_name; total travel duration to hour = DIVIDE(SUM(duration), 3600) AS hour; |
How many trips which subscription types were Subscriber and ended in San Jose city? | ended in refers to end_station_name; | shortest duration refers to MIN(duration); started at the station refers to start_station_name; can hold 15 bikes refers to dock_count = 15; |
How many trips which subscription types were Subscriber and ended in San Jose city? | ended in refers to end_station_name; | customer refers to subscription_type = 'Customer'; subscribers refers to subscription_type = 'Subscriber'; difference = SUBTRACT(SUM(subscription_type = 'Subscriber' t), SUM(subscription_type = 'Customer')); trip in June 2013 refers to start_date BETWEEN '6/1/2013 0:00'AND '6/31/2013 12:59'; |
How many trips which subscription types were Subscriber and ended in San Jose city? | ended in refers to end_station_name; | less than 5 minutes refers to duration<300 in seconds; the station where the bike was borrowed refers to start_station_name; the station where the bike was returned refers to end_station_name; mean temperature refers to min_temperature_f; |
How many bikes could Evelyn Park and Ride hold and how many users who started on that station are subscribers? | number of bikes a station can hold refers to SUM(dock_count); Evelyn Park and Ride refers to name = 'Evelyn Park and Ride'; started on the station refers to start_station_name; subscribers refers to subscription_type = 'subscriber'; | total trip duration to hour = DIVIDE(SUM(duration), 3600); |
How many bikes could Evelyn Park and Ride hold and how many users who started on that station are subscribers? | number of bikes a station can hold refers to SUM(dock_count); Evelyn Park and Ride refers to name = 'Evelyn Park and Ride'; started on the station refers to start_station_name; subscribers refers to subscription_type = 'subscriber'; | intercity trip refers to start_station_name! = end_station_name; total travel duration to hour = DIVIDE(SUM(duration), 3600) AS hour; |
How many bikes could Evelyn Park and Ride hold and how many users who started on that station are subscribers? | number of bikes a station can hold refers to SUM(dock_count); Evelyn Park and Ride refers to name = 'Evelyn Park and Ride'; started on the station refers to start_station_name; subscribers refers to subscription_type = 'subscriber'; | the maximum dew point in Fahrenheit degree refers to max_dew_point_f; date = '7/15/2014'; |
How many bikes could Evelyn Park and Ride hold and how many users who started on that station are subscribers? | number of bikes a station can hold refers to SUM(dock_count); Evelyn Park and Ride refers to name = 'Evelyn Park and Ride'; started on the station refers to start_station_name; subscribers refers to subscription_type = 'subscriber'; | events = 'Rain'; year refers to YEAR(date); |
How many bikes could Evelyn Park and Ride hold and how many users who started on that station are subscribers? | number of bikes a station can hold refers to SUM(dock_count); Evelyn Park and Ride refers to name = 'Evelyn Park and Ride'; started on the station refers to start_station_name; subscribers refers to subscription_type = 'subscriber'; | San Francico is the name of the city; can hold more than 20 bikes implies dock's capacity and refers to dock_count≥20; |
How many bikes could Evelyn Park and Ride hold and how many users who started on that station are subscribers? | number of bikes a station can hold refers to SUM(dock_count); Evelyn Park and Ride refers to name = 'Evelyn Park and Ride'; started on the station refers to start_station_name; subscribers refers to subscription_type = 'subscriber'; | route implies a course taken in getting from start_station_name to end_station_name; the longest duration refers to MAX(duration); |
How many bikes could Evelyn Park and Ride hold and how many users who started on that station are subscribers? | number of bikes a station can hold refers to SUM(dock_count); Evelyn Park and Ride refers to name = 'Evelyn Park and Ride'; started on the station refers to start_station_name; subscribers refers to subscription_type = 'subscriber'; | started at refers to start_station_name; start_station_name = 'Market at 4th'; location coordinates refers to (lat, long); |
How many bikes could Evelyn Park and Ride hold and how many users who started on that station are subscribers? | number of bikes a station can hold refers to SUM(dock_count); Evelyn Park and Ride refers to name = 'Evelyn Park and Ride'; started on the station refers to start_station_name; subscribers refers to subscription_type = 'subscriber'; | longest trip refers to MAX(duration); started on the day refers to start_date; maximum wind speed refers to max_wind_speed_mph; max_wind_speed_mph = 30; |
How many bikes could Evelyn Park and Ride hold and how many users who started on that station are subscribers? | number of bikes a station can hold refers to SUM(dock_count); Evelyn Park and Ride refers to name = 'Evelyn Park and Ride'; started on the station refers to start_station_name; subscribers refers to subscription_type = 'subscriber'; | ended in refers to end_station_name; |
How many bikes could Evelyn Park and Ride hold and how many users who started on that station are subscribers? | number of bikes a station can hold refers to SUM(dock_count); Evelyn Park and Ride refers to name = 'Evelyn Park and Ride'; started on the station refers to start_station_name; subscribers refers to subscription_type = 'subscriber'; | least used bike refers to bike_id with MIN(COUNT(main_trip.id)); start station refers to start_station_name; end station refers to end_station_name; total duration in hour = DIVIDE(duration, 3600) AS hour; |
Please list trips id started on the hottest day. | started refers to start_date; the hottest day refers to max_temperature_f; | customer refers to subscription_type = 'Customer'; subscribers refers to subscription_type = 'Subscriber'; difference = SUBTRACT(SUM(subscription_type = 'Subscriber' t), SUM(subscription_type = 'Customer')); trip in June 2013 refers to start_date BETWEEN '6/1/2013 0:00'AND '6/31/2013 12:59'; |
Please list trips id started on the hottest day. | started refers to start_date; the hottest day refers to max_temperature_f; | bike is borrowed from refers to start_station_id; |
Please list trips id started on the hottest day. | started refers to start_date; the hottest day refers to max_temperature_f; | installed on refers to installation_date; installation_date = '8/16/2013'; customers refers to subscription_type = customers; |
Please list trips id started on the hottest day. | started refers to start_date; the hottest day refers to max_temperature_f; | ended in refers to end_station_name; |
Please list trips id started on the hottest day. | started refers to start_date; the hottest day refers to max_temperature_f; | 37.331415 and -121.8932 are latitude (lat) and longitude (long) coordinates indicating location; returned at refers to end_station_name; the date the bike was borrowed refers to start_date; |
Please list trips id started on the hottest day. | started refers to start_date; the hottest day refers to max_temperature_f; | mean temperature in Fahrenheit refers to mean_temperature_f; on 8/29/2013 refers to date = '8/29/2013'; |
Please list trips id started on the hottest day. | started refers to start_date; the hottest day refers to max_temperature_f; | total trip duration to hour = DIVIDE(SUM(duration), 3600); |
Please list trips id started on the hottest day. | started refers to start_date; the hottest day refers to max_temperature_f; | average duration = DIVIDE(SUM(duration), COUNT(id)); subscribers refers to subscription_type = 'subscriptions'; started and ended their trip at Mountain View City Hall refers to start_station_name = 'Mountain View City Hall' and end_station_name = 'Mountain View City Hall'; when the station was first installed refers to installation_date; |
Please list trips id started on the hottest day. | started refers to start_date; the hottest day refers to max_temperature_f; | mean temperature refers to mean_temperature_f; mean temperature of 20 degree Celsius refers to DIVIDE(SUBTRACT(mean_temperature_f, 32), 1.8) = 20; in 2014 refers to date LIKE'%2015%'; |
Please list trips id started on the hottest day. | started refers to start_date; the hottest day refers to max_temperature_f; | shortest trip refers to MIN(duration); starting from refers to start_station_name; start_station_name = 'Franklin at Maple'; maximum wind speed refers to max_wind_Speed_mph; |
How many stations were installed on the date of 8/16/2013 and how many users on those stations are classified as a customer? | installed on refers to installation_date; installation_date = '8/16/2013'; customers refers to subscription_type = customers; | customer refers to subscription_type = 'Customer'; subscribers refers to subscription_type = 'Subscriber'; difference = SUBTRACT(SUM(subscription_type = 'Subscriber' t), SUM(subscription_type = 'Customer')); trip in June 2013 refers to start_date BETWEEN '6/1/2013 0:00'AND '6/31/2013 12:59'; |
How many stations were installed on the date of 8/16/2013 and how many users on those stations are classified as a customer? | installed on refers to installation_date; installation_date = '8/16/2013'; customers refers to subscription_type = customers; | San Jose is the name of the city; 2014 refers to installation_date between '1/1/2014' and '12/31/2014'; |
How many stations were installed on the date of 8/16/2013 and how many users on those stations are classified as a customer? | installed on refers to installation_date; installation_date = '8/16/2013'; customers refers to subscription_type = customers; | final station refers to end_station_name where MAX(end_date); |
How many stations were installed on the date of 8/16/2013 and how many users on those stations are classified as a customer? | installed on refers to installation_date; installation_date = '8/16/2013'; customers refers to subscription_type = customers; | when the station was first installed refers to installation_date; |
How many stations were installed on the date of 8/16/2013 and how many users on those stations are classified as a customer? | installed on refers to installation_date; installation_date = '8/16/2013'; customers refers to subscription_type = customers; | station refers to name; |
How many stations were installed on the date of 8/16/2013 and how many users on those stations are classified as a customer? | installed on refers to installation_date; installation_date = '8/16/2013'; customers refers to subscription_type = customers; | ended on a foggy day refers to end_date where events = 'fog'; average duration = DIVIDE(SUM(duration), COUNT(duration)); |
How many stations were installed on the date of 8/16/2013 and how many users on those stations are classified as a customer? | installed on refers to installation_date; installation_date = '8/16/2013'; customers refers to subscription_type = customers; | started refers to start_date; the hottest day refers to max_temperature_f; |
How many stations were installed on the date of 8/16/2013 and how many users on those stations are classified as a customer? | installed on refers to installation_date; installation_date = '8/16/2013'; customers refers to subscription_type = customers; | in 2015 refers to end_date like '%2015%'; percentage = DIVIDE(COUNT(events = 'Rain'), COUNT(events)); |
How many stations were installed on the date of 8/16/2013 and how many users on those stations are classified as a customer? | installed on refers to installation_date; installation_date = '8/16/2013'; customers refers to subscription_type = customers; | time = '11/3/2013'; which stations are empty refers to bikes_available = '0'; |
How many stations were installed on the date of 8/16/2013 and how many users on those stations are classified as a customer? | installed on refers to installation_date; installation_date = '8/16/2013'; customers refers to subscription_type = customers; | started at refers to start_station_name; start_station_name = 'Market at 4th'; location coordinates refers to (lat, long); |
How many trips which start station and end station are the same? | start station refers to start_station_id; end station refers to end_station_id; start station and end station are the same refers to start_station_id = end_station_id; | average duration = DIVIDE(SUM(duration), COUNT(id)); subscribers refers to subscription_type = 'subscriptions'; started and ended their trip at Mountain View City Hall refers to start_station_name = 'Mountain View City Hall' and end_station_name = 'Mountain View City Hall'; when the station was first installed refers to installation_date; |
How many trips which start station and end station are the same? | start station refers to start_station_id; end station refers to end_station_id; start station and end station are the same refers to start_station_id = end_station_id; | temperature refers to max_temperature_f; March 2013 refers to date like '3/%/2013'; conversion to Celcius = DIVIDE(SUBTRACT(max_temperature_f, 32), 1.800) as Celsius1; DIVIDE(SUBTRACT(mean_temperature_f, 32), 1.800) as Celsius2; DIVIDE(SUBTRACT(min_temperature_f, 32), 1.800) as Celcius3; |
How many trips which start station and end station are the same? | start station refers to start_station_id; end station refers to end_station_id; start station and end station are the same refers to start_station_id = end_station_id; | in 2013 refers to year(date) = 2013; rain and fog ocurred together refers to events = 'Fog-Rain'; id of bikes refers to biked_id; |
How many trips which start station and end station are the same? | start station refers to start_station_id; end station refers to end_station_id; start station and end station are the same refers to start_station_id = end_station_id; | total number of bikes that can be hold = MAX(dock_count); before 2014 refers to year(installation_date)<2014; |
How many trips which start station and end station are the same? | start station refers to start_station_id; end station refers to end_station_id; start station and end station are the same refers to start_station_id = end_station_id; | subscription_type = 'Subscriber'; DIVIDE(COUNT(id where subscription_type = 'Subscriber'), COUNT(id)) as percentage; |
How many trips which start station and end station are the same? | start station refers to start_station_id; end station refers to end_station_id; start station and end station are the same refers to start_station_id = end_station_id; | San Jose is the name of the city; 2014 refers to installation_date between '1/1/2014' and '12/31/2014'; |
How many trips which start station and end station are the same? | start station refers to start_station_id; end station refers to end_station_id; start station and end station are the same refers to start_station_id = end_station_id; | ended in refers to end_station_name; |
How many trips which start station and end station are the same? | start station refers to start_station_id; end station refers to end_station_id; start station and end station are the same refers to start_station_id = end_station_id; | started at refers to start_station_name; start_station_name = 'Steuart at Market'; ended at refers to end_station_name; end_station_name = 'Embarcadero at Sansome'; rides in July 2004 refers to start_date = '7/1/2014 0:00'AND end_date = '7/31/2014 12:59';average ride time = DIVIDE(SUM(duration), COUNT(id)) |
How many trips which start station and end station are the same? | start station refers to start_station_id; end station refers to end_station_id; start station and end station are the same refers to start_station_id = end_station_id; | the maximum dew point in Fahrenheit degree refers to max_dew_point_f; date = '7/15/2014'; |
How many trips which start station and end station are the same? | start station refers to start_station_id; end station refers to end_station_id; start station and end station are the same refers to start_station_id = end_station_id; | less than 5 minutes refers to duration<300 in seconds; the station where the bike was borrowed refers to start_station_name; the station where the bike was returned refers to end_station_name; mean temperature refers to min_temperature_f; |
How many stations in San Francico can hold more than 20 bikes? | San Francico is the name of the city; can hold more than 20 bikes implies dock's capacity and refers to dock_count≥20; | started at refers to start_station_name; start_station_name = 'Market at 4th'; location coordinates refers to (lat, long); |
How many stations in San Francico can hold more than 20 bikes? | San Francico is the name of the city; can hold more than 20 bikes implies dock's capacity and refers to dock_count≥20; | ended on a foggy day refers to end_date where events = 'fog'; average duration = DIVIDE(SUM(duration), COUNT(duration)); |
How many stations in San Francico can hold more than 20 bikes? | San Francico is the name of the city; can hold more than 20 bikes implies dock's capacity and refers to dock_count≥20; | started on the days with a fog refers to start_date where events = 'fog'; in 2013 refers to date LIKE '%2013'; started from station refers to start_station_name; start_station_name = '2nd at Townsend'; |
How many stations in San Francico can hold more than 20 bikes? | San Francico is the name of the city; can hold more than 20 bikes implies dock's capacity and refers to dock_count≥20; | trips refer to id; DIVIDE(SUM(duration where start_station_name = 'Adobe on Almaden', end_station_name = 'Ryland Park'), COUNT(id)); |
How many stations in San Francico can hold more than 20 bikes? | San Francico is the name of the city; can hold more than 20 bikes implies dock's capacity and refers to dock_count≥20; | hottest temperature refers to max_temperatutre_f; in 2014 refers to date LIKE '%2014'; started from station refers to start_station_name; start_station_name = '2nd at Folsom'; |
How many stations in San Francico can hold more than 20 bikes? | San Francico is the name of the city; can hold more than 20 bikes implies dock's capacity and refers to dock_count≥20; | starting stations refers to start_station_name; above average duration trips = DIVIDE(SUM(duration), COUNT(main_trip.id))<duration; |
How many stations in San Francico can hold more than 20 bikes? | San Francico is the name of the city; can hold more than 20 bikes implies dock's capacity and refers to dock_count≥20; | rainy days refers to events = 'rain'; longest ride refers to MAX(duration); start station refers to start_station_name; end station refers to end_station_name; duration of the ride refers to duration; |
How many stations in San Francico can hold more than 20 bikes? | San Francico is the name of the city; can hold more than 20 bikes implies dock's capacity and refers to dock_count≥20; | start station refers to start_station_id; end station refers to end_station_id; start station and end station are the same refers to start_station_id = end_station_id; |
How many stations in San Francico can hold more than 20 bikes? | San Francico is the name of the city; can hold more than 20 bikes implies dock's capacity and refers to dock_count≥20; | coldest temperature refers to min_temperature_f; average coldest temperature refers = AVG(min_temperature_f); stations refers to name; latitude refers to lat; longitude refers to long; |
How many stations in San Francico can hold more than 20 bikes? | San Francico is the name of the city; can hold more than 20 bikes implies dock's capacity and refers to dock_count≥20; | in 2006 refers to start_date LIKE'%2006%'; ended at station refers to end_station_name; Mountain View refers to city = 'Mountain View'; |
What is the shortest trip made starting from Franklin at Maple and what is the maximum wind speed at that date? | shortest trip refers to MIN(duration); starting from refers to start_station_name; start_station_name = 'Franklin at Maple'; maximum wind speed refers to max_wind_Speed_mph; | San Jose is the name of the city; 2014 refers to installation_date between '1/1/2014' and '12/31/2014'; |
What is the shortest trip made starting from Franklin at Maple and what is the maximum wind speed at that date? | shortest trip refers to MIN(duration); starting from refers to start_station_name; start_station_name = 'Franklin at Maple'; maximum wind speed refers to max_wind_Speed_mph; | San Francico is the name of the city; can hold more than 20 bikes implies dock's capacity and refers to dock_count≥20; |
What is the shortest trip made starting from Franklin at Maple and what is the maximum wind speed at that date? | shortest trip refers to MIN(duration); starting from refers to start_station_name; start_station_name = 'Franklin at Maple'; maximum wind speed refers to max_wind_Speed_mph; | temperature refers to max_temperature_f; March 2013 refers to date like '3/%/2013'; conversion to Celcius = DIVIDE(SUBTRACT(max_temperature_f, 32), 1.800) as Celsius1; DIVIDE(SUBTRACT(mean_temperature_f, 32), 1.800) as Celsius2; DIVIDE(SUBTRACT(min_temperature_f, 32), 1.800) as Celcius3; |
What is the shortest trip made starting from Franklin at Maple and what is the maximum wind speed at that date? | shortest trip refers to MIN(duration); starting from refers to start_station_name; start_station_name = 'Franklin at Maple'; maximum wind speed refers to max_wind_Speed_mph; | shortest duration refers to MIN(duration); started at the station refers to start_station_name; can hold 15 bikes refers to dock_count = 15; |
What is the shortest trip made starting from Franklin at Maple and what is the maximum wind speed at that date? | shortest trip refers to MIN(duration); starting from refers to start_station_name; start_station_name = 'Franklin at Maple'; maximum wind speed refers to max_wind_Speed_mph; | started at refers to start_station_name; start_station_name = 'South Van Ness at Market'; average duration = DIVIDE(SUM(duration), COUNT(duration)); |
What is the shortest trip made starting from Franklin at Maple and what is the maximum wind speed at that date? | shortest trip refers to MIN(duration); starting from refers to start_station_name; start_station_name = 'Franklin at Maple'; maximum wind speed refers to max_wind_Speed_mph; | total number of bikes that can be hold = MAX(dock_count); before 2014 refers to year(installation_date)<2014; |
What is the shortest trip made starting from Franklin at Maple and what is the maximum wind speed at that date? | shortest trip refers to MIN(duration); starting from refers to start_station_name; start_station_name = 'Franklin at Maple'; maximum wind speed refers to max_wind_Speed_mph; | rainy days refers to events = 'rain'; longest ride refers to MAX(duration); start station refers to start_station_name; end station refers to end_station_name; duration of the ride refers to duration; |
What is the shortest trip made starting from Franklin at Maple and what is the maximum wind speed at that date? | shortest trip refers to MIN(duration); starting from refers to start_station_name; start_station_name = 'Franklin at Maple'; maximum wind speed refers to max_wind_Speed_mph; | station refers to name; |
What is the shortest trip made starting from Franklin at Maple and what is the maximum wind speed at that date? | shortest trip refers to MIN(duration); starting from refers to start_station_name; start_station_name = 'Franklin at Maple'; maximum wind speed refers to max_wind_Speed_mph; | bike was borrowed from refers to start_station_id; San Francisco refers to city = 'San Francisco'; subscriber refers to subscription_type = 'Subscriber'; |
What is the shortest trip made starting from Franklin at Maple and what is the maximum wind speed at that date? | shortest trip refers to MIN(duration); starting from refers to start_station_name; start_station_name = 'Franklin at Maple'; maximum wind speed refers to max_wind_Speed_mph; | bike was borrowed from refers to start_station_id; when the bike station was installed refers to installation_date; |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.