diff --git "a/cache_model_prediction/gpt-3.5_predictions.json" "b/cache_model_prediction/gpt-3.5_predictions.json" new file mode 100644--- /dev/null +++ "b/cache_model_prediction/gpt-3.5_predictions.json" @@ -0,0 +1,780 @@ +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `devicetype` FROM `fitnessTrackers`","question":"Show the different devicetype in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT devicetype\nFROM fitnessTrackers;\n```","cost":0.0001075,"response_parsed":"SELECT DISTINCT devicetype\nFROM fitnessTrackers;","time":0.4836246967}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `modelname` FROM `fitnessTrackers`","question":"Show the different modelname in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT modelname \nFROM fitnessTrackers;\n```","cost":0.0001055,"response_parsed":"SELECT DISTINCT modelname \nFROM fitnessTrackers;","time":0.4037716389}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `color` FROM `fitnessTrackers`","question":"Show the different color in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT color\nFROM fitnessTrackers;\n```","cost":0.0001035,"response_parsed":"SELECT DISTINCT color\nFROM fitnessTrackers;","time":0.3252141476}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `display` FROM `fitnessTrackers`","question":"Show the different display in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT display\nFROM fitnessTrackers;\n```","cost":0.0001035,"response_parsed":"SELECT DISTINCT display\nFROM fitnessTrackers;","time":0.388199091}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `brandname` FROM `fitnessTrackers`","question":"Show the different brandname in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT brandname\nFROM fitnessTrackers;\n```","cost":0.0001055,"response_parsed":"SELECT DISTINCT brandname\nFROM fitnessTrackers;","time":0.5204668045}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `transactionno` FROM `salesTransactions`","question":"Show the different transactionno in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT transactionno\nFROM salesTransactions;\n```","cost":0.0001035,"response_parsed":"SELECT DISTINCT transactionno\nFROM salesTransactions;","time":0.2971255779}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `date` FROM `salesTransactions`","question":"Show the different date in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT date \nFROM salesTransactions;\n```","cost":0.0001015,"response_parsed":"SELECT DISTINCT date \nFROM salesTransactions;","time":0.7008087635}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `productno` FROM `salesTransactions`","question":"Show the different productno in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT productno\nFROM salesTransactions;\n```","cost":0.0001035,"response_parsed":"SELECT DISTINCT productno\nFROM salesTransactions;","time":0.4163982868}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `productname` FROM `salesTransactions`","question":"Show the different productname in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT productname\nFROM salesTransactions;\n```","cost":0.0001035,"response_parsed":"SELECT DISTINCT productname\nFROM salesTransactions;","time":0.527172327}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `country` FROM `salesTransactions`","question":"Show the different country in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT country\nFROM salesTransactions;\n```","cost":0.0001015,"response_parsed":"SELECT DISTINCT country\nFROM salesTransactions;","time":0.5180079937}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `display`, COUNT(*) FROM `fitnessTrackers` GROUP BY `display`","question":"For each display, count the number of rows in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT display, COUNT(*) AS num_rows\nFROM fitnessTrackers\nGROUP BY display;\n```","cost":0.000119,"response_parsed":"SELECT display, COUNT(*) AS num_rows\nFROM fitnessTrackers\nGROUP BY display;","time":0.9690606594}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `devicetype`, COUNT(*) FROM `fitnessTrackers` GROUP BY `devicetype`","question":"For each devicetype, count the number of rows in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT devicetype, COUNT(*) AS row_count\nFROM fitnessTrackers\nGROUP BY devicetype;\n```","cost":0.000126,"response_parsed":"SELECT devicetype, COUNT(*) AS row_count\nFROM fitnessTrackers\nGROUP BY devicetype;","time":1.055362463}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `modelname`, COUNT(*) FROM `fitnessTrackers` GROUP BY `modelname`","question":"For each modelname, count the number of rows in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT modelname, COUNT(*) AS count\nFROM fitnessTrackers\nGROUP BY modelname;\n```","cost":0.000121,"response_parsed":"SELECT modelname, COUNT(*) AS count\nFROM fitnessTrackers\nGROUP BY modelname;","time":0.688924551}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `strapmaterial`, COUNT(*) FROM `fitnessTrackers` GROUP BY `strapmaterial`","question":"For each strapmaterial, count the number of rows in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT strapmaterial, COUNT(*) AS num_rows\nFROM fitnessTrackers\nGROUP BY strapmaterial;\n```","cost":0.0001225,"response_parsed":"SELECT strapmaterial, COUNT(*) AS num_rows\nFROM fitnessTrackers\nGROUP BY strapmaterial;","time":0.5145921707}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `brandname`, COUNT(*) FROM `fitnessTrackers` GROUP BY `brandname`","question":"For each brandname, count the number of rows in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT brandname, COUNT(*) as total_rows\nFROM fitnessTrackers\nGROUP BY brandname;\n```","cost":0.0001225,"response_parsed":"SELECT brandname, COUNT(*) as total_rows\nFROM fitnessTrackers\nGROUP BY brandname;","time":0.5257921219}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `devicetype`, MIN(`sellingprice`) FROM `fitnessTrackers` GROUP BY `devicetype`","question":"For each devicetype, find the min of sellingprice in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT devicetype, MIN(sellingprice) \nFROM fitnessTrackers\nGROUP BY devicetype;\n```","cost":0.0001265,"response_parsed":"SELECT devicetype, MIN(sellingprice) \nFROM fitnessTrackers\nGROUP BY devicetype;","time":0.4250090122}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `devicetype`, MAX(`sellingprice`) FROM `fitnessTrackers` GROUP BY `devicetype`","question":"For each devicetype, find the max of sellingprice in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT devicetype, MAX(sellingprice) AS max_sellingprice\nFROM fitnessTrackers\nGROUP BY devicetype;\n```","cost":0.000134,"response_parsed":"SELECT devicetype, MAX(sellingprice) AS max_sellingprice\nFROM fitnessTrackers\nGROUP BY devicetype;","time":0.526655674}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `devicetype`, AVG(`sellingprice`) FROM `fitnessTrackers` GROUP BY `devicetype`","question":"For each devicetype, find the avg of sellingprice in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT devicetype, AVG(sellingprice)\nFROM fitnessTrackers\nGROUP BY devicetype;\n```","cost":0.000125,"response_parsed":"SELECT devicetype, AVG(sellingprice)\nFROM fitnessTrackers\nGROUP BY devicetype;","time":1.1539273262}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `devicetype`, SUM(`sellingprice`) FROM `fitnessTrackers` GROUP BY `devicetype`","question":"For each devicetype, find the sum of sellingprice in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT devicetype, SUM(sellingprice) AS total_sum\nFROM fitnessTrackers\nGROUP BY devicetype;\n```","cost":0.000131,"response_parsed":"SELECT devicetype, SUM(sellingprice) AS total_sum\nFROM fitnessTrackers\nGROUP BY devicetype;","time":0.5912401676}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `devicetype`, MIN(`averagebatterylife`) FROM `fitnessTrackers` GROUP BY `devicetype`","question":"For each devicetype, find the min of averagebatterylife in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT devicetype, MIN(averagebatterylife) AS min_avg_batterylife\nFROM fitnessTrackers\nGROUP BY devicetype;\n```","cost":0.000143,"response_parsed":"SELECT devicetype, MIN(averagebatterylife) AS min_avg_batterylife\nFROM fitnessTrackers\nGROUP BY devicetype;","time":0.6315391064}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `devicetype`, MAX(`averagebatterylife`) FROM `fitnessTrackers` GROUP BY `devicetype`","question":"For each devicetype, find the max of averagebatterylife in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT devicetype, MAX(averagebatterylife) as max_averagebatterylife\nFROM fitnessTrackers\nGROUP BY devicetype;\n```","cost":0.000143,"response_parsed":"SELECT devicetype, MAX(averagebatterylife) as max_averagebatterylife\nFROM fitnessTrackers\nGROUP BY devicetype;","time":0.5515487194}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `devicetype`, AVG(`averagebatterylife`) FROM `fitnessTrackers` GROUP BY `devicetype`","question":"For each devicetype, find the avg of averagebatterylife in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT devicetype, AVG(averagebatterylife) AS avg_battery_life\nFROM fitnessTrackers\nGROUP BY devicetype;\n```","cost":0.0001385,"response_parsed":"SELECT devicetype, AVG(averagebatterylife) AS avg_battery_life\nFROM fitnessTrackers\nGROUP BY devicetype;","time":0.5118205547}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `devicetype`, SUM(`averagebatterylife`) FROM `fitnessTrackers` GROUP BY `devicetype`","question":"For each devicetype, find the sum of averagebatterylife in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT devicetype, SUM(averagebatterylife) AS total_avg_battery_life\nFROM fitnessTrackers\nGROUP BY devicetype;\n```","cost":0.00014,"response_parsed":"SELECT devicetype, SUM(averagebatterylife) AS total_avg_battery_life\nFROM fitnessTrackers\nGROUP BY devicetype;","time":0.6857728958}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `display`, MIN(`sellingprice`) FROM `fitnessTrackers` GROUP BY `display`","question":"For each display, find the min of sellingprice in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT display, MIN(sellingprice) AS min_sellingprice\nFROM fitnessTrackers\nGROUP BY display;\n```","cost":0.000127,"response_parsed":"SELECT display, MIN(sellingprice) AS min_sellingprice\nFROM fitnessTrackers\nGROUP BY display;","time":0.6979112625}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `display`, MAX(`sellingprice`) FROM `fitnessTrackers` GROUP BY `display`","question":"For each display, find the max of sellingprice in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT display, MAX(sellingprice) AS max_sellingprice\nFROM fitnessTrackers\nGROUP BY display;\n```","cost":0.000127,"response_parsed":"SELECT display, MAX(sellingprice) AS max_sellingprice\nFROM fitnessTrackers\nGROUP BY display;","time":0.9396073818}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `display`, AVG(`sellingprice`) FROM `fitnessTrackers` GROUP BY `display`","question":"For each display, find the avg of sellingprice in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT display, AVG(sellingprice) as avg_sellingprice\nFROM fitnessTrackers\nGROUP BY display;\n```","cost":0.000127,"response_parsed":"SELECT display, AVG(sellingprice) as avg_sellingprice\nFROM fitnessTrackers\nGROUP BY display;","time":0.4718487263}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `display`, SUM(`sellingprice`) FROM `fitnessTrackers` GROUP BY `display`","question":"For each display, find the sum of sellingprice in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT display, SUM(sellingprice) AS total_selling_price\nFROM fitnessTrackers\nGROUP BY display;\n```","cost":0.000127,"response_parsed":"SELECT display, SUM(sellingprice) AS total_selling_price\nFROM fitnessTrackers\nGROUP BY display;","time":0.9069576263}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `display`, MIN(`averagebatterylife`) FROM `fitnessTrackers` GROUP BY `display`","question":"For each display, find the min of averagebatterylife in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT display, MIN(averagebatterylife) AS min_averagebatterylife\nFROM fitnessTrackers\nGROUP BY display;\n```","cost":0.000136,"response_parsed":"SELECT display, MIN(averagebatterylife) AS min_averagebatterylife\nFROM fitnessTrackers\nGROUP BY display;","time":0.6709020138}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `display`, MAX(`averagebatterylife`) FROM `fitnessTrackers` GROUP BY `display`","question":"For each display, find the max of averagebatterylife in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT display, MAX(averagebatterylife) \nFROM fitnessTrackers\nGROUP BY display;\n```","cost":0.0001255,"response_parsed":"SELECT display, MAX(averagebatterylife) \nFROM fitnessTrackers\nGROUP BY display;","time":0.5298695564}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `display`, AVG(`averagebatterylife`) FROM `fitnessTrackers` GROUP BY `display`","question":"For each display, find the avg of averagebatterylife in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT display, AVG(averagebatterylife) AS avg_battery_life\nFROM fitnessTrackers\nGROUP BY display;\n```","cost":0.0001315,"response_parsed":"SELECT display, AVG(averagebatterylife) AS avg_battery_life\nFROM fitnessTrackers\nGROUP BY display;","time":0.5834152699}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `display`, SUM(`averagebatterylife`) FROM `fitnessTrackers` GROUP BY `display`","question":"For each display, find the sum of averagebatterylife in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT display, SUM(averagebatterylife) AS total_average_battery_life\nFROM fitnessTrackers\nGROUP BY display;\n```","cost":0.000133,"response_parsed":"SELECT display, SUM(averagebatterylife) AS total_average_battery_life\nFROM fitnessTrackers\nGROUP BY display;","time":0.5868299007}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `transactionno`, COUNT(*) FROM `salesTransactions` GROUP BY `transactionno`","question":"For each transactionno, count the number of rows in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT transactionno, COUNT(*) AS row_count\nFROM salesTransactions\nGROUP BY transactionno;\n```","cost":0.0001205,"response_parsed":"SELECT transactionno, COUNT(*) AS row_count\nFROM salesTransactions\nGROUP BY transactionno;","time":0.7002322674}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `date`, COUNT(*) FROM `salesTransactions` GROUP BY `date`","question":"For each date, count the number of rows in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT date, COUNT(*) AS row_count\nFROM salesTransactions\nGROUP BY date;\n```","cost":0.000117,"response_parsed":"SELECT date, COUNT(*) AS row_count\nFROM salesTransactions\nGROUP BY date;","time":0.6559269428}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `productno`, COUNT(*) FROM `salesTransactions` GROUP BY `productno`","question":"For each productno, count the number of rows in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productno, COUNT(*)\nFROM salesTransactions\nGROUP BY productno;\n```","cost":0.000116,"response_parsed":"SELECT productno, COUNT(*)\nFROM salesTransactions\nGROUP BY productno;","time":0.3899512291}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `productname`, COUNT(*) FROM `salesTransactions` GROUP BY `productname`","question":"For each productname, count the number of rows in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productname, COUNT(*)\nFROM salesTransactions\nGROUP BY productname\n```","cost":0.000116,"response_parsed":"SELECT productname, COUNT(*)\nFROM salesTransactions\nGROUP BY productname","time":0.5773220062}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `country`, COUNT(*) FROM `salesTransactions` GROUP BY `country`","question":"For each country, count the number of rows in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country, COUNT(*) AS total_transactions\nFROM salesTransactions\nGROUP BY country;\n```","cost":0.000117,"response_parsed":"SELECT country, COUNT(*) AS total_transactions\nFROM salesTransactions\nGROUP BY country;","time":0.4916641712}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `date`, MIN(`customerno`) FROM `salesTransactions` GROUP BY `date`","question":"For each date, find the min of customerno in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT date, MIN(customerno) AS min_customerno\nFROM salesTransactions\nGROUP BY date;\n```","cost":0.000122,"response_parsed":"SELECT date, MIN(customerno) AS min_customerno\nFROM salesTransactions\nGROUP BY date;","time":0.4510874748}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `date`, MAX(`customerno`) FROM `salesTransactions` GROUP BY `date`","question":"For each date, find the max of customerno in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT date, MAX(customerno) AS max_customerno\nFROM salesTransactions\nGROUP BY date\n```","cost":0.000122,"response_parsed":"SELECT date, MAX(customerno) AS max_customerno\nFROM salesTransactions\nGROUP BY date","time":0.4410021305}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `date`, AVG(`customerno`) FROM `salesTransactions` GROUP BY `date`","question":"For each date, find the avg of customerno in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT date, AVG(customerno) AS avg_customerno\nFROM salesTransactions\nGROUP BY date;\n```","cost":0.000122,"response_parsed":"SELECT date, AVG(customerno) AS avg_customerno\nFROM salesTransactions\nGROUP BY date;","time":0.5508267879}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `date`, SUM(`customerno`) FROM `salesTransactions` GROUP BY `date`","question":"For each date, find the sum of customerno in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT date, SUM(customerno) AS total_customers\nFROM salesTransactions\nGROUP BY date;\n```","cost":0.000122,"response_parsed":"SELECT date, SUM(customerno) AS total_customers\nFROM salesTransactions\nGROUP BY date;","time":0.8821713924}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `date`, MIN(`price`) FROM `salesTransactions` GROUP BY `date`","question":"For each date, find the min of price in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT date, MIN(price) as min_price\nFROM salesTransactions\nGROUP BY date;\n```","cost":0.0001185,"response_parsed":"SELECT date, MIN(price) as min_price\nFROM salesTransactions\nGROUP BY date;","time":0.6616868973}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `date`, MAX(`price`) FROM `salesTransactions` GROUP BY `date`","question":"For each date, find the max of price in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT date, MAX(price) AS max_price\nFROM salesTransactions\nGROUP BY date;\n```","cost":0.0001185,"response_parsed":"SELECT date, MAX(price) AS max_price\nFROM salesTransactions\nGROUP BY date;","time":0.4275231361}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `date`, AVG(`price`) FROM `salesTransactions` GROUP BY `date`","question":"For each date, find the avg of price in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT date, AVG(price) AS avg_price\nFROM salesTransactions\nGROUP BY date;\n```","cost":0.0001185,"response_parsed":"SELECT date, AVG(price) AS avg_price\nFROM salesTransactions\nGROUP BY date;","time":0.5092010498}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `date`, SUM(`price`) FROM `salesTransactions` GROUP BY `date`","question":"For each date, find the sum of price in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT date, SUM(price) AS total_price\nFROM salesTransactions\nGROUP BY date;\n```","cost":0.0001185,"response_parsed":"SELECT date, SUM(price) AS total_price\nFROM salesTransactions\nGROUP BY date;","time":0.4702312946}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `country`, MIN(`customerno`) FROM `salesTransactions` GROUP BY `country`","question":"For each country, find the min of customerno in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country, MIN(customerno)\nFROM salesTransactions\nGROUP BY country;\n```","cost":0.0001145,"response_parsed":"SELECT country, MIN(customerno)\nFROM salesTransactions\nGROUP BY country;","time":0.5982823372}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `country`, MAX(`customerno`) FROM `salesTransactions` GROUP BY `country`","question":"For each country, find the max of customerno in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country, MAX(customerno) AS max_customerno\nFROM salesTransactions\nGROUP BY country;\n```","cost":0.000122,"response_parsed":"SELECT country, MAX(customerno) AS max_customerno\nFROM salesTransactions\nGROUP BY country;","time":0.3965628147}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `country`, AVG(`customerno`) FROM `salesTransactions` GROUP BY `country`","question":"For each country, find the avg of customerno in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country, AVG(customerno) AS avg_customerno\nFROM salesTransactions\nGROUP BY country;\n```","cost":0.000122,"response_parsed":"SELECT country, AVG(customerno) AS avg_customerno\nFROM salesTransactions\nGROUP BY country;","time":0.4185223579}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `country`, SUM(`customerno`) FROM `salesTransactions` GROUP BY `country`","question":"For each country, find the sum of customerno in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country, SUM(customerno) AS total_customerno\nFROM salesTransactions\nGROUP BY country;\n```","cost":0.000122,"response_parsed":"SELECT country, SUM(customerno) AS total_customerno\nFROM salesTransactions\nGROUP BY country;","time":0.4860713482}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `country`, MIN(`price`) FROM `salesTransactions` GROUP BY `country`","question":"For each country, find the min of price in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country, MIN(price) AS min_price\nFROM salesTransactions\nGROUP BY country;\n```","cost":0.0001185,"response_parsed":"SELECT country, MIN(price) AS min_price\nFROM salesTransactions\nGROUP BY country;","time":0.4370491505}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `country`, MAX(`price`) FROM `salesTransactions` GROUP BY `country`","question":"For each country, find the max of price in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country, MAX(price) AS max_price\nFROM salesTransactions\nGROUP BY country;\n```","cost":0.0001185,"response_parsed":"SELECT country, MAX(price) AS max_price\nFROM salesTransactions\nGROUP BY country;","time":0.7508518696}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `country`, AVG(`price`) FROM `salesTransactions` GROUP BY `country`","question":"For each country, find the avg of price in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country, AVG(price) AS avg_price\nFROM salesTransactions\nGROUP BY country;\n```","cost":0.0001185,"response_parsed":"SELECT country, AVG(price) AS avg_price\nFROM salesTransactions\nGROUP BY country;","time":0.4470984936}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `country`, SUM(`price`) FROM `salesTransactions` GROUP BY `country`","question":"For each country, find the sum of price in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country, SUM(price) AS total_price\nFROM salesTransactions\nGROUP BY country;\n```","cost":0.0001185,"response_parsed":"SELECT country, SUM(price) AS total_price\nFROM salesTransactions\nGROUP BY country;","time":0.4691309929}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `modelname` FROM `fitnessTrackers` GROUP BY `modelname` HAVING count(*) >= 1","question":"Find all the modelname that have at least 1 records in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT modelname\nFROM fitnessTrackers\n```","cost":0.0001085,"response_parsed":"SELECT DISTINCT modelname\nFROM fitnessTrackers","time":0.3537755013}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `modelname` FROM `fitnessTrackers` GROUP BY `modelname` HAVING count(*) <= 1","question":"Find all the modelname that have at most 1 records in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING COUNT(*) <= 1;\n```","cost":0.0001265,"response_parsed":"SELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING COUNT(*) <= 1;","time":0.4564459324}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `color` FROM `fitnessTrackers` GROUP BY `color` HAVING count(*) >= 1","question":"Find all the color that have at least 1 records in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT color\nFROM fitnessTrackers\n```","cost":0.0001065,"response_parsed":"SELECT DISTINCT color\nFROM fitnessTrackers","time":0.3354334831}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `color` FROM `fitnessTrackers` GROUP BY `color` HAVING count(*) <= 1","question":"Find all the color that have at most 1 records in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT color\nFROM fitnessTrackers\nGROUP BY color\nHAVING COUNT(*) <= 1;\n```","cost":0.000123,"response_parsed":"SELECT color\nFROM fitnessTrackers\nGROUP BY color\nHAVING COUNT(*) <= 1;","time":0.4781847}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `display` FROM `fitnessTrackers` GROUP BY `display` HAVING count(*) >= 4","question":"Find all the display that have at least 4 records in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT display \nFROM fitnessTrackers\nGROUP BY display\nHAVING COUNT(*) >= 4\n```","cost":0.000123,"response_parsed":"SELECT display \nFROM fitnessTrackers\nGROUP BY display\nHAVING COUNT(*) >= 4","time":1.0162031651}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `display` FROM `fitnessTrackers` GROUP BY `display` HAVING count(*) <= 4","question":"Find all the display that have at most 4 records in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT display\nFROM fitnessTrackers\nGROUP BY display\nHAVING COUNT(*) <= 4;\n```","cost":0.000123,"response_parsed":"SELECT display\nFROM fitnessTrackers\nGROUP BY display\nHAVING COUNT(*) <= 4;","time":0.7862665653}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `strapmaterial` FROM `fitnessTrackers` GROUP BY `strapmaterial` HAVING AVG(`averagebatterylife`) >= 8.81","question":"List the strapmaterial which average of averagebatterylife is at least 8.81 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING AVG(averagebatterylife) >= 8.81;\n```","cost":0.000142,"response_parsed":"SELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING AVG(averagebatterylife) >= 8.81;","time":0.6469676495}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `strapmaterial` FROM `fitnessTrackers` GROUP BY `strapmaterial` HAVING AVG(`averagebatterylife`) <= 8.81","question":"List the strapmaterial which average of averagebatterylife is at most 8.81 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING AVG(averagebatterylife) <= 8.81;\n```","cost":0.000142,"response_parsed":"SELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING AVG(averagebatterylife) <= 8.81;","time":0.5562534332}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `strapmaterial` FROM `fitnessTrackers` GROUP BY `strapmaterial` HAVING SUM(`averagebatterylife`) >= 32.4","question":"List the strapmaterial which summation of averagebatterylife is at least 32.4 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING SUM(averagebatterylife) >= 32.4;\n```","cost":0.0001425,"response_parsed":"SELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING SUM(averagebatterylife) >= 32.4;","time":0.6594626904}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `strapmaterial` FROM `fitnessTrackers` GROUP BY `strapmaterial` HAVING SUM(`averagebatterylife`) <= 32.4","question":"List the strapmaterial which summation of averagebatterylife is at most 32.4 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING SUM(averagebatterylife) <= 32.4\n```","cost":0.0001425,"response_parsed":"SELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING SUM(averagebatterylife) <= 32.4","time":0.6120116711}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `strapmaterial` FROM `fitnessTrackers` GROUP BY `strapmaterial` HAVING AVG(`sellingprice`) >= 19076.5","question":"List the strapmaterial which average of sellingprice is at least 19076.5 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING AVG(sellingprice) >= 19076.5;\n```","cost":0.000138,"response_parsed":"SELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING AVG(sellingprice) >= 19076.5;","time":0.8696289062}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `strapmaterial` FROM `fitnessTrackers` GROUP BY `strapmaterial` HAVING AVG(`sellingprice`) <= 19076.5","question":"List the strapmaterial which average of sellingprice is at most 19076.5 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING AVG(sellingprice) <= 19076.5;\n```","cost":0.000138,"response_parsed":"SELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING AVG(sellingprice) <= 19076.5;","time":0.9853124619}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `strapmaterial` FROM `fitnessTrackers` GROUP BY `strapmaterial` HAVING SUM(`sellingprice`) >= 82848.0","question":"List the strapmaterial which summation of sellingprice is at least 82848.0 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING SUM(sellingprice) >= 82848.0;\n```","cost":0.0001385,"response_parsed":"SELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING SUM(sellingprice) >= 82848.0;","time":0.5911884308}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `strapmaterial` FROM `fitnessTrackers` GROUP BY `strapmaterial` HAVING SUM(`sellingprice`) <= 82848.0","question":"List the strapmaterial which summation of sellingprice is at most 82848.0 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING SUM(sellingprice) <= 82848.0\n```","cost":0.0001385,"response_parsed":"SELECT strapmaterial\nFROM fitnessTrackers\nGROUP BY strapmaterial\nHAVING SUM(sellingprice) <= 82848.0","time":0.5987193584}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `modelname` FROM `fitnessTrackers` GROUP BY `modelname` HAVING AVG(`averagebatterylife`) >= 8.1","question":"List the modelname which average of averagebatterylife is at least 8.1 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING AVG(averagebatterylife) >= 8.1\n```","cost":0.000142,"response_parsed":"SELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING AVG(averagebatterylife) >= 8.1","time":0.8998842239}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `modelname` FROM `fitnessTrackers` GROUP BY `modelname` HAVING AVG(`averagebatterylife`) <= 8.1","question":"List the modelname which average of averagebatterylife is at most 8.1 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING AVG(averagebatterylife) <= 8.1;\n```","cost":0.000142,"response_parsed":"SELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING AVG(averagebatterylife) <= 8.1;","time":0.5293235779}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `modelname` FROM `fitnessTrackers` GROUP BY `modelname` HAVING SUM(`averagebatterylife`) >= 8.1","question":"List the modelname which summation of averagebatterylife is at least 8.1 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING SUM(averagebatterylife) >= 8.1\n```","cost":0.0001425,"response_parsed":"SELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING SUM(averagebatterylife) >= 8.1","time":0.6702394485}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `modelname` FROM `fitnessTrackers` GROUP BY `modelname` HAVING SUM(`averagebatterylife`) <= 8.1","question":"List the modelname which summation of averagebatterylife is at most 8.1 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING SUM(averagebatterylife) <= 8.1\n```","cost":0.0001425,"response_parsed":"SELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING SUM(averagebatterylife) <= 8.1","time":0.6207911968}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `modelname` FROM `fitnessTrackers` GROUP BY `modelname` HAVING AVG(`sellingprice`) >= 20712.0","question":"List the modelname which average of sellingprice is at least 20712.0 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING AVG(sellingprice) >= 20712.0\n```","cost":0.000138,"response_parsed":"SELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING AVG(sellingprice) >= 20712.0","time":0.5762255192}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `modelname` FROM `fitnessTrackers` GROUP BY `modelname` HAVING AVG(`sellingprice`) <= 20712.0","question":"List the modelname which average of sellingprice is at most 20712.0 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING AVG(sellingprice) <= 20712.0;\n```","cost":0.000138,"response_parsed":"SELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING AVG(sellingprice) <= 20712.0;","time":0.8962273598}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `modelname` FROM `fitnessTrackers` GROUP BY `modelname` HAVING SUM(`sellingprice`) >= 20712.0","question":"List the modelname which summation of sellingprice is at least 20712.0 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING SUM(sellingprice) >= 20712.0;\n```","cost":0.0001385,"response_parsed":"SELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING SUM(sellingprice) >= 20712.0;","time":0.6715655327}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `modelname` FROM `fitnessTrackers` GROUP BY `modelname` HAVING SUM(`sellingprice`) <= 20712.0","question":"List the modelname which summation of sellingprice is at most 20712.0 in table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING SUM(sellingprice) <= 20712.0;\n```","cost":0.0001385,"response_parsed":"SELECT modelname\nFROM fitnessTrackers\nGROUP BY modelname\nHAVING SUM(sellingprice) <= 20712.0;","time":0.6090123653}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `country` FROM `salesTransactions` GROUP BY `country` HAVING count(*) >= 20","question":"Find all the country that have at least 20 records in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING COUNT(*) >= 20;\n```","cost":0.000121,"response_parsed":"SELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING COUNT(*) >= 20;","time":11.097910881}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `country` FROM `salesTransactions` GROUP BY `country` HAVING count(*) <= 20","question":"Find all the country that have at most 20 records in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING COUNT(*) <= 20;\n```","cost":0.000121,"response_parsed":"SELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING COUNT(*) <= 20;","time":0.7387049198}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `date` FROM `salesTransactions` GROUP BY `date` HAVING count(*) >= 1","question":"Find all the date that have at least 1 records in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT date\nFROM salesTransactions;\n```","cost":0.0001045,"response_parsed":"SELECT DISTINCT date\nFROM salesTransactions;","time":0.3963937759}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `date` FROM `salesTransactions` GROUP BY `date` HAVING count(*) <= 1","question":"Find all the date that have at most 1 records in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT date \nFROM salesTransactions\nGROUP BY date\nHAVING COUNT(*) <= 1;\n```","cost":0.000121,"response_parsed":"SELECT date \nFROM salesTransactions\nGROUP BY date\nHAVING COUNT(*) <= 1;","time":0.4714603424}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `transactionno` FROM `salesTransactions` GROUP BY `transactionno` HAVING count(*) >= 1","question":"Find all the transactionno that have at least 1 records in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT transactionno\nFROM salesTransactions\n```","cost":0.0001065,"response_parsed":"SELECT DISTINCT transactionno\nFROM salesTransactions","time":0.3974061012}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `transactionno` FROM `salesTransactions` GROUP BY `transactionno` HAVING count(*) <= 1","question":"Find all the transactionno that have at most 1 records in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT transactionno\nFROM salesTransactions\nGROUP BY transactionno\nHAVING COUNT(*) <= 1;\n```","cost":0.0001245,"response_parsed":"SELECT transactionno\nFROM salesTransactions\nGROUP BY transactionno\nHAVING COUNT(*) <= 1;","time":0.7408034801}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `country` FROM `salesTransactions` GROUP BY `country` HAVING AVG(`price`) <= 11.95","question":"List the country which average of price is at most 11.95 in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING AVG(price) <= 11.95;\n```","cost":0.000127,"response_parsed":"SELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING AVG(price) <= 11.95;","time":0.5073361397}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `country` FROM `salesTransactions` GROUP BY `country` HAVING SUM(`price`) >= 238.94","question":"List the country which summation of price is at least 238.94 in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING SUM(price) >= 238.94;\n```","cost":0.0001275,"response_parsed":"SELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING SUM(price) >= 238.94;","time":0.5434412956}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `country` FROM `salesTransactions` GROUP BY `country` HAVING SUM(`price`) <= 238.94","question":"List the country which summation of price is at most 238.94 in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING SUM(price) <= 238.94;\n```","cost":0.0001275,"response_parsed":"SELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING SUM(price) <= 238.94;","time":0.4638593197}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `country` FROM `salesTransactions` GROUP BY `country` HAVING AVG(`customerno`) >= 15215.25","question":"List the country which average of customerno is at least 15215.25 in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING AVG(customerno) >= 15215.25;\n```","cost":0.000131,"response_parsed":"SELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING AVG(customerno) >= 15215.25;","time":0.7150995731}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `country` FROM `salesTransactions` GROUP BY `country` HAVING AVG(`customerno`) <= 15215.25","question":"List the country which average of customerno is at most 15215.25 in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING AVG(customerno) <= 15215.25\n```","cost":0.000131,"response_parsed":"SELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING AVG(customerno) <= 15215.25","time":0.5336163044}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `country` FROM `salesTransactions` GROUP BY `country` HAVING SUM(`customerno`) >= 304305.0","question":"List the country which summation of customerno is at least 304305.0 in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING SUM(customerno) >= 304305.0;\n```","cost":0.0001315,"response_parsed":"SELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING SUM(customerno) >= 304305.0;","time":0.5582330227}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `country` FROM `salesTransactions` GROUP BY `country` HAVING SUM(`customerno`) <= 304305.0","question":"List the country which summation of customerno is at most 304305.0 in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING SUM(customerno) <= 304305.0;\n```","cost":0.0001315,"response_parsed":"SELECT country\nFROM salesTransactions\nGROUP BY country\nHAVING SUM(customerno) <= 304305.0;","time":0.4678490162}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `productname` FROM `salesTransactions` GROUP BY `productname` HAVING AVG(`price`) >= 11.95","question":"List the productname which average of price is at least 11.95 in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productname \nFROM salesTransactions \nGROUP BY productname \nHAVING AVG(price) >= 11.95;\n```","cost":0.0001305,"response_parsed":"SELECT productname \nFROM salesTransactions \nGROUP BY productname \nHAVING AVG(price) >= 11.95;","time":0.6989216805}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `productname` FROM `salesTransactions` GROUP BY `productname` HAVING AVG(`price`) <= 11.95","question":"List the productname which average of price is at most 11.95 in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productname\nFROM salesTransactions\nGROUP BY productname\nHAVING AVG(price) <= 11.95;\n```","cost":0.0001305,"response_parsed":"SELECT productname\nFROM salesTransactions\nGROUP BY productname\nHAVING AVG(price) <= 11.95;","time":0.7280151844}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `productname` FROM `salesTransactions` GROUP BY `productname` HAVING SUM(`price`) >= 11.95","question":"List the productname which summation of price is at least 11.95 in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productname\nFROM salesTransactions\nGROUP BY productname\nHAVING SUM(price) >= 11.95;\n```","cost":0.000131,"response_parsed":"SELECT productname\nFROM salesTransactions\nGROUP BY productname\nHAVING SUM(price) >= 11.95;","time":0.6855196953}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `productname` FROM `salesTransactions` GROUP BY `productname` HAVING SUM(`price`) <= 11.95","question":"List the productname which summation of price is at most 11.95 in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productname\nFROM salesTransactions\nGROUP BY productname\nHAVING SUM(price) <= 11.95;\n```","cost":0.000131,"response_parsed":"SELECT productname\nFROM salesTransactions\nGROUP BY productname\nHAVING SUM(price) <= 11.95;","time":0.546328783}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `productname` FROM `salesTransactions` GROUP BY `productname` HAVING AVG(`customerno`) >= 15215.25","question":"List the productname which average of customerno is at least 15215.25 in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productname\nFROM salesTransactions\nGROUP BY productname\nHAVING AVG(customerno) >= 15215.25\n```","cost":0.0001345,"response_parsed":"SELECT productname\nFROM salesTransactions\nGROUP BY productname\nHAVING AVG(customerno) >= 15215.25","time":1.0294458866}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `productname` FROM `salesTransactions` GROUP BY `productname` HAVING AVG(`customerno`) <= 15215.25","question":"List the productname which average of customerno is at most 15215.25 in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productname\nFROM salesTransactions\nGROUP BY productname\nHAVING AVG(customerno) <= 15215.25;\n```","cost":0.0001345,"response_parsed":"SELECT productname\nFROM salesTransactions\nGROUP BY productname\nHAVING AVG(customerno) <= 15215.25;","time":0.7682414055}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `productname` FROM `salesTransactions` GROUP BY `productname` HAVING SUM(`customerno`) >= 15215.25","question":"List the productname which summation of customerno is at least 15215.25 in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productname\nFROM salesTransactions\nGROUP BY productname\nHAVING SUM(customerno) >= 15215.25;\n```","cost":0.000135,"response_parsed":"SELECT productname\nFROM salesTransactions\nGROUP BY productname\nHAVING SUM(customerno) >= 15215.25;","time":1.0524437428}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `productname` FROM `salesTransactions` GROUP BY `productname` HAVING SUM(`customerno`) <= 15215.25","question":"List the productname which summation of customerno is at most 15215.25 in table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productname\nFROM salesTransactions\nGROUP BY productname\nHAVING SUM(customerno) <= 15215.25\n```","cost":0.000135,"response_parsed":"SELECT productname\nFROM salesTransactions\nGROUP BY productname\nHAVING SUM(customerno) <= 15215.25","time":0.7684938908}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `brandname` FROM `fitnessTrackers` GROUP BY `brandname` HAVING COUNT(DISTINCT `devicetype`) = (SELECT COUNT(DISTINCT `devicetype`) FROM `fitnessTrackers`)","question":"What are the brandname with all the devicetype in table fitnessTrackers?","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT brandname\nFROM fitnessTrackers\nGROUP BY brandname\nHAVING COUNT(DISTINCT devicetype) = (SELECT COUNT(DISTINCT devicetype) FROM fitnessTrackers)\n```","cost":0.000153,"response_parsed":"SELECT brandname\nFROM fitnessTrackers\nGROUP BY brandname\nHAVING COUNT(DISTINCT devicetype) = (SELECT COUNT(DISTINCT devicetype) FROM fitnessTrackers)","time":0.8456234932}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `devicetype` FROM `fitnessTrackers` GROUP BY `devicetype` HAVING COUNT(DISTINCT `strapmaterial`) = (SELECT COUNT(DISTINCT `strapmaterial`) FROM `fitnessTrackers`)","question":"What are the devicetype with all the strapmaterial in table fitnessTrackers?","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT devicetype\nFROM fitnessTrackers\nGROUP BY devicetype\nHAVING COUNT(DISTINCT strapmaterial) = (SELECT COUNT(DISTINCT strapmaterial) FROM fitnessTrackers)\n```","cost":0.000153,"response_parsed":"SELECT devicetype\nFROM fitnessTrackers\nGROUP BY devicetype\nHAVING COUNT(DISTINCT strapmaterial) = (SELECT COUNT(DISTINCT strapmaterial) FROM fitnessTrackers)","time":0.7505097389}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `color` FROM `fitnessTrackers` GROUP BY `color` HAVING COUNT(DISTINCT `display`) = (SELECT COUNT(DISTINCT `display`) FROM `fitnessTrackers`)","question":"What are the color with all the display in table fitnessTrackers?","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT color\nFROM fitnessTrackers\n```","cost":0.000105,"response_parsed":"SELECT DISTINCT color\nFROM fitnessTrackers","time":0.7248780727}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `transactionno` FROM `salesTransactions` GROUP BY `transactionno` HAVING COUNT(DISTINCT `country`) = (SELECT COUNT(DISTINCT `country`) FROM `salesTransactions`)","question":"What are the transactionno with all the country in table salesTransactions?","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT transactionno\nFROM salesTransactions\nGROUP BY transactionno\nHAVING COUNT(DISTINCT country) = (SELECT COUNT(DISTINCT country) FROM salesTransactions)\n```","cost":0.0001425,"response_parsed":"SELECT transactionno\nFROM salesTransactions\nGROUP BY transactionno\nHAVING COUNT(DISTINCT country) = (SELECT COUNT(DISTINCT country) FROM salesTransactions)","time":0.7098863125}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `date` FROM `salesTransactions` GROUP BY `date` HAVING COUNT(DISTINCT `country`) = (SELECT COUNT(DISTINCT `country`) FROM `salesTransactions`)","question":"What are the date with all the country in table salesTransactions?","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT date, country\nFROM salesTransactions;\n```","cost":0.000106,"response_parsed":"SELECT DISTINCT date, country\nFROM salesTransactions;","time":0.3886077404}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `productno` FROM `salesTransactions` GROUP BY `productno` HAVING COUNT(DISTINCT `country`) = (SELECT COUNT(DISTINCT `country`) FROM `salesTransactions`)","question":"What are the productno with all the country in table salesTransactions?","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productno\nFROM salesTransactions\nGROUP BY productno\nHAVING COUNT(DISTINCT country) = (SELECT COUNT(DISTINCT country) FROM salesTransactions)\n```","cost":0.0001425,"response_parsed":"SELECT productno\nFROM salesTransactions\nGROUP BY productno\nHAVING COUNT(DISTINCT country) = (SELECT COUNT(DISTINCT country) FROM salesTransactions)","time":0.7719113827}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `productname` FROM `salesTransactions` GROUP BY `productname` HAVING COUNT(DISTINCT `country`) = (SELECT COUNT(DISTINCT `country`) FROM `salesTransactions`)","question":"What are the productname with all the country in table salesTransactions?","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT productname, country FROM salesTransactions;\n```","cost":0.0001065,"response_parsed":"SELECT DISTINCT productname, country FROM salesTransactions;","time":0.3263607025}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `fitnessTrackers` ORDER BY `devicetype` ASC","question":"Show all data ordered by devicetype in ascending order for the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM fitnessTrackers\nORDER BY devicetype ASC;\n```","cost":0.0001145,"response_parsed":"SELECT * FROM fitnessTrackers\nORDER BY devicetype ASC;","time":0.40807271}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `fitnessTrackers` ORDER BY `devicetype` DESC","question":"Show all data ordered by devicetype in descending order for the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM fitnessTrackers\nORDER BY devicetype DESC;\n```","cost":0.0001145,"response_parsed":"SELECT *\nFROM fitnessTrackers\nORDER BY devicetype DESC;","time":0.3688473701}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `fitnessTrackers` ORDER BY `strapmaterial` ASC","question":"Show all data ordered by strapmaterial in ascending order for the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM fitnessTrackers \nORDER BY strapmaterial ASC;\n```","cost":0.000114,"response_parsed":"SELECT * \nFROM fitnessTrackers \nORDER BY strapmaterial ASC;","time":0.3326399326}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `fitnessTrackers` ORDER BY `strapmaterial` DESC","question":"Show all data ordered by strapmaterial in descending order for the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM fitnessTrackers\nORDER BY strapmaterial DESC;\n```","cost":0.000114,"response_parsed":"SELECT * \nFROM fitnessTrackers\nORDER BY strapmaterial DESC;","time":0.453322649}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `sellingprice` FROM `fitnessTrackers` ORDER BY `sellingprice` ASC","question":"Project the sellingprice ordered in ascending order for the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT sellingprice\nFROM fitnessTrackers\nORDER BY sellingprice ASC;\n```","cost":0.0001145,"response_parsed":"SELECT sellingprice\nFROM fitnessTrackers\nORDER BY sellingprice ASC;","time":0.5312931538}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `sellingprice` FROM `fitnessTrackers` ORDER BY `sellingprice` DESC","question":"Project the sellingprice ordered in descending order for the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT sellingprice\nFROM fitnessTrackers\nORDER BY sellingprice DESC;\n```","cost":0.0001145,"response_parsed":"SELECT sellingprice\nFROM fitnessTrackers\nORDER BY sellingprice DESC;","time":0.6369290352}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `color` FROM `fitnessTrackers` ORDER BY `color` ASC","question":"Project the color ordered in ascending order for the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT color\nFROM fitnessTrackers\nORDER BY color ASC;\n```","cost":0.000111,"response_parsed":"SELECT color\nFROM fitnessTrackers\nORDER BY color ASC;","time":0.3928179741}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `color` FROM `fitnessTrackers` ORDER BY `color` DESC","question":"Project the color ordered in descending order for the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT color\nFROM fitnessTrackers\nORDER BY color DESC;\n```","cost":0.000111,"response_parsed":"SELECT color\nFROM fitnessTrackers\nORDER BY color DESC;","time":0.4810304642}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `salesTransactions` ORDER BY `transactionno` ASC","question":"Show all data ordered by transactionno in ascending order for the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM salesTransactions ORDER BY transactionno ASC;\n```","cost":0.000109,"response_parsed":"SELECT * FROM salesTransactions ORDER BY transactionno ASC;","time":0.3408849239}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `salesTransactions` ORDER BY `transactionno` DESC","question":"Show all data ordered by transactionno in descending order for the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM salesTransactions\nORDER BY transactionno DESC;\n```","cost":0.000112,"response_parsed":"SELECT * \nFROM salesTransactions\nORDER BY transactionno DESC;","time":0.7015676498}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `salesTransactions` ORDER BY `price` ASC","question":"Show all data ordered by price in ascending order for the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM salesTransactions\nORDER BY price ASC;\n```","cost":0.00011,"response_parsed":"SELECT * \nFROM salesTransactions\nORDER BY price ASC;","time":1.087584734}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `salesTransactions` ORDER BY `price` DESC","question":"Show all data ordered by price in descending order for the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM salesTransactions\nORDER BY price DESC;\n```","cost":0.00011,"response_parsed":"SELECT * \nFROM salesTransactions\nORDER BY price DESC;","time":0.6110062599}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `productno` FROM `salesTransactions` ORDER BY `productno` ASC","question":"Project the productno ordered in ascending order for the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productno\nFROM salesTransactions\nORDER BY productno ASC;\n```","cost":0.0001125,"response_parsed":"SELECT productno\nFROM salesTransactions\nORDER BY productno ASC;","time":0.4990386963}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `productno` FROM `salesTransactions` ORDER BY `productno` DESC","question":"Project the productno ordered in descending order for the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productno\nFROM salesTransactions\nORDER BY productno DESC;\n```","cost":0.0001125,"response_parsed":"SELECT productno\nFROM salesTransactions\nORDER BY productno DESC;","time":0.6039073467}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `quantity` FROM `salesTransactions` ORDER BY `quantity` ASC","question":"Project the quantity ordered in ascending order for the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT quantity\nFROM salesTransactions\nORDER BY quantity ASC;\n```","cost":0.000109,"response_parsed":"SELECT quantity\nFROM salesTransactions\nORDER BY quantity ASC;","time":0.3804056644}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `quantity` FROM `salesTransactions` ORDER BY `quantity` DESC","question":"Project the quantity ordered in descending order for the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT quantity \nFROM salesTransactions\nORDER BY quantity DESC;\n```","cost":0.000109,"response_parsed":"SELECT quantity \nFROM salesTransactions\nORDER BY quantity DESC;","time":0.6181936264}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `originalprice` FROM `fitnessTrackers`","question":"Show all originalprice in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT originalprice\nFROM fitnessTrackers;\n```","cost":0.0001035,"response_parsed":"SELECT originalprice\nFROM fitnessTrackers;","time":0.3703842163}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `averagebatterylife` FROM `fitnessTrackers`","question":"Show all averagebatterylife in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT averagebatterylife\nFROM fitnessTrackers;\n```","cost":0.0001095,"response_parsed":"SELECT averagebatterylife\nFROM fitnessTrackers;","time":0.8489770889}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `devicetype` FROM `fitnessTrackers`","question":"Show all devicetype in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT devicetype \nFROM fitnessTrackers\n```","cost":0.0001055,"response_parsed":"SELECT devicetype \nFROM fitnessTrackers","time":0.4152190685}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `display` FROM `fitnessTrackers`","question":"Show all display in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT display\nFROM fitnessTrackers;\n```","cost":0.0001015,"response_parsed":"SELECT display\nFROM fitnessTrackers;","time":0.3860309124}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `brandname` FROM `fitnessTrackers`","question":"Show all brandname in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT brandname\nFROM fitnessTrackers;\n```","cost":0.0001035,"response_parsed":"SELECT brandname\nFROM fitnessTrackers;","time":0.4268672466}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `fitnessTrackers`","question":"Show all the rows in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM fitnessTrackers;\n```","cost":0.0001005,"response_parsed":"SELECT * FROM fitnessTrackers;","time":0.6749925613}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `sellingprice` FROM `fitnessTrackers`","question":"Show all sellingprice in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT sellingprice\nFROM fitnessTrackers\n```","cost":0.0001035,"response_parsed":"SELECT sellingprice\nFROM fitnessTrackers","time":0.3706531525}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `strapmaterial`, `averagebatterylife` FROM `fitnessTrackers`","question":"Show all strapmaterial, averagebatterylife in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT strapmaterial, averagebatterylife \nFROM fitnessTrackers\n```","cost":0.0001155,"response_parsed":"SELECT strapmaterial, averagebatterylife \nFROM fitnessTrackers","time":0.3339006901}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `sellingprice`, `modelname`, `color` FROM `fitnessTrackers`","question":"Show all sellingprice, modelname, color in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT sellingprice, modelname, color \nFROM fitnessTrackers;\n```","cost":0.0001135,"response_parsed":"SELECT sellingprice, modelname, color \nFROM fitnessTrackers;","time":0.3513109684}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `modelname`, `brandname`, `color`, `averagebatterylife` FROM `fitnessTrackers`","question":"Show all modelname, brandname, color, averagebatterylife in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT modelname, brandname, color, averagebatterylife \nFROM fitnessTrackers;\n```","cost":0.0001255,"response_parsed":"SELECT modelname, brandname, color, averagebatterylife \nFROM fitnessTrackers;","time":0.5135908127}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `devicetype`, `modelname`, `brandname`, `averagebatterylife`, `display` FROM `fitnessTrackers`","question":"Show all devicetype, modelname, brandname, averagebatterylife, display in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT devicetype, modelname, brandname, averagebatterylife, display\nFROM fitnessTrackers;\n```","cost":0.0001335,"response_parsed":"SELECT devicetype, modelname, brandname, averagebatterylife, display\nFROM fitnessTrackers;","time":0.4475338459}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `rating`, `averagebatterylife`, `originalprice`, `sellingprice`, `brandname`, `strapmaterial` FROM `fitnessTrackers`","question":"Show all rating, averagebatterylife, originalprice, sellingprice, brandname, strapmaterial in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT rating, averagebatterylife, originalprice, sellingprice, brandname, strapmaterial \nFROM fitnessTrackers;\n```","cost":0.0001375,"response_parsed":"SELECT rating, averagebatterylife, originalprice, sellingprice, brandname, strapmaterial \nFROM fitnessTrackers;","time":0.5435855389}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `strapmaterial`, `rating`, `averagebatterylife`, `brandname`, `display`, `sellingprice`, `devicetype` FROM `fitnessTrackers`","question":"Show all strapmaterial, rating, averagebatterylife, brandname, display, sellingprice, devicetype in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT strapmaterial, rating, averagebatterylife, brandname, display, sellingprice, devicetype \nFROM fitnessTrackers;\n```","cost":0.0001435,"response_parsed":"SELECT strapmaterial, rating, averagebatterylife, brandname, display, sellingprice, devicetype \nFROM fitnessTrackers;","time":0.5600376129}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `averagebatterylife`, `devicetype`, `strapmaterial`, `brandname`, `rating`, `color`, `sellingprice`, `modelname` FROM `fitnessTrackers`","question":"Show all averagebatterylife, devicetype, strapmaterial, brandname, rating, color, sellingprice, modelname in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT averagebatterylife, devicetype, strapmaterial, brandname, rating, color, sellingprice, modelname \nFROM fitnessTrackers;\n```","cost":0.0001495,"response_parsed":"SELECT averagebatterylife, devicetype, strapmaterial, brandname, rating, color, sellingprice, modelname \nFROM fitnessTrackers;","time":0.5225050449}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `color`, `modelname`, `averagebatterylife`, `strapmaterial`, `display`, `brandname`, `sellingprice`, `devicetype`, `originalprice` FROM `fitnessTrackers`","question":"Show all color, modelname, averagebatterylife, strapmaterial, display, brandname, sellingprice, devicetype, originalprice in the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT color, modelname, averagebatterylife, strapmaterial, display, brandname, sellingprice, devicetype, originalprice\nFROM fitnessTrackers;\n```","cost":0.0001555,"response_parsed":"SELECT color, modelname, averagebatterylife, strapmaterial, display, brandname, sellingprice, devicetype, originalprice\nFROM fitnessTrackers;","time":0.565341711}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `productno` FROM `salesTransactions`","question":"Show all productno in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productno\nFROM salesTransactions;\n```","cost":0.0001015,"response_parsed":"SELECT productno\nFROM salesTransactions;","time":0.5020422935}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `country` FROM `salesTransactions`","question":"Show all country in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT country\nFROM salesTransactions;\n```","cost":0.000101,"response_parsed":"SELECT DISTINCT country\nFROM salesTransactions;","time":0.4484512806}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `transactionno` FROM `salesTransactions`","question":"Show all transactionno in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT transactionno \nFROM salesTransactions;\n```","cost":0.0001015,"response_parsed":"SELECT transactionno \nFROM salesTransactions;","time":0.3258416653}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `price` FROM `salesTransactions`","question":"Show all price in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT price\nFROM salesTransactions;\n```","cost":0.0000995,"response_parsed":"SELECT price\nFROM salesTransactions;","time":0.3238363266}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `productname` FROM `salesTransactions`","question":"Show all productname in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productname\nFROM salesTransactions;\n```","cost":0.0001015,"response_parsed":"SELECT productname\nFROM salesTransactions;","time":0.4849359989}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `salesTransactions`","question":"Show all the rows in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM salesTransactions;\n```","cost":0.0000985,"response_parsed":"SELECT * FROM salesTransactions;","time":0.3120391369}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `quantity` FROM `salesTransactions`","question":"Show all quantity in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT quantity\nFROM salesTransactions;\n```","cost":0.0000995,"response_parsed":"SELECT quantity\nFROM salesTransactions;","time":0.2828252316}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `price`, `productno` FROM `salesTransactions`","question":"Show all price, productno in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT price, productno\nFROM salesTransactions;\n```","cost":0.0001055,"response_parsed":"SELECT price, productno\nFROM salesTransactions;","time":0.4745352268}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `price`, `customerno`, `date` FROM `salesTransactions`","question":"Show all price, customerno, date in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT price, customerno, date\nFROM salesTransactions;\n```","cost":0.0001095,"response_parsed":"SELECT price, customerno, date\nFROM salesTransactions;","time":0.9831151962}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `productno`, `customerno`, `quantity`, `productname` FROM `salesTransactions`","question":"Show all productno, customerno, quantity, productname in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productno, customerno, quantity, productname\nFROM salesTransactions\n```","cost":0.0001175,"response_parsed":"SELECT productno, customerno, quantity, productname\nFROM salesTransactions","time":0.6859276295}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `date`, `quantity`, `productno`, `price`, `country` FROM `salesTransactions`","question":"Show all date, quantity, productno, price, country in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT date, quantity, productno, price, country\nFROM salesTransactions;\n```","cost":0.0001175,"response_parsed":"SELECT date, quantity, productno, price, country\nFROM salesTransactions;","time":0.4609565735}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `productno`, `price`, `country`, `customerno`, `transactionno`, `productname` FROM `salesTransactions`","question":"Show all productno, price, country, customerno, transactionno, productname in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT productno, price, country, customerno, transactionno, productname \nFROM salesTransactions\n```","cost":0.0001275,"response_parsed":"SELECT productno, price, country, customerno, transactionno, productname \nFROM salesTransactions","time":0.443508625}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `price`, `date`, `transactionno`, `productno`, `customerno`, `country`, `quantity` FROM `salesTransactions`","question":"Show all price, date, transactionno, productno, customerno, country, quantity in the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT price, date, transactionno, productno, customerno, country, quantity\nFROM salesTransactions;\n```","cost":0.0001295,"response_parsed":"SELECT price, date, transactionno, productno, customerno, country, quantity\nFROM salesTransactions;","time":0.9034683704}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `fitnessTrackers` WHERE `color` == 'White '","question":"Show the data of the table fitnessTrackers where color is equal to White ","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM fitnessTrackers\nWHERE color = 'White';\n```","cost":0.000112,"response_parsed":"SELECT *\nFROM fitnessTrackers\nWHERE color = 'White';","time":0.5243375301}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `fitnessTrackers` WHERE `color` != 'Black'","question":"Show the data of the table fitnessTrackers where color is different from Black","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM fitnessTrackers\nWHERE color != 'Black';\n```","cost":0.000112,"response_parsed":"SELECT *\nFROM fitnessTrackers\nWHERE color != 'Black';","time":0.5401566029}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `fitnessTrackers` WHERE `color` != 'Black'","question":"Show the data of the table fitnessTrackers where color not equal to Black","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM fitnessTrackers\nWHERE color <> 'Black';\n```","cost":0.0001135,"response_parsed":"SELECT * \nFROM fitnessTrackers\nWHERE color <> 'Black';","time":0.392693758}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `fitnessTrackers` WHERE `strapmaterial` == 'Thermoplastic polyurethane'","question":"Show the data of the table fitnessTrackers where strapmaterial is equal to Thermoplastic polyurethane","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM fitnessTrackers\nWHERE strapmaterial = 'Thermoplastic polyurethane';\n```","cost":0.000127,"response_parsed":"SELECT * \nFROM fitnessTrackers\nWHERE strapmaterial = 'Thermoplastic polyurethane';","time":1.7155761719}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `fitnessTrackers` WHERE `strapmaterial` != 'Thermoplastic polyurethane'","question":"Show the data of the table fitnessTrackers where strapmaterial is different from Thermoplastic polyurethane","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM fitnessTrackers\nWHERE strapmaterial <> 'Thermoplastic polyurethane';\n```","cost":0.0001255,"response_parsed":"SELECT *\nFROM fitnessTrackers\nWHERE strapmaterial <> 'Thermoplastic polyurethane';","time":0.7972152233}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `fitnessTrackers` WHERE `strapmaterial` != 'Aluminium'","question":"Show the data of the table fitnessTrackers where strapmaterial not equal to Aluminium","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM fitnessTrackers\nWHERE strapmaterial != 'Aluminium'\n```","cost":0.0001155,"response_parsed":"SELECT *\nFROM fitnessTrackers\nWHERE strapmaterial != 'Aluminium'","time":0.4012258053}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `fitnessTrackers` WHERE `display` == 'TFT-LCD Display'","question":"Show the data of the table fitnessTrackers where display is equal to TFT-LCD Display","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM fitnessTrackers\nWHERE display = 'TFT-LCD Display';\n```","cost":0.0001195,"response_parsed":"SELECT *\nFROM fitnessTrackers\nWHERE display = 'TFT-LCD Display';","time":0.3705329895}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `fitnessTrackers` WHERE `display` != 'TFT-LCD Display'","question":"Show the data of the table fitnessTrackers where display is different from TFT-LCD Display","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM fitnessTrackers\nWHERE display <> 'TFT-LCD Display';\n```","cost":0.000121,"response_parsed":"SELECT * \nFROM fitnessTrackers\nWHERE display <> 'TFT-LCD Display';","time":0.5600857735}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `fitnessTrackers` WHERE `display` != 'AMOLED Display'","question":"Show the data of the table fitnessTrackers where display not equal to AMOLED Display","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM fitnessTrackers\nWHERE display <> 'AMOLED Display';\n```","cost":0.000118,"response_parsed":"SELECT *\nFROM fitnessTrackers\nWHERE display <> 'AMOLED Display';","time":0.9299974442}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `fitnessTrackers` WHERE `averagebatterylife` > 14","question":"Show the data of the table fitnessTrackers where averagebatterylife is greater than 14","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM fitnessTrackers \nWHERE averagebatterylife > 14;\n```","cost":0.000122,"response_parsed":"SELECT * \nFROM fitnessTrackers \nWHERE averagebatterylife > 14;","time":0.6434805393}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `fitnessTrackers` WHERE `sellingprice` > 45690.0","question":"Show the data of the table fitnessTrackers where sellingprice is greater than 45690.0","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM fitnessTrackers \nWHERE sellingprice > 45690.0;\n```","cost":0.0001205,"response_parsed":"SELECT * FROM fitnessTrackers \nWHERE sellingprice > 45690.0;","time":0.4663925171}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `fitnessTrackers` WHERE `sellingprice` < 46990.0","question":"Show the data of the table fitnessTrackers where sellingprice is less than 46990.0","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM fitnessTrackers \nWHERE sellingprice < 46990.0;\n```","cost":0.000122,"response_parsed":"SELECT * \nFROM fitnessTrackers \nWHERE sellingprice < 46990.0;","time":0.4520983696}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `fitnessTrackers` WHERE `rating` > 4.6","question":"Show the data of the table fitnessTrackers where rating is greater than 4.6","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM fitnessTrackers\nWHERE rating > 4.6;\n```","cost":0.0001165,"response_parsed":"SELECT *\nFROM fitnessTrackers\nWHERE rating > 4.6;","time":0.4191060066}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `fitnessTrackers` WHERE `rating` < 4.0","question":"Show the data of the table fitnessTrackers where rating is less than 4.0","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM fitnessTrackers \nWHERE rating < 4.0;\n```","cost":0.000118,"response_parsed":"SELECT * \nFROM fitnessTrackers \nWHERE rating < 4.0;","time":0.5277502537}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `salesTransactions` WHERE `date` == '12\/1\/2018'","question":"Show the data of the table salesTransactions where date is equal to 12\/1\/2018","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM salesTransactions \nWHERE date = '12\/1\/2018';\n```","cost":0.0001205,"response_parsed":"SELECT * FROM salesTransactions \nWHERE date = '12\/1\/2018';","time":0.6685962677}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `salesTransactions` WHERE `date` != '9\/15\/2019'","question":"Show the data of the table salesTransactions where date is different from 9\/15\/2019","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM salesTransactions\nWHERE date != '9\/15\/2019';\n```","cost":0.0001205,"response_parsed":"SELECT * FROM salesTransactions\nWHERE date != '9\/15\/2019';","time":0.4794020653}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `salesTransactions` WHERE `date` != '12\/1\/2018'","question":"Show the data of the table salesTransactions where date not equal to 12\/1\/2018","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM salesTransactions\nWHERE date <> '12\/1\/2018';\n```","cost":0.0001205,"response_parsed":"SELECT * FROM salesTransactions\nWHERE date <> '12\/1\/2018';","time":1.0075695515}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `salesTransactions` WHERE `transactionno` == '566959'","question":"Show the data of the table salesTransactions where transactionno is equal to 566959","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM salesTransactions\nWHERE transactionno = '566959';\n```","cost":0.0001145,"response_parsed":"SELECT *\nFROM salesTransactions\nWHERE transactionno = '566959';","time":0.4601607323}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `salesTransactions` WHERE `transactionno` != '579557'","question":"Show the data of the table salesTransactions where transactionno is different from 579557","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM salesTransactions\nWHERE transactionno != '579557';\n```","cost":0.0001145,"response_parsed":"SELECT * FROM salesTransactions\nWHERE transactionno != '579557';","time":0.4285218716}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `salesTransactions` WHERE `transactionno` != '549047'","question":"Show the data of the table salesTransactions where transactionno not equal to 549047","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM salesTransactions WHERE transactionno != '549047';\n```","cost":0.000113,"response_parsed":"SELECT * FROM salesTransactions WHERE transactionno != '549047';","time":0.4847309589}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `salesTransactions` WHERE `productname` == 'Metal-4-Hook-Hanger-French-Chateau'","question":"Show the data of the table salesTransactions where productname is equal to Metal-4-Hook-Hanger-French-Chateau","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM salesTransactions\nWHERE productname = 'Metal-4-Hook-Hanger-French-Chateau';\n```","cost":0.000132,"response_parsed":"SELECT * FROM salesTransactions\nWHERE productname = 'Metal-4-Hook-Hanger-French-Chateau';","time":0.482448101}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `salesTransactions` WHERE `productname` != 'Skulls-Water-Transfer-Tattoos'","question":"Show the data of the table salesTransactions where productname is different from Skulls-Water-Transfer-Tattoos","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM salesTransactions\nWHERE productname <> 'Skulls-Water-Transfer-Tattoos';\n```","cost":0.000128,"response_parsed":"SELECT *\nFROM salesTransactions\nWHERE productname <> 'Skulls-Water-Transfer-Tattoos';","time":0.492934227}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `salesTransactions` WHERE `productname` != 'Pink-Party-Bags'","question":"Show the data of the table salesTransactions where productname not equal to Pink-Party-Bags","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM salesTransactions\nWHERE productname <> 'Pink-Party-Bags'\n```","cost":0.0001215,"response_parsed":"SELECT * \nFROM salesTransactions\nWHERE productname <> 'Pink-Party-Bags'","time":0.6857476234}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `salesTransactions` WHERE `price` > 13.27","question":"Show the data of the table salesTransactions where price is greater than 13.27","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM salesTransactions\nWHERE price > 13.27;\n```","cost":0.000116,"response_parsed":"SELECT * \nFROM salesTransactions\nWHERE price > 13.27;","time":0.8156254292}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `salesTransactions` WHERE `price` < 6.19","question":"Show the data of the table salesTransactions where price is less than 6.19","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM salesTransactions \nWHERE price < 6.19;\n```","cost":0.0001145,"response_parsed":"SELECT * FROM salesTransactions \nWHERE price < 6.19;","time":0.4274818897}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `salesTransactions` WHERE `quantity` > 2","question":"Show the data of the table salesTransactions where quantity is greater than 2","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM salesTransactions\nWHERE quantity > 2;\n```","cost":0.000112,"response_parsed":"SELECT * \nFROM salesTransactions\nWHERE quantity > 2;","time":0.5374839306}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `salesTransactions` WHERE `quantity` < 1","question":"Show the data of the table salesTransactions where quantity is less than 1","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM salesTransactions \nWHERE quantity < 1;\n```","cost":0.000112,"response_parsed":"SELECT * \nFROM salesTransactions \nWHERE quantity < 1;","time":0.7493157387}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `salesTransactions` WHERE `customerno` > 14001.0","question":"Show the data of the table salesTransactions where customerno is greater than 14001.0","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM salesTransactions\nWHERE customerno > 14001.0;\n```","cost":0.0001185,"response_parsed":"SELECT * FROM salesTransactions\nWHERE customerno > 14001.0;","time":0.6871087551}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `salesTransactions` WHERE `customerno` < 14001.0","question":"Show the data of the table salesTransactions where customerno is less than 14001.0","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM salesTransactions \nWHERE customerno < 14001.0;\n```","cost":0.00012,"response_parsed":"SELECT * \nFROM salesTransactions \nWHERE customerno < 14001.0;","time":0.708823204}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `strapmaterial`) FROM `fitnessTrackers`","question":"How many different strapmaterial are in table fitnessTrackers?","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT strapmaterial) AS num_strapmaterial\nFROM fitnessTrackers;\n```","cost":0.000119,"response_parsed":"SELECT COUNT(DISTINCT strapmaterial) AS num_strapmaterial\nFROM fitnessTrackers;","time":0.637055397}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `brandname`) FROM `fitnessTrackers`","question":"How many different brandname are in table fitnessTrackers?","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT brandname) AS num_different_brandname \nFROM fitnessTrackers;\n```","cost":0.000119,"response_parsed":"SELECT COUNT(DISTINCT brandname) AS num_different_brandname \nFROM fitnessTrackers;","time":1.1765618324}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `modelname`) FROM `fitnessTrackers`","question":"How many different modelname are in table fitnessTrackers?","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT modelname) AS total_models\nFROM fitnessTrackers;\n```","cost":0.000116,"response_parsed":"SELECT COUNT(DISTINCT modelname) AS total_models\nFROM fitnessTrackers;","time":0.7120625973}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `color`) FROM `fitnessTrackers`","question":"How many different color are in table fitnessTrackers?","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT color) AS num_color\nFROM fitnessTrackers;\n```","cost":0.000114,"response_parsed":"SELECT COUNT(DISTINCT color) AS num_color\nFROM fitnessTrackers;","time":0.467846632}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `display`) FROM `fitnessTrackers`","question":"How many different display are in table fitnessTrackers?","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT display) AS different_displays\nFROM fitnessTrackers;\n```","cost":0.0001155,"response_parsed":"SELECT COUNT(DISTINCT display) AS different_displays\nFROM fitnessTrackers;","time":0.4993271828}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`rating`) FROM `fitnessTrackers`","question":"Find the maximum rating for the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MAX(rating) AS max_rating \nFROM fitnessTrackers;\n```","cost":0.000111,"response_parsed":"SELECT MAX(rating) AS max_rating \nFROM fitnessTrackers;","time":0.849301815}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`rating`) FROM `fitnessTrackers`","question":"Find the minimum rating for the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MIN(rating) AS min_rating\nFROM fitnessTrackers;\n```","cost":0.000111,"response_parsed":"SELECT MIN(rating) AS min_rating\nFROM fitnessTrackers;","time":0.4750976562}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`rating`) FROM `fitnessTrackers`","question":"Find the average rating for the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT AVG(rating) AS average_rating\nFROM fitnessTrackers;\n```","cost":0.000111,"response_parsed":"SELECT AVG(rating) AS average_rating\nFROM fitnessTrackers;","time":0.4122369289}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`originalprice`) FROM `fitnessTrackers`","question":"Find the maximum originalprice for the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MAX(originalprice) \nFROM fitnessTrackers;\n```","cost":0.000107,"response_parsed":"SELECT MAX(originalprice) \nFROM fitnessTrackers;","time":0.3513703346}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`originalprice`) FROM `fitnessTrackers`","question":"Find the minimum originalprice for the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MIN(originalprice) AS min_originalprice\nFROM fitnessTrackers;\n```","cost":0.000113,"response_parsed":"SELECT MIN(originalprice) AS min_originalprice\nFROM fitnessTrackers;","time":0.5988566875}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"fitnessTrackers","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`originalprice`) FROM `fitnessTrackers`","question":"Find the average originalprice for the table fitnessTrackers","db_schema_normalized":"`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT AVG(originalprice) AS average_originalprice\nFROM fitnessTrackers;\n```","cost":0.000113,"response_parsed":"SELECT AVG(originalprice) AS average_originalprice\nFROM fitnessTrackers;","time":0.4273622036}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `transactionno`) FROM `salesTransactions`","question":"How many different transactionno are in table salesTransactions?","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT transactionno) \nFROM salesTransactions;\n```","cost":0.0001095,"response_parsed":"SELECT COUNT(DISTINCT transactionno) \nFROM salesTransactions;","time":0.5742301941}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `date`) FROM `salesTransactions`","question":"How many different date are in table salesTransactions?","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT date) AS num_dates\nFROM salesTransactions;\n```","cost":0.000112,"response_parsed":"SELECT COUNT(DISTINCT date) AS num_dates\nFROM salesTransactions;","time":0.7650880814}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `productno`) FROM `salesTransactions`","question":"How many different productno are in table salesTransactions?","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT productno) AS num_different_productno\nFROM salesTransactions;\n```","cost":0.000117,"response_parsed":"SELECT COUNT(DISTINCT productno) AS num_different_productno\nFROM salesTransactions;","time":0.4526088238}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `productname`) FROM `salesTransactions`","question":"How many different productname are in table salesTransactions?","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT productname) AS num_different_products\nFROM salesTransactions;\n```","cost":0.0001155,"response_parsed":"SELECT COUNT(DISTINCT productname) AS num_different_products\nFROM salesTransactions;","time":0.5055572987}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `country`) FROM `salesTransactions`","question":"How many different country are in table salesTransactions?","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT country) as numOfCountries\nFROM salesTransactions;\n```","cost":0.000112,"response_parsed":"SELECT COUNT(DISTINCT country) as numOfCountries\nFROM salesTransactions;","time":0.4359755516}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`price`) FROM `salesTransactions`","question":"Find the maximum price for the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MAX(price) AS max_price\nFROM salesTransactions;\n```","cost":0.0001075,"response_parsed":"SELECT MAX(price) AS max_price\nFROM salesTransactions;","time":0.477632761}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`price`) FROM `salesTransactions`","question":"Find the minimum price for the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MIN(price) AS minimum_price\nFROM salesTransactions;\n```","cost":0.0001075,"response_parsed":"SELECT MIN(price) AS minimum_price\nFROM salesTransactions;","time":0.5192015171}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`price`) FROM `salesTransactions`","question":"Find the average price for the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT AVG(price) AS average_price\nFROM salesTransactions;\n```","cost":0.0001075,"response_parsed":"SELECT AVG(price) AS average_price\nFROM salesTransactions;","time":0.3916311264}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`customerno`) FROM `salesTransactions`","question":"Find the maximum customerno for the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MAX(customerno) AS max_customerno\nFROM salesTransactions;\n```","cost":0.000111,"response_parsed":"SELECT MAX(customerno) AS max_customerno\nFROM salesTransactions;","time":0.4981360435}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`customerno`) FROM `salesTransactions`","question":"Find the minimum customerno for the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MIN(customerno) AS min_customerno \nFROM salesTransactions;\n```","cost":0.000111,"response_parsed":"SELECT MIN(customerno) AS min_customerno \nFROM salesTransactions;","time":0.5801098347}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/ecommerce\/ecommerce.sqlite","db_id":"ecommerce","tbl_name":"salesTransactions","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`customerno`) FROM `salesTransactions`","question":"Find the average customerno for the table salesTransactions","db_schema_normalized":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)","db_schema":"`\"salesTransactions\"` (\"transactionno\" TEXT, \"date\" TEXT, \"productno\" TEXT, \"productname\" TEXT, \"price\" REAL, \"quantity\" INTEGER, \"customerno\" REAL, \"country\" TEXT)\n`\"fitnessTrackers\"` (\"brandname\" TEXT, \"devicetype\" TEXT, \"modelname\" TEXT, \"color\" TEXT, \"sellingprice\" REAL, \"originalprice\" REAL, \"display\" TEXT, \"rating\" REAL, \"strapmaterial\" TEXT, \"averagebatterylife\" INTEGER)","pred_dict":{"response":"```sql\nSELECT AVG(customerno) as avg_customerno\nFROM salesTransactions;\n```","cost":0.000111,"response_parsed":"SELECT AVG(customerno) as avg_customerno\nFROM salesTransactions;","time":0.4910655022}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `paymenttype` FROM `accountFraud`","question":"Show the different paymenttype in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT paymenttype\nFROM accountFraud;\n```","cost":0.000122,"response_parsed":"SELECT DISTINCT paymenttype\nFROM accountFraud;","time":0.4180114269}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `housingstatus` FROM `accountFraud`","question":"Show the different housingstatus in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT housingstatus \nFROM accountFraud;\n```","cost":0.000122,"response_parsed":"SELECT DISTINCT housingstatus \nFROM accountFraud;","time":0.4098100662}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `deviceos` FROM `accountFraud`","question":"Show the different deviceos in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT deviceos\nFROM accountFraud;\n```","cost":0.000122,"response_parsed":"SELECT DISTINCT deviceos\nFROM accountFraud;","time":0.5400691032}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `emailisfree` FROM `accountFraud`","question":"Show the different emailisfree in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT emailisfree\nFROM accountFraud;\n```","cost":0.000124,"response_parsed":"SELECT DISTINCT emailisfree\nFROM accountFraud;","time":0.4108302593}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `hasothercards` FROM `accountFraud`","question":"Show the different hasothercards in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT hasothercards\nFROM accountFraud;\n```","cost":0.000124,"response_parsed":"SELECT DISTINCT hasothercards\nFROM accountFraud;","time":0.3244440556}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `customerid` FROM `latePayment`","question":"Show the different customerid in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT customerid \nFROM latePayment;\n```","cost":0.00012,"response_parsed":"SELECT DISTINCT customerid \nFROM latePayment;","time":0.3631000519}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `invoicedate` FROM `latePayment`","question":"Show the different invoicedate in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT invoicedate\nFROM latePayment\n```","cost":0.000122,"response_parsed":"SELECT DISTINCT invoicedate\nFROM latePayment","time":0.5171046257}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `duedate` FROM `latePayment`","question":"Show the different duedate in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT duedate\nFROM latePayment;\n```","cost":0.000122,"response_parsed":"SELECT DISTINCT duedate\nFROM latePayment;","time":0.4139533043}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `paperlessbill` FROM `latePayment`","question":"Show the different paperlessbill in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT paperlessbill\nFROM latePayment;\n```","cost":0.000122,"response_parsed":"SELECT DISTINCT paperlessbill\nFROM latePayment;","time":0.5663285255}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `disputed` FROM `latePayment`","question":"Show the different disputed in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT disputed FROM latePayment;\n```","cost":0.0001165,"response_parsed":"SELECT DISTINCT disputed FROM latePayment;","time":0.3139543533}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `employmentstatus`, COUNT(*) FROM `accountFraud` GROUP BY `employmentstatus`","question":"For each employmentstatus, count the number of rows in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT employmentstatus, COUNT(*) as num_rows\nFROM accountFraud\nGROUP BY employmentstatus;\n```","cost":0.000139,"response_parsed":"SELECT employmentstatus, COUNT(*) as num_rows\nFROM accountFraud\nGROUP BY employmentstatus;","time":0.4127554893}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `deviceos`, COUNT(*) FROM `accountFraud` GROUP BY `deviceos`","question":"For each deviceos, count the number of rows in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT deviceos, COUNT(*) AS count_accountFraud\nFROM accountFraud\nGROUP BY deviceos;\n```","cost":0.000142,"response_parsed":"SELECT deviceos, COUNT(*) AS count_accountFraud\nFROM accountFraud\nGROUP BY deviceos;","time":0.5954430103}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `emailisfree`, COUNT(*) FROM `accountFraud` GROUP BY `emailisfree`","question":"For each emailisfree, count the number of rows in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT emailisfree, COUNT(*) as num_rows\nFROM accountFraud\nGROUP BY emailisfree;\n```","cost":0.0001425,"response_parsed":"SELECT emailisfree, COUNT(*) as num_rows\nFROM accountFraud\nGROUP BY emailisfree;","time":0.4816253185}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `hasothercards`, COUNT(*) FROM `accountFraud` GROUP BY `hasothercards`","question":"For each hasothercards, count the number of rows in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT hasothercards, COUNT(*) AS num_rows\nFROM accountFraud\nGROUP BY hasothercards;\n```","cost":0.0001425,"response_parsed":"SELECT hasothercards, COUNT(*) AS num_rows\nFROM accountFraud\nGROUP BY hasothercards;","time":1.2049064636}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `housingstatus`, COUNT(*) FROM `accountFraud` GROUP BY `housingstatus`","question":"For each housingstatus, count the number of rows in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT housingstatus, COUNT(*) AS count\nFROM accountFraud\nGROUP BY housingstatus;\n```","cost":0.0001375,"response_parsed":"SELECT housingstatus, COUNT(*) AS count\nFROM accountFraud\nGROUP BY housingstatus;","time":0.7932984829}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `emailisfree`, MIN(`dateofbirthdistinctemails4w`) FROM `accountFraud` GROUP BY `emailisfree`","question":"For each emailisfree, find the min of dateofbirthdistinctemails4w in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT emailisfree, MIN(dateofbirthdistinctemails4w) AS min_dateofbirthdistinctemails4w\nFROM accountFraud\nGROUP BY emailisfree;\n```","cost":0.000165,"response_parsed":"SELECT emailisfree, MIN(dateofbirthdistinctemails4w) AS min_dateofbirthdistinctemails4w\nFROM accountFraud\nGROUP BY emailisfree;","time":1.2188005447}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `emailisfree`, MAX(`dateofbirthdistinctemails4w`) FROM `accountFraud` GROUP BY `emailisfree`","question":"For each emailisfree, find the max of dateofbirthdistinctemails4w in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT emailisfree, MAX(dateofbirthdistinctemails4w) AS max_dob\nFROM accountFraud\nGROUP BY emailisfree;\n```","cost":0.0001575,"response_parsed":"SELECT emailisfree, MAX(dateofbirthdistinctemails4w) AS max_dob\nFROM accountFraud\nGROUP BY emailisfree;","time":0.6640799046}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `emailisfree`, AVG(`dateofbirthdistinctemails4w`) FROM `accountFraud` GROUP BY `emailisfree`","question":"For each emailisfree, find the avg of dateofbirthdistinctemails4w in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT emailisfree, AVG(dateofbirthdistinctemails4w) AS avg_dateofbirth\nFROM accountFraud\nGROUP BY emailisfree;\n```","cost":0.000159,"response_parsed":"SELECT emailisfree, AVG(dateofbirthdistinctemails4w) AS avg_dateofbirth\nFROM accountFraud\nGROUP BY emailisfree;","time":0.6188144684}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `emailisfree`, SUM(`dateofbirthdistinctemails4w`) FROM `accountFraud` GROUP BY `emailisfree`","question":"For each emailisfree, find the sum of dateofbirthdistinctemails4w in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT emailisfree, SUM(dateofbirthdistinctemails4w) \nFROM accountFraud \nGROUP BY emailisfree;\n```","cost":0.0001515,"response_parsed":"SELECT emailisfree, SUM(dateofbirthdistinctemails4w) \nFROM accountFraud \nGROUP BY emailisfree;","time":0.5636694431}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `emailisfree`, MIN(`sessionlengthminutes`) FROM `accountFraud` GROUP BY `emailisfree`","question":"For each emailisfree, find the min of sessionlengthminutes in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT emailisfree, MIN(sessionlengthminutes) AS min_sessionlength\nFROM accountFraud\nGROUP BY emailisfree;\n```","cost":0.0001495,"response_parsed":"SELECT emailisfree, MIN(sessionlengthminutes) AS min_sessionlength\nFROM accountFraud\nGROUP BY emailisfree;","time":0.882689476}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `emailisfree`, MAX(`sessionlengthminutes`) FROM `accountFraud` GROUP BY `emailisfree`","question":"For each emailisfree, find the max of sessionlengthminutes in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT emailisfree, MAX(sessionlengthminutes) AS max_sessionlength\nFROM accountFraud\nGROUP BY emailisfree;\n```","cost":0.0001495,"response_parsed":"SELECT emailisfree, MAX(sessionlengthminutes) AS max_sessionlength\nFROM accountFraud\nGROUP BY emailisfree;","time":0.4650638103}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `emailisfree`, AVG(`sessionlengthminutes`) FROM `accountFraud` GROUP BY `emailisfree`","question":"For each emailisfree, find the avg of sessionlengthminutes in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT emailisfree, AVG(sessionlengthminutes) AS avg_session_length\nFROM accountFraud\nGROUP BY emailisfree;\n```","cost":0.0001495,"response_parsed":"SELECT emailisfree, AVG(sessionlengthminutes) AS avg_session_length\nFROM accountFraud\nGROUP BY emailisfree;","time":0.736679554}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `emailisfree`, SUM(`sessionlengthminutes`) FROM `accountFraud` GROUP BY `emailisfree`","question":"For each emailisfree, find the sum of sessionlengthminutes in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT emailisfree, SUM(sessionlengthminutes)\nFROM accountFraud\nGROUP BY emailisfree;\n```","cost":0.000142,"response_parsed":"SELECT emailisfree, SUM(sessionlengthminutes)\nFROM accountFraud\nGROUP BY emailisfree;","time":0.5153970718}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `employmentstatus`, MIN(`dateofbirthdistinctemails4w`) FROM `accountFraud` GROUP BY `employmentstatus`","question":"For each employmentstatus, find the min of dateofbirthdistinctemails4w in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT employmentstatus, MIN(dateofbirthdistinctemails4w) AS min_dateofbirthdistinctemails4w\nFROM accountFraFraud\nGROUP BY employmentstatus;\n```","cost":0.000163,"response_parsed":"SELECT employmentstatus, MIN(dateofbirthdistinctemails4w) AS min_dateofbirthdistinctemails4w\nFROM accountFraFraud\nGROUP BY employmentstatus;","time":0.7419044971}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `employmentstatus`, MAX(`dateofbirthdistinctemails4w`) FROM `accountFraud` GROUP BY `employmentstatus`","question":"For each employmentstatus, find the max of dateofbirthdistinctemails4w in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT employmentstatus, MAX(dateofbirthdistinctemails4w) \nFROM accountFraud\nGROUP BY employmentstatus;\n```","cost":0.000148,"response_parsed":"SELECT employmentstatus, MAX(dateofbirthdistinctemails4w) \nFROM accountFraud\nGROUP BY employmentstatus;","time":0.5140113831}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `employmentstatus`, AVG(`dateofbirthdistinctemails4w`) FROM `accountFraud` GROUP BY `employmentstatus`","question":"For each employmentstatus, find the avg of dateofbirthdistinctemails4w in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT employmentstatus, AVG(dateofbirthdistinctemails4w) as avg_dateofbirthdistinctemails4w\nFROM accountFraud\nGROUP BY employmentstatus;\n```","cost":0.0001615,"response_parsed":"SELECT employmentstatus, AVG(dateofbirthdistinctemails4w) as avg_dateofbirthdistinctemails4w\nFROM accountFraud\nGROUP BY employmentstatus;","time":0.5720801353}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `employmentstatus`, SUM(`dateofbirthdistinctemails4w`) FROM `accountFraud` GROUP BY `employmentstatus`","question":"For each employmentstatus, find the sum of dateofbirthdistinctemails4w in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT employmentstatus, SUM(dateofbirthdistinctemails4w) AS total_dateofbirthdistinctemails4w\nFROM accountFraud\nGROUP BY employmentstatus;\n```","cost":0.0001615,"response_parsed":"SELECT employmentstatus, SUM(dateofbirthdistinctemails4w) AS total_dateofbirthdistinctemails4w\nFROM accountFraud\nGROUP BY employmentstatus;","time":1.8081624508}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `employmentstatus`, MIN(`sessionlengthminutes`) FROM `accountFraud` GROUP BY `employmentstatus`","question":"For each employmentstatus, find the min of sessionlengthminutes in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT employmentstatus, MIN(sessionlengthminutes) AS min_sessionlength\nFROM accountFraud\nGROUP BY employmentstatus;\n```","cost":0.000146,"response_parsed":"SELECT employmentstatus, MIN(sessionlengthminutes) AS min_sessionlength\nFROM accountFraud\nGROUP BY employmentstatus;","time":0.8199579716}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `employmentstatus`, MAX(`sessionlengthminutes`) FROM `accountFraud` GROUP BY `employmentstatus`","question":"For each employmentstatus, find the max of sessionlengthminutes in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT employmentstatus, MAX(sessionlengthminutes) AS max_sessionlength\nFROM accountFraud\nGROUP BY employmentstatus;\n```","cost":0.000146,"response_parsed":"SELECT employmentstatus, MAX(sessionlengthminutes) AS max_sessionlength\nFROM accountFraud\nGROUP BY employmentstatus;","time":0.4798004627}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `employmentstatus`, AVG(`sessionlengthminutes`) FROM `accountFraud` GROUP BY `employmentstatus`","question":"For each employmentstatus, find the avg of sessionlengthminutes in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT employmentstatus, AVG(sessionlengthminutes) AS avg_sessionlength\nFROM accountFraud\nGROUP BY employmentstatus;\n```","cost":0.000146,"response_parsed":"SELECT employmentstatus, AVG(sessionlengthminutes) AS avg_sessionlength\nFROM accountFraud\nGROUP BY employmentstatus;","time":0.4552550316}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `employmentstatus`, SUM(`sessionlengthminutes`) FROM `accountFraud` GROUP BY `employmentstatus`","question":"For each employmentstatus, find the sum of sessionlengthminutes in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT employmentstatus, SUM(sessionlengthminutes) AS total_sessionlength\nFROM accountFraud\nGROUP BY employmentstatus;\n```","cost":0.000146,"response_parsed":"SELECT employmentstatus, SUM(sessionlengthminutes) AS total_sessionlength\nFROM accountFraud\nGROUP BY employmentstatus;","time":0.6137368679}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `paperlessdate`, COUNT(*) FROM `latePayment` GROUP BY `paperlessdate`","question":"For each paperlessdate, count the number of rows in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessdate, COUNT(*) \nFROM latePayment \nGROUP BY paperlessdate;\n```","cost":0.000136,"response_parsed":"SELECT paperlessdate, COUNT(*) \nFROM latePayment \nGROUP BY paperlessdate;","time":0.8022651672}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `paperlessbill`, COUNT(*) FROM `latePayment` GROUP BY `paperlessbill`","question":"For each paperlessbill, count the number of rows in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessbill, COUNT(*) AS latePaymentCount\nFROM latePayment\nGROUP BY paperlessbill;\n```","cost":0.000142,"response_parsed":"SELECT paperlessbill, COUNT(*) AS latePaymentCount\nFROM latePayment\nGROUP BY paperlessbill;","time":0.5472154617}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `customerid`, COUNT(*) FROM `latePayment` GROUP BY `customerid`","question":"For each customerid, count the number of rows in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT customerid, COUNT(*) AS latePaymentCount\nFROM latePayment\nGROUP BY customerid;\n```","cost":0.0001385,"response_parsed":"SELECT customerid, COUNT(*) AS latePaymentCount\nFROM latePayment\nGROUP BY customerid;","time":0.511436224}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `duedate`, COUNT(*) FROM `latePayment` GROUP BY `duedate`","question":"For each duedate, count the number of rows in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT duedate, COUNT(*) as latePayment_count\nFROM latePayment\nGROUP BY duedate;\n```","cost":0.000142,"response_parsed":"SELECT duedate, COUNT(*) as latePayment_count\nFROM latePayment\nGROUP BY duedate;","time":0.471303463}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `invoicedate`, COUNT(*) FROM `latePayment` GROUP BY `invoicedate`","question":"For each invoicedate, count the number of rows in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT invoicedate, COUNT(*) AS latePayment_count\nFROM latePayment\nGROUP BY invoicedate;\n```","cost":0.000142,"response_parsed":"SELECT invoicedate, COUNT(*) AS latePayment_count\nFROM latePayment\nGROUP BY invoicedate;","time":0.7043821812}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `paperlessbill`, MIN(`daystosettle`) FROM `latePayment` GROUP BY `paperlessbill`","question":"For each paperlessbill, find the min of daystosettle in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessbill, MIN(daystosettle)\nFROM latePayment\nGROUP BY paperlessbill;\n```","cost":0.000142,"response_parsed":"SELECT paperlessbill, MIN(daystosettle)\nFROM latePayment\nGROUP BY paperlessbill;","time":0.582628727}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `paperlessbill`, MAX(`daystosettle`) FROM `latePayment` GROUP BY `paperlessbill`","question":"For each paperlessbill, find the max of daystosettle in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessbill, MAX(daystosettle) AS max_daystosettle\nFROM latePayment\nGROUP BY paperlessbill;\n```","cost":0.0001525,"response_parsed":"SELECT paperlessbill, MAX(daystosettle) AS max_daystosettle\nFROM latePayment\nGROUP BY paperlessbill;","time":1.0401601791}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `paperlessbill`, AVG(`daystosettle`) FROM `latePayment` GROUP BY `paperlessbill`","question":"For each paperlessbill, find the avg of daystosettle in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessbill, AVG(daystosettle) AS avg_daystosettle\nFROM latePayment\nGROUP BY paperlessbill;\n```","cost":0.0001525,"response_parsed":"SELECT paperlessbill, AVG(daystosettle) AS avg_daystosettle\nFROM latePayment\nGROUP BY paperlessbill;","time":0.6942696571}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `paperlessbill`, SUM(`daystosettle`) FROM `latePayment` GROUP BY `paperlessbill`","question":"For each paperlessbill, find the sum of daystosettle in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessbill, SUM(daystosettle) \nFROM latePayment\nGROUP BY paperlessbill;\n```","cost":0.0001435,"response_parsed":"SELECT paperlessbill, SUM(daystosettle) \nFROM latePayment\nGROUP BY paperlessbill;","time":1.0852949619}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `paperlessbill`, MIN(`dayslate`) FROM `latePayment` GROUP BY `paperlessbill`","question":"For each paperlessbill, find the min of dayslate in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessbill, MIN(dayslate) \nFROM latePayment\nGROUP BY paperlessbill;\n```","cost":0.0001395,"response_parsed":"SELECT paperlessbill, MIN(dayslate) \nFROM latePayment\nGROUP BY paperlessbill;","time":0.6579353809}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `paperlessbill`, MAX(`dayslate`) FROM `latePayment` GROUP BY `paperlessbill`","question":"For each paperlessbill, find the max of dayslate in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessbill, MAX(dayslate)\nFROM latePayment\nGROUP BY paperlessbill;\n```","cost":0.000138,"response_parsed":"SELECT paperlessbill, MAX(dayslate)\nFROM latePayment\nGROUP BY paperlessbill;","time":0.8998878002}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `paperlessbill`, AVG(`dayslate`) FROM `latePayment` GROUP BY `paperlessbill`","question":"For each paperlessbill, find the avg of dayslate in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessbill, AVG(dayslate) AS avg_dayslate\nFROM latePayment\nGROUP BY paperlessbill;\n```","cost":0.0001455,"response_parsed":"SELECT paperlessbill, AVG(dayslate) AS avg_dayslate\nFROM latePayment\nGROUP BY paperlessbill;","time":0.5079135895}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `paperlessbill`, SUM(`dayslate`) FROM `latePayment` GROUP BY `paperlessbill`","question":"For each paperlessbill, find the sum of dayslate in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessbill, SUM(dayslate)\nFROM latePayment\nGROUP BY paperlessbill;\n```","cost":0.000138,"response_parsed":"SELECT paperlessbill, SUM(dayslate)\nFROM latePayment\nGROUP BY paperlessbill;","time":0.4620864391}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `customerid`, MIN(`daystosettle`) FROM `latePayment` GROUP BY `customerid`","question":"For each customerid, find the min of daystosettle in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT customerid, MIN(daystosettle) as min_daystosettle\nFROM latePayment\nGROUP BY customerid;\n```","cost":0.000149,"response_parsed":"SELECT customerid, MIN(daystosettle) as min_daystosettle\nFROM latePayment\nGROUP BY customerid;","time":0.9860787392}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `customerid`, MAX(`daystosettle`) FROM `latePayment` GROUP BY `customerid`","question":"For each customerid, find the max of daystosettle in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT customerid, MAX(daystosettle) AS max_daystosettle\nFROM latePayment\nGROUP BY customerid;\n```","cost":0.000149,"response_parsed":"SELECT customerid, MAX(daystosettle) AS max_daystosettle\nFROM latePayment\nGROUP BY customerid;","time":0.6338090897}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `customerid`, AVG(`daystosettle`) FROM `latePayment` GROUP BY `customerid`","question":"For each customerid, find the avg of daystosettle in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT customerid, AVG(daystosettle) AS average_daystosettle\nFROM latePayment\nGROUP BY customerid;\n```","cost":0.000149,"response_parsed":"SELECT customerid, AVG(daystosettle) AS average_daystosettle\nFROM latePayment\nGROUP BY customerid;","time":0.8090670109}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `customerid`, SUM(`daystosettle`) FROM `latePayment` GROUP BY `customerid`","question":"For each customerid, find the sum of daystosettle in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT customerid, SUM(daystosettle) AS total_daystosettle\nFROM latePayment\nGROUP BY customerid;\n```","cost":0.000149,"response_parsed":"SELECT customerid, SUM(daystosettle) AS total_daystosettle\nFROM latePayment\nGROUP BY customerid;","time":0.54677248}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `customerid`, MIN(`dayslate`) FROM `latePayment` GROUP BY `customerid`","question":"For each customerid, find the min of dayslate in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT customerid, MIN(dayslate) as min_dayslate\nFROM latePayment\nGROUP BY customerid;\n```","cost":0.000142,"response_parsed":"SELECT customerid, MIN(dayslate) as min_dayslate\nFROM latePayment\nGROUP BY customerid;","time":0.4602472782}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `customerid`, MAX(`dayslate`) FROM `latePayment` GROUP BY `customerid`","question":"For each customerid, find the max of dayslate in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT customerid, MAX(dayslate) AS max_dayslate\nFROM latePayment\nGROUP BY customerid;\n```","cost":0.000142,"response_parsed":"SELECT customerid, MAX(dayslate) AS max_dayslate\nFROM latePayment\nGROUP BY customerid;","time":0.6024525166}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `customerid`, AVG(`dayslate`) FROM `latePayment` GROUP BY `customerid`","question":"For each customerid, find the avg of dayslate in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT customerid, AVG(dayslate) AS avg_dayslate\nFROM latePayment\nGROUP BY customerid;\n```","cost":0.000142,"response_parsed":"SELECT customerid, AVG(dayslate) AS avg_dayslate\nFROM latePayment\nGROUP BY customerid;","time":0.512834549}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `customerid`, SUM(`dayslate`) FROM `latePayment` GROUP BY `customerid`","question":"For each customerid, find the sum of dayslate in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT customerid, SUM(dayslate) AS total_dayslate\nFROM latePayment\nGROUP BY customerid;\n```","cost":0.000142,"response_parsed":"SELECT customerid, SUM(dayslate) AS total_dayslate\nFROM latePayment\nGROUP BY customerid;","time":0.4823656082}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `paymenttype` FROM `accountFraud` GROUP BY `paymenttype` HAVING count(*) >= 5","question":"Find all the paymenttype that have at least 5 records in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING COUNT(*) >= 5;\n```","cost":0.000143,"response_parsed":"SELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING COUNT(*) >= 5;","time":0.5323343277}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `paymenttype` FROM `accountFraud` GROUP BY `paymenttype` HAVING count(*) <= 5","question":"Find all the paymenttype that have at most 5 records in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING COUNT(*) <= 5;\n```","cost":0.000143,"response_parsed":"SELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING COUNT(*) <= 5;","time":0.5672609806}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `deviceos` FROM `accountFraud` GROUP BY `deviceos` HAVING count(*) >= 5","question":"Find all the deviceos that have at least 5 records in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT deviceos\nFROM accountFraud\nGROUP BY deviceos\nHAVING COUNT(*) >= 5\n```","cost":0.000143,"response_parsed":"SELECT deviceos\nFROM accountFraud\nGROUP BY deviceos\nHAVING COUNT(*) >= 5","time":0.6270709038}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `deviceos` FROM `accountFraud` GROUP BY `deviceos` HAVING count(*) <= 5","question":"Find all the deviceos that have at most 5 records in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT deviceos\nFROM accountFraud\nGROUP BY deviceos\nHAVING COUNT(*) <= 5\n```","cost":0.000143,"response_parsed":"SELECT deviceos\nFROM accountFraud\nGROUP BY deviceos\nHAVING COUNT(*) <= 5","time":0.4764783382}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `emailisfree` FROM `accountFraud` GROUP BY `emailisfree` HAVING count(*) >= 10","question":"Find all the emailisfree that have at least 10 records in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT emailisfree\nFROM accountFraud\nGROUP BY emailisfree\nHAVING COUNT(*) >= 10;\n```","cost":0.0001465,"response_parsed":"SELECT emailisfree\nFROM accountFraud\nGROUP BY emailisfree\nHAVING COUNT(*) >= 10;","time":0.6184411049}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `emailisfree` FROM `accountFraud` GROUP BY `emailisfree` HAVING count(*) <= 10","question":"Find all the emailisfree that have at most 10 records in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT emailisfree \nFROM accountFraud \nGROUP BY emailisfree \nHAVING COUNT(*) <= 10;\n```","cost":0.0001465,"response_parsed":"SELECT emailisfree \nFROM accountFraud \nGROUP BY emailisfree \nHAVING COUNT(*) <= 10;","time":0.4743232727}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `hasothercards` FROM `accountFraud` GROUP BY `hasothercards` HAVING AVG(`creditriskscore`) >= 141.44","question":"List the hasothercards which average of creditriskscore is at least 141.44 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT hasothercards\nFROM accountFraud\nGROUP BY hasothercards\nHAVING AVG(creditriskscore) >= 141.44\n```","cost":0.00016,"response_parsed":"SELECT hasothercards\nFROM accountFraud\nGROUP BY hasothercards\nHAVING AVG(creditriskscore) >= 141.44","time":0.4834465981}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `hasothercards` FROM `accountFraud` GROUP BY `hasothercards` HAVING AVG(`creditriskscore`) <= 141.44","question":"List the hasothercards which average of creditriskscore is at most 141.44 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT hasothercards\nFROM accountFraud\nGROUP BY hasothercards\nHAVING AVG(creditriskscore) <= 141.44\n```","cost":0.00016,"response_parsed":"SELECT hasothercards\nFROM accountFraud\nGROUP BY hasothercards\nHAVING AVG(creditriskscore) <= 141.44","time":0.8130922318}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `hasothercards` FROM `accountFraud` GROUP BY `hasothercards` HAVING SUM(`creditriskscore`) >= 1144.5","question":"List the hasothercards which summation of creditriskscore is at least 1144.5 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT hasothercards\nFROM accountFraud\nGROUP BY hasothercards\nHAVING SUM(creditriskscore) >= 1144.5;\n```","cost":0.0001625,"response_parsed":"SELECT hasothercards\nFROM accountFraud\nGROUP BY hasothercards\nHAVING SUM(creditriskscore) >= 1144.5;","time":0.6123752594}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `hasothercards` FROM `accountFraud` GROUP BY `hasothercards` HAVING SUM(`creditriskscore`) <= 1144.5","question":"List the hasothercards which summation of creditriskscore is at most 1144.5 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT hasothercards\nFROM accountFraud\nWHERE SUM(creditriskscore) <= 1144.5\n```","cost":0.000152,"response_parsed":"SELECT hasothercards\nFROM accountFraud\nWHERE SUM(creditriskscore) <= 1144.5","time":0.4980530739}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `hasothercards` FROM `accountFraud` GROUP BY `hasothercards` HAVING AVG(`sessionlengthminutes`) >= 7.85","question":"List the hasothercards which average of sessionlengthminutes is at least 7.85 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT hasothercards\nFROM accountFraud\nGROUP BY hasothercards\nHAVING AVG(sessionlengthminutes) >= 7.85;\n```","cost":0.0001565,"response_parsed":"SELECT hasothercards\nFROM accountFraud\nGROUP BY hasothercards\nHAVING AVG(sessionlengthminutes) >= 7.85;","time":1.7222669125}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `hasothercards` FROM `accountFraud` GROUP BY `hasothercards` HAVING AVG(`sessionlengthminutes`) <= 7.85","question":"List the hasothercards which average of sessionlengthminutes is at most 7.85 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT hasothercards\nFROM accountFraud\nGROUP BY hasothercards\nHAVING AVG(sessionlengthminutes) <= 7.85;\n```","cost":0.0001565,"response_parsed":"SELECT hasothercards\nFROM accountFraud\nGROUP BY hasothercards\nHAVING AVG(sessionlengthminutes) <= 7.85;","time":0.5220301151}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `hasothercards` FROM `accountFraud` GROUP BY `hasothercards` HAVING SUM(`sessionlengthminutes`) >= 58.5","question":"List the hasothercards which summation of sessionlengthminutes is at least 58.5 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT hasothercards\nFROM accountFraud\nGROUP BY hasothercards\nHAVING SUM(sessionlengthminutes) >= 58.5;\n```","cost":0.000157,"response_parsed":"SELECT hasothercards\nFROM accountFraud\nGROUP BY hasothercards\nHAVING SUM(sessionlengthminutes) >= 58.5;","time":0.6152687073}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `hasothercards` FROM `accountFraud` GROUP BY `hasothercards` HAVING SUM(`sessionlengthminutes`) <= 58.5","question":"List the hasothercards which summation of sessionlengthminutes is at most 58.5 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT hasothercards\nFROM accountFraud\nWHERE SUM(sessionlengthminutes) <= 58.5\n```","cost":0.0001465,"response_parsed":"SELECT hasothercards\nFROM accountFraud\nWHERE SUM(sessionlengthminutes) <= 58.5","time":0.569129467}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `paymenttype` FROM `accountFraud` GROUP BY `paymenttype` HAVING AVG(`creditriskscore`) >= 109.56","question":"List the paymenttype which average of creditriskscore is at least 109.56 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING AVG(creditriskscore) >= 109.56;\n```","cost":0.0001565,"response_parsed":"SELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING AVG(creditriskscore) >= 109.56;","time":0.5030748844}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `paymenttype` FROM `accountFraud` GROUP BY `paymenttype` HAVING AVG(`creditriskscore`) <= 109.56","question":"List the paymenttype which average of creditriskscore is at most 109.56 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT paymenttype\nFROM accountFraud\nWHERE creditriskscore <= 109.56;\n```","cost":0.0001445,"response_parsed":"SELECT DISTINCT paymenttype\nFROM accountFraud\nWHERE creditriskscore <= 109.56;","time":1.2208790779}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `paymenttype` FROM `accountFraud` GROUP BY `paymenttype` HAVING SUM(`creditriskscore`) >= 572.25","question":"List the paymenttype which summation of creditriskscore is at least 572.25 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING SUM(creditriskscore) >= 572.25;\n```","cost":0.000157,"response_parsed":"SELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING SUM(creditriskscore) >= 572.25;","time":0.7028026581}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `paymenttype` FROM `accountFraud` GROUP BY `paymenttype` HAVING SUM(`creditriskscore`) <= 572.25","question":"List the paymenttype which summation of creditriskscore is at most 572.25 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING SUM(creditriskscore) <= 572.25;\n```","cost":0.000157,"response_parsed":"SELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING SUM(creditriskscore) <= 572.25;","time":0.6468360424}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `paymenttype` FROM `accountFraud` GROUP BY `paymenttype` HAVING AVG(`sessionlengthminutes`) >= 5.45","question":"List the paymenttype which average of sessionlengthminutes is at least 5.45 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING AVG(sessionlengthminutes) >= 5.45\n```","cost":0.000153,"response_parsed":"SELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING AVG(sessionlengthminutes) >= 5.45","time":0.6009385586}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `paymenttype` FROM `accountFraud` GROUP BY `paymenttype` HAVING AVG(`sessionlengthminutes`) <= 5.45","question":"List the paymenttype which average of sessionlengthminutes is at most 5.45 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING AVG(sessionlengthminutes) <= 5.45;\n```","cost":0.000153,"response_parsed":"SELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING AVG(sessionlengthminutes) <= 5.45;","time":0.4989485741}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `paymenttype` FROM `accountFraud` GROUP BY `paymenttype` HAVING SUM(`sessionlengthminutes`) >= 29.25","question":"List the paymenttype which summation of sessionlengthminutes is at least 29.25 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING SUM(sessionlengthminutes) >= 29.25;\n```","cost":0.0001535,"response_parsed":"SELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING SUM(sessionlengthminutes) >= 29.25;","time":1.0941104889}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `paymenttype` FROM `accountFraud` GROUP BY `paymenttype` HAVING SUM(`sessionlengthminutes`) <= 29.25","question":"List the paymenttype which summation of sessionlengthminutes is at most 29.25 in table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING SUM(sessionlengthminutes) <= 29.25;\n```","cost":0.0001535,"response_parsed":"SELECT paymenttype\nFROM accountFraud\nGROUP BY paymenttype\nHAVING SUM(sessionlengthminutes) <= 29.25;","time":0.5670661926}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `customerid` FROM `latePayment` GROUP BY `customerid` HAVING count(*) >= 1","question":"Find all the customerid that have at least 1 records in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT customerid\nFROM latePayment;\n```","cost":0.000123,"response_parsed":"SELECT DISTINCT customerid\nFROM latePayment;","time":0.4578354359}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `customerid` FROM `latePayment` GROUP BY `customerid` HAVING count(*) <= 1","question":"Find all the customerid that have at most 1 records in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT customerid\nFROM latePayment\nGROUP BY customerid\nHAVING COUNT(*) <= 1;\n```","cost":0.000141,"response_parsed":"SELECT customerid\nFROM latePayment\nGROUP BY customerid\nHAVING COUNT(*) <= 1;","time":0.831622839}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `disputed` FROM `latePayment` GROUP BY `disputed` HAVING count(*) >= 10","question":"Find all the disputed that have at least 10 records in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT disputed\nFROM latePayment\nGROUP BY disputed\nHAVING COUNT(*) >= 10\n```","cost":0.0001375,"response_parsed":"SELECT disputed\nFROM latePayment\nGROUP BY disputed\nHAVING COUNT(*) >= 10","time":0.5637471676}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `disputed` FROM `latePayment` GROUP BY `disputed` HAVING count(*) <= 10","question":"Find all the disputed that have at most 10 records in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT disputed\nFROM latePayment\nGROUP BY disputed\nHAVING COUNT(*) <= 10\n```","cost":0.0001375,"response_parsed":"SELECT disputed\nFROM latePayment\nGROUP BY disputed\nHAVING COUNT(*) <= 10","time":0.4704763889}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `paperlessbill` FROM `latePayment` GROUP BY `paperlessbill` HAVING count(*) >= 10","question":"Find all the paperlessbill that have at least 10 records in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessbill \nFROM latePayment\nGROUP BY paperlessbill\nHAVING COUNT(*) >= 10;\n```","cost":0.0001445,"response_parsed":"SELECT paperlessbill \nFROM latePayment\nGROUP BY paperlessbill\nHAVING COUNT(*) >= 10;","time":0.5174741745}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `paperlessbill` FROM `latePayment` GROUP BY `paperlessbill` HAVING count(*) <= 10","question":"Find all the paperlessbill that have at most 10 records in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessbill \nFROM latePayment\nGROUP BY paperlessbill\nHAVING COUNT(*) <= 10\n```","cost":0.0001445,"response_parsed":"SELECT paperlessbill \nFROM latePayment\nGROUP BY paperlessbill\nHAVING COUNT(*) <= 10","time":0.7136166096}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `invoicedate` FROM `latePayment` GROUP BY `invoicedate` HAVING AVG(`dayslate`) >= 2.95","question":"List the invoicedate which average of dayslate is at least 2.95 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING AVG(dayslate) >= 2.95;\n```","cost":0.0001525,"response_parsed":"SELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING AVG(dayslate) >= 2.95;","time":1.053999424}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `invoicedate` FROM `latePayment` GROUP BY `invoicedate` HAVING AVG(`dayslate`) <= 2.95","question":"List the invoicedate which average of dayslate is at most 2.95 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING AVG(dayslate) <= 2.95\n```","cost":0.0001525,"response_parsed":"SELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING AVG(dayslate) <= 2.95","time":0.5113601685}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `invoicedate` FROM `latePayment` GROUP BY `invoicedate` HAVING SUM(`dayslate`) >= 2.95","question":"List the invoicedate which summation of dayslate is at least 2.95 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING SUM(dayslate) >= 2.95\n```","cost":0.000153,"response_parsed":"SELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING SUM(dayslate) >= 2.95","time":0.6267602444}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `invoicedate` FROM `latePayment` GROUP BY `invoicedate` HAVING SUM(`dayslate`) <= 2.95","question":"List the invoicedate which summation of dayslate is at most 2.95 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING SUM(dayslate) <= 2.95\n```","cost":0.000153,"response_parsed":"SELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING SUM(dayslate) <= 2.95","time":0.5383789539}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `invoicedate` FROM `latePayment` GROUP BY `invoicedate` HAVING AVG(`invoicenumber`) >= 4902805164.55","question":"List the invoicedate which average of invoicenumber is at least 4902805164.55 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING AVG(invoicenumber) >= 4902805164.55\n```","cost":0.000164,"response_parsed":"SELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING AVG(invoicenumber) >= 4902805164.55","time":0.746306181}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `invoicedate` FROM `latePayment` GROUP BY `invoicedate` HAVING AVG(`invoicenumber`) <= 4902805164.55","question":"List the invoicedate which average of invoicenumber is at most 4902805164.55 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING AVG(invoicenumber) <= 4902805164.55;\n```","cost":0.000164,"response_parsed":"SELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING AVG(invoicenumber) <= 4902805164.55;","time":0.7351136208}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `invoicedate` FROM `latePayment` GROUP BY `invoicedate` HAVING SUM(`invoicenumber`) >= 4902805164.55","question":"List the invoicedate which summation of invoicenumber is at least 4902805164.55 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING SUM(invoicenumber) >= 4902805164.55;\n```","cost":0.0001645,"response_parsed":"SELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING SUM(invoicenumber) >= 4902805164.55;","time":0.5226807594}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `invoicedate` FROM `latePayment` GROUP BY `invoicedate` HAVING SUM(`invoicenumber`) <= 4902805164.55","question":"List the invoicedate which summation of invoicenumber is at most 4902805164.55 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING SUM(invoicenumber) <= 4902805164.55\n```","cost":0.0001645,"response_parsed":"SELECT invoicedate\nFROM latePayment\nGROUP BY invoicedate\nHAVING SUM(invoicenumber) <= 4902805164.55","time":0.5666759014}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `paperlessdate` FROM `latePayment` GROUP BY `paperlessdate` HAVING AVG(`dayslate`) >= 1.43","question":"List the paperlessdate which average of dayslate is at least 1.43 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING AVG(dayslate) >= 1.43;\n```","cost":0.0001525,"response_parsed":"SELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING AVG(dayslate) >= 1.43;","time":0.5524399281}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `paperlessdate` FROM `latePayment` GROUP BY `paperlessdate` HAVING AVG(`dayslate`) <= 1.43","question":"List the paperlessdate which average of dayslate is at most 1.43 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING AVG(dayslate) <= 1.43;\n```","cost":0.0001525,"response_parsed":"SELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING AVG(dayslate) <= 1.43;","time":0.4575448036}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `paperlessdate` FROM `latePayment` GROUP BY `paperlessdate` HAVING SUM(`dayslate`) >= 3.47","question":"List the paperlessdate which summation of dayslate is at least 3.47 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING SUM(dayslate) >= 3.47;\n```","cost":0.000153,"response_parsed":"SELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING SUM(dayslate) >= 3.47;","time":0.6513996124}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `paperlessdate` FROM `latePayment` GROUP BY `paperlessdate` HAVING SUM(`dayslate`) <= 3.47","question":"List the paperlessdate which summation of dayslate is at most 3.47 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING SUM(dayslate) <= 3.47\n```","cost":0.000153,"response_parsed":"SELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING SUM(dayslate) <= 3.47","time":0.8936653137}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `paperlessdate` FROM `latePayment` GROUP BY `paperlessdate` HAVING AVG(`invoicenumber`) >= 4611214877.81","question":"List the paperlessdate which average of invoicenumber is at least 4611214877.81 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING AVG(invoicenumber) >= 4611214877.81\n```","cost":0.000164,"response_parsed":"SELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING AVG(invoicenumber) >= 4611214877.81","time":1.2098071575}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `paperlessdate` FROM `latePayment` GROUP BY `paperlessdate` HAVING AVG(`invoicenumber`) <= 4611214877.81","question":"List the paperlessdate which average of invoicenumber is at most 4611214877.81 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING AVG(invoicenumber) <= 4611214877.81\n```","cost":0.000164,"response_parsed":"SELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING AVG(invoicenumber) <= 4611214877.81","time":1.3961625099}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `paperlessdate` FROM `latePayment` GROUP BY `paperlessdate` HAVING SUM(`invoicenumber`) >= 5768006075.94","question":"List the paperlessdate which summation of invoicenumber is at least 5768006075.94 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING SUM(invoicenumber) >= 5768006075.94;\n```","cost":0.0001645,"response_parsed":"SELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING SUM(invoicenumber) >= 5768006075.94;","time":0.5676183701}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `paperlessdate` FROM `latePayment` GROUP BY `paperlessdate` HAVING SUM(`invoicenumber`) <= 5768006075.94","question":"List the paperlessdate which summation of invoicenumber is at most 5768006075.94 in table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING SUM(invoicenumber) <= 5768006075.94;\n```","cost":0.0001645,"response_parsed":"SELECT paperlessdate\nFROM latePayment\nGROUP BY paperlessdate\nHAVING SUM(invoicenumber) <= 5768006075.94;","time":0.5968484879}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `hasothercards` FROM `accountFraud` GROUP BY `hasothercards` HAVING COUNT(DISTINCT `housingstatus`) = (SELECT COUNT(DISTINCT `housingstatus`) FROM `accountFraud`)","question":"What are the hasothercards with all the housingstatus in table accountFraud?","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT hasothercards\nFROM accountFraud\nWHERE housingstatus IS NOT NULL;\n```","cost":0.0001365,"response_parsed":"SELECT DISTINCT hasothercards\nFROM accountFraud\nWHERE housingstatus IS NOT NULL;","time":0.4666330814}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `hasothercards` FROM `accountFraud` GROUP BY `hasothercards` HAVING COUNT(DISTINCT `paymenttype`) = (SELECT COUNT(DISTINCT `paymenttype`) FROM `accountFraud`)","question":"What are the hasothercards with all the paymenttype in table accountFraud?","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT hasothercards\nFROM accountFraud\nGROUP BY hasothercards\nHAVING COUNT(DISTINCT paymenttype) = (SELECT COUNT(DISTINCT paymenttype) FROM accountFraud);\n```","cost":0.0001695,"response_parsed":"SELECT hasothercards\nFROM accountFraud\nGROUP BY hasothercards\nHAVING COUNT(DISTINCT paymenttype) = (SELECT COUNT(DISTINCT paymenttype) FROM accountFraud);","time":0.8432793617}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `hasothercards` FROM `accountFraud` GROUP BY `hasothercards` HAVING COUNT(DISTINCT `employmentstatus`) = (SELECT COUNT(DISTINCT `employmentstatus`) FROM `accountFraud`)","question":"What are the hasothercards with all the employmentstatus in table accountFraud?","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT hasothercards\nFROM accountFraud\nWHERE employmentstatus IS NOT NULL;\n```","cost":0.0001365,"response_parsed":"SELECT DISTINCT hasothercards\nFROM accountFraud\nWHERE employmentstatus IS NOT NULL;","time":1.0447876453}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `hasothercards` FROM `accountFraud` GROUP BY `hasothercards` HAVING COUNT(DISTINCT `deviceos`) = (SELECT COUNT(DISTINCT `deviceos`) FROM `accountFraud`)","question":"What are the hasothercards with all the deviceos in table accountFraud?","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT hasothercards \nFROM accountFraud \nGROUP BY hasothercards \nHAVING COUNT(DISTINCT deviceos) = (SELECT COUNT(DISTINCT deviceos) FROM accountFraud)\n```","cost":0.0001695,"response_parsed":"SELECT hasothercards \nFROM accountFraud \nGROUP BY hasothercards \nHAVING COUNT(DISTINCT deviceos) = (SELECT COUNT(DISTINCT deviceos) FROM accountFraud)","time":0.7153818607}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `hasothercards` FROM `accountFraud` GROUP BY `hasothercards` HAVING COUNT(DISTINCT `emailisfree`) = (SELECT COUNT(DISTINCT `emailisfree`) FROM `accountFraud`)","question":"What are the hasothercards with all the emailisfree in table accountFraud?","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT hasothercards\nFROM accountFraud\nWHERE emailisfree = '1'\n```","cost":0.000137,"response_parsed":"SELECT hasothercards\nFROM accountFraud\nWHERE emailisfree = '1'","time":0.6206290722}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `housingstatus` FROM `accountFraud` GROUP BY `housingstatus` HAVING COUNT(DISTINCT `paymenttype`) = (SELECT COUNT(DISTINCT `paymenttype`) FROM `accountFraud`)","question":"What are the housingstatus with all the paymenttype in table accountFraud?","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT housingstatus, paymenttype\nFROM accountFraud;\n```","cost":0.0001285,"response_parsed":"SELECT DISTINCT housingstatus, paymenttype\nFROM accountFraud;","time":0.5730054379}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `housingstatus` FROM `accountFraud` GROUP BY `housingstatus` HAVING COUNT(DISTINCT `emailisfree`) = (SELECT COUNT(DISTINCT `emailisfree`) FROM `accountFraud`)","question":"What are the housingstatus with all the emailisfree in table accountFraud?","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT housingstatus\nFROM accountFraud\nWHERE emailisfree = 'true';\n```","cost":0.0001365,"response_parsed":"SELECT DISTINCT housingstatus\nFROM accountFraud\nWHERE emailisfree = 'true';","time":0.8028948307}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `paymenttype` FROM `accountFraud` GROUP BY `paymenttype` HAVING COUNT(DISTINCT `emailisfree`) = (SELECT COUNT(DISTINCT `emailisfree`) FROM `accountFraud`)","question":"What are the paymenttype with all the emailisfree in table accountFraud?","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paymenttype, emailisfree \nFROM accountFraud;\n```","cost":0.000129,"response_parsed":"SELECT paymenttype, emailisfree \nFROM accountFraud;","time":0.4537558556}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `employmentstatus` FROM `accountFraud` GROUP BY `employmentstatus` HAVING COUNT(DISTINCT `emailisfree`) = (SELECT COUNT(DISTINCT `emailisfree`) FROM `accountFraud`)","question":"What are the employmentstatus with all the emailisfree in table accountFraud?","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT employmentstatus, emailisfree\nFROM accountFraud\nWHERE emailisfree = 'yes';\n```","cost":0.000141,"response_parsed":"SELECT employmentstatus, emailisfree\nFROM accountFraud\nWHERE emailisfree = 'yes';","time":0.7176678181}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `deviceos` FROM `accountFraud` GROUP BY `deviceos` HAVING COUNT(DISTINCT `emailisfree`) = (SELECT COUNT(DISTINCT `emailisfree`) FROM `accountFraud`)","question":"What are the deviceos with all the emailisfree in table accountFraud?","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT deviceos\nFROM accountFraud\nWHERE emailisfree = \"Yes\"\n```","cost":0.000135,"response_parsed":"SELECT deviceos\nFROM accountFraud\nWHERE emailisfree = \"Yes\"","time":0.5209388733}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `customerid` FROM `latePayment` GROUP BY `customerid` HAVING COUNT(DISTINCT `disputed`) = (SELECT COUNT(DISTINCT `disputed`) FROM `latePayment`)","question":"What are the customerid with all the disputed in table latePayment?","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT customerid\nFROM latePayment\nWHERE disputed = 'Yes';\n```","cost":0.000129,"response_parsed":"SELECT customerid\nFROM latePayment\nWHERE disputed = 'Yes';","time":0.8630304337}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `customerid` FROM `latePayment` GROUP BY `customerid` HAVING COUNT(DISTINCT `paperlessbill`) = (SELECT COUNT(DISTINCT `paperlessbill`) FROM `latePayment`)","question":"What are the customerid with all the paperlessbill in table latePayment?","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT customerid\nFROM latePayment\nWHERE paperlessbill = 'yes'\n```","cost":0.000133,"response_parsed":"SELECT customerid\nFROM latePayment\nWHERE paperlessbill = 'yes'","time":0.4597373009}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `paperlessdate` FROM `latePayment` GROUP BY `paperlessdate` HAVING COUNT(DISTINCT `disputed`) = (SELECT COUNT(DISTINCT `disputed`) FROM `latePayment`)","question":"What are the paperlessdate with all the disputed in table latePayment?","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessdate, disputed\nFROM latePayment\nWHERE disputed = 'Yes'\n```","cost":0.000134,"response_parsed":"SELECT paperlessdate, disputed\nFROM latePayment\nWHERE disputed = 'Yes'","time":0.8147554398}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `paperlessdate` FROM `latePayment` GROUP BY `paperlessdate` HAVING COUNT(DISTINCT `paperlessbill`) = (SELECT COUNT(DISTINCT `paperlessbill`) FROM `latePayment`)","question":"What are the paperlessdate with all the paperlessbill in table latePayment?","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessdate, paperlessbill\nFROM latePayment;\n```","cost":0.000129,"response_parsed":"SELECT paperlessdate, paperlessbill\nFROM latePayment;","time":0.4114215374}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `disputed` FROM `latePayment` GROUP BY `disputed` HAVING COUNT(DISTINCT `paperlessbill`) = (SELECT COUNT(DISTINCT `paperlessbill`) FROM `latePayment`)","question":"What are the disputed with all the paperlessbill in table latePayment?","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT disputed\nFROM latePayment\nWHERE paperlessbill = 'all';\n```","cost":0.000131,"response_parsed":"SELECT disputed\nFROM latePayment\nWHERE paperlessbill = 'all';","time":0.4315421581}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `accountFraud` ORDER BY `deviceos` ASC","question":"Show all data ordered by deviceos in ascending order for the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM accountFraud\nORDER BY deviceos ASC;\n```","cost":0.000129,"response_parsed":"SELECT * FROM accountFraud\nORDER BY deviceos ASC;","time":0.409476757}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `accountFraud` ORDER BY `deviceos` DESC","question":"Show all data ordered by deviceos in descending order for the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM accountFraud \nORDER BY deviceos DESC;\n```","cost":0.0001305,"response_parsed":"SELECT * \nFROM accountFraud \nORDER BY deviceos DESC;","time":0.5581274033}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `accountFraud` ORDER BY `dateofbirthdistinctemails4w` ASC","question":"Show all data ordered by dateofbirthdistinctemails4w in ascending order for the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM accountFraud\nORDER BY dateofbirthdistinctemails4w ASC;\n```","cost":0.0001405,"response_parsed":"SELECT * \nFROM accountFraud\nORDER BY dateofbirthdistinctemails4w ASC;","time":0.6680028439}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `accountFraud` ORDER BY `dateofbirthdistinctemails4w` DESC","question":"Show all data ordered by dateofbirthdistinctemails4w in descending order for the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM accountFraud\nORDER BY dateofbirthdistinctemails4w DESC;\n```","cost":0.0001405,"response_parsed":"SELECT * \nFROM accountFraud\nORDER BY dateofbirthdistinctemails4w DESC;","time":0.5062298775}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `creditriskscore` FROM `accountFraud` ORDER BY `creditriskscore` ASC","question":"Project the creditriskscore ordered in ascending order for the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT creditriskscore\nFROM accountFraud\nORDER BY creditriskscore ASC;\n```","cost":0.000138,"response_parsed":"SELECT creditriskscore\nFROM accountFraud\nORDER BY creditriskscore ASC;","time":0.5726773739}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `creditriskscore` FROM `accountFraud` ORDER BY `creditriskscore` DESC","question":"Project the creditriskscore ordered in descending order for the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT creditriskscore\nFROM accountFraud\nORDER BY creditriskscore DESC;\n```","cost":0.000138,"response_parsed":"SELECT creditriskscore\nFROM accountFraud\nORDER BY creditriskscore DESC;","time":0.4671759605}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `sessionlengthminutes` FROM `accountFraud` ORDER BY `sessionlengthminutes` ASC","question":"Project the sessionlengthminutes ordered in ascending order for the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT sessionlengthminutes\nFROM accountFraud\nORDER BY sessionlengthminutes ASC;\n```","cost":0.0001345,"response_parsed":"SELECT sessionlengthminutes\nFROM accountFraud\nORDER BY sessionlengthminutes ASC;","time":0.4523472786}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `sessionlengthminutes` FROM `accountFraud` ORDER BY `sessionlengthminutes` DESC","question":"Project the sessionlengthminutes ordered in descending order for the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT sessionlengthminutes\nFROM accountFraud\nORDER BY sessionlengthminutes DESC;\n```","cost":0.0001345,"response_parsed":"SELECT sessionlengthminutes\nFROM accountFraud\nORDER BY sessionlengthminutes DESC;","time":0.734562397}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `latePayment` ORDER BY `invoicenumber` ASC","question":"Show all data ordered by invoicenumber in ascending order for the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM latePayment\nORDER BY invoicenumber ASC;\n```","cost":0.000131,"response_parsed":"SELECT *\nFROM latePayment\nORDER BY invoicenumber ASC;","time":0.7322807312}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `latePayment` ORDER BY `invoicenumber` DESC","question":"Show all data ordered by invoicenumber in descending order for the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM latePayment\nORDER BY invoicenumber DESC;\n```","cost":0.0001325,"response_parsed":"SELECT * \nFROM latePayment\nORDER BY invoicenumber DESC;","time":1.2556707859}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `latePayment` ORDER BY `invoiceamount` ASC","question":"Show all data ordered by invoiceamount in ascending order for the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM latePayment\nORDER BY invoiceamount ASC;\n```","cost":0.0001285,"response_parsed":"SELECT * \nFROM latePayment\nORDER BY invoiceamount ASC;","time":0.4515397549}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `latePayment` ORDER BY `invoiceamount` DESC","question":"Show all data ordered by invoiceamount in descending order for the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM latePayment\nORDER BY invoiceamount DESC;\n```","cost":0.0001285,"response_parsed":"SELECT * \nFROM latePayment\nORDER BY invoiceamount DESC;","time":0.3662669659}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `daystosettle` FROM `latePayment` ORDER BY `daystosettle` ASC","question":"Project the daystosettle ordered in ascending order for the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT daystosettle\nFROM latePayment\nORDER BY daystosettle ASC;\n```","cost":0.000136,"response_parsed":"SELECT daystosettle\nFROM latePayment\nORDER BY daystosettle ASC;","time":0.5368521214}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `daystosettle` FROM `latePayment` ORDER BY `daystosettle` DESC","question":"Project the daystosettle ordered in descending order for the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT daystosettle\nFROM latePayment\nORDER BY daystosettle DESC;\n```","cost":0.000136,"response_parsed":"SELECT daystosettle\nFROM latePayment\nORDER BY daystosettle DESC;","time":0.5810883045}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `disputed` FROM `latePayment` ORDER BY `disputed` ASC","question":"Project the disputed ordered in ascending order for the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM latePayment\nORDER BY disputed ASC;\n```","cost":0.000124,"response_parsed":"SELECT * FROM latePayment\nORDER BY disputed ASC;","time":0.396654129}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `disputed` FROM `latePayment` ORDER BY `disputed` DESC","question":"Project the disputed ordered in descending order for the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM latePayment\nWHERE disputed = 'Yes'\nORDER BY invoicedate DESC;\n```","cost":0.000136,"response_parsed":"SELECT *\nFROM latePayment\nWHERE disputed = 'Yes'\nORDER BY invoicedate DESC;","time":0.5674607754}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `emailisfree` FROM `accountFraud`","question":"Show all emailisfree in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT emailisfree\nFROM accountFraud\n```","cost":0.000122,"response_parsed":"SELECT emailisfree\nFROM accountFraud","time":0.3948256969}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `employmentstatus` FROM `accountFraud`","question":"Show all employmentstatus in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT employmentstatus \nFROM accountFraud;\n```","cost":0.0001215,"response_parsed":"SELECT DISTINCT employmentstatus \nFROM accountFraud;","time":0.4182360172}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `deviceos` FROM `accountFraud`","question":"Show all deviceos in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT deviceos\nFROM accountFraud;\n```","cost":0.00012,"response_parsed":"SELECT deviceos\nFROM accountFraud;","time":0.4779567719}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `sessionlengthminutes` FROM `accountFraud`","question":"Show all sessionlengthminutes in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT sessionlengthminutes\nFROM accountFraud;\n```","cost":0.000122,"response_parsed":"SELECT sessionlengthminutes\nFROM accountFraud;","time":0.3180718422}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `housingstatus` FROM `accountFraud`","question":"Show all housingstatus in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT DISTINCT housingstatus\nFROM accountFraud;\n```","cost":0.0001215,"response_parsed":"SELECT DISTINCT housingstatus\nFROM accountFraud;","time":0.3910403252}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `accountFraud`","question":"Show all the rows in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM accountFraud;\n```","cost":0.0001185,"response_parsed":"SELECT * \nFROM accountFraud;","time":0.4145371914}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `emailisfree` FROM `accountFraud`","question":"Show all emailisfree in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT emailisfree \nFROM accountFraud;\n```","cost":0.000122,"response_parsed":"SELECT emailisfree \nFROM accountFraud;","time":0.4742147923}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `income`, `housingstatus` FROM `accountFraud`","question":"Show all income, housingstatus in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT income, housingstatus\nFROM accountFraud;\n```","cost":0.000124,"response_parsed":"SELECT income, housingstatus\nFROM accountFraud;","time":0.4176683426}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `hasothercards`, `deviceos`, `creditriskscore` FROM `accountFraud`","question":"Show all hasothercards, deviceos, creditriskscore in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT hasothercards, deviceos, creditriskscore \nFROM accountFraud\n```","cost":0.000138,"response_parsed":"SELECT hasothercards, deviceos, creditriskscore \nFROM accountFraud","time":0.6391367912}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `housingstatus`, `creditriskscore`, `sessionlengthminutes`, `paymenttype` FROM `accountFraud`","question":"Show all housingstatus, creditriskscore, sessionlengthminutes, paymenttype in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT housingstatus, creditriskscore, sessionlengthminutes, paymenttype \nFROM accountFraud;\n```","cost":0.000144,"response_parsed":"SELECT housingstatus, creditriskscore, sessionlengthminutes, paymenttype \nFROM accountFraud;","time":0.4118757248}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `dateofbirthdistinctemails4w`, `income`, `deviceos`, `hasothercards`, `sessionlengthminutes` FROM `accountFraud`","question":"Show all dateofbirthdistinctemails4w, income, deviceos, hasothercards, sessionlengthminutes in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT dateofbirthdistinctemails4w, income, deviceos, hasothercards, sessionlengthminutes \nFROM accountFraud;\n```","cost":0.000156,"response_parsed":"SELECT dateofbirthdistinctemails4w, income, deviceos, hasothercards, sessionlengthminutes \nFROM accountFraud;","time":0.5376381874}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `hasothercards`, `emailisfree`, `employmentstatus`, `dateofbirthdistinctemails4w`, `sessionlengthminutes`, `income` FROM `accountFraud`","question":"Show all hasothercards, emailisfree, employmentstatus, dateofbirthdistinctemails4w, sessionlengthminutes, income in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT hasothercards, emailisfree, employmentstatus, dateofbirthdistinctemails4w, sessionlengthminutes, income \nFROM accountFraud;\n```","cost":0.000164,"response_parsed":"SELECT hasothercards, emailisfree, employmentstatus, dateofbirthdistinctemails4w, sessionlengthminutes, income \nFROM accountFraud;","time":0.5781948566}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `creditriskscore`, `deviceos`, `hasothercards`, `paymenttype`, `emailisfree`, `housingstatus`, `income` FROM `accountFraud`","question":"Show all creditriskscore, deviceos, hasothercards, paymenttype, emailisfree, housingstatus, income in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT creditriskscore, deviceos, hasothercards, paymenttype, emailisfree, housingstatus, income\nFROM accountFraud;\n```","cost":0.000162,"response_parsed":"SELECT creditriskscore, deviceos, hasothercards, paymenttype, emailisfree, housingstatus, income\nFROM accountFraud;","time":0.9544684887}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `creditriskscore`, `sessionlengthminutes`, `emailisfree`, `deviceos`, `paymenttype`, `dateofbirthdistinctemails4w`, `employmentstatus`, `hasothercards` FROM `accountFraud`","question":"Show all creditriskscore, sessionlengthminutes, emailisfree, deviceos, paymenttype, dateofbirthdistinctemails4w, employmentstatus, hasothercards in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT creditriskscore, sessionlengthminutes, emailisfree, deviceos, paymenttype, dateofbirthdistinctemails4w, employmentstatus, hasothercards \nFROM accountFraud;\n```","cost":0.000182,"response_parsed":"SELECT creditriskscore, sessionlengthminutes, emailisfree, deviceos, paymenttype, dateofbirthdistinctemails4w, employmentstatus, hasothercards \nFROM accountFraud;","time":0.8032956123}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `housingstatus`, `paymenttype`, `dateofbirthdistinctemails4w`, `employmentstatus`, `creditriskscore`, `deviceos`, `emailisfree`, `income`, `sessionlengthminutes` FROM `accountFraud`","question":"Show all housingstatus, paymenttype, dateofbirthdistinctemails4w, employmentstatus, creditriskscore, deviceos, emailisfree, income, sessionlengthminutes in the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT housingstatus, paymenttype, dateofbirthdistinctemails4w, employmentstatus, creditriskscore, deviceos, emailisfree, income, sessionlengthminutes\nFROM accountFraud;\n```","cost":0.000184,"response_parsed":"SELECT housingstatus, paymenttype, dateofbirthdistinctemails4w, employmentstatus, creditriskscore, deviceos, emailisfree, income, sessionlengthminutes\nFROM accountFraud;","time":0.9405784607}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `paperlessbill` FROM `latePayment`","question":"Show all paperlessbill in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM latePayment\nWHERE paperlessbill = 'yes';\n```","cost":0.000129,"response_parsed":"SELECT * \nFROM latePayment\nWHERE paperlessbill = 'yes';","time":0.5101144314}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `invoiceamount` FROM `latePayment`","question":"Show all invoiceamount in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT invoiceamount\nFROM latePayment;\n```","cost":0.000118,"response_parsed":"SELECT invoiceamount\nFROM latePayment;","time":0.3223683834}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `paperlessdate` FROM `latePayment`","question":"Show all paperlessdate in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessdate\nFROM latePayment;\n```","cost":0.00012,"response_parsed":"SELECT paperlessdate\nFROM latePayment;","time":0.4844505787}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `duedate` FROM `latePayment`","question":"Show all duedate in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT duedate\nFROM latePayment\n```","cost":0.00012,"response_parsed":"SELECT duedate\nFROM latePayment","time":0.4359943867}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `daystosettle` FROM `latePayment`","question":"Show all daystosettle in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT daystosettle \nFROM latePayment;\n```","cost":0.000122,"response_parsed":"SELECT daystosettle \nFROM latePayment;","time":0.344025135}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `latePayment`","question":"Show all the rows in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM latePayment;\n```","cost":0.000115,"response_parsed":"SELECT * FROM latePayment;","time":0.4079253674}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `disputed` FROM `latePayment`","question":"Show all disputed in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM latePayment\nWHERE disputed = 'Yes';\n```","cost":0.000125,"response_parsed":"SELECT * \nFROM latePayment\nWHERE disputed = 'Yes';","time":0.5742542744}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `duedate`, `customerid` FROM `latePayment`","question":"Show all duedate, customerid in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT duedate, customerid\nFROM latePayment;\n```","cost":0.000126,"response_parsed":"SELECT duedate, customerid\nFROM latePayment;","time":0.6776320934}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `paperlessdate`, `duedate`, `customerid` FROM `latePayment`","question":"Show all paperlessdate, duedate, customerid in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessdate, duedate, customerid\nFROM latePayment\n```","cost":0.000134,"response_parsed":"SELECT paperlessdate, duedate, customerid\nFROM latePayment","time":0.5361480713}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `daystosettle`, `paperlessdate`, `invoicedate`, `duedate` FROM `latePayment`","question":"Show all daystosettle, paperlessdate, invoicedate, duedate in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT daystosettle, paperlessdate, invoicedate, duedate\nFROM latePayment;\n```","cost":0.000146,"response_parsed":"SELECT daystosettle, paperlessdate, invoicedate, duedate\nFROM latePayment;","time":0.5617530346}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `paperlessdate`, `invoicedate`, `dayslate`, `invoicenumber`, `duedate` FROM `latePayment`","question":"Show all paperlessdate, invoicedate, dayslate, invoicenumber, duedate in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessdate, invoicedate, dayslate, invoicenumber, duedate\nFROM latePayment;\n```","cost":0.000152,"response_parsed":"SELECT paperlessdate, invoicedate, dayslate, invoicenumber, duedate\nFROM latePayment;","time":1.1622049809}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `invoiceamount`, `daystosettle`, `disputed`, `paperlessdate`, `duedate`, `invoicenumber` FROM `latePayment`","question":"Show all invoiceamount, daystosettle, disputed, paperlessdate, duedate, invoicenumber in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT invoiceamount, daystosettle, disputed, paperlessdate, duedate, invoicenumber \nFROM latePayment\n```","cost":0.000158,"response_parsed":"SELECT invoiceamount, daystosettle, disputed, paperlessdate, duedate, invoicenumber \nFROM latePayment","time":0.7056202888}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `customerid`, `invoiceamount`, `duedate`, `dayslate`, `daystosettle`, `invoicedate`, `disputed` FROM `latePayment`","question":"Show all customerid, invoiceamount, duedate, dayslate, daystosettle, invoicedate, disputed in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT customerid, invoiceamount, duedate, dayslate, daystosettle, invoicedate, disputed\nFROM latePayment;\n```","cost":0.00016,"response_parsed":"SELECT customerid, invoiceamount, duedate, dayslate, daystosettle, invoicedate, disputed\nFROM latePayment;","time":0.6305336952}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `daystosettle`, `customerid`, `paperlessbill`, `paperlessdate`, `invoicedate`, `duedate`, `invoicenumber`, `disputed` FROM `latePayment`","question":"Show all daystosettle, customerid, paperlessbill, paperlessdate, invoicedate, duedate, invoicenumber, disputed in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT daystosettle, customerid, paperlessbill, paperlessdate, invoicedate, duedate, invoicenumber, disputed \nFROM latePayment;\n```","cost":0.000174,"response_parsed":"SELECT daystosettle, customerid, paperlessbill, paperlessdate, invoicedate, duedate, invoicenumber, disputed \nFROM latePayment;","time":0.6631276608}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `paperlessdate`, `dayslate`, `daystosettle`, `invoicedate`, `customerid`, `invoiceamount`, `paperlessbill`, `invoicenumber`, `duedate` FROM `latePayment`","question":"Show all paperlessdate, dayslate, daystosettle, invoicedate, customerid, invoiceamount, paperlessbill, invoicenumber, duedate in the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT paperlessdate, dayslate, daystosettle, invoicedate, customerid, invoiceamount, paperlessbill, invoicenumber, duedate \nFROM latePayment\n```","cost":0.000182,"response_parsed":"SELECT paperlessdate, dayslate, daystosettle, invoicedate, customerid, invoiceamount, paperlessbill, invoicenumber, duedate \nFROM latePayment","time":0.8963708878}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `accountFraud` WHERE `paymenttype` == 'AC'","question":"Show the data of the table accountFraud where paymenttype is equal to AC","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM accountFraud\nWHERE paymenttype = 'AC';\n```","cost":0.0001305,"response_parsed":"SELECT *\nFROM accountFraud\nWHERE paymenttype = 'AC';","time":0.4698095322}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `accountFraud` WHERE `paymenttype` != 'AC'","question":"Show the data of the table accountFraud where paymenttype is different from AC","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM accountFraud\nWHERE paymenttype != 'AC';\n```","cost":0.0001305,"response_parsed":"SELECT *\nFROM accountFraud\nWHERE paymenttype != 'AC';","time":0.4790053368}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `accountFraud` WHERE `paymenttype` != 'AA'","question":"Show the data of the table accountFraud where paymenttype not equal to AA","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM accountFraud \nWHERE paymenttype != 'AA';\n```","cost":0.000132,"response_parsed":"SELECT * \nFROM accountFraud \nWHERE paymenttype != 'AA';","time":0.9472084045}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `accountFraud` WHERE `employmentstatus` == 'CB'","question":"Show the data of the table accountFraud where employmentstatus is equal to CB","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM accountFraud\nWHERE employmentstatus = 'CB';\n```","cost":0.0001305,"response_parsed":"SELECT * FROM accountFraud\nWHERE employmentstatus = 'CB';","time":0.7104105949}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `accountFraud` WHERE `employmentstatus` != 'CA'","question":"Show the data of the table accountFraud where employmentstatus is different from CA","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM accountFraud\nWHERE employmentstatus <> 'CA';\n```","cost":0.0001305,"response_parsed":"SELECT *\nFROM accountFraud\nWHERE employmentstatus <> 'CA';","time":1.0109128952}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `accountFraud` WHERE `employmentstatus` != 'CA'","question":"Show the data of the table accountFraud where employmentstatus not equal to CA","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM accountFraud\nWHERE employmentstatus <> 'CA';\n```","cost":0.000132,"response_parsed":"SELECT * \nFROM accountFraud\nWHERE employmentstatus <> 'CA';","time":0.6098926067}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `accountFraud` WHERE `deviceos` == 'windows'","question":"Show the data of the table accountFraud where deviceos is equal to windows","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM accountFraud\nWHERE deviceos = 'windows';\n```","cost":0.000132,"response_parsed":"SELECT * \nFROM accountFraud\nWHERE deviceos = 'windows';","time":0.4646599293}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `accountFraud` WHERE `deviceos` != 'other'","question":"Show the data of the table accountFraud where deviceos is different from other","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM accountFraud\nWHERE deviceos != 'other';\n```","cost":0.000132,"response_parsed":"SELECT * \nFROM accountFraud\nWHERE deviceos != 'other';","time":1.1925702095}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `accountFraud` WHERE `deviceos` != 'other'","question":"Show the data of the table accountFraud where deviceos not equal to other","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM accountFraud\nWHERE deviceos <> 'other';\n```","cost":0.000132,"response_parsed":"SELECT * \nFROM accountFraud\nWHERE deviceos <> 'other';","time":0.4070887566}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `accountFraud` WHERE `income` < 0.4","question":"Show the data of the table accountFraud where income is less than 0.4","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM accountFraud \nWHERE income < 0.4;\n```","cost":0.000133,"response_parsed":"SELECT * FROM accountFraud \nWHERE income < 0.4;","time":0.7057209015}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `accountFraud` WHERE `sessionlengthminutes` > 3.749706225590873","question":"Show the data of the table accountFraud where sessionlengthminutes is greater than 3.749706225590873","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM accountFraud\nWHERE sessionlengthminutes > 3.749706225590873;\n```","cost":0.0001465,"response_parsed":"SELECT * \nFROM accountFraud\nWHERE sessionlengthminutes > 3.749706225590873;","time":0.6125278473}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `accountFraud` WHERE `sessionlengthminutes` < 4.886676763177824","question":"Show the data of the table accountFraud where sessionlengthminutes is less than 4.886676763177824","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM accountFraud \nWHERE sessionlengthminutes < 4.886676763177824;\n```","cost":0.0001465,"response_parsed":"SELECT * \nFROM accountFraud \nWHERE sessionlengthminutes < 4.886676763177824;","time":0.5318627357}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `accountFraud` WHERE `creditriskscore` > 108","question":"Show the data of the table accountFraud where creditriskscore is greater than 108","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM accountFraud \nWHERE creditriskscore > 108;\n```","cost":0.0001365,"response_parsed":"SELECT * \nFROM accountFraud \nWHERE creditriskscore > 108;","time":0.6195657253}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `accountFraud` WHERE `creditriskscore` < 108","question":"Show the data of the table accountFraud where creditriskscore is less than 108","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM accountFraud\nWHERE creditriskscore < 108;\n```","cost":0.000135,"response_parsed":"SELECT *\nFROM accountFraud\nWHERE creditriskscore < 108;","time":0.4238862991}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `latePayment` WHERE `disputed` == 'No'","question":"Show the data of the table latePayment where disputed is equal to No","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM latePayment\nWHERE disputed = 'No';\n```","cost":0.000128,"response_parsed":"SELECT * \nFROM latePayment\nWHERE disputed = 'No';","time":0.6722974777}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `latePayment` WHERE `disputed` != 'Yes'","question":"Show the data of the table latePayment where disputed is different from Yes","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM latePayment\nWHERE disputed <> 'Yes';\n```","cost":0.0001265,"response_parsed":"SELECT *\nFROM latePayment\nWHERE disputed <> 'Yes';","time":0.4412252903}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `latePayment` WHERE `disputed` != 'Yes'","question":"Show the data of the table latePayment where disputed not equal to Yes","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM latePayment \nWHERE disputed <> 'Yes';\n```","cost":0.000128,"response_parsed":"SELECT * \nFROM latePayment \nWHERE disputed <> 'Yes';","time":0.4378657341}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `latePayment` WHERE `paperlessdate` == '2\/6\/2012'","question":"Show the data of the table latePayment where paperlessdate is equal to 2\/6\/2012","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM latePayment\nWHERE paperlessdate = '2\/6\/2012';\n```","cost":0.0001425,"response_parsed":"SELECT * \nFROM latePayment\nWHERE paperlessdate = '2\/6\/2012';","time":0.862185955}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `latePayment` WHERE `paperlessdate` != '2\/6\/2012'","question":"Show the data of the table latePayment where paperlessdate is different from 2\/6\/2012","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM latePayment \nWHERE paperlessdate <> '2\/6\/2012';\n```","cost":0.0001425,"response_parsed":"SELECT * \nFROM latePayment \nWHERE paperlessdate <> '2\/6\/2012';","time":0.5160405636}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `latePayment` WHERE `paperlessdate` != '1\/26\/2012'","question":"Show the data of the table latePayment where paperlessdate not equal to 1\/26\/2012","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM latePayment\nWHERE paperlessdate <> '1\/26\/2012';\n```","cost":0.000141,"response_parsed":"SELECT *\nFROM latePayment\nWHERE paperlessdate <> '1\/26\/2012';","time":0.5166823864}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `latePayment` WHERE `invoicedate` == '4\/11\/2012'","question":"Show the data of the table latePayment where invoicedate is equal to 4\/11\/2012","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM latePayment\nWHERE invoicedate = '4\/11\/2012';\n```","cost":0.000141,"response_parsed":"SELECT *\nFROM latePayment\nWHERE invoicedate = '4\/11\/2012';","time":1.4659500122}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `latePayment` WHERE `invoicedate` != '4\/11\/2012'","question":"Show the data of the table latePayment where invoicedate is different from 4\/11\/2012","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM latePayment\nWHERE invoicedate <> '4\/11\/2012';\n```","cost":0.000141,"response_parsed":"SELECT *\nFROM latePayment\nWHERE invoicedate <> '4\/11\/2012';","time":0.4669954777}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `latePayment` WHERE `invoicedate` != '6\/18\/2013'","question":"Show the data of the table latePayment where invoicedate not equal to 6\/18\/2013","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM latePayment\nWHERE invoicedate != '6\/18\/2013'\n```","cost":0.0001425,"response_parsed":"SELECT * \nFROM latePayment\nWHERE invoicedate != '6\/18\/2013'","time":0.5676298141}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `latePayment` WHERE `dayslate` > 0","question":"Show the data of the table latePayment where dayslate is greater than 0","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM latePayment\nWHERE dayslate > 0;\n```","cost":0.0001305,"response_parsed":"SELECT * \nFROM latePayment\nWHERE dayslate > 0;","time":0.5041003227}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `latePayment` WHERE `dayslate` < 6","question":"Show the data of the table latePayment where dayslate is less than 6","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT *\nFROM latePayment\nWHERE dayslate < 6;\n```","cost":0.000129,"response_parsed":"SELECT *\nFROM latePayment\nWHERE dayslate < 6;","time":0.4231672287}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `latePayment` WHERE `invoiceamount` > 84.86","question":"Show the data of the table latePayment where invoiceamount is greater than 84.86","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM latePayment \nWHERE invoiceamount > 84.86;\n```","cost":0.0001345,"response_parsed":"SELECT * \nFROM latePayment \nWHERE invoiceamount > 84.86;","time":0.4567346573}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `latePayment` WHERE `invoiceamount` < 37.49","question":"Show the data of the table latePayment where invoiceamount is less than 37.49","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM latePayment\nWHERE invoiceamount < 37.49;\n```","cost":0.0001345,"response_parsed":"SELECT * \nFROM latePayment\nWHERE invoiceamount < 37.49;","time":0.5900595188}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `latePayment` WHERE `invoicenumber` > 9465847338","question":"Show the data of the table latePayment where invoicenumber is greater than 9465847338","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * \nFROM latePayment\nWHERE invoicenumber > 9465847338;\n```","cost":0.0001405,"response_parsed":"SELECT * \nFROM latePayment\nWHERE invoicenumber > 9465847338;","time":0.7587549686}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `latePayment` WHERE `invoicenumber` < 6528247418","question":"Show the data of the table latePayment where invoicenumber is less than 6528247418","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT * FROM latePayment\nWHERE invoicenumber < 6528247418;\n```","cost":0.000139,"response_parsed":"SELECT * FROM latePayment\nWHERE invoicenumber < 6528247418;","time":0.5097737312}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `employmentstatus`) FROM `accountFraud`","question":"How many different employmentstatus are in table accountFraud?","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT employmentstatus) FROM accountFraud;\n```","cost":0.0001265,"response_parsed":"SELECT COUNT(DISTINCT employmentstatus) FROM accountFraud;","time":0.5428116322}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `housingstatus`) FROM `accountFraud`","question":"How many different housingstatus are in table accountFraud?","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT housingstatus) \nFROM accountFraud;\n```","cost":0.000128,"response_parsed":"SELECT COUNT(DISTINCT housingstatus) \nFROM accountFraud;","time":0.7869458199}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `deviceos`) FROM `accountFraud`","question":"How many different deviceos are in table accountFraud?","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT deviceos) AS number_of_different_deviceos\nFROM accountFraud;\n```","cost":0.000137,"response_parsed":"SELECT COUNT(DISTINCT deviceos) AS number_of_different_deviceos\nFROM accountFraud;","time":0.6066932678}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `hasothercards`) FROM `accountFraud`","question":"How many different hasothercards are in table accountFraud?","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT hasothercards) AS num_hasothercards\nFROM accountFraud;\n```","cost":0.0001375,"response_parsed":"SELECT COUNT(DISTINCT hasothercards) AS num_hasothercards\nFROM accountFraud;","time":0.5686573982}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `emailisfree`) FROM `accountFraud`","question":"How many different emailisfree are in table accountFraud?","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT emailisfree) AS different_emails\nFROM accountFraud;\n```","cost":0.0001345,"response_parsed":"SELECT COUNT(DISTINCT emailisfree) AS different_emails\nFROM accountFraud;","time":0.6673955917}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`creditriskscore`) FROM `accountFraud`","question":"Find the maximum creditriskscore for the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MAX(creditriskscore) \nFROM accountFraud;\n```","cost":0.000129,"response_parsed":"SELECT MAX(creditriskscore) \nFROM accountFraud;","time":0.8722674847}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`creditriskscore`) FROM `accountFraud`","question":"Find the minimum creditriskscore for the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MIN(creditriskscore) \nFROM accountFraud;\n```","cost":0.000129,"response_parsed":"SELECT MIN(creditriskscore) \nFROM accountFraud;","time":0.5563514233}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`creditriskscore`) FROM `accountFraud`","question":"Find the average creditriskscore for the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT AVG(creditriskscore) \nFROM accountFraud;\n```","cost":0.000129,"response_parsed":"SELECT AVG(creditriskscore) \nFROM accountFraud;","time":0.6419425011}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`income`) FROM `accountFraud`","question":"Find the maximum income for the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MAX(income) as max_income\nFROM accountFraud;\n```","cost":0.0001275,"response_parsed":"SELECT MAX(income) as max_income\nFROM accountFraud;","time":0.4549384117}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`income`) FROM `accountFraud`","question":"Find the minimum income for the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MIN(income) AS minimum_income\nFROM accountFraud;\n```","cost":0.0001275,"response_parsed":"SELECT MIN(income) AS minimum_income\nFROM accountFraud;","time":0.5225644112}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"accountFraud","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`income`) FROM `accountFraud`","question":"Find the average income for the table accountFraud","db_schema_normalized":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT AVG(income) AS avg_income\nFROM accountFraud;\n```","cost":0.0001275,"response_parsed":"SELECT AVG(income) AS avg_income\nFROM accountFraud;","time":0.4957816601}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `invoicedate`) FROM `latePayment`","question":"How many different invoicedate are in table latePayment?","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT invoicedate) \nFROM latePayment;\n```","cost":0.000128,"response_parsed":"SELECT COUNT(DISTINCT invoicedate) \nFROM latePayment;","time":0.3743727207}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `disputed`) FROM `latePayment`","question":"How many different disputed are in table latePayment?","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT disputed) as different_disputes\nFROM latePayment;\n```","cost":0.0001315,"response_parsed":"SELECT COUNT(DISTINCT disputed) as different_disputes\nFROM latePayment;","time":0.4592502117}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `customerid`) FROM `latePayment`","question":"How many different customerid are in table latePayment?","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT customerid) \nFROM latePayment;\n```","cost":0.000126,"response_parsed":"SELECT COUNT(DISTINCT customerid) \nFROM latePayment;","time":0.5693151951}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `paperlessdate`) FROM `latePayment`","question":"How many different paperlessdate are in table latePayment?","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT paperlessdate) as distinct_paperless_dates \nFROM latePayment;\n```","cost":0.0001355,"response_parsed":"SELECT COUNT(DISTINCT paperlessdate) as distinct_paperless_dates \nFROM latePayment;","time":0.579523325}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `duedate`) FROM `latePayment`","question":"How many different duedate are in table latePayment?","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT duedate) AS num_different_duedate\nFROM latePayment;\n```","cost":0.000137,"response_parsed":"SELECT COUNT(DISTINCT duedate) AS num_different_duedate\nFROM latePayment;","time":0.8051152229}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`daystosettle`) FROM `latePayment`","question":"Find the maximum daystosettle for the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MAX(daystosettle) AS max_daystosettle\nFROM latePayment;\n```","cost":0.0001345,"response_parsed":"SELECT MAX(daystosettle) AS max_daystosettle\nFROM latePayment;","time":0.495372057}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`daystosettle`) FROM `latePayment`","question":"Find the minimum daystosettle for the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MIN(daystosettle) \nFROM latePayment;\n```","cost":0.0001255,"response_parsed":"SELECT MIN(daystosettle) \nFROM latePayment;","time":0.6019818783}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`daystosettle`) FROM `latePayment`","question":"Find the average daystosettle for the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT AVG(daystosettle) AS average_daystosettle\nFROM latePayment;\n```","cost":0.0001345,"response_parsed":"SELECT AVG(daystosettle) AS average_daystosettle\nFROM latePayment;","time":0.4058969021}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`dayslate`) FROM `latePayment`","question":"Find the maximum dayslate for the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MAX(dayslate) AS maximum_dayslate\nFROM latePayment;\n```","cost":0.0001275,"response_parsed":"SELECT MAX(dayslate) AS maximum_dayslate\nFROM latePayment;","time":0.430783987}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`dayslate`) FROM `latePayment`","question":"Find the minimum dayslate for the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT MIN(dayslate) AS minimum_dayslate\nFROM latePayment;\n```","cost":0.0001275,"response_parsed":"SELECT MIN(dayslate) AS minimum_dayslate\nFROM latePayment;","time":0.5272781849}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/finance\/finance.sqlite","db_id":"finance","tbl_name":"latePayment","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`dayslate`) FROM `latePayment`","question":"Find the average dayslate for the table latePayment","db_schema_normalized":"`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","db_schema":"`\"accountFraud\"` (\"hasothercards\" TEXT, \"housingstatus\" TEXT, \"dateofbirthdistinctemails4w\" INTEGER, \"income\" REAL, \"paymenttype\" TEXT, \"employmentstatus\" TEXT, \"creditriskscore\" INTEGER, \"sessionlengthminutes\" REAL, \"deviceos\" TEXT, \"emailisfree\" TEXT)\n`\"latePayment\"` (\"customerid\" TEXT, \"paperlessdate\" TEXT, \"invoicenumber\" INTEGER, \"invoicedate\" TEXT, \"duedate\" TEXT, \"invoiceamount\" REAL, \"disputed\" TEXT, \"paperlessbill\" TEXT, \"daystosettle\" INTEGER, \"dayslate\" INTEGER)","pred_dict":{"response":"```sql\nSELECT AVG(dayslate) AS average_dayslate\nFROM latePayment;\n```","cost":0.0001275,"response_parsed":"SELECT AVG(dayslate) AS average_dayslate\nFROM latePayment;","time":0.6043834686}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `menopausalstatus` FROM `breastCancer`","question":"Show the different menopausalstatus in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT menopausalstatus\nFROM breastCancer\n```","cost":0.0001325,"response_parsed":"SELECT DISTINCT menopausalstatus\nFROM breastCancer","time":0.5500068665}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `hormonaltherapy` FROM `breastCancer`","question":"Show the different hormonaltherapy in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT hormonaltherapy\nFROM breastCancer;\n```","cost":0.0001285,"response_parsed":"SELECT DISTINCT hormonaltherapy\nFROM breastCancer;","time":0.5226318836}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `status` FROM `breastCancer`","question":"Show the different status in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT status\nFROM breastCancer\n```","cost":0.0001265,"response_parsed":"SELECT DISTINCT status\nFROM breastCancer","time":0.4112248421}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `sex` FROM `heartAttack`","question":"Show the different sex in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT sex\nFROM heartAttack;\n```","cost":0.0001245,"response_parsed":"SELECT DISTINCT sex\nFROM heartAttack;","time":0.5341155529}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `chestpaintype` FROM `heartAttack`","question":"Show the different chestpaintype in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT chestpaintype \nFROM heartAttack\n```","cost":0.0001285,"response_parsed":"SELECT DISTINCT chestpaintype \nFROM heartAttack","time":0.3765017986}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `fastingbloodsugar` FROM `heartAttack`","question":"Show the different fastingbloodsugar in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT fastingbloodsugar\nFROM heartAttack;\n```","cost":0.0001305,"response_parsed":"SELECT DISTINCT fastingbloodsugar\nFROM heartAttack;","time":0.3897941113}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `restingelectrocardiographicrresults` FROM `heartAttack`","question":"Show the different restingelectrocardiographicrresults in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT restingelectrocardiographicrresults\nFROM heartAttack;\n```","cost":0.0001405,"response_parsed":"SELECT DISTINCT restingelectrocardiographicrresults\nFROM heartAttack;","time":0.566229105}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `output` FROM `heartAttack`","question":"Show the different output in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT(output) FROM heartAttack;\n```","cost":0.0001245,"response_parsed":"SELECT DISTINCT(output) FROM heartAttack;","time":0.3372328281}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `menopausalstatus`, COUNT(*) FROM `breastCancer` GROUP BY `menopausalstatus`","question":"For each menopausalstatus, count the number of rows in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT menopausalstatus, COUNT(*) \nFROM breastCancer\nGROUP BY menopausalstatus;\n```","cost":0.000148,"response_parsed":"SELECT menopausalstatus, COUNT(*) \nFROM breastCancer\nGROUP BY menopausalstatus;","time":0.4963965416}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `hormonaltherapy`, COUNT(*) FROM `breastCancer` GROUP BY `hormonaltherapy`","question":"For each hormonaltherapy, count the number of rows in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy, COUNT(*) AS total_rows\nFROM breastCancer\nGROUP BY hormonaltherapy;\n```","cost":0.0001455,"response_parsed":"SELECT hormonaltherapy, COUNT(*) AS total_rows\nFROM breastCancer\nGROUP BY hormonaltherapy;","time":0.669960022}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `status`, COUNT(*) FROM `breastCancer` GROUP BY `status`","question":"For each status, count the number of rows in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status, COUNT(*) AS row_count\nFROM breastCancer\nGROUP BY status;\n```","cost":0.000142,"response_parsed":"SELECT status, COUNT(*) AS row_count\nFROM breastCancer\nGROUP BY status;","time":0.6778645515}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `hormonaltherapy`, MIN(`progesteronereceptor`) FROM `breastCancer` GROUP BY `hormonaltherapy`","question":"For each hormonaltherapy, find the min of progesteronereceptor in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy, MIN(progesteronereceptor) \nFROM breastCancer\nGROUP BY hormonaltherapy;\n```","cost":0.0001505,"response_parsed":"SELECT hormonaltherapy, MIN(progesteronereceptor) \nFROM breastCancer\nGROUP BY hormonaltherapy;","time":0.5397865772}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `hormonaltherapy`, MAX(`progesteronereceptor`) FROM `breastCancer` GROUP BY `hormonaltherapy`","question":"For each hormonaltherapy, find the max of progesteronereceptor in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy, MAX(progesteronereceptor) \nFROM breastCancer\nGROUP BY hormonaltherapy;\n```","cost":0.0001505,"response_parsed":"SELECT hormonaltherapy, MAX(progesteronereceptor) \nFROM breastCancer\nGROUP BY hormonaltherapy;","time":0.5197968483}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `hormonaltherapy`, AVG(`progesteronereceptor`) FROM `breastCancer` GROUP BY `hormonaltherapy`","question":"For each hormonaltherapy, find the avg of progesteronereceptor in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy, AVG(progesteronereceptor) AS avg_progesteronereceptor\nFROM breastCancer\nGROUP BY hormonaltherapy;\n```","cost":0.000161,"response_parsed":"SELECT hormonaltherapy, AVG(progesteronereceptor) AS avg_progesteronereceptor\nFROM breastCancer\nGROUP BY hormonaltherapy;","time":0.5820336342}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `hormonaltherapy`, SUM(`progesteronereceptor`) FROM `breastCancer` GROUP BY `hormonaltherapy`","question":"For each hormonaltherapy, find the sum of progesteronereceptor in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy, SUM(progesteronereceptor)\nFROM breastCancer\nGROUP BY hormonaltherapy;\n```","cost":0.000149,"response_parsed":"SELECT hormonaltherapy, SUM(progesteronereceptor)\nFROM breastCancer\nGROUP BY hormonaltherapy;","time":0.4648563862}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `hormonaltherapy`, MIN(`numberpositivelymphnodes`) FROM `breastCancer` GROUP BY `hormonaltherapy`","question":"For each hormonaltherapy, find the min of numberpositivelymphnodes in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy, MIN(numberpositivelymphnodes) \nFROM breastCancer\nGROUP BY hormonaltherapy;\n```","cost":0.0001505,"response_parsed":"SELECT hormonaltherapy, MIN(numberpositivelymphnodes) \nFROM breastCancer\nGROUP BY hormonaltherapy;","time":0.762898922}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `hormonaltherapy`, MAX(`numberpositivelymphnodes`) FROM `breastCancer` GROUP BY `hormonaltherapy`","question":"For each hormonaltherapy, find the max of numberpositivelymphnodes in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy, MAX(numberpositivelymphnodes) \nFROM breastCancer\nGROUP BY hormonaltherapy;\n```","cost":0.0001505,"response_parsed":"SELECT hormonaltherapy, MAX(numberpositivelymphnodes) \nFROM breastCancer\nGROUP BY hormonaltherapy;","time":0.4425876141}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `hormonaltherapy`, AVG(`numberpositivelymphnodes`) FROM `breastCancer` GROUP BY `hormonaltherapy`","question":"For each hormonaltherapy, find the avg of numberpositivelymphnodes in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy, AVG(numberpositivelymphnodes) AS avg_numberpositivelymphnodes\nFROM breastCancer\nGROUP BY hormonaltherapy;\n```","cost":0.000161,"response_parsed":"SELECT hormonaltherapy, AVG(numberpositivelymphnodes) AS avg_numberpositivelymphnodes\nFROM breastCancer\nGROUP BY hormonaltherapy;","time":0.5759961605}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `hormonaltherapy`, SUM(`numberpositivelymphnodes`) FROM `breastCancer` GROUP BY `hormonaltherapy`","question":"For each hormonaltherapy, find the sum of numberpositivelymphnodes in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy, SUM(numberpositivelymphnodes) AS sum_numberpositivelymphnodes\nFROM breastCancer\nGROUP BY hormonaltherapy;\n```","cost":0.000161,"response_parsed":"SELECT hormonaltherapy, SUM(numberpositivelymphnodes) AS sum_numberpositivelymphnodes\nFROM breastCancer\nGROUP BY hormonaltherapy;","time":0.5721645355}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `status`, MIN(`progesteronereceptor`) FROM `breastCancer` GROUP BY `status`","question":"For each status, find the min of progesteronereceptor in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status, MIN(progesteronereceptor) AS min_progesteronereceptor\nFROM breastCancer\nGROUP BY status\n```","cost":0.0001575,"response_parsed":"SELECT status, MIN(progesteronereceptor) AS min_progesteronereceptor\nFROM breastCancer\nGROUP BY status","time":0.4874286652}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `status`, MAX(`progesteronereceptor`) FROM `breastCancer` GROUP BY `status`","question":"For each status, find the max of progesteronereceptor in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status, MAX(progesteronereceptor) AS max_progesteronereceptor\nFROM breastCancer\nGROUP BY status;\n```","cost":0.0001575,"response_parsed":"SELECT status, MAX(progesteronereceptor) AS max_progesteronereceptor\nFROM breastCancer\nGROUP BY status;","time":0.9325048923}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `status`, AVG(`progesteronereceptor`) FROM `breastCancer` GROUP BY `status`","question":"For each status, find the avg of progesteronereceptor in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status, AVG(progesteronereceptor) AS avg_progesteronereceptor\nFROM breastCancer\nGROUP BY status;\n```","cost":0.0001575,"response_parsed":"SELECT status, AVG(progesteronereceptor) AS avg_progesteronereceptor\nFROM breastCancer\nGROUP BY status;","time":0.5656161308}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `status`, SUM(`progesteronereceptor`) FROM `breastCancer` GROUP BY `status`","question":"For each status, find the sum of progesteronereceptor in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status, SUM(progesteronereceptor) AS sum_of_progesteronereceptor\nFROM breastCancer\nGROUP BY status;\n```","cost":0.000159,"response_parsed":"SELECT status, SUM(progesteronereceptor) AS sum_of_progesteronereceptor\nFROM breastCancer\nGROUP BY status;","time":1.0148482323}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `status`, MIN(`numberpositivelymphnodes`) FROM `breastCancer` GROUP BY `status`","question":"For each status, find the min of numberpositivelymphnodes in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status, MIN(numberpositivelymphnodes) \nFROM breastCancer\nGROUP BY status;\n```","cost":0.000147,"response_parsed":"SELECT status, MIN(numberpositivelymphnodes) \nFROM breastCancer\nGROUP BY status;","time":0.5424408913}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `status`, MAX(`numberpositivelymphnodes`) FROM `breastCancer` GROUP BY `status`","question":"For each status, find the max of numberpositivelymphnodes in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status, MAX(numberpositivelymphnodes) \nFROM breastCancer\nGROUP BY status;\n```","cost":0.000147,"response_parsed":"SELECT status, MAX(numberpositivelymphnodes) \nFROM breastCancer\nGROUP BY status;","time":0.4873769283}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `status`, AVG(`numberpositivelymphnodes`) FROM `breastCancer` GROUP BY `status`","question":"For each status, find the avg of numberpositivelymphnodes in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status, AVG(numberpositivelymphnodes) AS avg_numberpositivelymphnodes\nFROM breastCancer\nGROUP BY status;\n```","cost":0.0001575,"response_parsed":"SELECT status, AVG(numberpositivelymphnodes) AS avg_numberpositivelymphnodes\nFROM breastCancer\nGROUP BY status;","time":0.9339280128}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `status`, SUM(`numberpositivelymphnodes`) FROM `breastCancer` GROUP BY `status`","question":"For each status, find the sum of numberpositivelymphnodes in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status, SUM(numberpositivelymphnodes)\nFROM breastCancer\nGROUP BY status;\n```","cost":0.0001455,"response_parsed":"SELECT status, SUM(numberpositivelymphnodes)\nFROM breastCancer\nGROUP BY status;","time":0.7836074829}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `sex`, COUNT(*) FROM `heartAttack` GROUP BY `sex`","question":"For each sex, count the number of rows in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT sex, COUNT(*)\nFROM heartAttack\nGROUP BY sex;\n```","cost":0.0001355,"response_parsed":"SELECT sex, COUNT(*)\nFROM heartAttack\nGROUP BY sex;","time":0.8475897312}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `chestpaintype`, COUNT(*) FROM `heartAttack` GROUP BY `chestpaintype`","question":"For each chestpaintype, count the number of rows in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT chestpaintype, COUNT(*) \nFROM heartAttack\nGROUP BY chestpaintype;\n```","cost":0.0001425,"response_parsed":"SELECT chestpaintype, COUNT(*) \nFROM heartAttack\nGROUP BY chestpaintype;","time":0.4618041515}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `fastingbloodsugar`, COUNT(*) FROM `heartAttack` GROUP BY `fastingbloodsugar`","question":"For each fastingbloodsugar, count the number of rows in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar, COUNT(*) as num_rows\nFROM heartAttack\nGROUP BY fastingbloodsugar;\n```","cost":0.0001505,"response_parsed":"SELECT fastingbloodsugar, COUNT(*) as num_rows\nFROM heartAttack\nGROUP BY fastingbloodsugar;","time":0.516762495}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `restingelectrocardiographicrresults`, COUNT(*) FROM `heartAttack` GROUP BY `restingelectrocardiographicrresults`","question":"For each restingelectrocardiographicrresults, count the number of rows in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingelectrocardiographicrresults, \nCOUNT(*) AS num_rows\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;\n```","cost":0.0001665,"response_parsed":"SELECT restingelectrocardiographicrresults, \nCOUNT(*) AS num_rows\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;","time":0.7846205235}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `output`, COUNT(*) FROM `heartAttack` GROUP BY `output`","question":"For each output, count the number of rows in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(*) as num_rows\nFROM heartAttack;\n```","cost":0.000131,"response_parsed":"SELECT COUNT(*) as num_rows\nFROM heartAttack;","time":0.4819316864}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `restingelectrocardiographicrresults`, MIN(`age`) FROM `heartAttack` GROUP BY `restingelectrocardiographicrresults`","question":"For each restingelectrocardiographicrresults, find the min of age in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingelectrocardiographicrresults, MIN(age)\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;\n```","cost":0.0001635,"response_parsed":"SELECT restingelectrocardiographicrresults, MIN(age)\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;","time":0.6002466679}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `restingelectrocardiographicrresults`, MAX(`age`) FROM `heartAttack` GROUP BY `restingelectrocardiographicrresults`","question":"For each restingelectrocardiographicrresults, find the max of age in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingelectrocardiographicrresults, MAX(age) AS max_age\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;\n```","cost":0.0001665,"response_parsed":"SELECT restingelectrocardiographicrresults, MAX(age) AS max_age\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;","time":1.2406778336}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `restingelectrocardiographicrresults`, AVG(`age`) FROM `heartAttack` GROUP BY `restingelectrocardiographicrresults`","question":"For each restingelectrocardiographicrresults, find the avg of age in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingelectrocardiographicrresults, AVG(age) AS average_age\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;\n```","cost":0.0001695,"response_parsed":"SELECT restingelectrocardiographicrresults, AVG(age) AS average_age\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;","time":0.6700239182}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `restingelectrocardiographicrresults`, SUM(`age`) FROM `heartAttack` GROUP BY `restingelectrocardiographicrresults`","question":"For each restingelectrocardiographicrresults, find the sum of age in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingelectrocardiographicrresults, SUM(age) as sum_of_age\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;\n```","cost":0.000171,"response_parsed":"SELECT restingelectrocardiographicrresults, SUM(age) as sum_of_age\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;","time":0.5594089031}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `restingelectrocardiographicrresults`, MIN(`numberofmajorvvessels`) FROM `heartAttack` GROUP BY `restingelectrocardiographicrresults`","question":"For each restingelectrocardiographicrresults, find the min of numberofmajorvvessels in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingelectrocardiographicrresults, MIN(numberofmajorvvessels)\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;\n```","cost":0.0001735,"response_parsed":"SELECT restingelectrocardiographicrresults, MIN(numberofmajorvvessels)\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;","time":0.7620372772}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `restingelectrocardiographicrresults`, MAX(`numberofmajorvvessels`) FROM `heartAttack` GROUP BY `restingelectrocardiographicrresults`","question":"For each restingelectrocardiographicrresults, find the max of numberofmajorvvessels in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingelectrocardiographicrresults, MAX(numberofmajorvvessels) \nFROM heartAttack \nGROUP BY restingelectrocardiographicrresults\n```","cost":0.000172,"response_parsed":"SELECT restingelectrocardiographicrresults, MAX(numberofmajorvvessels) \nFROM heartAttack \nGROUP BY restingelectrocardiographicrresults","time":0.7533574104}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `restingelectrocardiographicrresults`, AVG(`numberofmajorvvessels`) FROM `heartAttack` GROUP BY `restingelectrocardiographicrresults`","question":"For each restingelectrocardiographicrresults, find the avg of numberofmajorvvessels in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingelectrocardiographicrresults, AVG(numberofmajorvvessels)\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;\n```","cost":0.0001735,"response_parsed":"SELECT restingelectrocardiographicrresults, AVG(numberofmajorvvessels)\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;","time":0.8507096767}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `restingelectrocardiographicrresults`, SUM(`numberofmajorvvessels`) FROM `heartAttack` GROUP BY `restingelectrocardiographicrresults`","question":"For each restingelectrocardiographicrresults, find the sum of numberofmajorvvessels in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingelectrocardiographicrresults, SUM(numberofmajorvvessels) \nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;\n```","cost":0.000175,"response_parsed":"SELECT restingelectrocardiographicrresults, SUM(numberofmajorvvessels) \nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults;","time":5.9992742538}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `fastingbloodsugar`, MIN(`age`) FROM `heartAttack` GROUP BY `fastingbloodsugar`","question":"For each fastingbloodsugar, find the min of age in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar, MIN(age) \nFROM heartAttack\nGROUP BY fastingbloodsugar;\n```","cost":0.0001475,"response_parsed":"SELECT fastingbloodsugar, MIN(age) \nFROM heartAttack\nGROUP BY fastingbloodsugar;","time":0.6009554863}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `fastingbloodsugar`, MAX(`age`) FROM `heartAttack` GROUP BY `fastingbloodsugar`","question":"For each fastingbloodsugar, find the max of age in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar, MAX(age) as max_age\nFROM heartAttack\nGROUP BY fastingbloodsugar;\n```","cost":0.000152,"response_parsed":"SELECT fastingbloodsugar, MAX(age) as max_age\nFROM heartAttack\nGROUP BY fastingbloodsugar;","time":0.4677655697}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `fastingbloodsugar`, AVG(`age`) FROM `heartAttack` GROUP BY `fastingbloodsugar`","question":"For each fastingbloodsugar, find the avg of age in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar, AVG(age) AS avg_age\nFROM heartAttack\nGROUP BY fastingbloodsugar;\n```","cost":0.000152,"response_parsed":"SELECT fastingbloodsugar, AVG(age) AS avg_age\nFROM heartAttack\nGROUP BY fastingbloodsugar;","time":1.0190222263}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `fastingbloodsugar`, SUM(`age`) FROM `heartAttack` GROUP BY `fastingbloodsugar`","question":"For each fastingbloodsugar, find the sum of age in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar, SUM(age)\nFROM heartAttack\nGROUP BY fastingbloodsugar;\n```","cost":0.000146,"response_parsed":"SELECT fastingbloodsugar, SUM(age)\nFROM heartAttack\nGROUP BY fastingbloodsugar;","time":0.4989478588}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `fastingbloodsugar`, MIN(`numberofmajorvvessels`) FROM `heartAttack` GROUP BY `fastingbloodsugar`","question":"For each fastingbloodsugar, find the min of numberofmajorvvessels in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar, MIN(numberofmajorvvessels)\nFROM heartAttack\nGROUP BY fastingbloodsugar;\n```","cost":0.000156,"response_parsed":"SELECT fastingbloodsugar, MIN(numberofmajorvvessels)\nFROM heartAttack\nGROUP BY fastingbloodsugar;","time":0.5127565861}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `fastingbloodsugar`, MAX(`numberofmajorvvessels`) FROM `heartAttack` GROUP BY `fastingbloodsugar`","question":"For each fastingbloodsugar, find the max of numberofmajorvvessels in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar, MAX(numberofmajorvvessels)\nFROM heartAttack\nGROUP BY fastingbloodsugar;\n```","cost":0.000156,"response_parsed":"SELECT fastingbloodsugar, MAX(numberofmajorvvessels)\nFROM heartAttack\nGROUP BY fastingbloodsugar;","time":0.447425127}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `fastingbloodsugar`, AVG(`numberofmajorvvessels`) FROM `heartAttack` GROUP BY `fastingbloodsugar`","question":"For each fastingbloodsugar, find the avg of numberofmajorvvessels in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar, AVG(numberofmajorvvessels) AS avg_numberofmajorvvessels\nFROM heartAttack\nGROUP BY fastingbloodsugar;\n```","cost":0.0001695,"response_parsed":"SELECT fastingbloodsugar, AVG(numberofmajorvvessels) AS avg_numberofmajorvvessels\nFROM heartAttack\nGROUP BY fastingbloodsugar;","time":1.0753960609}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `fastingbloodsugar`, SUM(`numberofmajorvvessels`) FROM `heartAttack` GROUP BY `fastingbloodsugar`","question":"For each fastingbloodsugar, find the sum of numberofmajorvvessels in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar, SUM(numberofmajorvvessels) AS sum_numberofmajorvvessels\nFROM heartAttack\nGROUP BY fastingbloodsugar;\n```","cost":0.0001695,"response_parsed":"SELECT fastingbloodsugar, SUM(numberofmajorvvessels) AS sum_numberofmajorvvessels\nFROM heartAttack\nGROUP BY fastingbloodsugar;","time":0.8323142529}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `menopausalstatus` FROM `breastCancer` GROUP BY `menopausalstatus` HAVING count(*) >= 12","question":"Find all the menopausalstatus that have at least 12 records in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT menopausalstatus\nFROM breastCancer\nGROUP BY menopausalstatus\nHAVING COUNT(*) >= 12;\n```","cost":0.0001565,"response_parsed":"SELECT menopausalstatus\nFROM breastCancer\nGROUP BY menopausalstatus\nHAVING COUNT(*) >= 12;","time":0.6144595146}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `menopausalstatus` FROM `breastCancer` GROUP BY `menopausalstatus` HAVING count(*) <= 12","question":"Find all the menopausalstatus that have at most 12 records in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT menopausalstatus\nFROM breastCancer\nGROUP BY menopausalstatus\nHAVING COUNT(*) <= 12\n```","cost":0.0001565,"response_parsed":"SELECT menopausalstatus\nFROM breastCancer\nGROUP BY menopausalstatus\nHAVING COUNT(*) <= 12","time":0.4553954601}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `hormonaltherapy` FROM `breastCancer` GROUP BY `hormonaltherapy` HAVING count(*) >= 12","question":"Find all the hormonaltherapy that have at least 12 records in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING COUNT(*) >= 12;\n```","cost":0.0001495,"response_parsed":"SELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING COUNT(*) >= 12;","time":0.5152387619}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `hormonaltherapy` FROM `breastCancer` GROUP BY `hormonaltherapy` HAVING count(*) <= 12","question":"Find all the hormonaltherapy that have at most 12 records in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING COUNT(*) <= 12;\n```","cost":0.0001495,"response_parsed":"SELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING COUNT(*) <= 12;","time":0.6409151554}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `status` FROM `breastCancer` GROUP BY `status` HAVING count(*) >= 12","question":"Find all the status that have at least 12 records in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status\nFROM breastCancer\nGROUP BY status\nHAVING COUNT(*) >= 12;\n```","cost":0.000146,"response_parsed":"SELECT status\nFROM breastCancer\nGROUP BY status\nHAVING COUNT(*) >= 12;","time":0.6084442139}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `status` FROM `breastCancer` GROUP BY `status` HAVING count(*) <= 12","question":"Find all the status that have at most 12 records in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status\nFROM breastCancer\nGROUP BY status\nHAVING COUNT(*) <= 12\n```","cost":0.000146,"response_parsed":"SELECT status\nFROM breastCancer\nGROUP BY status\nHAVING COUNT(*) <= 12","time":0.7391786575}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `hormonaltherapy` FROM `breastCancer` GROUP BY `hormonaltherapy` HAVING AVG(`tumorsize`) >= 30.14","question":"List the hormonaltherapy which average of tumorsize is at least 30.14 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy \nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING AVG(tumorsize) >= 30.14;\n```","cost":0.0001605,"response_parsed":"SELECT hormonaltherapy \nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING AVG(tumorsize) >= 30.14;","time":0.9499931335}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `hormonaltherapy` FROM `breastCancer` GROUP BY `hormonaltherapy` HAVING AVG(`tumorsize`) <= 30.14","question":"List the hormonaltherapy which average of tumorsize is at most 30.14 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING AVG(tumorsize) <= 30.14;\n```","cost":0.0001605,"response_parsed":"SELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING AVG(tumorsize) <= 30.14;","time":0.6288292408}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `hormonaltherapy` FROM `breastCancer` GROUP BY `hormonaltherapy` HAVING SUM(`tumorsize`) >= 389.5","question":"List the hormonaltherapy which summation of tumorsize is at least 389.5 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING SUM(tumorsize) >= 389.5;\n```","cost":0.000161,"response_parsed":"SELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING SUM(tumorsize) >= 389.5;","time":0.5807087421}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `hormonaltherapy` FROM `breastCancer` GROUP BY `hormonaltherapy` HAVING SUM(`tumorsize`) <= 389.5","question":"List the hormonaltherapy which summation of tumorsize is at most 389.5 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING SUM(tumorsize) <= 389.5;\n```","cost":0.000161,"response_parsed":"SELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING SUM(tumorsize) <= 389.5;","time":0.4714958668}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `hormonaltherapy` FROM `breastCancer` GROUP BY `hormonaltherapy` HAVING AVG(`age`) >= 53.95","question":"List the hormonaltherapy which average of age is at least 53.95 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING AVG(age) >= 53.95;\n```","cost":0.0001555,"response_parsed":"SELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING AVG(age) >= 53.95;","time":0.5455143452}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `hormonaltherapy` FROM `breastCancer` GROUP BY `hormonaltherapy` HAVING AVG(`age`) <= 53.95","question":"List the hormonaltherapy which average of age is at most 53.95 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING AVG(age) <= 53.95;\n```","cost":0.0001555,"response_parsed":"SELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING AVG(age) <= 53.95;","time":0.9027910233}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `hormonaltherapy` FROM `breastCancer` GROUP BY `hormonaltherapy` HAVING SUM(`age`) >= 640.5","question":"List the hormonaltherapy which summation of age is at least 640.5 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy \nFROM breastCancer \nGROUP BY hormonaltherapy\nHAVING SUM(age)>=640.5\n```","cost":0.000153,"response_parsed":"SELECT hormonaltherapy \nFROM breastCancer \nGROUP BY hormonaltherapy\nHAVING SUM(age)>=640.5","time":0.6049556732}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `hormonaltherapy` FROM `breastCancer` GROUP BY `hormonaltherapy` HAVING SUM(`age`) <= 640.5","question":"List the hormonaltherapy which summation of age is at most 640.5 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING SUM(age) <= 640.5;\n```","cost":0.000156,"response_parsed":"SELECT hormonaltherapy\nFROM breastCancer\nGROUP BY hormonaltherapy\nHAVING SUM(age) <= 640.5;","time":1.0598881245}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `status` FROM `breastCancer` GROUP BY `status` HAVING AVG(`tumorsize`) >= 34.41","question":"List the status which average of tumorsize is at least 34.41 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status\nFROM breastCancer\nGROUP BY status\nHAVING AVG(tumorsize) >= 34.41\n```","cost":0.000157,"response_parsed":"SELECT status\nFROM breastCancer\nGROUP BY status\nHAVING AVG(tumorsize) >= 34.41","time":0.6669859886}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `status` FROM `breastCancer` GROUP BY `status` HAVING AVG(`tumorsize`) <= 34.41","question":"List the status which average of tumorsize is at most 34.41 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status\nFROM breastCancer\nGROUP BY status\nHAVING AVG(tumorsize) <= 34.41;\n```","cost":0.000157,"response_parsed":"SELECT status\nFROM breastCancer\nGROUP BY status\nHAVING AVG(tumorsize) <= 34.41;","time":1.4279825687}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `status` FROM `breastCancer` GROUP BY `status` HAVING SUM(`tumorsize`) >= 389.5","question":"List the status which summation of tumorsize is at least 389.5 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status\nFROM breastCancer\nGROUP BY status\nHAVING SUM(tumorsize) >= 389.5;\n```","cost":0.0001575,"response_parsed":"SELECT status\nFROM breastCancer\nGROUP BY status\nHAVING SUM(tumorsize) >= 389.5;","time":0.9343891144}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `status` FROM `breastCancer` GROUP BY `status` HAVING SUM(`tumorsize`) <= 389.5","question":"List the status which summation of tumorsize is at most 389.5 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status\nFROM breastCancer\nGROUP BY status\nHAVING SUM(tumorsize) <= 389.5;\n```","cost":0.0001575,"response_parsed":"SELECT status\nFROM breastCancer\nGROUP BY status\nHAVING SUM(tumorsize) <= 389.5;","time":0.5730462074}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `status` FROM `breastCancer` GROUP BY `status` HAVING AVG(`age`) >= 53.44","question":"List the status which average of age is at least 53.44 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status\nFROM breastCancer\nGROUP BY status\nHAVING AVG(age) >= 53.44;\n```","cost":0.000152,"response_parsed":"SELECT status\nFROM breastCancer\nGROUP BY status\nHAVING AVG(age) >= 53.44;","time":0.5551378727}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `status` FROM `breastCancer` GROUP BY `status` HAVING AVG(`age`) <= 53.44","question":"List the status which average of age is at most 53.44 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status\nFROM breastCancer\nGROUP BY status\nHAVING AVG(age) <= 53.44;\n```","cost":0.000152,"response_parsed":"SELECT status\nFROM breastCancer\nGROUP BY status\nHAVING AVG(age) <= 53.44;","time":0.7120680809}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `status` FROM `breastCancer` GROUP BY `status` HAVING SUM(`age`) >= 640.5","question":"List the status which summation of age is at least 640.5 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status\nFROM breastCancer\nGROUP BY status\nHAVING SUM(age) >= 640.5\n```","cost":0.0001525,"response_parsed":"SELECT status\nFROM breastCancer\nGROUP BY status\nHAVING SUM(age) >= 640.5","time":0.4985737801}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `status` FROM `breastCancer` GROUP BY `status` HAVING SUM(`age`) <= 640.5","question":"List the status which summation of age is at most 640.5 in table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT status\nFROM breastCancer\nGROUP BY status\nHAVING SUM(age) <= 640.5\n```","cost":0.0001525,"response_parsed":"SELECT status\nFROM breastCancer\nGROUP BY status\nHAVING SUM(age) <= 640.5","time":0.7269392014}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `output` FROM `heartAttack` GROUP BY `output` HAVING count(*) >= 10","question":"Find all the output that have at least 10 records in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT output\nFROM heartAttack\nGROUP BY output\nHAVING COUNT(output) >= 10;\n```","cost":0.0001455,"response_parsed":"SELECT output\nFROM heartAttack\nGROUP BY output\nHAVING COUNT(output) >= 10;","time":0.4549183846}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `output` FROM `heartAttack` GROUP BY `output` HAVING count(*) <= 10","question":"Find all the output that have at most 10 records in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM heartAttack\nGROUP BY output\nHAVING COUNT(*) <= 10;\n```","cost":0.000144,"response_parsed":"SELECT * \nFROM heartAttack\nGROUP BY output\nHAVING COUNT(*) <= 10;","time":1.1384010315}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `chestpaintype` FROM `heartAttack` GROUP BY `chestpaintype` HAVING count(*) >= 5","question":"Find all the chestpaintype that have at least 5 records in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT chestpaintype\nFROM heartAttack\nGROUP BY chestpaintype\nHAVING COUNT(*) >= 5;\n```","cost":0.000151,"response_parsed":"SELECT chestpaintype\nFROM heartAttack\nGROUP BY chestpaintype\nHAVING COUNT(*) >= 5;","time":0.4850718975}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `chestpaintype` FROM `heartAttack` GROUP BY `chestpaintype` HAVING count(*) <= 5","question":"Find all the chestpaintype that have at most 5 records in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT chestpaintype\nFROM heartAttack\nGROUP BY chestpaintype\nHAVING COUNT(*) <= 5;\n```","cost":0.000151,"response_parsed":"SELECT chestpaintype\nFROM heartAttack\nGROUP BY chestpaintype\nHAVING COUNT(*) <= 5;","time":0.5164065361}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `restingelectrocardiographicrresults` FROM `heartAttack` GROUP BY `restingelectrocardiographicrresults` HAVING count(*) >= 6","question":"Find all the restingelectrocardiographicrresults that have at least 6 records in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT restingelectrocardiographicrresults\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults\nHAVING COUNT(*) >= 6;\n```","cost":0.0001705,"response_parsed":"SELECT DISTINCT restingelectrocardiographicrresults\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults\nHAVING COUNT(*) >= 6;","time":0.6013653278}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `restingelectrocardiographicrresults` FROM `heartAttack` GROUP BY `restingelectrocardiographicrresults` HAVING count(*) <= 6","question":"Find all the restingelectrocardiographicrresults that have at most 6 records in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingelectrocardiographicrresults\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults\nHAVING COUNT(*) <= 6;\n```","cost":0.000172,"response_parsed":"SELECT restingelectrocardiographicrresults\nFROM heartAttack\nGROUP BY restingelectrocardiographicrresults\nHAVING COUNT(*) <= 6;","time":0.6747868061}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `fastingbloodsugar` FROM `heartAttack` GROUP BY `fastingbloodsugar` HAVING AVG(`restingbloodpressure`) >= 145.75","question":"List the fastingbloodsugar which average of restingbloodpressure is at least 145.75 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar\nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING AVG(restingbloodpressure) >= 145.75;\n```","cost":0.000166,"response_parsed":"SELECT fastingbloodsugar\nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING AVG(restingbloodpressure) >= 145.75;","time":0.6420607567}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `fastingbloodsugar` FROM `heartAttack` GROUP BY `fastingbloodsugar` HAVING AVG(`restingbloodpressure`) <= 145.75","question":"List the fastingbloodsugar which average of restingbloodpressure is at most 145.75 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar\nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING AVG(restingbloodpressure) <= 145.75;\n```","cost":0.000166,"response_parsed":"SELECT fastingbloodsugar\nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING AVG(restingbloodpressure) <= 145.75;","time":1.3081662655}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `fastingbloodsugar` FROM `heartAttack` GROUP BY `fastingbloodsugar` HAVING SUM(`restingbloodpressure`) >= 1343.5","question":"List the fastingbloodsugar which summation of restingbloodpressure is at least 1343.5 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar \nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING SUM(restingbloodpressure) >= 1343.5;\n```","cost":0.0001685,"response_parsed":"SELECT fastingbloodsugar \nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING SUM(restingbloodpressure) >= 1343.5;","time":0.7985601425}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `fastingbloodsugar` FROM `heartAttack` GROUP BY `fastingbloodsugar` HAVING SUM(`restingbloodpressure`) <= 1343.5","question":"List the fastingbloodsugar which summation of restingbloodpressure is at most 1343.5 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar\nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING SUM(restingbloodpressure) <= 1343.5\n```","cost":0.0001685,"response_parsed":"SELECT fastingbloodsugar\nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING SUM(restingbloodpressure) <= 1343.5","time":0.6398131847}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `fastingbloodsugar` FROM `heartAttack` GROUP BY `fastingbloodsugar` HAVING AVG(`age`) >= 59.17","question":"List the fastingbloodsugar which average of age is at least 59.17 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar\nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING AVG(age) >= 59.17;\n```","cost":0.0001605,"response_parsed":"SELECT fastingbloodsugar\nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING AVG(age) >= 59.17;","time":0.4899139404}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `fastingbloodsugar` FROM `heartAttack` GROUP BY `fastingbloodsugar` HAVING AVG(`age`) <= 59.17","question":"List the fastingbloodsugar which average of age is at most 59.17 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar\nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING AVG(age) <= 59.17;\n```","cost":0.0001605,"response_parsed":"SELECT fastingbloodsugar\nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING AVG(age) <= 59.17;","time":0.614420414}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `fastingbloodsugar` FROM `heartAttack` GROUP BY `fastingbloodsugar` HAVING SUM(`age`) >= 561.0","question":"List the fastingbloodsugar which summation of age is at least 561.0 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar\nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING SUM(age) >= 561.0;\n```","cost":0.000161,"response_parsed":"SELECT fastingbloodsugar\nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING SUM(age) >= 561.0;","time":1.8629248142}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `fastingbloodsugar` FROM `heartAttack` GROUP BY `fastingbloodsugar` HAVING SUM(`age`) <= 561.0","question":"List the fastingbloodsugar which summation of age is at most 561.0 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar\nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING SUM(age) <= 561.0\n```","cost":0.000161,"response_parsed":"SELECT fastingbloodsugar\nFROM heartAttack\nGROUP BY fastingbloodsugar\nHAVING SUM(age) <= 561.0","time":0.5419282913}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `sex` FROM `heartAttack` GROUP BY `sex` HAVING AVG(`restingbloodpressure`) >= 131.31","question":"List the sex which average of restingbloodpressure is at least 131.31 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING AVG(restingbloodpressure) >= 131.31;\n```","cost":0.0001555,"response_parsed":"SELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING AVG(restingbloodpressure) >= 131.31;","time":0.6387200356}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `sex` FROM `heartAttack` GROUP BY `sex` HAVING AVG(`restingbloodpressure`) <= 131.31","question":"List the sex which average of restingbloodpressure is at most 131.31 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING AVG(restingbloodpressure) <= 131.31;\n```","cost":0.0001555,"response_parsed":"SELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING AVG(restingbloodpressure) <= 131.31;","time":0.5909628868}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `sex` FROM `heartAttack` GROUP BY `sex` HAVING SUM(`restingbloodpressure`) >= 1343.5","question":"List the sex which summation of restingbloodpressure is at least 1343.5 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING SUM(restingbloodpressure) >= 1343.5;\n```","cost":0.000158,"response_parsed":"SELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING SUM(restingbloodpressure) >= 1343.5;","time":0.8757090569}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `sex` FROM `heartAttack` GROUP BY `sex` HAVING SUM(`restingbloodpressure`) <= 1343.5","question":"List the sex which summation of restingbloodpressure is at most 1343.5 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING SUM(restingbloodpressure) <= 1343.5;\n```","cost":0.000158,"response_parsed":"SELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING SUM(restingbloodpressure) <= 1343.5;","time":1.1248109341}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `sex` FROM `heartAttack` GROUP BY `sex` HAVING AVG(`age`) >= 58.78","question":"List the sex which average of age is at least 58.78 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING AVG(age) >= 58.78\n```","cost":0.00015,"response_parsed":"SELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING AVG(age) >= 58.78","time":0.7664885521}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `sex` FROM `heartAttack` GROUP BY `sex` HAVING AVG(`age`) <= 58.78","question":"List the sex which average of age is at most 58.78 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING AVG(age) <= 58.78\n```","cost":0.00015,"response_parsed":"SELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING AVG(age) <= 58.78","time":0.7154781818}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `sex` FROM `heartAttack` GROUP BY `sex` HAVING SUM(`age`) >= 561.0","question":"List the sex which summation of age is at least 561.0 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING SUM(age) >= 561.0;\n```","cost":0.0001505,"response_parsed":"SELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING SUM(age) >= 561.0;","time":0.4624872208}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `sex` FROM `heartAttack` GROUP BY `sex` HAVING SUM(`age`) <= 561.0","question":"List the sex which summation of age is at most 561.0 in table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING SUM(age) <= 561.0\n```","cost":0.0001505,"response_parsed":"SELECT sex\nFROM heartAttack\nGROUP BY sex\nHAVING SUM(age) <= 561.0","time":0.4503808022}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `menopausalstatus` FROM `breastCancer` GROUP BY `menopausalstatus` HAVING COUNT(DISTINCT `hormonaltherapy`) = (SELECT COUNT(DISTINCT `hormonaltherapy`) FROM `breastCancer`)","question":"What are the menopausalstatus with all the hormonaltherapy in table breastCancer?","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT menopausalstatus, hormonaltherapy\nFROM breastCancer\n```","cost":0.0001375,"response_parsed":"SELECT menopausalstatus, hormonaltherapy\nFROM breastCancer","time":0.5971133709}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `menopausalstatus` FROM `breastCancer` GROUP BY `menopausalstatus` HAVING COUNT(DISTINCT `status`) = (SELECT COUNT(DISTINCT `status`) FROM `breastCancer`)","question":"What are the menopausalstatus with all the status in table breastCancer?","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT menopausalstatus\nFROM breastCancer\n```","cost":0.0001325,"response_parsed":"SELECT menopausalstatus\nFROM breastCancer","time":0.3859882355}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `hormonaltherapy` FROM `breastCancer` GROUP BY `hormonaltherapy` HAVING COUNT(DISTINCT `status`) = (SELECT COUNT(DISTINCT `status`) FROM `breastCancer`)","question":"What are the hormonaltherapy with all the status in table breastCancer?","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy, status\nFROM breastCancer;\n```","cost":0.0001315,"response_parsed":"SELECT hormonaltherapy, status\nFROM breastCancer;","time":0.6159200668}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `sex` FROM `heartAttack` GROUP BY `sex` HAVING COUNT(DISTINCT `chestpaintype`) = (SELECT COUNT(DISTINCT `chestpaintype`) FROM `heartAttack`)","question":"What are the sex with all the chestpaintype in table heartAttack?","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT sex, chestpaintype\nFROM heartAttack;\n```","cost":0.000133,"response_parsed":"SELECT DISTINCT sex, chestpaintype\nFROM heartAttack;","time":0.4659821987}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `sex` FROM `heartAttack` GROUP BY `sex` HAVING COUNT(DISTINCT `fastingbloodsugar`) = (SELECT COUNT(DISTINCT `fastingbloodsugar`) FROM `heartAttack`)","question":"What are the sex with all the fastingbloodsugar in table heartAttack?","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT sex\nFROM heartAttack;\n```","cost":0.0001275,"response_parsed":"SELECT DISTINCT sex\nFROM heartAttack;","time":0.4367754459}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `sex` FROM `heartAttack` GROUP BY `sex` HAVING COUNT(DISTINCT `restingelectrocardiographicrresults`) = (SELECT COUNT(DISTINCT `restingelectrocardiographicrresults`) FROM `heartAttack`)","question":"What are the sex with all the restingelectrocardiographicrresults in table heartAttack?","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT sex, restingelectrocardiographicrresults\nFROM heartAttack;\n```","cost":0.000145,"response_parsed":"SELECT DISTINCT sex, restingelectrocardiographicrresults\nFROM heartAttack;","time":0.464042902}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `sex` FROM `heartAttack` GROUP BY `sex` HAVING COUNT(DISTINCT `output`) = (SELECT COUNT(DISTINCT `output`) FROM `heartAttack`)","question":"What are the sex with all the output in table heartAttack?","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT sex \nFROM heartAttack;\n```","cost":0.000126,"response_parsed":"SELECT DISTINCT sex \nFROM heartAttack;","time":0.501914978}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `chestpaintype` FROM `heartAttack` GROUP BY `chestpaintype` HAVING COUNT(DISTINCT `fastingbloodsugar`) = (SELECT COUNT(DISTINCT `fastingbloodsugar`) FROM `heartAttack`)","question":"What are the chestpaintype with all the fastingbloodsugar in table heartAttack?","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT chestpaintype, fastingbloodsugar\nFROM heartAttack;\n```","cost":0.000139,"response_parsed":"SELECT DISTINCT chestpaintype, fastingbloodsugar\nFROM heartAttack;","time":0.6142096519}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `chestpaintype` FROM `heartAttack` GROUP BY `chestpaintype` HAVING COUNT(DISTINCT `output`) = (SELECT COUNT(DISTINCT `output`) FROM `heartAttack`)","question":"What are the chestpaintype with all the output in table heartAttack?","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT chestpaintype\nFROM heartAttack;\n```","cost":0.00013,"response_parsed":"SELECT DISTINCT chestpaintype\nFROM heartAttack;","time":0.3716609478}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `fastingbloodsugar` FROM `heartAttack` GROUP BY `fastingbloodsugar` HAVING COUNT(DISTINCT `restingelectrocardiographicrresults`) = (SELECT COUNT(DISTINCT `restingelectrocardiographicrresults`) FROM `heartAttack`)","question":"What are the fastingbloodsugar with all the restingelectrocardiographicrresults in table heartAttack?","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar, restingelectrocardiographicrresults\nFROM heartAttack\n```","cost":0.0001495,"response_parsed":"SELECT fastingbloodsugar, restingelectrocardiographicrresults\nFROM heartAttack","time":0.813986063}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `fastingbloodsugar` FROM `heartAttack` GROUP BY `fastingbloodsugar` HAVING COUNT(DISTINCT `output`) = (SELECT COUNT(DISTINCT `output`) FROM `heartAttack`)","question":"What are the fastingbloodsugar with all the output in table heartAttack?","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar\nFROM heartAttack;\n```","cost":0.0001305,"response_parsed":"SELECT fastingbloodsugar\nFROM heartAttack;","time":0.5743842125}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `restingelectrocardiographicrresults` FROM `heartAttack` GROUP BY `restingelectrocardiographicrresults` HAVING COUNT(DISTINCT `output`) = (SELECT COUNT(DISTINCT `output`) FROM `heartAttack`)","question":"What are the restingelectrocardiographicrresults with all the output in table heartAttack?","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingelectrocardiographicrresults\nFROM heartAttack;\n```","cost":0.000139,"response_parsed":"SELECT restingelectrocardiographicrresults\nFROM heartAttack;","time":0.5909962654}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `breastCancer` ORDER BY `hormonaltherapy` ASC","question":"Show all data ordered by hormonaltherapy in ascending order for the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM breastCancer \nORDER BY hormonaltherapy ASC;\n```","cost":0.000137,"response_parsed":"SELECT * \nFROM breastCancer \nORDER BY hormonaltherapy ASC;","time":0.6126234531}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `breastCancer` ORDER BY `hormonaltherapy` DESC","question":"Show all data ordered by hormonaltherapy in descending order for the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM breastCancer\nORDER BY hormonaltherapy DESC;\n```","cost":0.000137,"response_parsed":"SELECT * \nFROM breastCancer\nORDER BY hormonaltherapy DESC;","time":0.8298718929}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `breastCancer` ORDER BY `status` ASC","question":"Show all data ordered by status in ascending order for the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM breastCancer\nORDER BY status ASC;\n```","cost":0.0001335,"response_parsed":"SELECT * FROM breastCancer\nORDER BY status ASC;","time":0.4174656868}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `breastCancer` ORDER BY `status` DESC","question":"Show all data ordered by status in descending order for the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM breastCancer\nORDER BY status DESC;\n```","cost":0.000135,"response_parsed":"SELECT * \nFROM breastCancer\nORDER BY status DESC;","time":0.6872582436}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `tumorgrade` FROM `breastCancer` ORDER BY `tumorgrade` ASC","question":"Project the tumorgrade ordered in ascending order for the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT tumorgrade\nFROM breastCancer\nORDER BY tumorgrade ASC;\n```","cost":0.0001375,"response_parsed":"SELECT tumorgrade\nFROM breastCancer\nORDER BY tumorgrade ASC;","time":0.4439282417}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `tumorgrade` FROM `breastCancer` ORDER BY `tumorgrade` DESC","question":"Project the tumorgrade ordered in descending order for the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT tumorgrade\nFROM breastCancer\nORDER BY tumorgrade DESC;\n```","cost":0.0001375,"response_parsed":"SELECT tumorgrade\nFROM breastCancer\nORDER BY tumorgrade DESC;","time":0.4098882675}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `patientidentifier` FROM `breastCancer` ORDER BY `patientidentifier` ASC","question":"Project the patientidentifier ordered in ascending order for the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT patientidentifier\nFROM breastCancer\nORDER BY patientidentifier ASC;\n```","cost":0.0001375,"response_parsed":"SELECT patientidentifier\nFROM breastCancer\nORDER BY patientidentifier ASC;","time":0.4939501286}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `patientidentifier` FROM `breastCancer` ORDER BY `patientidentifier` DESC","question":"Project the patientidentifier ordered in descending order for the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT patientidentifier\nFROM breastCancer\nORDER BY patientidentifier DESC;\n```","cost":0.0001375,"response_parsed":"SELECT patientidentifier\nFROM breastCancer\nORDER BY patientidentifier DESC;","time":0.7612252235}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `heartAttack` ORDER BY `numberofmajorvvessels` ASC","question":"Show all data ordered by numberofmajorvvessels in ascending order for the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM heartAttack\nORDER BY numberofmajorvvessels ASC;\n```","cost":0.0001415,"response_parsed":"SELECT *\nFROM heartAttack\nORDER BY numberofmajorvvessels ASC;","time":0.5154476166}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `heartAttack` ORDER BY `numberofmajorvvessels` DESC","question":"Show all data ordered by numberofmajorvvessels in descending order for the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM heartAttack\nORDER BY numberofmajorvvessels DESC;\n```","cost":0.000143,"response_parsed":"SELECT * \nFROM heartAttack\nORDER BY numberofmajorvvessels DESC;","time":0.5779819489}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `heartAttack` ORDER BY `restingbloodpressure` ASC","question":"Show all data ordered by restingbloodpressure in ascending order for the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM heartAttack ORDER BY restingbloodpressure ASC;\n```","cost":0.000134,"response_parsed":"SELECT * FROM heartAttack ORDER BY restingbloodpressure ASC;","time":0.42273736}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `heartAttack` ORDER BY `restingbloodpressure` DESC","question":"Show all data ordered by restingbloodpressure in descending order for the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM heartAttack ORDER BY restingbloodpressure DESC;\n```","cost":0.000134,"response_parsed":"SELECT * FROM heartAttack ORDER BY restingbloodpressure DESC;","time":0.5597000122}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `restingelectrocardiographicrresults` FROM `heartAttack` ORDER BY `restingelectrocardiographicrresults` ASC","question":"Project the restingelectrocardiographicrresults ordered in ascending order for the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingelectrocardiographicrresults\nFROM heartAttack\nORDER BY restingelectrocardiographicrresults ASC;\n```","cost":0.000157,"response_parsed":"SELECT restingelectrocardiographicrresults\nFROM heartAttack\nORDER BY restingelectrocardiographicrresults ASC;","time":0.6375696659}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `restingelectrocardiographicrresults` FROM `heartAttack` ORDER BY `restingelectrocardiographicrresults` DESC","question":"Project the restingelectrocardiographicrresults ordered in descending order for the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingelectrocardiographicrresults\nFROM heartAttack\nORDER BY restingelectrocardiographicrresults DESC;\n```","cost":0.00016,"response_parsed":"SELECT restingelectrocardiographicrresults\nFROM heartAttack\nORDER BY restingelectrocardiographicrresults DESC;","time":0.7124123573}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `sex` FROM `heartAttack` ORDER BY `sex` ASC","question":"Project the sex ordered in ascending order for the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT sex\nFROM heartAttack\nORDER BY sex ASC;\n```","cost":0.000132,"response_parsed":"SELECT sex\nFROM heartAttack\nORDER BY sex ASC;","time":0.4533030987}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `sex` FROM `heartAttack` ORDER BY `sex` DESC","question":"Project the sex ordered in descending order for the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT sex\nFROM heartAttack\nORDER BY sex DESC;\n```","cost":0.000132,"response_parsed":"SELECT sex\nFROM heartAttack\nORDER BY sex DESC;","time":0.3843979836}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `age` FROM `breastCancer`","question":"Show all age in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT age FROM breastCancer;\n```","cost":0.000123,"response_parsed":"SELECT age FROM breastCancer;","time":0.7521934509}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `progesteronereceptor` FROM `breastCancer`","question":"Show all progesteronereceptor in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT progesteronereceptor\nFROM breastCancer;\n```","cost":0.0001325,"response_parsed":"SELECT progesteronereceptor\nFROM breastCancer;","time":0.493514061}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `estrogenreceptor` FROM `breastCancer`","question":"Show all estrogenreceptor in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT estrogenreceptor \nFROM breastCancer;\n```","cost":0.0001285,"response_parsed":"SELECT estrogenreceptor \nFROM breastCancer;","time":0.3851323128}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `status` FROM `breastCancer`","question":"Show all status in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT status\nFROM breastCancer;\n```","cost":0.000126,"response_parsed":"SELECT DISTINCT status\nFROM breastCancer;","time":0.4164178371}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `patientidentifier` FROM `breastCancer`","question":"Show all patientidentifier in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT patientidentifier \nFROM breastCancer\n```","cost":0.0001265,"response_parsed":"SELECT patientidentifier \nFROM breastCancer","time":0.7104017735}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `breastCancer`","question":"Show all the rows in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM breastCancer;\n```","cost":0.0001235,"response_parsed":"SELECT * FROM breastCancer;","time":0.2608942986}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `status` FROM `breastCancer`","question":"Show all status in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT status\nFROM breastCancer;\n```","cost":0.000126,"response_parsed":"SELECT DISTINCT status\nFROM breastCancer;","time":0.4271950722}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `estrogenreceptor`, `tumorgrade` FROM `breastCancer`","question":"Show all estrogenreceptor, tumorgrade in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT estrogenreceptor, tumorgrade\nFROM breastCancer\n```","cost":0.0001345,"response_parsed":"SELECT estrogenreceptor, tumorgrade\nFROM breastCancer","time":0.4369418621}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `hormonaltherapy`, `patientidentifier`, `numberpositivelymphnodes` FROM `breastCancer`","question":"Show all hormonaltherapy, patientidentifier, numberpositivelymphnodes in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT hormonaltherapy, patientidentifier, numberpositivelymphnodes\nFROM breastCancer;\n```","cost":0.0001445,"response_parsed":"SELECT hormonaltherapy, patientidentifier, numberpositivelymphnodes\nFROM breastCancer;","time":0.5417532921}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `numberpositivelymphnodes`, `patientidentifier`, `tumorgrade`, `age` FROM `breastCancer`","question":"Show all numberpositivelymphnodes, patientidentifier, tumorgrade, age in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT numberpositivelymphnodes, patientidentifier, tumorgrade, age \nFROM breastCancer;\n```","cost":0.0001485,"response_parsed":"SELECT numberpositivelymphnodes, patientidentifier, tumorgrade, age \nFROM breastCancer;","time":0.5881099701}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `estrogenreceptor`, `status`, `menopausalstatus`, `tumorgrade`, `age` FROM `breastCancer`","question":"Show all estrogenreceptor, status, menopausalstatus, tumorgrade, age in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT estrogenreceptor, status, menopausalstatus, tumorgrade, age \nFROM breastCancer;\n```","cost":0.0001525,"response_parsed":"SELECT estrogenreceptor, status, menopausalstatus, tumorgrade, age \nFROM breastCancer;","time":0.4920277596}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `patientidentifier`, `hormonaltherapy`, `status`, `age`, `menopausalstatus`, `tumorsize` FROM `breastCancer`","question":"Show all patientidentifier, hormonaltherapy, status, age, menopausalstatus, tumorsize in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT patientidentifier, hormonaltherapy, status, age, menopausalstatus, tumorsize \nFROM breastCancer;\n```","cost":0.0001565,"response_parsed":"SELECT patientidentifier, hormonaltherapy, status, age, menopausalstatus, tumorsize \nFROM breastCancer;","time":0.9200744629}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `tumorgrade`, `progesteronereceptor`, `menopausalstatus`, `estrogenreceptor`, `numberpositivelymphnodes`, `status`, `age` FROM `breastCancer`","question":"Show all tumorgrade, progesteronereceptor, menopausalstatus, estrogenreceptor, numberpositivelymphnodes, status, age in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT tumorgrade, progesteronereceptor, menopausalstatus, estrogenreceptor, numberpositivelymphnodes, status, age\nFROM breastCancer;\n```","cost":0.0001765,"response_parsed":"SELECT tumorgrade, progesteronereceptor, menopausalstatus, estrogenreceptor, numberpositivelymphnodes, status, age\nFROM breastCancer;","time":0.7255911827}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `tumorgrade`, `status`, `progesteronereceptor`, `estrogenreceptor`, `age`, `tumorsize`, `patientidentifier`, `hormonaltherapy` FROM `breastCancer`","question":"Show all tumorgrade, status, progesteronereceptor, estrogenreceptor, age, tumorsize, patientidentifier, hormonaltherapy in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT tumorgrade, status, progesteronereceptor, estrogenreceptor, age, tumorsize, patientidentifier, hormonaltherapy\nFROM breastCancer;\n```","cost":0.0001725,"response_parsed":"SELECT tumorgrade, status, progesteronereceptor, estrogenreceptor, age, tumorsize, patientidentifier, hormonaltherapy\nFROM breastCancer;","time":2.2054753304}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `tumorsize`, `hormonaltherapy`, `age`, `status`, `tumorgrade`, `menopausalstatus`, `progesteronereceptor`, `estrogenreceptor`, `numberpositivelymphnodes` FROM `breastCancer`","question":"Show all tumorsize, hormonaltherapy, age, status, tumorgrade, menopausalstatus, progesteronereceptor, estrogenreceptor, numberpositivelymphnodes in the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT tumorsize, hormonaltherapy, age, status, tumorgrade, menopausalstatus, progesteronereceptor, estrogenreceptor, numberpositivelymphnodes \nFROM breastCancer;\n```","cost":0.0001885,"response_parsed":"SELECT tumorsize, hormonaltherapy, age, status, tumorgrade, menopausalstatus, progesteronereceptor, estrogenreceptor, numberpositivelymphnodes \nFROM breastCancer;","time":0.6616392136}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `restingelectrocardiographicrresults` FROM `heartAttack`","question":"Show all restingelectrocardiographicrresults in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingelectrocardiographicrresults\nFROM heartAttack\n```","cost":0.0001385,"response_parsed":"SELECT restingelectrocardiographicrresults\nFROM heartAttack","time":0.5355038643}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `fastingbloodsugar` FROM `heartAttack`","question":"Show all fastingbloodsugar in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT fastingbloodsugar \nFROM heartAttack;\n```","cost":0.0001285,"response_parsed":"SELECT fastingbloodsugar \nFROM heartAttack;","time":0.4491899014}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `thall` FROM `heartAttack`","question":"Show all thall in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT thall\nFROM heartAttack;\n```","cost":0.0001245,"response_parsed":"SELECT thall\nFROM heartAttack;","time":0.3423202038}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `restingbloodpressure` FROM `heartAttack`","question":"Show all restingbloodpressure in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingbloodpressure \nFROM heartAttack;\n```","cost":0.0001265,"response_parsed":"SELECT restingbloodpressure \nFROM heartAttack;","time":0.3881971836}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `numberofmajorvvessels` FROM `heartAttack`","question":"Show all numberofmajorvvessels in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT numberofmajorvvessels\nFROM heartAttack;\n```","cost":0.0001325,"response_parsed":"SELECT numberofmajorvvessels\nFROM heartAttack;","time":0.6587455273}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `heartAttack`","question":"Show all the rows in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM heartAttack;\n```","cost":0.0001215,"response_parsed":"SELECT *\nFROM heartAttack;","time":0.4585175514}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `restingbloodpressure` FROM `heartAttack`","question":"Show all restingbloodpressure in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingbloodpressure\nFROM heartAttack;\n```","cost":0.0001265,"response_parsed":"SELECT restingbloodpressure\nFROM heartAttack;","time":0.3959507942}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `restingbloodpressure`, `thall` FROM `heartAttack`","question":"Show all restingbloodpressure, thall in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingbloodpressure, thall\nFROM heartAttack;\n```","cost":0.0001325,"response_parsed":"SELECT restingbloodpressure, thall\nFROM heartAttack;","time":0.474445343}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `restingbloodpressure`, `sex`, `fastingbloodsugar` FROM `heartAttack`","question":"Show all restingbloodpressure, sex, fastingbloodsugar in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingbloodpressure, sex, fastingbloodsugar\nFROM heartAttack;\n```","cost":0.0001405,"response_parsed":"SELECT restingbloodpressure, sex, fastingbloodsugar\nFROM heartAttack;","time":1.5217294693}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `thall`, `sex`, `numberofmajorvvessels`, `age` FROM `heartAttack`","question":"Show all thall, sex, numberofmajorvvessels, age in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT thall, sex, numberofmajorvvessels, age\nFROM heartAttack;\n```","cost":0.0001465,"response_parsed":"SELECT thall, sex, numberofmajorvvessels, age\nFROM heartAttack;","time":0.4396052361}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `restingelectrocardiographicrresults`, `restingbloodpressure`, `thall`, `fastingbloodsugar`, `numberofmajorvvessels` FROM `heartAttack`","question":"Show all restingelectrocardiographicrresults, restingbloodpressure, thall, fastingbloodsugar, numberofmajorvvessels in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT restingelectrocardiographicrresults, restingbloodpressure, thall, fastingbloodsugar, numberofmajorvvessels\nFROM heartAttack;\n```","cost":0.0001765,"response_parsed":"SELECT restingelectrocardiographicrresults, restingbloodpressure, thall, fastingbloodsugar, numberofmajorvvessels\nFROM heartAttack;","time":0.5751376152}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `sex`, `chestpaintype`, `fastingbloodsugar`, `age`, `numberofmajorvvessels`, `cholestoralinmg` FROM `heartAttack`","question":"Show all sex, chestpaintype, fastingbloodsugar, age, numberofmajorvvessels, cholestoralinmg in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT sex, chestpaintype, fastingbloodsugar, age, numberofmajorvvessels, cholestoralinmg\nFROM heartAttack;\n```","cost":0.0001705,"response_parsed":"SELECT sex, chestpaintype, fastingbloodsugar, age, numberofmajorvvessels, cholestoralinmg\nFROM heartAttack;","time":0.6463441849}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `numberofmajorvvessels`, `restingbloodpressure`, `age`, `fastingbloodsugar`, `sex`, `cholestoralinmg`, `restingelectrocardiographicrresults` FROM `heartAttack`","question":"Show all numberofmajorvvessels, restingbloodpressure, age, fastingbloodsugar, sex, cholestoralinmg, restingelectrocardiographicrresults in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT numberofmajorvvessels, restingbloodpressure, age, fastingbloodsugar, sex, cholestoralinmg, restingelectrocardiographicrresults \nFROM heartAttack\n```","cost":0.0001905,"response_parsed":"SELECT numberofmajorvvessels, restingbloodpressure, age, fastingbloodsugar, sex, cholestoralinmg, restingelectrocardiographicrresults \nFROM heartAttack","time":0.9416415691}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `numberofmajorvvessels`, `chestpaintype`, `restingelectrocardiographicrresults`, `output`, `fastingbloodsugar`, `restingbloodpressure`, `cholestoralinmg`, `sex` FROM `heartAttack`","question":"Show all numberofmajorvvessels, chestpaintype, restingelectrocardiographicrresults, output, fastingbloodsugar, restingbloodpressure, cholestoralinmg, sex in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT numberofmajorvvessels, chestpaintype, restingelectrocardiographicrresults, output, fastingbloodsugar, restingbloodpressure, cholestoralinmg, sex \nFROM heartAttack;\n```","cost":0.0001985,"response_parsed":"SELECT numberofmajorvvessels, chestpaintype, restingelectrocardiographicrresults, output, fastingbloodsugar, restingbloodpressure, cholestoralinmg, sex \nFROM heartAttack;","time":1.1661977768}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `chestpaintype`, `sex`, `fastingbloodsugar`, `restingelectrocardiographicrresults`, `thall`, `numberofmajorvvessels`, `age`, `output`, `restingbloodpressure` FROM `heartAttack`","question":"Show all chestpaintype, sex, fastingbloodsugar, restingelectrocardiographicrresults, thall, numberofmajorvvessels, age, output, restingbloodpressure in the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT chestpaintype, sex, fastingbloodsugar, restingelectrocardiographicrresults, thall, numberofmajorvvessels, age, output, restingbloodpressure\nFROM heartAttack;\n```","cost":0.0001965,"response_parsed":"SELECT chestpaintype, sex, fastingbloodsugar, restingelectrocardiographicrresults, thall, numberofmajorvvessels, age, output, restingbloodpressure\nFROM heartAttack;","time":0.790828228}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `breastCancer` WHERE `menopausalstatus` == 'postmenopausal'","question":"Show the data of the table breastCancer where menopausalstatus is equal to postmenopausal","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM breastCancer \nWHERE menopausalstatus = 'postmenopausal';\n```","cost":0.0001485,"response_parsed":"SELECT * \nFROM breastCancer \nWHERE menopausalstatus = 'postmenopausal';","time":0.6911244392}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `breastCancer` WHERE `menopausalstatus` != 'premenopausal'","question":"Show the data of the table breastCancer where menopausalstatus is different from premenopausal","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM breastCancer\nWHERE menopausalstatus <> 'premenopausal';\n```","cost":0.000147,"response_parsed":"SELECT *\nFROM breastCancer\nWHERE menopausalstatus <> 'premenopausal';","time":0.6318109035}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `breastCancer` WHERE `menopausalstatus` != 'postmenopausal'","question":"Show the data of the table breastCancer where menopausalstatus not equal to postmenopausal","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM breastCancer\nWHERE menopausalstatus != 'postmenopausal';\n```","cost":0.0001485,"response_parsed":"SELECT * \nFROM breastCancer\nWHERE menopausalstatus != 'postmenopausal';","time":0.5628652573}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `breastCancer` WHERE `hormonaltherapy` == 'yes'","question":"Show the data of the table breastCancer where hormonaltherapy is equal to yes","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM breastCancer\nWHERE hormonaltherapy = 'yes';\n```","cost":0.000137,"response_parsed":"SELECT *\nFROM breastCancer\nWHERE hormonaltherapy = 'yes';","time":0.3893890381}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `breastCancer` WHERE `hormonaltherapy` != 'no'","question":"Show the data of the table breastCancer where hormonaltherapy is different from no","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM breastCancer\nWHERE hormonaltherapy <> 'no'\n```","cost":0.000137,"response_parsed":"SELECT *\nFROM breastCancer\nWHERE hormonaltherapy <> 'no'","time":0.4399080276}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `breastCancer` WHERE `hormonaltherapy` != 'no'","question":"Show the data of the table breastCancer where hormonaltherapy not equal to no","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM breastCancer\nWHERE hormonaltherapy <> 'no';\n```","cost":0.0001385,"response_parsed":"SELECT * \nFROM breastCancer\nWHERE hormonaltherapy <> 'no';","time":0.7123754025}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `breastCancer` WHERE `status` == 'recurrenceOrDeath'","question":"Show the data of the table breastCancer where status is equal to recurrenceOrDeath","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM breastCancer WHERE status = 'recurrenceOrDeath';\n```","cost":0.000139,"response_parsed":"SELECT * FROM breastCancer WHERE status = 'recurrenceOrDeath';","time":1.3593699932}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `breastCancer` WHERE `status` != 'aliveWithoutRecurrence,'","question":"Show the data of the table breastCancer where status is different from aliveWithoutRecurrence,","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM breastCancer\nWHERE status <> 'aliveWithoutRecurrence';\n```","cost":0.0001425,"response_parsed":"SELECT * \nFROM breastCancer\nWHERE status <> 'aliveWithoutRecurrence';","time":0.4532897472}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `breastCancer` WHERE `status` != 'aliveWithoutRecurrence,'","question":"Show the data of the table breastCancer where status not equal to aliveWithoutRecurrence,","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM breastCancer\nWHERE status <> 'aliveWithoutRecurrence';\n```","cost":0.000141,"response_parsed":"SELECT *\nFROM breastCancer\nWHERE status <> 'aliveWithoutRecurrence';","time":0.4929349422}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `breastCancer` WHERE `age` > 32","question":"Show the data of the table breastCancer where age is greater than 32","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM breastCancer\nWHERE age > 32;\n```","cost":0.0001355,"response_parsed":"SELECT *\nFROM breastCancer\nWHERE age > 32;","time":0.460365057}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `breastCancer` WHERE `progesteronereceptor` < 239","question":"Show the data of the table breastCancer where progesteronereceptor is less than 239","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM breastCancer WHERE progesteronereceptor < 239;\n```","cost":0.000142,"response_parsed":"SELECT * FROM breastCancer WHERE progesteronereceptor < 239;","time":0.5363914967}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `heartAttack` WHERE `chestpaintype` == 'nonAnginalPain'","question":"Show the data of the table heartAttack where chestpaintype is equal to nonAnginalPain","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM heartAttack\nWHERE chestpaintype = 'nonAnginalPain';\n```","cost":0.000145,"response_parsed":"SELECT *\nFROM heartAttack\nWHERE chestpaintype = 'nonAnginalPain';","time":0.7751874924}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `heartAttack` WHERE `chestpaintype` != 'asymptomatic'","question":"Show the data of the table heartAttack where chestpaintype is different from asymptomatic","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM heartAttack\nWHERE chestpaintype <> 'asymptomatic';\n```","cost":0.000142,"response_parsed":"SELECT *\nFROM heartAttack\nWHERE chestpaintype <> 'asymptomatic';","time":0.4763448238}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `heartAttack` WHERE `chestpaintype` != 'typicalAngina'","question":"Show the data of the table heartAttack where chestpaintype not equal to typicalAngina","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM heartAttack \nWHERE chestpaintype != 'typicalAngina';\n```","cost":0.000144,"response_parsed":"SELECT * \nFROM heartAttack \nWHERE chestpaintype != 'typicalAngina';","time":0.627519846}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `heartAttack` WHERE `restingelectrocardiographicrresults` == 'leftVentricularHypertrophy'","question":"Show the data of the table heartAttack where restingelectrocardiographicrresults is equal to leftVentricularHypertrophy","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM heartAttack \nWHERE restingelectrocardiographicrresults = 'leftVentricularHypertrophy';\n```","cost":0.000163,"response_parsed":"SELECT * FROM heartAttack \nWHERE restingelectrocardiographicrresults = 'leftVentricularHypertrophy';","time":0.4889650345}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `heartAttack` WHERE `restingelectrocardiographicrresults` != 'normal'","question":"Show the data of the table heartAttack where restingelectrocardiographicrresults is different from normal","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM heartAttack\nWHERE restingelectrocardiographicrresults <> 'normal';\n```","cost":0.000149,"response_parsed":"SELECT *\nFROM heartAttack\nWHERE restingelectrocardiographicrresults <> 'normal';","time":0.4734494686}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `heartAttack` WHERE `restingelectrocardiographicrresults` != 'STTWaveAbnormality'","question":"Show the data of the table heartAttack where restingelectrocardiographicrresults not equal to STTWaveAbnormality","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM heartAttack\nWHERE restingelectrocardiographicrresults != 'STTWaveAbnormality'\n```","cost":0.000159,"response_parsed":"SELECT *\nFROM heartAttack\nWHERE restingelectrocardiographicrresults != 'STTWaveAbnormality'","time":0.5101938248}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `heartAttack` WHERE `output` == 'noHeartAttack'","question":"Show the data of the table heartAttack where output is equal to noHeartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM heartAttack\nWHERE output = 'noHeartAttack';\n```","cost":0.000137,"response_parsed":"SELECT *\nFROM heartAttack\nWHERE output = 'noHeartAttack';","time":0.4744479656}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `heartAttack` WHERE `output` != 'heartAttack'","question":"Show the data of the table heartAttack where output is different from heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM heartAttack\nWHERE output <> 'heartAttack';\n```","cost":0.0001365,"response_parsed":"SELECT * \nFROM heartAttack\nWHERE output <> 'heartAttack';","time":0.4755196571}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `heartAttack` WHERE `output` != 'heartAttack'","question":"Show the data of the table heartAttack where output not equal to heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM heartAttack WHERE output <> 'heartAttack';\n```","cost":0.0001335,"response_parsed":"SELECT * FROM heartAttack WHERE output <> 'heartAttack';","time":0.3985741138}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `heartAttack` WHERE `numberofmajorvvessels` > 2","question":"Show the data of the table heartAttack where numberofmajorvvessels is greater than 2","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM heartAttack\nWHERE numberofmajorvvessels > 2;\n```","cost":0.0001435,"response_parsed":"SELECT *\nFROM heartAttack\nWHERE numberofmajorvvessels > 2;","time":0.6694602966}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `heartAttack` WHERE `cholestoralinmg` > 197","question":"Show the data of the table heartAttack where cholestoralinmg is greater than 197","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM heartAttack \nWHERE cholestoralinmg > 197\n```","cost":0.000143,"response_parsed":"SELECT * \nFROM heartAttack \nWHERE cholestoralinmg > 197","time":0.7921729088}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `heartAttack` WHERE `cholestoralinmg` < 211","question":"Show the data of the table heartAttack where cholestoralinmg is less than 211","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM heartAttack \nWHERE cholestoralinmg < 211;\n```","cost":0.000143,"response_parsed":"SELECT * \nFROM heartAttack \nWHERE cholestoralinmg < 211;","time":0.5532851219}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `heartAttack` WHERE `thall` > 2","question":"Show the data of the table heartAttack where thall is greater than 2","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM heartAttack \nWHERE thall > 2;\n```","cost":0.000137,"response_parsed":"SELECT * \nFROM heartAttack \nWHERE thall > 2;","time":1.1462516785}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `menopausalstatus`) FROM `breastCancer`","question":"How many different menopausalstatus are in table breastCancer?","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT menopausalstatus) AS num_different_menopausalstatus\nFROM breastCancer;\n```","cost":0.0001505,"response_parsed":"SELECT COUNT(DISTINCT menopausalstatus) AS num_different_menopausalstatus\nFROM breastCancer;","time":0.7238078117}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `hormonaltherapy`) FROM `breastCancer`","question":"How many different hormonaltherapy are in table breastCancer?","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT hormonaltherapy) AS number_of_different_hormonaltherapy\nFROM breastCancer;\n```","cost":0.0001465,"response_parsed":"SELECT COUNT(DISTINCT hormonaltherapy) AS number_of_different_hormonaltherapy\nFROM breastCancer;","time":0.5073387623}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `status`) FROM `breastCancer`","question":"How many different status are in table breastCancer?","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT status) as different_status_count\nFROM breastCancer;\n```","cost":0.0001385,"response_parsed":"SELECT COUNT(DISTINCT status) as different_status_count\nFROM breastCancer;","time":0.8905200958}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`progesteronereceptor`) FROM `breastCancer`","question":"Find the maximum progesteronereceptor for the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT MAX(progesteronereceptor) \nFROM breastCancer;\n```","cost":0.000136,"response_parsed":"SELECT MAX(progesteronereceptor) \nFROM breastCancer;","time":0.4539480209}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`progesteronereceptor`) FROM `breastCancer`","question":"Find the minimum progesteronereceptor for the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT MIN(progesteronereceptor) \nFROM breastCancer;\n```","cost":0.000136,"response_parsed":"SELECT MIN(progesteronereceptor) \nFROM breastCancer;","time":0.384693861}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`progesteronereceptor`) FROM `breastCancer`","question":"Find the average progesteronereceptor for the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT AVG(progesteronereceptor) AS average_progesteronereceptor\nFROM breastCancer;\n```","cost":0.0001465,"response_parsed":"SELECT AVG(progesteronereceptor) AS average_progesteronereceptor\nFROM breastCancer;","time":0.5984354019}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`estrogenreceptor`) FROM `breastCancer`","question":"Find the maximum estrogenreceptor for the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT MAX(estrogenreceptor) \nFROM breastCancer;\n```","cost":0.0001335,"response_parsed":"SELECT MAX(estrogenreceptor) \nFROM breastCancer;","time":0.5553975105}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`estrogenreceptor`) FROM `breastCancer`","question":"Find the minimum estrogenreceptor for the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT MIN(estrogenreceptor) AS minimum_estrogenreceptor\nFROM breastCancer;\n```","cost":0.0001425,"response_parsed":"SELECT MIN(estrogenreceptor) AS minimum_estrogenreceptor\nFROM breastCancer;","time":0.4145431519}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"breastCancer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`estrogenreceptor`) FROM `breastCancer`","question":"Find the average estrogenreceptor for the table breastCancer","db_schema_normalized":"`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT AVG(estrogenreceptor) \nFROM breastCancer;\n```","cost":0.0001335,"response_parsed":"SELECT AVG(estrogenreceptor) \nFROM breastCancer;","time":0.5471141338}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `sex`) FROM `heartAttack`","question":"How many different sex are in table heartAttack?","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT sex) \nFROM heartAttack;\n```","cost":0.0001305,"response_parsed":"SELECT COUNT(DISTINCT sex) \nFROM heartAttack;","time":0.4638741016}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `chestpaintype`) FROM `heartAttack`","question":"How many different chestpaintype are in table heartAttack?","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT chestpaintype) \nFROM heartAttack;\n```","cost":0.0001345,"response_parsed":"SELECT COUNT(DISTINCT chestpaintype) \nFROM heartAttack;","time":0.4561710358}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `fastingbloodsugar`) FROM `heartAttack`","question":"How many different fastingbloodsugar are in table heartAttack?","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT fastingbloodsugar) as count_different_fastingbloodsugar\nFROM heartAttack;\n```","cost":0.0001485,"response_parsed":"SELECT COUNT(DISTINCT fastingbloodsugar) as count_different_fastingbloodsugar\nFROM heartAttack;","time":0.514206171}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `restingelectrocardiographicrresults`) FROM `heartAttack`","question":"How many different restingelectrocardiographicrresults are in table heartAttack?","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT restingelectrocardiographicrresults) AS unique_results\nFROM heartAttack;\n```","cost":0.000151,"response_parsed":"SELECT COUNT(DISTINCT restingelectrocardiographicrresults) AS unique_results\nFROM heartAttack;","time":0.5408489704}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `output`) FROM `heartAttack`","question":"How many different output are in table heartAttack?","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT output) AS different_output\nFROM heartAttack;\n```","cost":0.000135,"response_parsed":"SELECT COUNT(DISTINCT output) AS different_output\nFROM heartAttack;","time":0.4094798565}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`numberofmajorvvessels`) FROM `heartAttack`","question":"Find the maximum numberofmajorvvessels for the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT MAX(numberofmajorvvessels) \nFROM heartAttack;\n```","cost":0.000136,"response_parsed":"SELECT MAX(numberofmajorvvessels) \nFROM heartAttack;","time":0.4016692638}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`numberofmajorvvessels`) FROM `heartAttack`","question":"Find the minimum numberofmajorvvessels for the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT MIN(numberofmajorvvessels) AS minimum_numberofmajorvvessels\nFROM heartAttack;\n```","cost":0.000148,"response_parsed":"SELECT MIN(numberofmajorvvessels) AS minimum_numberofmajorvvessels\nFROM heartAttack;","time":0.8195066452}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`numberofmajorvvessels`) FROM `heartAttack`","question":"Find the average numberofmajorvvessels for the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT AVG(numberofmajorvvessels) \nFROM heartAttack;\n```","cost":0.000136,"response_parsed":"SELECT AVG(numberofmajorvvessels) \nFROM heartAttack;","time":0.5026578903}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`thall`) FROM `heartAttack`","question":"Find the maximum thall for the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT MAX(thall) \nFROM heartAttack;\n```","cost":0.000128,"response_parsed":"SELECT MAX(thall) \nFROM heartAttack;","time":0.4089379311}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`thall`) FROM `heartAttack`","question":"Find the minimum thall for the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT MIN(thall) \nFROM heartAttack;\n```","cost":0.000128,"response_parsed":"SELECT MIN(thall) \nFROM heartAttack;","time":0.417034626}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/medicine\/medicine.sqlite","db_id":"medicine","tbl_name":"heartAttack","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`thall`) FROM `heartAttack`","question":"Find the average thall for the table heartAttack","db_schema_normalized":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)","db_schema":"`\"heartAttack\"` (\"age\" INTEGER, \"sex\" TEXT, \"chestpaintype\" TEXT, \"restingbloodpressure\" INTEGER, \"cholestoralinmg\" INTEGER, \"fastingbloodsugar\" TEXT, \"restingelectrocardiographicrresults\" TEXT, \"numberofmajorvvessels\" INTEGER, \"thall\" INTEGER, \"output\" TEXT)\n`\"breastCancer\"` (\"patientidentifier\" INTEGER, \"age\" INTEGER, \"menopausalstatus\" TEXT, \"tumorsize\" INTEGER, \"tumorgrade\" INTEGER, \"numberpositivelymphnodes\" INTEGER, \"progesteronereceptor\" INTEGER, \"estrogenreceptor\" INTEGER, \"hormonaltherapy\" TEXT, \"status\" TEXT)","pred_dict":{"response":"```sql\nSELECT AVG(thall) AS average_thall\nFROM heartAttack;\n```","cost":0.000134,"response_parsed":"SELECT AVG(thall) AS average_thall\nFROM heartAttack;","time":0.5140647888}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `nativecountry` FROM `adultCensus`","question":"Show the different nativecountry in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT nativecountry\nFROM adultCensus;\n```","cost":0.0001125,"response_parsed":"SELECT DISTINCT nativecountry\nFROM adultCensus;","time":0.4521532059}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `sex` FROM `adultCensus`","question":"Show the different sex in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT sex\nFROM adultCensus;\n```","cost":0.0001105,"response_parsed":"SELECT DISTINCT sex\nFROM adultCensus;","time":0.3917543888}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `race` FROM `adultCensus`","question":"Show the different race in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT race\nFROM adultCensus;\n```","cost":0.0001105,"response_parsed":"SELECT DISTINCT race\nFROM adultCensus;","time":0.3567404747}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `workclass` FROM `adultCensus`","question":"Show the different workclass in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT workclass\nFROM adultCensus;\n```","cost":0.0001125,"response_parsed":"SELECT DISTINCT workclass\nFROM adultCensus;","time":1.5117034912}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `income` FROM `adultCensus`","question":"Show the different income in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT income\nFROM adultCensus;\n```","cost":0.0001105,"response_parsed":"SELECT DISTINCT income\nFROM adultCensus;","time":0.3981108665}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `odor` FROM `mushrooms`","question":"Show the different odor in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT odor\nFROM mushrooms;\n```","cost":0.0001065,"response_parsed":"SELECT DISTINCT odor\nFROM mushrooms;","time":0.494838953}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `gillspacing` FROM `mushrooms`","question":"Show the different gillspacing in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT gillspacing \nFROM mushrooms;\n```","cost":0.0001105,"response_parsed":"SELECT DISTINCT gillspacing \nFROM mushrooms;","time":0.3692824841}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `capshape` FROM `mushrooms`","question":"Show the different capshape in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT capshape\nFROM mushrooms\n```","cost":0.0001085,"response_parsed":"SELECT DISTINCT capshape\nFROM mushrooms","time":0.6183207035}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `gillsize` FROM `mushrooms`","question":"Show the different gillsize in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT gillsize\nFROM mushrooms;\n```","cost":0.0001105,"response_parsed":"SELECT DISTINCT gillsize\nFROM mushrooms;","time":0.4055659771}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `capsurface` FROM `mushrooms`","question":"Show the different capsurface in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT capsurface \nFROM mushrooms;\n```","cost":0.0001085,"response_parsed":"SELECT DISTINCT capsurface \nFROM mushrooms;","time":0.4802753925}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `education`, COUNT(*) FROM `adultCensus` GROUP BY `education`","question":"For each education, count the number of rows in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT education, COUNT(*) \nFROM adultCensus\nGROUP BY education;\n```","cost":0.0001215,"response_parsed":"SELECT education, COUNT(*) \nFROM adultCensus\nGROUP BY education;","time":0.443710804}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `maritalstatus`, COUNT(*) FROM `adultCensus` GROUP BY `maritalstatus`","question":"For each maritalstatus, count the number of rows in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT maritalstatus, COUNT(*) AS num_rows\nFROM adultCensus\nGROUP BY maritalstatus;\n```","cost":0.0001295,"response_parsed":"SELECT maritalstatus, COUNT(*) AS num_rows\nFROM adultCensus\nGROUP BY maritalstatus;","time":0.4391040802}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `race`, COUNT(*) FROM `adultCensus` GROUP BY `race`","question":"For each race, count the number of rows in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT race, COUNT(*) AS row_count\nFROM adultCensus\nGROUP BY race;\n```","cost":0.000126,"response_parsed":"SELECT race, COUNT(*) AS row_count\nFROM adultCensus\nGROUP BY race;","time":0.5901892185}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `nativecountry`, COUNT(*) FROM `adultCensus` GROUP BY `nativecountry`","question":"For each nativecountry, count the number of rows in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT nativecountry, COUNT(*) \nFROM adultCensus \nGROUP BY nativecountry;\n```","cost":0.000125,"response_parsed":"SELECT nativecountry, COUNT(*) \nFROM adultCensus \nGROUP BY nativecountry;","time":0.4527916908}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `workclass`, COUNT(*) FROM `adultCensus` GROUP BY `workclass`","question":"For each workclass, count the number of rows in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT workclass, COUNT(*)\nFROM adultCensus\nGROUP BY workclass;\n```","cost":0.000125,"response_parsed":"SELECT workclass, COUNT(*)\nFROM adultCensus\nGROUP BY workclass;","time":0.4415404797}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `race`, MIN(`hoursperweek`) FROM `adultCensus` GROUP BY `race`","question":"For each race, find the min of hoursperweek in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT race, MIN(hoursperweek) AS min_hoursperweek\nFROM adultCensus\nGROUP BY race;\n```","cost":0.0001345,"response_parsed":"SELECT race, MIN(hoursperweek) AS min_hoursperweek\nFROM adultCensus\nGROUP BY race;","time":0.3932137489}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `race`, MAX(`hoursperweek`) FROM `adultCensus` GROUP BY `race`","question":"For each race, find the max of hoursperweek in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT race, MAX(hoursperweek) AS max_hoursperweek\nFROM adultCensus\nGROUP BY race;\n```","cost":0.0001345,"response_parsed":"SELECT race, MAX(hoursperweek) AS max_hoursperweek\nFROM adultCensus\nGROUP BY race;","time":0.7642524242}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `race`, AVG(`hoursperweek`) FROM `adultCensus` GROUP BY `race`","question":"For each race, find the avg of hoursperweek in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT race, AVG(hoursperweek) AS avg_hoursperweek\nFROM adultCensus\nGROUP BY race;\n```","cost":0.0001345,"response_parsed":"SELECT race, AVG(hoursperweek) AS avg_hoursperweek\nFROM adultCensus\nGROUP BY race;","time":0.828794241}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `race`, SUM(`hoursperweek`) FROM `adultCensus` GROUP BY `race`","question":"For each race, find the sum of hoursperweek in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT race, SUM(hoursperweek) AS total_hours\nFROM adultCensus\nGROUP BY race;\n```","cost":0.0001315,"response_parsed":"SELECT race, SUM(hoursperweek) AS total_hours\nFROM adultCensus\nGROUP BY race;","time":1.2972035408}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `education`, MIN(`hoursperweek`) FROM `adultCensus` GROUP BY `education`","question":"For each education, find the min of hoursperweek in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT education, MIN(hoursperweek) AS min_hoursperweek\nFROM adultCensus\nGROUP BY education;\n```","cost":0.0001345,"response_parsed":"SELECT education, MIN(hoursperweek) AS min_hoursperweek\nFROM adultCensus\nGROUP BY education;","time":0.5366985798}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `education`, MAX(`hoursperweek`) FROM `adultCensus` GROUP BY `education`","question":"For each education, find the max of hoursperweek in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT education, MAX(hoursperweek) AS max_hoursperweek\nFROM adultCensus\nGROUP BY education;\n```","cost":0.0001345,"response_parsed":"SELECT education, MAX(hoursperweek) AS max_hoursperweek\nFROM adultCensus\nGROUP BY education;","time":1.3599786758}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `education`, AVG(`hoursperweek`) FROM `adultCensus` GROUP BY `education`","question":"For each education, find the avg of hoursperweek in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT education, AVG(hoursperweek) AS avg_hoursperweek\nFROM adultCensus\nGROUP BY education\n```","cost":0.0001345,"response_parsed":"SELECT education, AVG(hoursperweek) AS avg_hoursperweek\nFROM adultCensus\nGROUP BY education","time":0.491859436}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `education`, SUM(`hoursperweek`) FROM `adultCensus` GROUP BY `education`","question":"For each education, find the sum of hoursperweek in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT education, SUM(hoursperweek) AS total_hours \nFROM adultCensus \nGROUP BY education;\n```","cost":0.0001315,"response_parsed":"SELECT education, SUM(hoursperweek) AS total_hours \nFROM adultCensus \nGROUP BY education;","time":0.8520729542}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `gillcolor`, COUNT(*) FROM `mushrooms` GROUP BY `gillcolor`","question":"For each gillcolor, count the number of rows in table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT gillcolor, COUNT(*)\nFROM mushrooms\nGROUP BY gillcolor\n```","cost":0.0001245,"response_parsed":"SELECT gillcolor, COUNT(*)\nFROM mushrooms\nGROUP BY gillcolor","time":0.8652369976}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `bruises`, COUNT(*) FROM `mushrooms` GROUP BY `bruises`","question":"For each bruises, count the number of rows in table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT bruises, COUNT(*) AS num_rows\nFROM mushrooms\nGROUP BY bruises;\n```","cost":0.000122,"response_parsed":"SELECT bruises, COUNT(*) AS num_rows\nFROM mushrooms\nGROUP BY bruises;","time":0.6201469898}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `gillsize`, COUNT(*) FROM `mushrooms` GROUP BY `gillsize`","question":"For each gillsize, count the number of rows in table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT gillsize, COUNT(*) as num_rows\nFROM mushrooms\nGROUP BY gillsize;\n```","cost":0.000129,"response_parsed":"SELECT gillsize, COUNT(*) as num_rows\nFROM mushrooms\nGROUP BY gillsize;","time":0.5914664268}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `class`, COUNT(*) FROM `mushrooms` GROUP BY `class`","question":"For each class, count the number of rows in table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT class, COUNT(*) as count\nFROM mushrooms\nGROUP BY class;\n```","cost":0.0001205,"response_parsed":"SELECT class, COUNT(*) as count\nFROM mushrooms\nGROUP BY class;","time":0.5081408024}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `capsurface`, COUNT(*) FROM `mushrooms` GROUP BY `capsurface`","question":"For each capsurface, count the number of rows in table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capsurface, COUNT(*)\nFROM mushrooms\nGROUP BY capsurface;\n```","cost":0.000121,"response_parsed":"SELECT capsurface, COUNT(*)\nFROM mushrooms\nGROUP BY capsurface;","time":0.4400367737}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `race` FROM `adultCensus` GROUP BY `race` HAVING count(*) >= 10","question":"Find all the race that have at least 10 records in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT race\nFROM adultCensus\nGROUP BY race\nHAVING COUNT(*) >= 10;\n```","cost":0.00013,"response_parsed":"SELECT race\nFROM adultCensus\nGROUP BY race\nHAVING COUNT(*) >= 10;","time":0.4269239902}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `race` FROM `adultCensus` GROUP BY `race` HAVING count(*) <= 10","question":"Find all the race that have at most 10 records in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT race\nFROM adultCensus\nGROUP BY race\nHAVING COUNT(*) <= 10;\n```","cost":0.00013,"response_parsed":"SELECT race\nFROM adultCensus\nGROUP BY race\nHAVING COUNT(*) <= 10;","time":0.4985086918}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `relationship` FROM `adultCensus` GROUP BY `relationship` HAVING count(*) >= 4","question":"Find all the relationship that have at least 4 records in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT relationship\nFROM adultCensus\nGROUP BY relationship\nHAVING COUNT(*) >= 4;\n```","cost":0.00013,"response_parsed":"SELECT relationship\nFROM adultCensus\nGROUP BY relationship\nHAVING COUNT(*) >= 4;","time":0.4768071175}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `relationship` FROM `adultCensus` GROUP BY `relationship` HAVING count(*) <= 4","question":"Find all the relationship that have at most 4 records in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT relationship, COUNT(*) as count\nFROM adultCensus\nGROUP BY relationship\nHAVING count <= 4;\n```","cost":0.000136,"response_parsed":"SELECT relationship, COUNT(*) as count\nFROM adultCensus\nGROUP BY relationship\nHAVING count <= 4;","time":0.5441112518}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `maritalstatus` FROM `adultCensus` GROUP BY `maritalstatus` HAVING count(*) >= 5","question":"Find all the maritalstatus that have at least 5 records in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT maritalstatus\nFROM adultCensus\nGROUP BY maritalstatus\nHAVING COUNT(*) >= 5;\n```","cost":0.0001335,"response_parsed":"SELECT maritalstatus\nFROM adultCensus\nGROUP BY maritalstatus\nHAVING COUNT(*) >= 5;","time":0.4591679573}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `maritalstatus` FROM `adultCensus` GROUP BY `maritalstatus` HAVING count(*) <= 5","question":"Find all the maritalstatus that have at most 5 records in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT maritalstatus \nFROM adultCensus \nGROUP BY maritalstatus \nHAVING COUNT(*) <= 5;\n```","cost":0.0001335,"response_parsed":"SELECT maritalstatus \nFROM adultCensus \nGROUP BY maritalstatus \nHAVING COUNT(*) <= 5;","time":0.5736351013}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `nativecountry` FROM `adultCensus` GROUP BY `nativecountry` HAVING AVG(`hoursperweek`) >= 42.72","question":"List the nativecountry which average of hoursperweek is at least 42.72 in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT nativecountry\nFROM adultCensus\nGROUP BY nativecountry\nHAVING AVG(hoursperweek) >= 42.72;\n```","cost":0.0001435,"response_parsed":"SELECT nativecountry\nFROM adultCensus\nGROUP BY nativecountry\nHAVING AVG(hoursperweek) >= 42.72;","time":0.5670940876}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `nativecountry` FROM `adultCensus` GROUP BY `nativecountry` HAVING AVG(`hoursperweek`) <= 42.72","question":"List the nativecountry which average of hoursperweek is at most 42.72 in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT nativecountry \nFROM adultCensus\nGROUP BY nativecountry \nHAVING AVG(hoursperweek) <= 42.72;\n```","cost":0.0001435,"response_parsed":"SELECT nativecountry \nFROM adultCensus\nGROUP BY nativecountry \nHAVING AVG(hoursperweek) <= 42.72;","time":0.4975073338}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `nativecountry` FROM `adultCensus` GROUP BY `nativecountry` HAVING SUM(`hoursperweek`) >= 270.33","question":"List the nativecountry which summation of hoursperweek is at least 270.33 in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT nativecountry\nFROM adultCensus\nGROUP BY nativecountry\nHAVING SUM(hoursperweek) >= 270.33;\n```","cost":0.000144,"response_parsed":"SELECT nativecountry\nFROM adultCensus\nGROUP BY nativecountry\nHAVING SUM(hoursperweek) >= 270.33;","time":0.7868669033}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `nativecountry` FROM `adultCensus` GROUP BY `nativecountry` HAVING SUM(`hoursperweek`) <= 270.33","question":"List the nativecountry which summation of hoursperweek is at most 270.33 in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT nativecountry\nFROM adultCensus\nGROUP BY nativecountry\nHAVING SUM(hoursperweek) <= 270.33;\n```","cost":0.000144,"response_parsed":"SELECT nativecountry\nFROM adultCensus\nGROUP BY nativecountry\nHAVING SUM(hoursperweek) <= 270.33;","time":0.6778140068}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `relationship` FROM `adultCensus` GROUP BY `relationship` HAVING AVG(`hoursperweek`) >= 36.84","question":"List the relationship which average of hoursperweek is at least 36.84 in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT relationship\nFROM adultCensus\nGROUP BY relationship\nHAVING AVG(hoursperweek) >= 36.84\n```","cost":0.00014,"response_parsed":"SELECT relationship\nFROM adultCensus\nGROUP BY relationship\nHAVING AVG(hoursperweek) >= 36.84","time":1.4624865055}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `relationship` FROM `adultCensus` GROUP BY `relationship` HAVING AVG(`hoursperweek`) <= 36.84","question":"List the relationship which average of hoursperweek is at most 36.84 in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT relationship\nFROM adultCensus\nGROUP BY relationship\nHAVING AVG(hoursperweek) <= 36.84\n```","cost":0.00014,"response_parsed":"SELECT relationship\nFROM adultCensus\nGROUP BY relationship\nHAVING AVG(hoursperweek) <= 36.84","time":0.7098240852}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `relationship` FROM `adultCensus` GROUP BY `relationship` HAVING SUM(`hoursperweek`) >= 162.2","question":"List the relationship which summation of hoursperweek is at least 162.2 in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT relationship \nFROM adultCensus \nGROUP BY relationship \nHAVING SUM(hoursperweek) >= 162.2\n```","cost":0.0001405,"response_parsed":"SELECT relationship \nFROM adultCensus \nGROUP BY relationship \nHAVING SUM(hoursperweek) >= 162.2","time":0.6158778667}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `relationship` FROM `adultCensus` GROUP BY `relationship` HAVING SUM(`hoursperweek`) <= 162.2","question":"List the relationship which summation of hoursperweek is at most 162.2 in table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT relationship\nFROM adultCensus\nGROUP BY relationship\nHAVING SUM(hoursperweek) <= 162.2;\n```","cost":0.0001405,"response_parsed":"SELECT relationship\nFROM adultCensus\nGROUP BY relationship\nHAVING SUM(hoursperweek) <= 162.2;","time":0.8096747398}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `capshape` FROM `mushrooms` GROUP BY `capshape` HAVING count(*) >= 5","question":"Find all the capshape that have at least 5 records in table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capshape\nFROM mushrooms\nGROUP BY capshape\nHAVING COUNT(*) >= 5;\n```","cost":0.0001295,"response_parsed":"SELECT capshape\nFROM mushrooms\nGROUP BY capshape\nHAVING COUNT(*) >= 5;","time":0.5781137943}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `capshape` FROM `mushrooms` GROUP BY `capshape` HAVING count(*) <= 5","question":"Find all the capshape that have at most 5 records in table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capshape\nFROM mushrooms\nGROUP BY capshape\nHAVING COUNT(*) <= 5\n```","cost":0.0001295,"response_parsed":"SELECT capshape\nFROM mushrooms\nGROUP BY capshape\nHAVING COUNT(*) <= 5","time":1.3857121468}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `capsurface` FROM `mushrooms` GROUP BY `capsurface` HAVING count(*) >= 6","question":"Find all the capsurface that have at least 6 records in table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capsurface\nFROM mushrooms\nGROUP BY capsurface\nHAVING COUNT(*) >= 6;\n```","cost":0.0001295,"response_parsed":"SELECT capsurface\nFROM mushrooms\nGROUP BY capsurface\nHAVING COUNT(*) >= 6;","time":0.8220684528}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `capsurface` FROM `mushrooms` GROUP BY `capsurface` HAVING count(*) <= 6","question":"Find all the capsurface that have at most 6 records in table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capsurface\nFROM mushrooms\nGROUP BY capsurface\nHAVING COUNT(*) <= 6\n```","cost":0.0001295,"response_parsed":"SELECT capsurface\nFROM mushrooms\nGROUP BY capsurface\nHAVING COUNT(*) <= 6","time":1.0981767178}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `class` FROM `mushrooms` GROUP BY `class` HAVING count(*) >= 10","question":"Find all the class that have at least 10 records in table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT class\nFROM mushrooms\nGROUP BY class\nHAVING COUNT(*) >= 10;\n```","cost":0.000126,"response_parsed":"SELECT class\nFROM mushrooms\nGROUP BY class\nHAVING COUNT(*) >= 10;","time":0.5287256241}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `class` FROM `mushrooms` GROUP BY `class` HAVING count(*) <= 10","question":"Find all the class that have at most 10 records in table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT class\nFROM mushrooms\nGROUP BY class\nHAVING COUNT(*) <= 10;\n```","cost":0.000126,"response_parsed":"SELECT class\nFROM mushrooms\nGROUP BY class\nHAVING COUNT(*) <= 10;","time":1.3680784702}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `workclass` FROM `adultCensus` GROUP BY `workclass` HAVING COUNT(DISTINCT `maritalstatus`) = (SELECT COUNT(DISTINCT `maritalstatus`) FROM `adultCensus`)","question":"What are the workclass with all the maritalstatus in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT workclass, maritalstatus\nFROM adultCensus;\n```","cost":0.0001175,"response_parsed":"SELECT workclass, maritalstatus\nFROM adultCensus;","time":0.5232121944}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `workclass` FROM `adultCensus` GROUP BY `workclass` HAVING COUNT(DISTINCT `race`) = (SELECT COUNT(DISTINCT `race`) FROM `adultCensus`)","question":"What are the workclass with all the race in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT workclass, race \nFROM adultCensus;\n```","cost":0.000117,"response_parsed":"SELECT DISTINCT workclass, race \nFROM adultCensus;","time":0.4088122845}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `workclass` FROM `adultCensus` GROUP BY `workclass` HAVING COUNT(DISTINCT `sex`) = (SELECT COUNT(DISTINCT `sex`) FROM `adultCensus`)","question":"What are the workclass with all the sex in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT workclass\nFROM adultCensus;\n```","cost":0.000114,"response_parsed":"SELECT DISTINCT workclass\nFROM adultCensus;","time":0.5925552845}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `workclass` FROM `adultCensus` GROUP BY `workclass` HAVING COUNT(DISTINCT `nativecountry`) = (SELECT COUNT(DISTINCT `nativecountry`) FROM `adultCensus`)","question":"What are the workclass with all the nativecountry in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT workclass, nativecountry\nFROM adultCensus;\n```","cost":0.000119,"response_parsed":"SELECT DISTINCT workclass, nativecountry\nFROM adultCensus;","time":0.3510320187}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `workclass` FROM `adultCensus` GROUP BY `workclass` HAVING COUNT(DISTINCT `income`) = (SELECT COUNT(DISTINCT `income`) FROM `adultCensus`)","question":"What are the workclass with all the income in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT workclass \nFROM adultCensus \nWHERE income = ' >50K';\n```","cost":0.000126,"response_parsed":"SELECT DISTINCT workclass \nFROM adultCensus \nWHERE income = ' >50K';","time":0.5621333122}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `education` FROM `adultCensus` GROUP BY `education` HAVING COUNT(DISTINCT `maritalstatus`) = (SELECT COUNT(DISTINCT `maritalstatus`) FROM `adultCensus`)","question":"What are the education with all the maritalstatus in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT education, maritalstatus\nFROM adultCensus;\n```","cost":0.0001155,"response_parsed":"SELECT education, maritalstatus\nFROM adultCensus;","time":0.3982095718}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `education` FROM `adultCensus` GROUP BY `education` HAVING COUNT(DISTINCT `relationship`) = (SELECT COUNT(DISTINCT `relationship`) FROM `adultCensus`)","question":"What are the education with all the relationship in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT education, relationship\nFROM adultCensus;\n```","cost":0.000115,"response_parsed":"SELECT DISTINCT education, relationship\nFROM adultCensus;","time":0.5952880383}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `education` FROM `adultCensus` GROUP BY `education` HAVING COUNT(DISTINCT `race`) = (SELECT COUNT(DISTINCT `race`) FROM `adultCensus`)","question":"What are the education with all the race in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT education, race\nFROM adultCensus;\n```","cost":0.0001135,"response_parsed":"SELECT education, race\nFROM adultCensus;","time":0.7283816338}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `education` FROM `adultCensus` GROUP BY `education` HAVING COUNT(DISTINCT `sex`) = (SELECT COUNT(DISTINCT `sex`) FROM `adultCensus`)","question":"What are the education with all the sex in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT education, sex \nFROM adultCensus;\n```","cost":0.000115,"response_parsed":"SELECT DISTINCT education, sex \nFROM adultCensus;","time":0.3560538292}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `education` FROM `adultCensus` GROUP BY `education` HAVING COUNT(DISTINCT `income`) = (SELECT COUNT(DISTINCT `income`) FROM `adultCensus`)","question":"What are the education with all the income in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT education, income\nFROM adultCensus;\n```","cost":0.0001135,"response_parsed":"SELECT education, income\nFROM adultCensus;","time":0.3566601276}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `maritalstatus` FROM `adultCensus` GROUP BY `maritalstatus` HAVING COUNT(DISTINCT `race`) = (SELECT COUNT(DISTINCT `race`) FROM `adultCensus`)","question":"What are the maritalstatus with all the race in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT maritalstatus, race\nFROM adultCensus;\n```","cost":0.000117,"response_parsed":"SELECT DISTINCT maritalstatus, race\nFROM adultCensus;","time":0.3890936375}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `maritalstatus` FROM `adultCensus` GROUP BY `maritalstatus` HAVING COUNT(DISTINCT `sex`) = (SELECT COUNT(DISTINCT `sex`) FROM `adultCensus`)","question":"What are the maritalstatus with all the sex in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT maritalstatus, sex\nFROM adultCensus;\n```","cost":0.0001155,"response_parsed":"SELECT maritalstatus, sex\nFROM adultCensus;","time":0.458666563}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `maritalstatus` FROM `adultCensus` GROUP BY `maritalstatus` HAVING COUNT(DISTINCT `income`) = (SELECT COUNT(DISTINCT `income`) FROM `adultCensus`)","question":"What are the maritalstatus with all the income in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT maritalstatus, income\nFROM adultCensus;\n```","cost":0.0001155,"response_parsed":"SELECT maritalstatus, income\nFROM adultCensus;","time":0.5152668953}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `occupation` FROM `adultCensus` GROUP BY `occupation` HAVING COUNT(DISTINCT `race`) = (SELECT COUNT(DISTINCT `race`) FROM `adultCensus`)","question":"What are the occupation with all the race in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT occupation, race\nFROM adultCensus;\n```","cost":0.000115,"response_parsed":"SELECT DISTINCT occupation, race\nFROM adultCensus;","time":0.3928272724}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `occupation` FROM `adultCensus` GROUP BY `occupation` HAVING COUNT(DISTINCT `sex`) = (SELECT COUNT(DISTINCT `sex`) FROM `adultCensus`)","question":"What are the occupation with all the sex in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT occupation\nFROM adultCensus\nGROUP BY occupation;\n```","cost":0.0001165,"response_parsed":"SELECT occupation\nFROM adultCensus\nGROUP BY occupation;","time":0.4621024132}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `occupation` FROM `adultCensus` GROUP BY `occupation` HAVING COUNT(DISTINCT `income`) = (SELECT COUNT(DISTINCT `income`) FROM `adultCensus`)","question":"What are the occupation with all the income in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT occupation, income\nFROM adultCensus;\n```","cost":0.0001135,"response_parsed":"SELECT occupation, income\nFROM adultCensus;","time":0.3787939548}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `relationship` FROM `adultCensus` GROUP BY `relationship` HAVING COUNT(DISTINCT `race`) = (SELECT COUNT(DISTINCT `race`) FROM `adultCensus`)","question":"What are the relationship with all the race in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT race\nFROM adultCensus;\n```","cost":0.000112,"response_parsed":"SELECT DISTINCT race\nFROM adultCensus;","time":0.4435005188}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `relationship` FROM `adultCensus` GROUP BY `relationship` HAVING COUNT(DISTINCT `sex`) = (SELECT COUNT(DISTINCT `sex`) FROM `adultCensus`)","question":"What are the relationship with all the sex in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT relationship, sex\nFROM adultCensus;\n```","cost":0.000115,"response_parsed":"SELECT DISTINCT relationship, sex\nFROM adultCensus;","time":0.3852829933}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `relationship` FROM `adultCensus` GROUP BY `relationship` HAVING COUNT(DISTINCT `income`) = (SELECT COUNT(DISTINCT `income`) FROM `adultCensus`)","question":"What are the relationship with all the income in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT relationship, income\nFROM adultCensus\n```","cost":0.0001135,"response_parsed":"SELECT relationship, income\nFROM adultCensus","time":0.3906371593}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `race` FROM `adultCensus` GROUP BY `race` HAVING COUNT(DISTINCT `sex`) = (SELECT COUNT(DISTINCT `sex`) FROM `adultCensus`)","question":"What are the race with all the sex in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT race, sex \nFROM adultCensus;\n```","cost":0.000115,"response_parsed":"SELECT DISTINCT race, sex \nFROM adultCensus;","time":2.034563303}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `race` FROM `adultCensus` GROUP BY `race` HAVING COUNT(DISTINCT `nativecountry`) = (SELECT COUNT(DISTINCT `nativecountry`) FROM `adultCensus`)","question":"What are the race with all the nativecountry in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT race, nativecountry\nFROM adultCensus;\n```","cost":0.000117,"response_parsed":"SELECT DISTINCT race, nativecountry\nFROM adultCensus;","time":0.4464724064}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `race` FROM `adultCensus` GROUP BY `race` HAVING COUNT(DISTINCT `income`) = (SELECT COUNT(DISTINCT `income`) FROM `adultCensus`)","question":"What are the race with all the income in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT race \nFROM adultCensus\nWHERE income = 'income'\n```","cost":0.000121,"response_parsed":"SELECT DISTINCT race \nFROM adultCensus\nWHERE income = 'income'","time":0.5450351238}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `sex` FROM `adultCensus` GROUP BY `sex` HAVING COUNT(DISTINCT `income`) = (SELECT COUNT(DISTINCT `income`) FROM `adultCensus`)","question":"What are the sex with all the income in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT sex\nFROM adultCensus\nWHERE income = ' >50K';\n```","cost":0.000124,"response_parsed":"SELECT DISTINCT sex\nFROM adultCensus\nWHERE income = ' >50K';","time":0.3635187149}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `nativecountry` FROM `adultCensus` GROUP BY `nativecountry` HAVING COUNT(DISTINCT `income`) = (SELECT COUNT(DISTINCT `income`) FROM `adultCensus`)","question":"What are the nativecountry with all the income in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT nativecountry\nFROM adultCensus\nWHERE income = 'income'\n```","cost":0.0001215,"response_parsed":"SELECT nativecountry\nFROM adultCensus\nWHERE income = 'income'","time":0.5690739155}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `class` FROM `mushrooms` GROUP BY `class` HAVING COUNT(DISTINCT `capsurface`) = (SELECT COUNT(DISTINCT `capsurface`) FROM `mushrooms`)","question":"What are the class with all the capsurface in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT class\nFROM mushrooms\nWHERE capsurface = 'ALL';\n```","cost":0.0001175,"response_parsed":"SELECT class\nFROM mushrooms\nWHERE capsurface = 'ALL';","time":0.374756813}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `class` FROM `mushrooms` GROUP BY `class` HAVING COUNT(DISTINCT `capcolor`) = (SELECT COUNT(DISTINCT `capcolor`) FROM `mushrooms`)","question":"What are the class with all the capcolor in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT class \nFROM mushrooms \nGROUP BY class \nHAVING COUNT(DISTINCT capcolor) = (SELECT COUNT(DISTINCT capcolor) FROM mushrooms)\n```","cost":0.000146,"response_parsed":"SELECT class \nFROM mushrooms \nGROUP BY class \nHAVING COUNT(DISTINCT capcolor) = (SELECT COUNT(DISTINCT capcolor) FROM mushrooms)","time":0.5361807346}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `class` FROM `mushrooms` GROUP BY `class` HAVING COUNT(DISTINCT `bruises`) = (SELECT COUNT(DISTINCT `bruises`) FROM `mushrooms`)","question":"What are the class with all the bruises in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT class \nFROM mushrooms\nWHERE bruises = 'yes';\n```","cost":0.0001155,"response_parsed":"SELECT class \nFROM mushrooms\nWHERE bruises = 'yes';","time":0.4101088047}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `class` FROM `mushrooms` GROUP BY `class` HAVING COUNT(DISTINCT `gillattachment`) = (SELECT COUNT(DISTINCT `gillattachment`) FROM `mushrooms`)","question":"What are the class with all the gillattachment in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT class \nFROM mushrooms \nWHERE gillattachment = 'all'\n```","cost":0.0001195,"response_parsed":"SELECT class \nFROM mushrooms \nWHERE gillattachment = 'all'","time":0.4085376263}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `class` FROM `mushrooms` GROUP BY `class` HAVING COUNT(DISTINCT `gillspacing`) = (SELECT COUNT(DISTINCT `gillspacing`) FROM `mushrooms`)","question":"What are the class with all the gillspacing in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT class\nFROM mushrooms\nWHERE gillspacing = 'all'\n```","cost":0.0001195,"response_parsed":"SELECT class\nFROM mushrooms\nWHERE gillspacing = 'all'","time":0.5627882481}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `class` FROM `mushrooms` GROUP BY `class` HAVING COUNT(DISTINCT `gillsize`) = (SELECT COUNT(DISTINCT `gillsize`) FROM `mushrooms`)","question":"What are the class with all the gillsize in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT class\nFROM mushrooms\nWHERE gillsize = 'all';\n```","cost":0.0001195,"response_parsed":"SELECT class\nFROM mushrooms\nWHERE gillsize = 'all';","time":0.3790354729}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `capshape` FROM `mushrooms` GROUP BY `capshape` HAVING COUNT(DISTINCT `capsurface`) = (SELECT COUNT(DISTINCT `capsurface`) FROM `mushrooms`)","question":"What are the capshape with all the capsurface in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capshape, capsurface\nFROM mushrooms;\n```","cost":0.0001135,"response_parsed":"SELECT capshape, capsurface\nFROM mushrooms;","time":0.3696303368}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `capshape` FROM `mushrooms` GROUP BY `capshape` HAVING COUNT(DISTINCT `capcolor`) = (SELECT COUNT(DISTINCT `capcolor`) FROM `mushrooms`)","question":"What are the capshape with all the capcolor in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT capshape, capcolor\nFROM mushrooms\n```","cost":0.000115,"response_parsed":"SELECT DISTINCT capshape, capcolor\nFROM mushrooms","time":0.5183055401}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `capshape` FROM `mushrooms` GROUP BY `capshape` HAVING COUNT(DISTINCT `bruises`) = (SELECT COUNT(DISTINCT `bruises`) FROM `mushrooms`)","question":"What are the capshape with all the bruises in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capshape\nFROM mushrooms\nWHERE bruises = 'bruises'\n```","cost":0.000119,"response_parsed":"SELECT capshape\nFROM mushrooms\nWHERE bruises = 'bruises'","time":0.3838946819}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `capshape` FROM `mushrooms` GROUP BY `capshape` HAVING COUNT(DISTINCT `gillattachment`) = (SELECT COUNT(DISTINCT `gillattachment`) FROM `mushrooms`)","question":"What are the capshape with all the gillattachment in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capshape\nFROM mushrooms\nWHERE gillattachment = 'all'\n```","cost":0.0001215,"response_parsed":"SELECT capshape\nFROM mushrooms\nWHERE gillattachment = 'all'","time":0.6217918396}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `capshape` FROM `mushrooms` GROUP BY `capshape` HAVING COUNT(DISTINCT `gillspacing`) = (SELECT COUNT(DISTINCT `gillspacing`) FROM `mushrooms`)","question":"What are the capshape with all the gillspacing in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capshape, gillspacing\nFROM mushrooms;\n```","cost":0.0001155,"response_parsed":"SELECT capshape, gillspacing\nFROM mushrooms;","time":0.3861010075}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `capshape` FROM `mushrooms` GROUP BY `capshape` HAVING COUNT(DISTINCT `gillsize`) = (SELECT COUNT(DISTINCT `gillsize`) FROM `mushrooms`)","question":"What are the capshape with all the gillsize in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT capshape, gillsize\nFROM mushrooms;\n```","cost":0.000117,"response_parsed":"SELECT DISTINCT capshape, gillsize\nFROM mushrooms;","time":0.6650080681}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `capsurface` FROM `mushrooms` GROUP BY `capsurface` HAVING COUNT(DISTINCT `bruises`) = (SELECT COUNT(DISTINCT `bruises`) FROM `mushrooms`)","question":"What are the capsurface with all the bruises in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capsurface\nFROM mushrooms\nWHERE bruises = 'bruises'\n```","cost":0.000119,"response_parsed":"SELECT capsurface\nFROM mushrooms\nWHERE bruises = 'bruises'","time":0.5014119148}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `capsurface` FROM `mushrooms` GROUP BY `capsurface` HAVING COUNT(DISTINCT `gillattachment`) = (SELECT COUNT(DISTINCT `gillattachment`) FROM `mushrooms`)","question":"What are the capsurface with all the gillattachment in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capsurface, gillattachment\nFROM mushrooms\n```","cost":0.0001155,"response_parsed":"SELECT capsurface, gillattachment\nFROM mushrooms","time":0.5255811214}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `capsurface` FROM `mushrooms` GROUP BY `capsurface` HAVING COUNT(DISTINCT `gillspacing`) = (SELECT COUNT(DISTINCT `gillspacing`) FROM `mushrooms`)","question":"What are the capsurface with all the gillspacing in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capsurface, gillspacing \nFROM mushrooms;\n```","cost":0.0001155,"response_parsed":"SELECT capsurface, gillspacing \nFROM mushrooms;","time":0.6640334129}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `capsurface` FROM `mushrooms` GROUP BY `capsurface` HAVING COUNT(DISTINCT `gillsize`) = (SELECT COUNT(DISTINCT `gillsize`) FROM `mushrooms`)","question":"What are the capsurface with all the gillsize in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capsurface, gillsize\nFROM mushrooms\n```","cost":0.0001155,"response_parsed":"SELECT capsurface, gillsize\nFROM mushrooms","time":0.3778514862}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `capcolor` FROM `mushrooms` GROUP BY `capcolor` HAVING COUNT(DISTINCT `bruises`) = (SELECT COUNT(DISTINCT `bruises`) FROM `mushrooms`)","question":"What are the capcolor with all the bruises in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capcolor\nFROM mushrooms\nWHERE bruises = 'bruises'\n```","cost":0.000119,"response_parsed":"SELECT capcolor\nFROM mushrooms\nWHERE bruises = 'bruises'","time":0.3899080753}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `capcolor` FROM `mushrooms` GROUP BY `capcolor` HAVING COUNT(DISTINCT `gillattachment`) = (SELECT COUNT(DISTINCT `gillattachment`) FROM `mushrooms`)","question":"What are the capcolor with all the gillattachment in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capcolor, gillattachment\nFROM mushrooms\n```","cost":0.0001155,"response_parsed":"SELECT capcolor, gillattachment\nFROM mushrooms","time":0.4564352036}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `capcolor` FROM `mushrooms` GROUP BY `capcolor` HAVING COUNT(DISTINCT `gillspacing`) = (SELECT COUNT(DISTINCT `gillspacing`) FROM `mushrooms`)","question":"What are the capcolor with all the gillspacing in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capcolor, gillspacing\nFROM mushrooms\n```","cost":0.0001155,"response_parsed":"SELECT capcolor, gillspacing\nFROM mushrooms","time":0.6062505245}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `capcolor` FROM `mushrooms` GROUP BY `capcolor` HAVING COUNT(DISTINCT `gillsize`) = (SELECT COUNT(DISTINCT `gillsize`) FROM `mushrooms`)","question":"What are the capcolor with all the gillsize in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capcolor, gillsize\nFROM mushrooms\n```","cost":0.0001155,"response_parsed":"SELECT capcolor, gillsize\nFROM mushrooms","time":1.0166134834}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `bruises` FROM `mushrooms` GROUP BY `bruises` HAVING COUNT(DISTINCT `gillattachment`) = (SELECT COUNT(DISTINCT `gillattachment`) FROM `mushrooms`)","question":"What are the bruises with all the gillattachment in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT bruises, gillattachment\nFROM mushrooms\nWHERE gillattachment = 'attached'\n```","cost":0.0001255,"response_parsed":"SELECT bruises, gillattachment\nFROM mushrooms\nWHERE gillattachment = 'attached'","time":0.6459321976}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `bruises` FROM `mushrooms` GROUP BY `bruises` HAVING COUNT(DISTINCT `gillspacing`) = (SELECT COUNT(DISTINCT `gillspacing`) FROM `mushrooms`)","question":"What are the bruises with all the gillspacing in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT bruises\nFROM mushrooms\nWHERE gillspacing = 'all'\n```","cost":0.0001195,"response_parsed":"SELECT bruises\nFROM mushrooms\nWHERE gillspacing = 'all'","time":0.5829100609}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `bruises` FROM `mushrooms` GROUP BY `bruises` HAVING COUNT(DISTINCT `gillsize`) = (SELECT COUNT(DISTINCT `gillsize`) FROM `mushrooms`)","question":"What are the bruises with all the gillsize in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT bruises\nFROM mushrooms\nWHERE gillsize = 'all';\n```","cost":0.0001195,"response_parsed":"SELECT bruises\nFROM mushrooms\nWHERE gillsize = 'all';","time":0.5451509953}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `odor` FROM `mushrooms` GROUP BY `odor` HAVING COUNT(DISTINCT `gillattachment`) = (SELECT COUNT(DISTINCT `gillattachment`) FROM `mushrooms`)","question":"What are the odor with all the gillattachment in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT odor\nFROM mushrooms\nWHERE gillattachment = 'all'\n```","cost":0.0001195,"response_parsed":"SELECT odor\nFROM mushrooms\nWHERE gillattachment = 'all'","time":0.521802187}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `odor` FROM `mushrooms` GROUP BY `odor` HAVING COUNT(DISTINCT `gillspacing`) = (SELECT COUNT(DISTINCT `gillspacing`) FROM `mushrooms`)","question":"What are the odor with all the gillspacing in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT odor\nFROM mushrooms\nWHERE gillspacing = 'all';\n```","cost":0.0001195,"response_parsed":"SELECT odor\nFROM mushrooms\nWHERE gillspacing = 'all';","time":0.5077190399}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `odor` FROM `mushrooms` GROUP BY `odor` HAVING COUNT(DISTINCT `gillsize`) = (SELECT COUNT(DISTINCT `gillsize`) FROM `mushrooms`)","question":"What are the odor with all the gillsize in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT odor\nFROM mushrooms\nWHERE gillsize = 'all';\n```","cost":0.000121,"response_parsed":"SELECT DISTINCT odor\nFROM mushrooms\nWHERE gillsize = 'all';","time":0.4525711536}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `gillattachment` FROM `mushrooms` GROUP BY `gillattachment` HAVING COUNT(DISTINCT `gillspacing`) = (SELECT COUNT(DISTINCT `gillspacing`) FROM `mushrooms`)","question":"What are the gillattachment with all the gillspacing in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT gillattachment, gillspacing\nFROM mushrooms;\n```","cost":0.0001175,"response_parsed":"SELECT gillattachment, gillspacing\nFROM mushrooms;","time":0.8253889084}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `gillattachment` FROM `mushrooms` GROUP BY `gillattachment` HAVING COUNT(DISTINCT `gillsize`) = (SELECT COUNT(DISTINCT `gillsize`) FROM `mushrooms`)","question":"What are the gillattachment with all the gillsize in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT gillattachment, gillsize\nFROM mushrooms;\n```","cost":0.0001175,"response_parsed":"SELECT gillattachment, gillsize\nFROM mushrooms;","time":0.3500533104}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `gillspacing` FROM `mushrooms` GROUP BY `gillspacing` HAVING COUNT(DISTINCT `gillsize`) = (SELECT COUNT(DISTINCT `gillsize`) FROM `mushrooms`)","question":"What are the gillspacing with all the gillsize in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT gillspacing\nFROM mushrooms\nWHERE gillsize IS NOT NULL;\n```","cost":0.0001235,"response_parsed":"SELECT gillspacing\nFROM mushrooms\nWHERE gillsize IS NOT NULL;","time":0.3730633259}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `gillspacing` FROM `mushrooms` GROUP BY `gillspacing` HAVING COUNT(DISTINCT `gillcolor`) = (SELECT COUNT(DISTINCT `gillcolor`) FROM `mushrooms`)","question":"What are the gillspacing with all the gillcolor in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT gillspacing, gillcolor \nFROM mushrooms;\n```","cost":0.0001175,"response_parsed":"SELECT gillspacing, gillcolor \nFROM mushrooms;","time":0.4078307152}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `adultCensus` ORDER BY `hoursperweek` ASC","question":"Show all data ordered by hoursperweek in ascending order for the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM adultCensus\nORDER BY hoursperweek ASC;\n```","cost":0.0001215,"response_parsed":"SELECT * FROM adultCensus\nORDER BY hoursperweek ASC;","time":0.3966083527}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `adultCensus` ORDER BY `hoursperweek` DESC","question":"Show all data ordered by hoursperweek in descending order for the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM adultCensus\nORDER BY hoursperweek DESC;\n```","cost":0.000123,"response_parsed":"SELECT * \nFROM adultCensus\nORDER BY hoursperweek DESC;","time":0.5590269566}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `adultCensus` ORDER BY `income` ASC","question":"Show all data ordered by income in ascending order for the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM adultCensus\nORDER BY income ASC;\n```","cost":0.0001175,"response_parsed":"SELECT * FROM adultCensus\nORDER BY income ASC;","time":0.5016748905}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `adultCensus` ORDER BY `income` DESC","question":"Show all data ordered by income in descending order for the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM adultCensus\nORDER BY income DESC;\n```","cost":0.000119,"response_parsed":"SELECT * \nFROM adultCensus\nORDER BY income DESC;","time":0.4270470142}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `maritalstatus` FROM `adultCensus` ORDER BY `maritalstatus` ASC","question":"Project the maritalstatus ordered in ascending order for the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT maritalstatus \nFROM adultCensus \nORDER BY maritalstatus ASC;\n```","cost":0.0001215,"response_parsed":"SELECT maritalstatus \nFROM adultCensus \nORDER BY maritalstatus ASC;","time":0.4634792805}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `maritalstatus` FROM `adultCensus` ORDER BY `maritalstatus` DESC","question":"Project the maritalstatus ordered in descending order for the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT maritalstatus\nFROM adultCensus\nORDER BY maritalstatus DESC;\n```","cost":0.0001215,"response_parsed":"SELECT maritalstatus\nFROM adultCensus\nORDER BY maritalstatus DESC;","time":0.7000854015}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `relationship` FROM `adultCensus` ORDER BY `relationship` ASC","question":"Project the relationship ordered in ascending order for the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT relationship\nFROM adultCensus\nORDER BY relationship ASC;\n```","cost":0.000118,"response_parsed":"SELECT relationship\nFROM adultCensus\nORDER BY relationship ASC;","time":0.3560931683}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `relationship` FROM `adultCensus` ORDER BY `relationship` DESC","question":"Project the relationship ordered in descending order for the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT relationship\nFROM adultCensus\nORDER BY relationship DESC\n```","cost":0.000118,"response_parsed":"SELECT relationship\nFROM adultCensus\nORDER BY relationship DESC","time":0.6981194019}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `mushrooms` ORDER BY `class` ASC","question":"Show all data ordered by class in ascending order for the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM mushrooms\nORDER BY class ASC;\n```","cost":0.000115,"response_parsed":"SELECT * \nFROM mushrooms\nORDER BY class ASC;","time":0.5250923634}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `mushrooms` ORDER BY `class` DESC","question":"Show all data ordered by class in descending order for the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM mushrooms ORDER BY class DESC;\n```","cost":0.000112,"response_parsed":"SELECT * FROM mushrooms ORDER BY class DESC;","time":0.4822587967}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `mushrooms` ORDER BY `gillattachment` ASC","question":"Show all data ordered by gillattachment in ascending order for the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM mushrooms \nORDER BY gillattachment ASC;\n```","cost":0.000119,"response_parsed":"SELECT * \nFROM mushrooms \nORDER BY gillattachment ASC;","time":0.383459568}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `mushrooms` ORDER BY `gillattachment` DESC","question":"Show all data ordered by gillattachment in descending order for the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM mushrooms\nORDER BY gillattachment DESC;\n```","cost":0.0001175,"response_parsed":"SELECT * FROM mushrooms\nORDER BY gillattachment DESC;","time":0.4457318783}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `gillspacing` FROM `mushrooms` ORDER BY `gillspacing` ASC","question":"Project the gillspacing ordered in ascending order for the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT gillspacing\nFROM mushrooms\nORDER BY gillspacing ASC;\n```","cost":0.000121,"response_parsed":"SELECT gillspacing\nFROM mushrooms\nORDER BY gillspacing ASC;","time":0.5077328682}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `gillspacing` FROM `mushrooms` ORDER BY `gillspacing` DESC","question":"Project the gillspacing ordered in descending order for the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT gillspacing\nFROM mushrooms\nORDER BY gillspacing DESC;\n```","cost":0.000121,"response_parsed":"SELECT gillspacing\nFROM mushrooms\nORDER BY gillspacing DESC;","time":0.5956029892}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `capcolor` FROM `mushrooms` ORDER BY `capcolor` ASC","question":"Project the capcolor ordered in ascending order for the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capcolor\nFROM mushrooms\nORDER BY capcolor ASC;\n```","cost":0.0001175,"response_parsed":"SELECT capcolor\nFROM mushrooms\nORDER BY capcolor ASC;","time":0.4040188789}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `capcolor` FROM `mushrooms` ORDER BY `capcolor` DESC","question":"Project the capcolor ordered in descending order for the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capcolor\nFROM mushrooms\nORDER BY capcolor DESC;\n```","cost":0.0001175,"response_parsed":"SELECT capcolor\nFROM mushrooms\nORDER BY capcolor DESC;","time":0.403419733}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `sex` FROM `adultCensus`","question":"Show all sex in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT sex\nFROM adultCensus;\n```","cost":0.00011,"response_parsed":"SELECT DISTINCT sex\nFROM adultCensus;","time":0.2770292759}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `hoursperweek` FROM `adultCensus`","question":"Show all hoursperweek in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT hoursperweek\nFROM adultCensus\n```","cost":0.0001125,"response_parsed":"SELECT hoursperweek\nFROM adultCensus","time":1.1910562515}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `workclass` FROM `adultCensus`","question":"Show all workclass in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT workclass\nFROM adultCensus;\n```","cost":0.000112,"response_parsed":"SELECT DISTINCT workclass\nFROM adultCensus;","time":0.3479437828}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `maritalstatus` FROM `adultCensus`","question":"Show all maritalstatus in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT maritalstatus\nFROM adultCensus;\n```","cost":0.000112,"response_parsed":"SELECT DISTINCT maritalstatus\nFROM adultCensus;","time":0.3432123661}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `education` FROM `adultCensus`","question":"Show all education in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT education \nFROM adultCensus;\n```","cost":0.0001085,"response_parsed":"SELECT education \nFROM adultCensus;","time":0.4032108784}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `adultCensus`","question":"Show all the rows in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM adultCensus;\n```","cost":0.0001075,"response_parsed":"SELECT * FROM adultCensus;","time":0.3163409233}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `maritalstatus` FROM `adultCensus`","question":"Show all maritalstatus in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT maritalstatus \nFROM adultCensus;\n```","cost":0.000112,"response_parsed":"SELECT DISTINCT maritalstatus \nFROM adultCensus;","time":0.4206943512}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `race`, `nativecountry` FROM `adultCensus`","question":"Show all race, nativecountry in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT race, nativecountry\nFROM adultCensus\n```","cost":0.0001145,"response_parsed":"SELECT race, nativecountry\nFROM adultCensus","time":0.406236887}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `nativecountry`, `occupation`, `race` FROM `adultCensus`","question":"Show all nativecountry, occupation, race in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT nativecountry, occupation, race\nFROM adultCensus;\n```","cost":0.0001185,"response_parsed":"SELECT nativecountry, occupation, race\nFROM adultCensus;","time":0.6563611031}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `occupation`, `income`, `education`, `race` FROM `adultCensus`","question":"Show all occupation, income, education, race in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT occupation, income, education, race\nFROM adultCensus;\n```","cost":0.0001205,"response_parsed":"SELECT occupation, income, education, race\nFROM adultCensus;","time":0.4017472267}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `occupation`, `race`, `relationship`, `workclass`, `maritalstatus` FROM `adultCensus`","question":"Show all occupation, race, relationship, workclass, maritalstatus in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT occupation, race, relationship, workclass, maritalstatus\nFROM adultCensus;\n```","cost":0.0001285,"response_parsed":"SELECT occupation, race, relationship, workclass, maritalstatus\nFROM adultCensus;","time":0.4711165428}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `sex`, `nativecountry`, `race`, `workclass`, `relationship`, `education` FROM `adultCensus`","question":"Show all sex, nativecountry, race, workclass, relationship, education in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT sex, nativecountry, race, workclass, relationship, education\nFROM adultCensus;\n```","cost":0.0001325,"response_parsed":"SELECT sex, nativecountry, race, workclass, relationship, education\nFROM adultCensus;","time":0.503288269}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `income`, `education`, `sex`, `race`, `maritalstatus`, `occupation`, `relationship` FROM `adultCensus`","question":"Show all income, education, sex, race, maritalstatus, occupation, relationship in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT income, education, sex, race, maritalstatus, occupation, relationship \nFROM adultCensus;\n```","cost":0.0001345,"response_parsed":"SELECT income, education, sex, race, maritalstatus, occupation, relationship \nFROM adultCensus;","time":0.5685780048}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `maritalstatus`, `relationship`, `workclass`, `sex`, `nativecountry`, `hoursperweek`, `income`, `education` FROM `adultCensus`","question":"Show all maritalstatus, relationship, workclass, sex, nativecountry, hoursperweek, income, education in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT maritalstatus, relationship, workclass, sex, nativecountry, hoursperweek, income, education\nFROM adultCensus;\n```","cost":0.0001465,"response_parsed":"SELECT maritalstatus, relationship, workclass, sex, nativecountry, hoursperweek, income, education\nFROM adultCensus;","time":0.564879179}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `hoursperweek`, `race`, `maritalstatus`, `sex`, `relationship`, `nativecountry`, `income`, `occupation`, `workclass` FROM `adultCensus`","question":"Show all hoursperweek, race, maritalstatus, sex, relationship, nativecountry, income, occupation, workclass in the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT hoursperweek, race, maritalstatus, sex, relationship, nativecountry, income, occupation, workclass\nFROM adultCensus;\n```","cost":0.0001505,"response_parsed":"SELECT hoursperweek, race, maritalstatus, sex, relationship, nativecountry, income, occupation, workclass\nFROM adultCensus;","time":0.6080958843}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `odor` FROM `mushrooms`","question":"Show all odor in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT odor\nFROM mushrooms\n```","cost":0.000106,"response_parsed":"SELECT DISTINCT odor\nFROM mushrooms","time":0.3853111267}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `gillspacing` FROM `mushrooms`","question":"Show all gillspacing in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT gillspacing \nFROM mushrooms\n```","cost":0.0001085,"response_parsed":"SELECT gillspacing \nFROM mushrooms","time":0.9624896049}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `capshape` FROM `mushrooms`","question":"Show all capshape in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capshape\nFROM mushrooms\n```","cost":0.0001065,"response_parsed":"SELECT capshape\nFROM mushrooms","time":0.4061214924}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `capsurface` FROM `mushrooms`","question":"Show all capsurface in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT capsurface\nFROM mushrooms;\n```","cost":0.000108,"response_parsed":"SELECT DISTINCT capsurface\nFROM mushrooms;","time":0.3824400902}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `bruises` FROM `mushrooms`","question":"Show all bruises in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM mushrooms WHERE bruises = 'bruises';\n```","cost":0.000112,"response_parsed":"SELECT * FROM mushrooms WHERE bruises = 'bruises';","time":0.3719339371}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `mushrooms`","question":"Show all the rows in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM mushrooms;\n```","cost":0.0001035,"response_parsed":"SELECT * FROM mushrooms;","time":0.4979350567}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `gillspacing` FROM `mushrooms`","question":"Show all gillspacing in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT gillspacing\nFROM mushrooms\n```","cost":0.0001085,"response_parsed":"SELECT gillspacing\nFROM mushrooms","time":0.6766381264}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `odor`, `class` FROM `mushrooms`","question":"Show all odor, class in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT DISTINCT odor, class\nFROM mushrooms;\n```","cost":0.00011,"response_parsed":"SELECT DISTINCT odor, class\nFROM mushrooms;","time":0.3809933662}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `capcolor`, `gillattachment`, `gillspacing` FROM `mushrooms`","question":"Show all capcolor, gillattachment, gillspacing in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capcolor, gillattachment, gillspacing\nFROM mushrooms;\n```","cost":0.0001225,"response_parsed":"SELECT capcolor, gillattachment, gillspacing\nFROM mushrooms;","time":0.471560955}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `capsurface`, `gillcolor`, `odor`, `gillattachment` FROM `mushrooms`","question":"Show all capsurface, gillcolor, odor, gillattachment in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capsurface, gillcolor, odor, gillattachment\nFROM mushrooms;\n```","cost":0.0001265,"response_parsed":"SELECT capsurface, gillcolor, odor, gillattachment\nFROM mushrooms;","time":0.6994974613}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `odor`, `gillcolor`, `bruises`, `gillsize`, `gillattachment` FROM `mushrooms`","question":"Show all odor, gillcolor, bruises, gillsize, gillattachment in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT odor, gillcolor, bruises, gillsize, gillattachment\nFROM mushrooms;\n```","cost":0.0001325,"response_parsed":"SELECT odor, gillcolor, bruises, gillsize, gillattachment\nFROM mushrooms;","time":0.6227779388}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `capsurface`, `class`, `odor`, `gillcolor`, `bruises`, `capcolor` FROM `mushrooms`","question":"Show all capsurface, class, odor, gillcolor, bruises, capcolor in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capsurface, class, odor, gillcolor, bruises, capcolor\nFROM mushrooms;\n```","cost":0.0001325,"response_parsed":"SELECT capsurface, class, odor, gillcolor, bruises, capcolor\nFROM mushrooms;","time":0.5369505882}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `gillattachment`, `gillspacing`, `capshape`, `class`, `capsurface`, `odor`, `bruises` FROM `mushrooms`","question":"Show all gillattachment, gillspacing, capshape, class, capsurface, odor, bruises in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT gillattachment, gillspacing, capshape, class, capsurface, odor, bruises \nFROM mushrooms\n```","cost":0.0001405,"response_parsed":"SELECT gillattachment, gillspacing, capshape, class, capsurface, odor, bruises \nFROM mushrooms","time":0.4987642765}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `capcolor`, `capshape`, `gillcolor`, `gillspacing`, `odor`, `gillattachment`, `capsurface`, `class` FROM `mushrooms`","question":"Show all capcolor, capshape, gillcolor, gillspacing, odor, gillattachment, capsurface, class in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capcolor, capshape, gillcolor, gillspacing, odor, gillattachment, capsurface, class\nFROM mushrooms;\n```","cost":0.0001505,"response_parsed":"SELECT capcolor, capshape, gillcolor, gillspacing, odor, gillattachment, capsurface, class\nFROM mushrooms;","time":0.6605062485}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `capcolor`, `capshape`, `class`, `gillcolor`, `gillspacing`, `bruises`, `gillattachment`, `capsurface`, `odor` FROM `mushrooms`","question":"Show all capcolor, capshape, class, gillcolor, gillspacing, bruises, gillattachment, capsurface, odor in the table mushrooms","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT capcolor, capshape, class, gillcolor, gillspacing, bruises, gillattachment, capsurface, odor \nFROM mushrooms;\n```","cost":0.0001545,"response_parsed":"SELECT capcolor, capshape, class, gillcolor, gillspacing, bruises, gillattachment, capsurface, odor \nFROM mushrooms;","time":0.5999102592}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `adultCensus` WHERE `relationship` == 'Husband'","question":"Show the data of the table adultCensus where relationship is equal to Husband","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM adultCensus\nWHERE relationship = 'Husband';\n```","cost":0.0001205,"response_parsed":"SELECT *\nFROM adultCensus\nWHERE relationship = 'Husband';","time":0.3810617924}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `adultCensus` WHERE `relationship` != 'Own-child'","question":"Show the data of the table adultCensus where relationship is different from Own-child","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM adultCensus \nWHERE relationship <> 'Own-child';\n```","cost":0.0001225,"response_parsed":"SELECT * \nFROM adultCensus \nWHERE relationship <> 'Own-child';","time":0.439895153}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `adultCensus` WHERE `relationship` != 'Wife'","question":"Show the data of the table adultCensus where relationship not equal to Wife","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM adultCensus\nWHERE relationship <> 'Wife';\n```","cost":0.0001205,"response_parsed":"SELECT *\nFROM adultCensus\nWHERE relationship <> 'Wife';","time":0.4251611233}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `adultCensus` WHERE `education` == 'Some-college'","question":"Show the data of the table adultCensus where education is equal to Some-college","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM adultCensus\nWHERE education = 'Some-college';\n```","cost":0.000123,"response_parsed":"SELECT *\nFROM adultCensus\nWHERE education = 'Some-college';","time":0.4032871723}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `adultCensus` WHERE `education` != '10th'","question":"Show the data of the table adultCensus where education is different from 10th","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM adultCensus\nWHERE education != '10th';\n```","cost":0.0001215,"response_parsed":"SELECT *\nFROM adultCensus\nWHERE education != '10th';","time":0.784062624}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `adultCensus` WHERE `education` != 'Masters'","question":"Show the data of the table adultCensus where education not equal to Masters","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM adultCensus \nWHERE education <> 'Masters';\n```","cost":0.000122,"response_parsed":"SELECT * \nFROM adultCensus \nWHERE education <> 'Masters';","time":0.4297227859}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `adultCensus` WHERE `nativecountry` == 'Germany'","question":"Show the data of the table adultCensus where nativecountry is equal to Germany","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM adultCensus \nWHERE nativecountry = 'Germany';\n```","cost":0.0001225,"response_parsed":"SELECT * \nFROM adultCensus \nWHERE nativecountry = 'Germany';","time":0.3321480751}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `adultCensus` WHERE `nativecountry` != 'United-States'","question":"Show the data of the table adultCensus where nativecountry is different from United-States","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM adultCensus WHERE nativecountry <> 'United-States';\n```","cost":0.0001235,"response_parsed":"SELECT * FROM adultCensus WHERE nativecountry <> 'United-States';","time":0.4610362053}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `adultCensus` WHERE `nativecountry` != 'Mexico'","question":"Show the data of the table adultCensus where nativecountry not equal to Mexico","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM adultCensus \nWHERE nativecountry <> 'Mexico';\n```","cost":0.000121,"response_parsed":"SELECT * FROM adultCensus \nWHERE nativecountry <> 'Mexico';","time":0.4658765793}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `adultCensus` WHERE `hoursperweek` > 40","question":"Show the data of the table adultCensus where hoursperweek is greater than 40","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM adultCensus\nWHERE hoursperweek > 40;\n```","cost":0.000125,"response_parsed":"SELECT * \nFROM adultCensus\nWHERE hoursperweek > 40;","time":0.5703830719}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `adultCensus` WHERE `hoursperweek` < 60","question":"Show the data of the table adultCensus where hoursperweek is less than 60","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM adultCensus\nWHERE hoursperweek < 60;\n```","cost":0.0001235,"response_parsed":"SELECT * FROM adultCensus\nWHERE hoursperweek < 60;","time":0.5569307804}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `mushrooms` WHERE `gillattachment` == 'attached'","question":"Show the data of the table mushrooms where gillattachment is equal to attached","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM mushrooms \nWHERE gillattachment = 'attached';\n```","cost":0.0001205,"response_parsed":"SELECT * \nFROM mushrooms \nWHERE gillattachment = 'attached';","time":0.3360774517}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `mushrooms` WHERE `gillattachment` != 'attached'","question":"Show the data of the table mushrooms where gillattachment is different from attached","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM mushrooms\nWHERE gillattachment <> 'attached';\n```","cost":0.000119,"response_parsed":"SELECT *\nFROM mushrooms\nWHERE gillattachment <> 'attached';","time":0.4673228264}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `mushrooms` WHERE `gillattachment` != 'free'","question":"Show the data of the table mushrooms where gillattachment not equal to free","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM mushrooms\nWHERE gillattachment != 'free'\n```","cost":0.0001205,"response_parsed":"SELECT * \nFROM mushrooms\nWHERE gillattachment != 'free'","time":0.7662169933}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `mushrooms` WHERE `gillsize` == 'narrow'","question":"Show the data of the table mushrooms where gillsize is equal to narrow","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT *\nFROM mushrooms\nWHERE gillsize = 'narrow';\n```","cost":0.0001205,"response_parsed":"SELECT *\nFROM mushrooms\nWHERE gillsize = 'narrow';","time":0.339838028}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `mushrooms` WHERE `gillsize` != 'narrow'","question":"Show the data of the table mushrooms where gillsize is different from narrow","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM mushrooms\nWHERE gillsize <> 'narrow';\n```","cost":0.0001205,"response_parsed":"SELECT * FROM mushrooms\nWHERE gillsize <> 'narrow';","time":0.3558909893}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `mushrooms` WHERE `gillsize` != 'narrow'","question":"Show the data of the table mushrooms where gillsize not equal to narrow","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM mushrooms WHERE gillsize != 'narrow';\n```","cost":0.000119,"response_parsed":"SELECT * FROM mushrooms WHERE gillsize != 'narrow';","time":0.3361055851}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `mushrooms` WHERE `bruises` == 'no'","question":"Show the data of the table mushrooms where bruises is equal to no","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM mushrooms\nWHERE bruises = 'no';\n```","cost":0.0001165,"response_parsed":"SELECT * \nFROM mushrooms\nWHERE bruises = 'no';","time":0.3783013821}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `mushrooms` WHERE `bruises` != 'no'","question":"Show the data of the table mushrooms where bruises is different from no","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * \nFROM mushrooms\nWHERE bruises <> 'no';\n```","cost":0.0001165,"response_parsed":"SELECT * \nFROM mushrooms\nWHERE bruises <> 'no';","time":0.5821523666}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `mushrooms` WHERE `bruises` != 'no'","question":"Show the data of the table mushrooms where bruises not equal to no","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT * FROM mushrooms WHERE bruises != 'no';\n```","cost":0.0001135,"response_parsed":"SELECT * FROM mushrooms WHERE bruises != 'no';","time":0.3835184574}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `race`) FROM `adultCensus`","question":"How many different race are in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT race) AS num_of_race\nFROM adultCensus;\n```","cost":0.0001225,"response_parsed":"SELECT COUNT(DISTINCT race) AS num_of_race\nFROM adultCensus;","time":0.502409935}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `nativecountry`) FROM `adultCensus`","question":"How many different nativecountry are in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT nativecountry) AS num_different_nativecountries\nFROM adultCensus;\n```","cost":0.000126,"response_parsed":"SELECT COUNT(DISTINCT nativecountry) AS num_different_nativecountries\nFROM adultCensus;","time":0.4579458237}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `workclass`) FROM `adultCensus`","question":"How many different workclass are in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT workclass) AS different_workclass\nFROM adultCensus;\n```","cost":0.0001245,"response_parsed":"SELECT COUNT(DISTINCT workclass) AS different_workclass\nFROM adultCensus;","time":0.4262552261}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `education`) FROM `adultCensus`","question":"How many different education are in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT education) AS total_education\nFROM adultCensus;\n```","cost":0.0001225,"response_parsed":"SELECT COUNT(DISTINCT education) AS total_education\nFROM adultCensus;","time":0.6074688435}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `income`) FROM `adultCensus`","question":"How many different income are in table adultCensus?","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT income) AS num_different_income\nFROM adultCensus;\n```","cost":0.0001225,"response_parsed":"SELECT COUNT(DISTINCT income) AS num_different_income\nFROM adultCensus;","time":0.6576275826}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`hoursperweek`) FROM `adultCensus`","question":"Find the maximum hoursperweek for the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT MAX(hoursperweek) AS max_hoursperweek\nFROM adultCensus;\n```","cost":0.0001235,"response_parsed":"SELECT MAX(hoursperweek) AS max_hoursperweek\nFROM adultCensus;","time":4.9479720592}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`hoursperweek`) FROM `adultCensus`","question":"Find the minimum hoursperweek for the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT MIN(hoursperweek) \nFROM adultCensus;\n```","cost":0.000116,"response_parsed":"SELECT MIN(hoursperweek) \nFROM adultCensus;","time":0.5745344162}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"adultCensus","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`hoursperweek`) FROM `adultCensus`","question":"Find the average hoursperweek for the table adultCensus","db_schema_normalized":"`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT AVG(hoursperweek) AS average_hoursperweek\nFROM adultCensus;\n```","cost":0.0001235,"response_parsed":"SELECT AVG(hoursperweek) AS average_hoursperweek\nFROM adultCensus;","time":0.4660887718}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `capsurface`) FROM `mushrooms`","question":"How many different capsurface are in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT capsurface) AS num_capsurface\nFROM mushrooms;\n```","cost":0.0001205,"response_parsed":"SELECT COUNT(DISTINCT capsurface) AS num_capsurface\nFROM mushrooms;","time":0.358058691}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `gillattachment`) FROM `mushrooms`","question":"How many different gillattachment are in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT gillattachment) AS num_different_gillattachment\nFROM mushrooms;\n```","cost":0.0001255,"response_parsed":"SELECT COUNT(DISTINCT gillattachment) AS num_different_gillattachment\nFROM mushrooms;","time":0.5368585587}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `odor`) FROM `mushrooms`","question":"How many different odor are in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT odor) AS total_diff_odor\nFROM mushrooms;\n```","cost":0.00012,"response_parsed":"SELECT COUNT(DISTINCT odor) AS total_diff_odor\nFROM mushrooms;","time":0.4153642654}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `gillsize`) FROM `mushrooms`","question":"How many different gillsize are in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT gillsize) as different_gillsize\nFROM mushrooms;\n```","cost":0.000124,"response_parsed":"SELECT COUNT(DISTINCT gillsize) as different_gillsize\nFROM mushrooms;","time":0.5793488026}} +{"db_path":"QATCH-journal\/proprietary\/QA\/LLama2_QA\/miscellaneous\/miscellaneous.sqlite","db_id":"miscellaneous","tbl_name":"mushrooms","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `gillcolor`) FROM `mushrooms`","question":"How many different gillcolor are in table mushrooms?","db_schema_normalized":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)","db_schema":"`\"mushrooms\"` (\"class\" TEXT, \"capshape\" TEXT, \"capsurface\" TEXT, \"capcolor\" TEXT, \"bruises\" TEXT, \"odor\" TEXT, \"gillattachment\" TEXT, \"gillspacing\" TEXT, \"gillsize\" TEXT, \"gillcolor\" TEXT)\n`\"adultCensus\"` (\"workclass\" TEXT, \"education\" TEXT, \"maritalstatus\" TEXT, \"occupation\" TEXT, \"relationship\" TEXT, \"race\" TEXT, \"sex\" TEXT, \"hoursperweek\" INTEGER, \"nativecountry\" TEXT, \"income\" TEXT)","pred_dict":{"response":"```sql\nSELECT COUNT(DISTINCT gillcolor) AS Number_Of_Different_Gillcolors\nFROM mushrooms;\n```","cost":0.0001285,"response_parsed":"SELECT COUNT(DISTINCT gillcolor) AS Number_Of_Different_Gillcolors\nFROM mushrooms;","time":0.4987447262}}