text2SQL
stringlengths
192
7.27k
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE month ( month_number, month_name ) CREATE TABLE fare_basis ( fare_basis_code, booking_class, class_type, premium, economy, discounted, night, season, basis_days ) CREATE TABLE tim...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE date_day ( month_number, day_number, year, day_name ) CREATE TABLE aircraft ( aircraft_code, aircraft_description, manufacturer, basic_type, engines, propulsion, wide_body, wing_sp...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE restriction ( restriction_code, advance_purchase, stopovers, saturday_stay_required, minimum_stay, maximum_stay, application, no_discounts ) CREATE TABLE days ( days_code, day_name...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE code_description ( code, description ) CREATE TABLE airline ( airline_code, airline_name, note ) CREATE TABLE airport ( airport_code, airport_name, airport_location, state_code, c...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE river ( river_name, length, traverse, country_name ) CREATE TABLE lake ( lake_name, area, state_name, country_name ) CREATE TABLE state ( state_name, capital, population, area, co...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE keyword ( id, keyword ) CREATE TABLE company ( id, name, country_code ) CREATE TABLE made_by ( id, msid, pid ) CREATE TABLE copyright ( id, msid, cid ) CREATE TABLE movie ( mid,...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE student ( student_id, lastname, firstname, program_id, declare_major, total_credit, total_gpa, entered_as, admit_term, predicted_graduation_semester, degree, minor, internship ) CR...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE days ( days_code, day_name ) CREATE TABLE state ( state_code, state_name, country_name ) CREATE TABLE food_service ( meal_code, meal_number, compartment, meal_description ) CREAT...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE jobs ( job_id, job_title, description, requirement, city, state, country, zip ) CREATE TABLE program_course ( program_id, course_id, workload, category ) CREATE TABLE program_requ...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE equipment_sequence ( aircraft_code_sequence, aircraft_code ) CREATE TABLE flight_fare ( flight_id, fare_id ) CREATE TABLE dual_carrier ( main_airline, low_flight_number, high_flig...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE comment_instructor ( instructor_id, student_id, score, comment_text ) CREATE TABLE course_offering ( offering_id, course_id, semester, section_number, start_time, end_time, monday,...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE directed_by ( id, msid, did ) CREATE TABLE producer ( pid, gender, name, nationality, birth_city, birth_year ) CREATE TABLE classification ( id, msid, gid ) CREATE TABLE copyrigh...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE flight_fare ( flight_id, fare_id ) CREATE TABLE dual_carrier ( main_airline, low_flight_number, high_flight_number, dual_airline, service_name ) CREATE TABLE food_service ( meal_c...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE date_day ( month_number, day_number, year, day_name ) CREATE TABLE fare_basis ( fare_basis_code, booking_class, class_type, premium, economy, discounted, night, season, basis_days ...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE airport ( airport_code, airport_name, airport_location, state_code, country_name, time_zone_code, minimum_connect_time ) CREATE TABLE fare_basis ( fare_basis_code, booking_class, c...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE flight_leg ( flight_id, leg_number, leg_flight ) CREATE TABLE time_zone ( time_zone_code, time_zone_name, hours_from_gmt ) CREATE TABLE airline ( airline_code, airline_name, note ...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE location ( restaurant_id, house_number, street_name, city_name ) CREATE TABLE geographic ( city_name, county, region ) CREATE TABLE restaurant ( id, name, food_type, city_name, ra...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE student ( student_id, lastname, firstname, program_id, declare_major, total_credit, total_gpa, entered_as, admit_term, predicted_graduation_semester, degree, minor, internship ) CR...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE equipment_sequence ( aircraft_code_sequence, aircraft_code ) CREATE TABLE code_description ( code, description ) CREATE TABLE flight_leg ( flight_id, leg_number, leg_flight ) CRE...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE class_of_service ( booking_class, rank, class_description ) CREATE TABLE fare ( fare_id, from_airport, to_airport, fare_basis_code, fare_airline, restriction_code, one_direction_co...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE program_course ( program_id, course_id, workload, category ) CREATE TABLE course_offering ( offering_id, course_id, semester, section_number, start_time, end_time, monday, tuesday,...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE dual_carrier ( main_airline, low_flight_number, high_flight_number, dual_airline, service_name ) CREATE TABLE compartment_class ( compartment, class_type ) CREATE TABLE flight ( a...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE gsi ( course_offering_id, student_id ) CREATE TABLE offering_instructor ( offering_instructor_id, offering_id, instructor_id ) CREATE TABLE ta ( campus_job_id, student_id, locatio...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE airport ( airport_code, airport_name, airport_location, state_code, country_name, time_zone_code, minimum_connect_time ) CREATE TABLE fare_basis ( fare_basis_code, booking_class, c...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE ta ( campus_job_id, student_id, location ) CREATE TABLE student ( student_id, lastname, firstname, program_id, declare_major, total_credit, total_gpa, entered_as, admit_term, predi...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE code_description ( code, description ) CREATE TABLE airport_service ( city_code, airport_code, miles_distant, direction, minutes_distant ) CREATE TABLE time_interval ( period, beg...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE student ( student_id, lastname, firstname, program_id, declare_major, total_credit, total_gpa, entered_as, admit_term, predicted_graduation_semester, degree, minor, internship ) CR...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE restaurant ( id, name, food_type, city_name, rating ) CREATE TABLE location ( restaurant_id, house_number, street_name, city_name ) CREATE TABLE geographic ( city_name, county, re...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE road ( road_name, state_name ) CREATE TABLE border_info ( state_name, border ) CREATE TABLE river ( river_name, length, traverse, country_name ) CREATE TABLE state ( state_name, ...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE fare ( fare_id, from_airport, to_airport, fare_basis_code, fare_airline, restriction_code, one_direction_cost, round_trip_cost, round_trip_required ) CREATE TABLE date_day ( month_...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE flight_stop ( flight_id, stop_number, stop_days, stop_airport, arrival_time, arrival_airline, arrival_flight_number, departure_time, departure_airline, departure_flight_number, stop...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE fare ( fare_id, from_airport, to_airport, fare_basis_code, fare_airline, restriction_code, one_direction_cost, round_trip_cost, round_trip_required ) CREATE TABLE aircraft ( aircra...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE paper ( paperid, title, venueid, year, numciting, numcitedby, journalid ) CREATE TABLE writes ( paperid, authorid ) CREATE TABLE field ( fieldid ) CREATE TABLE venue ( venueid, v...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE fare_basis ( fare_basis_code, booking_class, class_type, premium, economy, discounted, night, season, basis_days ) CREATE TABLE flight_stop ( flight_id, stop_number, stop_days, sto...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE border_info ( state_name, border ) CREATE TABLE city ( city_name, state_name, population, country_name ) CREATE TABLE river ( river_name, length, traverse, country_name ) CREATE ...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE flight_fare ( flight_id, fare_id ) CREATE TABLE days ( days_code, day_name ) CREATE TABLE airport ( airport_code, airport_name, airport_location, state_code, country_name, time_zo...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE restaurant ( id, name, food_type, city_name, rating ) CREATE TABLE location ( restaurant_id, house_number, street_name, city_name ) CREATE TABLE geographic ( city_name, county, re...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE days ( days_code, day_name ) CREATE TABLE time_interval ( period, begin_time, end_time ) CREATE TABLE state ( state_code, state_name, country_name ) CREATE TABLE fare_basis ( far...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE airport_service ( city_code, airport_code, miles_distant, direction, minutes_distant ) CREATE TABLE flight_leg ( flight_id, leg_number, leg_flight ) CREATE TABLE fare_basis ( fare...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE time_interval ( period, begin_time, end_time ) CREATE TABLE fare ( fare_id, from_airport, to_airport, fare_basis_code, fare_airline, restriction_code, one_direction_cost, round_tri...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE dataset ( datasetid, datasetname ) CREATE TABLE paperdataset ( paperid, datasetid ) CREATE TABLE paperfield ( fieldid, paperid ) CREATE TABLE paperkeyphrase ( paperid, keyphrasei...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE program ( program_id, name, college, introduction ) CREATE TABLE semester ( semester_id, semester, year ) CREATE TABLE student ( student_id, lastname, firstname, program_id, decla...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE offering_instructor ( offering_instructor_id, offering_id, instructor_id ) CREATE TABLE course_prerequisite ( pre_course_id, course_id ) CREATE TABLE gsi ( course_offering_id, stu...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE airport_service ( city_code, airport_code, miles_distant, direction, minutes_distant ) CREATE TABLE aircraft ( aircraft_code, aircraft_description, manufacturer, basic_type, engine...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE state ( state_name, capital, population, area, country_name, density ) CREATE TABLE river ( river_name, length, traverse, country_name ) CREATE TABLE lake ( lake_name, area, state...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE compartment_class ( compartment, class_type ) CREATE TABLE dual_carrier ( main_airline, low_flight_number, high_flight_number, dual_airline, service_name ) CREATE TABLE fare_basis...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE food_service ( meal_code, meal_number, compartment, meal_description ) CREATE TABLE equipment_sequence ( aircraft_code_sequence, aircraft_code ) CREATE TABLE time_interval ( perio...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE mountain ( mountain_name, mountain_altitude, state_name, country_name ) CREATE TABLE border_info ( state_name, border ) CREATE TABLE lake ( lake_name, area, state_name, country_na...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE department ( department id, name, creation, ranking, budget in billions, num employees) CREATE TABLE head ( head id, name, born state, age) CREATE TABLE management ( department id...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE city ( city id, official name, status, area km 2, population, census ranking) CREATE TABLE farm ( farm id, year, total horses, working horses, total cattle, oxen, bulls, cows, pigs...