File size: 233 Bytes
c31d89b
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "text": "find employees with salary greater than 50000",
  "tables": {
    "employees": ["id", "name", "salary"]
  }
}

{
  "text": "calculate total sales per region",
  "tables": {
    "sales": ["id", "amount", "region"]
  }
}