Spaces:
Running
Running
{ | |
"text": "find employees with salary greater than 50000", | |
"tables": { | |
"employees": ["id", "name", "salary"] | |
} | |
} | |
{ | |
"text": "calculate total sales per region", | |
"tables": { | |
"sales": ["id", "amount", "region"] | |
} | |
} | |