|
[
|
|
{
|
|
"instruction": "Name the home team for carlton away team",
|
|
"input": "CREATE TABLE table_name_77 (home_team VARCHAR, away_team VARCHAR)",
|
|
"response": "SELECT home_team FROM table_name_77 WHERE away_team = 'carlton'"
|
|
},
|
|
{
|
|
"instruction": "What will the population of Asia be when Latin America/Caribbean is 783 (7.5%)?",
|
|
"input": "CREATE TABLE table_22767 (\"Year\" real, \"World\" real, \"Asia\" text, \"Africa\" text, \"Europe\" text, \"Latin America/Caribbean\" text, \"Northern America\" text, \"Oceania\" text)",
|
|
"response": "SELECT \"Asia\" FROM table_22767 WHERE \"Latin America/Caribbean\" = '783 (7.5%)'"
|
|
}
|
|
] |