File size: 661 Bytes
3987dee
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
[
  {
    "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%)'"
  }
]