[{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `concert_Name` FROM `concert`","question":"Show the different concert_Name in the table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Theme` FROM `concert`","question":"Show the different Theme in the table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Stadium_ID` FROM `concert`","question":"Show the different Stadium_ID in the table concert","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Year` FROM `concert`","question":"Show the different Year in the table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Location` FROM `stadium`","question":"Show the different Location in the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Name` FROM `stadium`","question":"Show the different Name in the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Name` FROM `singer`","question":"Show the different Name in the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Country` FROM `singer`","question":"Show the different Country in the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Song_Name` FROM `singer`","question":"Show the different Song_Name in the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Song_release_year` FROM `singer`","question":"Show the different Song_release_year in the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Singer_ID` FROM `singer_in_concert`","question":"Show the different Singer_ID in the table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `concert_Name`, COUNT(*) FROM `concert` GROUP BY `concert_Name`","question":"For each concert_Name, count the number of rows in table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Theme`, COUNT(*) FROM `concert` GROUP BY `Theme`","question":"For each Theme, count the number of rows in table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Stadium_ID`, COUNT(*) FROM `concert` GROUP BY `Stadium_ID`","question":"For each Stadium_ID, count the number of rows in table concert","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Year`, COUNT(*) FROM `concert` GROUP BY `Year`","question":"For each Year, count the number of rows in table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Location`, COUNT(*) FROM `stadium` GROUP BY `Location`","question":"For each Location, count the number of rows in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Name`, COUNT(*) FROM `stadium` GROUP BY `Name`","question":"For each Name, count the number of rows in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Location`, MIN(`Capacity`) FROM `stadium` GROUP BY `Location`","question":"For each Location, find the min of Capacity in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Location`, MAX(`Capacity`) FROM `stadium` GROUP BY `Location`","question":"For each Location, find the max of Capacity in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Location`, AVG(`Capacity`) FROM `stadium` GROUP BY `Location`","question":"For each Location, find the avg of Capacity in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Location`, SUM(`Capacity`) FROM `stadium` GROUP BY `Location`","question":"For each Location, find the sum of Capacity in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Location`, MIN(`Lowest`) FROM `stadium` GROUP BY `Location`","question":"For each Location, find the min of Lowest in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Location`, MAX(`Lowest`) FROM `stadium` GROUP BY `Location`","question":"For each Location, find the max of Lowest in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Location`, AVG(`Lowest`) FROM `stadium` GROUP BY `Location`","question":"For each Location, find the avg of Lowest in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Location`, SUM(`Lowest`) FROM `stadium` GROUP BY `Location`","question":"For each Location, find the sum of Lowest in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Name`, MIN(`Capacity`) FROM `stadium` GROUP BY `Name`","question":"For each Name, find the min of Capacity in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Name`, MAX(`Capacity`) FROM `stadium` GROUP BY `Name`","question":"For each Name, find the max of Capacity in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Name`, AVG(`Capacity`) FROM `stadium` GROUP BY `Name`","question":"For each Name, find the avg of Capacity in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Name`, SUM(`Capacity`) FROM `stadium` GROUP BY `Name`","question":"For each Name, find the sum of Capacity in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Name`, MIN(`Lowest`) FROM `stadium` GROUP BY `Name`","question":"For each Name, find the min of Lowest in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Name`, MAX(`Lowest`) FROM `stadium` GROUP BY `Name`","question":"For each Name, find the max of Lowest in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Name`, AVG(`Lowest`) FROM `stadium` GROUP BY `Name`","question":"For each Name, find the avg of Lowest in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Name`, SUM(`Lowest`) FROM `stadium` GROUP BY `Name`","question":"For each Name, find the sum of Lowest in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Name`, COUNT(*) FROM `singer` GROUP BY `Name`","question":"For each Name, count the number of rows in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Country`, COUNT(*) FROM `singer` GROUP BY `Country`","question":"For each Country, count the number of rows in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Song_Name`, COUNT(*) FROM `singer` GROUP BY `Song_Name`","question":"For each Song_Name, count the number of rows in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Song_release_year`, COUNT(*) FROM `singer` GROUP BY `Song_release_year`","question":"For each Song_release_year, count the number of rows in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Song_Name`, MIN(`Age`) FROM `singer` GROUP BY `Song_Name`","question":"For each Song_Name, find the min of Age in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Song_Name`, MAX(`Age`) FROM `singer` GROUP BY `Song_Name`","question":"For each Song_Name, find the max of Age in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Song_Name`, AVG(`Age`) FROM `singer` GROUP BY `Song_Name`","question":"For each Song_Name, find the avg of Age in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Song_Name`, SUM(`Age`) FROM `singer` GROUP BY `Song_Name`","question":"For each Song_Name, find the sum of Age in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Name`, MIN(`Age`) FROM `singer` GROUP BY `Name`","question":"For each Name, find the min of Age in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Name`, MAX(`Age`) FROM `singer` GROUP BY `Name`","question":"For each Name, find the max of Age in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Name`, AVG(`Age`) FROM `singer` GROUP BY `Name`","question":"For each Name, find the avg of Age in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Name`, SUM(`Age`) FROM `singer` GROUP BY `Name`","question":"For each Name, find the sum of Age in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Singer_ID`, COUNT(*) FROM `singer_in_concert` GROUP BY `Singer_ID`","question":"For each Singer_ID, count the number of rows in table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Stadium_ID` FROM `concert` GROUP BY `Stadium_ID` HAVING count(*) >= 1","question":"Find all the Stadium_ID that have at least 1 records in table concert","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Stadium_ID` FROM `concert` GROUP BY `Stadium_ID` HAVING count(*) <= 1","question":"Find all the Stadium_ID that have at most 1 records in table concert","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `concert_Name` FROM `concert` GROUP BY `concert_Name` HAVING count(*) >= 1","question":"Find all the concert_Name that have at least 1 records in table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `concert_Name` FROM `concert` GROUP BY `concert_Name` HAVING count(*) <= 1","question":"Find all the concert_Name that have at most 1 records in table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Year` FROM `concert` GROUP BY `Year` HAVING count(*) >= 3","question":"Find all the Year that have at least 3 records in table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Year` FROM `concert` GROUP BY `Year` HAVING count(*) <= 3","question":"Find all the Year that have at most 3 records in table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Location` FROM `stadium` GROUP BY `Location` HAVING count(*) >= 1","question":"Find all the Location that have at least 1 records in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Location` FROM `stadium` GROUP BY `Location` HAVING count(*) <= 1","question":"Find all the Location that have at most 1 records in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Name` FROM `stadium` GROUP BY `Name` HAVING count(*) >= 1","question":"Find all the Name that have at least 1 records in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Name` FROM `stadium` GROUP BY `Name` HAVING count(*) <= 1","question":"Find all the Name that have at most 1 records in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Location` FROM `stadium` GROUP BY `Location` HAVING AVG(`Highest`) >= 1737.56","question":"List the Location which average of Highest is at least 1737.56 in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Location` FROM `stadium` GROUP BY `Location` HAVING AVG(`Highest`) <= 1737.56","question":"List the Location which average of Highest is at most 1737.56 in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Location` FROM `stadium` GROUP BY `Location` HAVING SUM(`Highest`) >= 1737.56","question":"List the Location which summation of Highest is at least 1737.56 in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Location` FROM `stadium` GROUP BY `Location` HAVING SUM(`Highest`) <= 1737.56","question":"List the Location which summation of Highest is at most 1737.56 in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Name` FROM `stadium` GROUP BY `Name` HAVING AVG(`Highest`) >= 1737.56","question":"List the Name which average of Highest is at least 1737.56 in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Name` FROM `stadium` GROUP BY `Name` HAVING AVG(`Highest`) <= 1737.56","question":"List the Name which average of Highest is at most 1737.56 in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Name` FROM `stadium` GROUP BY `Name` HAVING SUM(`Highest`) >= 1737.56","question":"List the Name which summation of Highest is at least 1737.56 in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Name` FROM `stadium` GROUP BY `Name` HAVING SUM(`Highest`) <= 1737.56","question":"List the Name which summation of Highest is at most 1737.56 in table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Song_Name` FROM `singer` GROUP BY `Song_Name` HAVING count(*) >= 1","question":"Find all the Song_Name that have at least 1 records in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Song_Name` FROM `singer` GROUP BY `Song_Name` HAVING count(*) <= 1","question":"Find all the Song_Name that have at most 1 records in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Country` FROM `singer` GROUP BY `Country` HAVING count(*) >= 2","question":"Find all the Country that have at least 2 records in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Country` FROM `singer` GROUP BY `Country` HAVING count(*) <= 2","question":"Find all the Country that have at most 2 records in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Name` FROM `singer` GROUP BY `Name` HAVING count(*) >= 1","question":"Find all the Name that have at least 1 records in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Name` FROM `singer` GROUP BY `Name` HAVING count(*) <= 1","question":"Find all the Name that have at most 1 records in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Country` FROM `singer` GROUP BY `Country` HAVING AVG(`Age`) >= 39.5","question":"List the Country which average of Age is at least 39.5 in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Country` FROM `singer` GROUP BY `Country` HAVING AVG(`Age`) <= 39.5","question":"List the Country which average of Age is at most 39.5 in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Country` FROM `singer` GROUP BY `Country` HAVING SUM(`Age`) >= 74.0","question":"List the Country which summation of Age is at least 74.0 in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Country` FROM `singer` GROUP BY `Country` HAVING SUM(`Age`) <= 74.0","question":"List the Country which summation of Age is at most 74.0 in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Song_Name` FROM `singer` GROUP BY `Song_Name` HAVING AVG(`Age`) >= 37.0","question":"List the Song_Name which average of Age is at least 37.0 in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Song_Name` FROM `singer` GROUP BY `Song_Name` HAVING AVG(`Age`) <= 37.0","question":"List the Song_Name which average of Age is at most 37.0 in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Song_Name` FROM `singer` GROUP BY `Song_Name` HAVING SUM(`Age`) >= 37.0","question":"List the Song_Name which summation of Age is at least 37.0 in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Song_Name` FROM `singer` GROUP BY `Song_Name` HAVING SUM(`Age`) <= 37.0","question":"List the Song_Name which summation of Age is at most 37.0 in table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Singer_ID` FROM `singer_in_concert` GROUP BY `Singer_ID` HAVING count(*) >= 2","question":"Find all the Singer_ID that have at least 2 records in table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Singer_ID` FROM `singer_in_concert` GROUP BY `Singer_ID` HAVING count(*) <= 2","question":"Find all the Singer_ID that have at most 2 records in table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `concert` AS T1 JOIN `stadium` AS T2 ON T1.`Stadium_ID` = T2.`Stadium_ID`","question":"Join all the records from table concert with table stadium on Stadium_ID","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`concert_Name`, T2.`Location` FROM `concert` AS T1 JOIN `stadium` AS T2 ON T1.`Stadium_ID`=T2.`Stadium_ID`","question":"List all the concert_Name and Location from the table concert and the table stadium where Stadium_ID is the same","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`concert_Name`, T2.`Name` FROM `concert` AS T1 JOIN `stadium` AS T2 ON T1.`Stadium_ID`=T2.`Stadium_ID`","question":"List all the concert_Name and Name from the table concert and the table stadium where Stadium_ID is the same","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Theme`, T2.`Location` FROM `concert` AS T1 JOIN `stadium` AS T2 ON T1.`Stadium_ID`=T2.`Stadium_ID`","question":"List all the Theme and Location from the table concert and the table stadium where Stadium_ID is the same","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Theme`, T2.`Name` FROM `concert` AS T1 JOIN `stadium` AS T2 ON T1.`Stadium_ID`=T2.`Stadium_ID`","question":"List all the Theme and Name from the table concert and the table stadium where Stadium_ID is the same","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `singer_in_concert` AS T1 JOIN `singer` AS T2 ON T1.`Singer_ID` = T2.`Singer_ID`","question":"Join all the records from table singer_in_concert with table singer on Singer_ID","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `singer_in_concert` AS T1 JOIN `concert` AS T2 ON T1.`concert_ID` = T2.`concert_ID`","question":"Join all the records from table singer_in_concert with table concert on concert_ID","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Singer_ID`, T2.`Stadium_ID` FROM `singer_in_concert` AS T1 JOIN `concert` AS T2 ON T1.`concert_ID`=T2.`concert_ID`","question":"List all the Singer_ID and Stadium_ID from the table singer_in_concert and the table concert where concert_ID is the same","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Singer_ID`, T2.`Year` FROM `singer_in_concert` AS T1 JOIN `concert` AS T2 ON T1.`concert_ID`=T2.`concert_ID`","question":"List all the Singer_ID and Year from the table singer_in_concert and the table concert where concert_ID is the same","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Singer_ID`, T2.`Theme` FROM `singer_in_concert` AS T1 JOIN `concert` AS T2 ON T1.`concert_ID`=T2.`concert_ID`","question":"List all the Singer_ID and Theme from the table singer_in_concert and the table concert where concert_ID is the same","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `concert_Name` FROM `concert` GROUP BY `concert_Name` HAVING COUNT(DISTINCT `Year`) = (SELECT COUNT(DISTINCT `Year`) FROM `concert`)","question":"What are the concert_Name with all the Year in table concert?","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `Stadium_ID` FROM `concert` GROUP BY `Stadium_ID` HAVING COUNT(DISTINCT `Year`) = (SELECT COUNT(DISTINCT `Year`) FROM `concert`)","question":"What are the Stadium_ID with all the Year in table concert?","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `concert` ORDER BY `Stadium_ID` ASC","question":"Show all data ordered by Stadium_ID in ascending order for the table concert","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `concert` ORDER BY `Stadium_ID` DESC","question":"Show all data ordered by Stadium_ID in descending order for the table concert","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `concert` ORDER BY `concert_ID` ASC","question":"Show all data ordered by concert_ID in ascending order for the table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `concert` ORDER BY `concert_ID` DESC","question":"Show all data ordered by concert_ID in descending order for the table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Year` FROM `concert` ORDER BY `Year` ASC","question":"Project the Year ordered in ascending order for the table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Year` FROM `concert` ORDER BY `Year` DESC","question":"Project the Year ordered in descending order for the table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Stadium_ID` FROM `concert` ORDER BY `Stadium_ID` ASC","question":"Project the Stadium_ID ordered in ascending order for the table concert","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Stadium_ID` FROM `concert` ORDER BY `Stadium_ID` DESC","question":"Project the Stadium_ID ordered in descending order for the table concert","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `stadium` ORDER BY `Location` ASC","question":"Show all data ordered by Location in ascending order for the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `stadium` ORDER BY `Location` DESC","question":"Show all data ordered by Location in descending order for the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `stadium` ORDER BY `Stadium_ID` ASC","question":"Show all data ordered by Stadium_ID in ascending order for the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `stadium` ORDER BY `Stadium_ID` DESC","question":"Show all data ordered by Stadium_ID in descending order for the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Capacity` FROM `stadium` ORDER BY `Capacity` ASC","question":"Project the Capacity ordered in ascending order for the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Capacity` FROM `stadium` ORDER BY `Capacity` DESC","question":"Project the Capacity ordered in descending order for the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Highest` FROM `stadium` ORDER BY `Highest` ASC","question":"Project the Highest ordered in ascending order for the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Highest` FROM `stadium` ORDER BY `Highest` DESC","question":"Project the Highest ordered in descending order for the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `singer` ORDER BY `Song_release_year` ASC","question":"Show all data ordered by Song_release_year in ascending order for the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `singer` ORDER BY `Song_release_year` DESC","question":"Show all data ordered by Song_release_year in descending order for the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `singer` ORDER BY `Name` ASC","question":"Show all data ordered by Name in ascending order for the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `singer` ORDER BY `Name` DESC","question":"Show all data ordered by Name in descending order for the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Country` FROM `singer` ORDER BY `Country` ASC","question":"Project the Country ordered in ascending order for the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Country` FROM `singer` ORDER BY `Country` DESC","question":"Project the Country ordered in descending order for the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Singer_ID` FROM `singer` ORDER BY `Singer_ID` ASC","question":"Project the Singer_ID ordered in ascending order for the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Singer_ID` FROM `singer` ORDER BY `Singer_ID` DESC","question":"Project the Singer_ID ordered in descending order for the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `singer_in_concert` ORDER BY `concert_ID` ASC","question":"Show all data ordered by concert_ID in ascending order for the table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `singer_in_concert` ORDER BY `concert_ID` DESC","question":"Show all data ordered by concert_ID in descending order for the table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `singer_in_concert` ORDER BY `Singer_ID` ASC","question":"Show all data ordered by Singer_ID in ascending order for the table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `singer_in_concert` ORDER BY `Singer_ID` DESC","question":"Show all data ordered by Singer_ID in descending order for the table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `concert_ID` FROM `singer_in_concert` ORDER BY `concert_ID` ASC","question":"Project the concert_ID ordered in ascending order for the table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `concert_ID` FROM `singer_in_concert` ORDER BY `concert_ID` DESC","question":"Project the concert_ID ordered in descending order for the table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Singer_ID` FROM `singer_in_concert` ORDER BY `Singer_ID` ASC","question":"Project the Singer_ID ordered in ascending order for the table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Singer_ID` FROM `singer_in_concert` ORDER BY `Singer_ID` DESC","question":"Project the Singer_ID ordered in descending order for the table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `concert_ID` FROM `concert`","question":"Show all concert_ID in the table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `concert_Name` FROM `concert`","question":"Show all concert_Name in the table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Theme` FROM `concert`","question":"Show all Theme in the table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Stadium_ID` FROM `concert`","question":"Show all Stadium_ID in the table concert","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Year` FROM `concert`","question":"Show all Year in the table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `concert`","question":"Show all the rows in the table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Theme` FROM `concert`","question":"Show all Theme in the table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Year`, `Theme` FROM `concert`","question":"Show all Year, Theme in the table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `concert_ID`, `Year`, `Theme` FROM `concert`","question":"Show all concert_ID, Year, Theme in the table concert","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Theme`, `Year`, `concert_ID`, `Stadium_ID` FROM `concert`","question":"Show all Theme, Year, concert_ID, Stadium_ID in the table concert","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Location` FROM `stadium`","question":"Show all Location in the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Lowest` FROM `stadium`","question":"Show all Lowest in the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Stadium_ID` FROM `stadium`","question":"Show all Stadium_ID in the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Average` FROM `stadium`","question":"Show all Average in the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Capacity` FROM `stadium`","question":"Show all Capacity in the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `stadium`","question":"Show all the rows in the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Stadium_ID` FROM `stadium`","question":"Show all Stadium_ID in the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Highest`, `Location` FROM `stadium`","question":"Show all Highest, Location in the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Lowest`, `Stadium_ID`, `Location` FROM `stadium`","question":"Show all Lowest, Stadium_ID, Location in the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Location`, `Capacity`, `Lowest`, `Name` FROM `stadium`","question":"Show all Location, Capacity, Lowest, Name in the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Highest`, `Stadium_ID`, `Lowest`, `Capacity`, `Location` FROM `stadium`","question":"Show all Highest, Stadium_ID, Lowest, Capacity, Location in the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Stadium_ID`, `Average`, `Highest`, `Location`, `Name`, `Lowest` FROM `stadium`","question":"Show all Stadium_ID, Average, Highest, Location, Name, Lowest in the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Song_release_year` FROM `singer`","question":"Show all Song_release_year in the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Singer_ID` FROM `singer`","question":"Show all Singer_ID in the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Age` FROM `singer`","question":"Show all Age in the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Song_Name` FROM `singer`","question":"Show all Song_Name in the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Name` FROM `singer`","question":"Show all Name in the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `singer`","question":"Show all the rows in the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Song_Name` FROM `singer`","question":"Show all Song_Name in the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Age`, `Name` FROM `singer`","question":"Show all Age, Name in the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Song_release_year`, `Name`, `Age` FROM `singer`","question":"Show all Song_release_year, Name, Age in the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Country`, `Age`, `Singer_ID`, `Song_release_year` FROM `singer`","question":"Show all Country, Age, Singer_ID, Song_release_year in the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Age`, `Singer_ID`, `Country`, `Name`, `Song_release_year` FROM `singer`","question":"Show all Age, Singer_ID, Country, Name, Song_release_year in the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `concert_ID` FROM `singer_in_concert`","question":"Show all concert_ID in the table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Singer_ID` FROM `singer_in_concert`","question":"Show all Singer_ID in the table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `singer_in_concert`","question":"Show all the rows in the table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Singer_ID` FROM `singer_in_concert`","question":"Show all Singer_ID in the table singer_in_concert","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `concert` WHERE `concert_Name` == 'Week 2'","question":"Show the data of the table concert where concert_Name is equal to Week 2","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `concert` WHERE `concert_Name` != 'Home Visits'","question":"Show the data of the table concert where concert_Name is different from Home Visits","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `concert` WHERE `concert_Name` != 'Home Visits'","question":"Show the data of the table concert where concert_Name not equal to Home Visits","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `concert` WHERE `Stadium_ID` == '10'","question":"Show the data of the table concert where Stadium_ID is equal to 10","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `concert` WHERE `Stadium_ID` != '10'","question":"Show the data of the table concert where Stadium_ID is different from 10","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `concert` WHERE `Stadium_ID` != '2'","question":"Show the data of the table concert where Stadium_ID not equal to 2","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `concert` WHERE `Theme` == 'Free choice 2'","question":"Show the data of the table concert where Theme is equal to Free choice 2","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `concert` WHERE `Theme` != 'Wide Awake'","question":"Show the data of the table concert where Theme is different from Wide Awake","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `concert` WHERE `Theme` != 'Free choice'","question":"Show the data of the table concert where Theme not equal to Free choice","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `stadium` WHERE `Location` == 'East Fife'","question":"Show the data of the table stadium where Location is equal to East Fife","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `stadium` WHERE `Location` != 'Stirling Albion'","question":"Show the data of the table stadium where Location is different from Stirling Albion","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `stadium` WHERE `Location` != 'Ayr United'","question":"Show the data of the table stadium where Location not equal to Ayr United","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `stadium` WHERE `Name` == 'Somerset Park'","question":"Show the data of the table stadium where Name is equal to Somerset Park","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `stadium` WHERE `Name` != 'Forthbank Stadium'","question":"Show the data of the table stadium where Name is different from Forthbank Stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `stadium` WHERE `Name` != 'Bayview Stadium'","question":"Show the data of the table stadium where Name not equal to Bayview Stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `stadium` WHERE `Average` > 864","question":"Show the data of the table stadium where Average is greater than 864","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `stadium` WHERE `Average` < 1477","question":"Show the data of the table stadium where Average is less than 1477","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `stadium` WHERE `Lowest` < 533","question":"Show the data of the table stadium where Lowest is less than 533","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `singer` WHERE `Country` == 'Netherlands'","question":"Show the data of the table singer where Country is equal to Netherlands","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `singer` WHERE `Country` != 'France'","question":"Show the data of the table singer where Country is different from France","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `singer` WHERE `Country` != 'United States'","question":"Show the data of the table singer where Country not equal to United States","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `singer` WHERE `Song_Name` == 'Sun'","question":"Show the data of the table singer where Song_Name is equal to Sun","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `singer` WHERE `Song_Name` != 'Gentleman'","question":"Show the data of the table singer where Song_Name is different from Gentleman","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `singer` WHERE `Song_Name` != 'You'","question":"Show the data of the table singer where Song_Name not equal to You","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `singer` WHERE `Name` == 'Rose White'","question":"Show the data of the table singer where Name is equal to Rose White","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `singer` WHERE `Name` != 'Rose White'","question":"Show the data of the table singer where Name is different from Rose White","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `singer` WHERE `Name` != 'Rose White'","question":"Show the data of the table singer where Name not equal to Rose White","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `singer` WHERE `Age` < 29","question":"Show the data of the table singer where Age is less than 29","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `singer_in_concert` WHERE `Singer_ID` == '5'","question":"Show the data of the table singer_in_concert where Singer_ID is equal to 5","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `singer_in_concert` WHERE `Singer_ID` != '2'","question":"Show the data of the table singer_in_concert where Singer_ID is different from 2","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `singer_in_concert` WHERE `Singer_ID` != '2'","question":"Show the data of the table singer_in_concert where Singer_ID not equal to 2","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `concert_Name`) FROM `concert`","question":"How many different concert_Name are in table concert?","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Theme`) FROM `concert`","question":"How many different Theme are in table concert?","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Stadium_ID`) FROM `concert`","question":"How many different Stadium_ID are in table concert?","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"concert","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Year`) FROM `concert`","question":"How many different Year are in table concert?","db_schema_normalized":"`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Location`) FROM `stadium`","question":"How many different Location are in table stadium?","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Name`) FROM `stadium`","question":"How many different Name are in table stadium?","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Average`) FROM `stadium`","question":"Find the maximum Average for the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Average`) FROM `stadium`","question":"Find the minimum Average for the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Average`) FROM `stadium`","question":"Find the average Average for the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Highest`) FROM `stadium`","question":"Find the maximum Highest for the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Highest`) FROM `stadium`","question":"Find the minimum Highest for the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"stadium","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Highest`) FROM `stadium`","question":"Find the average Highest for the table stadium","db_schema_normalized":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Name`) FROM `singer`","question":"How many different Name are in table singer?","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Country`) FROM `singer`","question":"How many different Country are in table singer?","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Song_Name`) FROM `singer`","question":"How many different Song_Name are in table singer?","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Song_release_year`) FROM `singer`","question":"How many different Song_release_year are in table singer?","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Age`) FROM `singer`","question":"Find the maximum Age for the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Age`) FROM `singer`","question":"Find the minimum Age for the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Age`) FROM `singer`","question":"Find the average Age for the table singer","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/concert_singer\/concert_singer.sqlite","db_id":"concert_singer","tbl_name":"singer_in_concert","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Singer_ID`) FROM `singer_in_concert`","question":"How many different Singer_ID are in table singer_in_concert?","db_schema_normalized":"`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))","db_schema":"`\"stadium\"` (\"Stadium_ID\" int, \"Location\" text, \"Name\" text, \"Capacity\" int, \"Highest\" int, \"Lowest\" int, \"Average\" int, PRIMARY KEY (\"Stadium_ID\"))\n`\"singer\"` (\"Singer_ID\" int, \"Name\" text, \"Country\" text, \"Song_Name\" text, \"Song_release_year\" text, \"Age\" int, \"Is_male\" bool, PRIMARY KEY (\"Singer_ID\"))\n`\"concert\"` (\"concert_ID\" int, \"concert_Name\" text, \"Theme\" text, \"Stadium_ID\" text, \"Year\" text, PRIMARY KEY (\"concert_ID\"), FOREIGN KEY (\"Stadium_ID\") REFERENCES \"stadium\"(\"Stadium_ID\"))\n`\"singer_in_concert\"` (\"concert_ID\" int, \"Singer_ID\" text, PRIMARY KEY (\"concert_ID\",\"Singer_ID\"), FOREIGN KEY (\"concert_ID\") REFERENCES \"concert\"(\"concert_ID\"), FOREIGN KEY (\"Singer_ID\") REFERENCES \"singer\"(\"Singer_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `PetType` FROM `Pets`","question":"Show the different PetType in the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `LName` FROM `Student`","question":"Show the different LName in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Fname` FROM `Student`","question":"Show the different Fname in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Sex` FROM `Student`","question":"Show the different Sex in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `city_code` FROM `Student`","question":"Show the different city_code in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `PetType`, COUNT(*) FROM `Pets` GROUP BY `PetType`","question":"For each PetType, count the number of rows in table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `PetType`, MIN(`pet_age`) FROM `Pets` GROUP BY `PetType`","question":"For each PetType, find the min of pet_age in table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `PetType`, MAX(`pet_age`) FROM `Pets` GROUP BY `PetType`","question":"For each PetType, find the max of pet_age in table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `PetType`, AVG(`pet_age`) FROM `Pets` GROUP BY `PetType`","question":"For each PetType, find the avg of pet_age in table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `PetType`, SUM(`pet_age`) FROM `Pets` GROUP BY `PetType`","question":"For each PetType, find the sum of pet_age in table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `PetType`, MIN(`weight`) FROM `Pets` GROUP BY `PetType`","question":"For each PetType, find the min of weight in table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `PetType`, MAX(`weight`) FROM `Pets` GROUP BY `PetType`","question":"For each PetType, find the max of weight in table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `PetType`, AVG(`weight`) FROM `Pets` GROUP BY `PetType`","question":"For each PetType, find the avg of weight in table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `PetType`, SUM(`weight`) FROM `Pets` GROUP BY `PetType`","question":"For each PetType, find the sum of weight in table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `LName`, COUNT(*) FROM `Student` GROUP BY `LName`","question":"For each LName, count the number of rows in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Fname`, COUNT(*) FROM `Student` GROUP BY `Fname`","question":"For each Fname, count the number of rows in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Sex`, COUNT(*) FROM `Student` GROUP BY `Sex`","question":"For each Sex, count the number of rows in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `city_code`, COUNT(*) FROM `Student` GROUP BY `city_code`","question":"For each city_code, count the number of rows in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `LName`, MIN(`Advisor`) FROM `Student` GROUP BY `LName`","question":"For each LName, find the min of Advisor in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `LName`, MAX(`Advisor`) FROM `Student` GROUP BY `LName`","question":"For each LName, find the max of Advisor in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `LName`, AVG(`Advisor`) FROM `Student` GROUP BY `LName`","question":"For each LName, find the avg of Advisor in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `LName`, SUM(`Advisor`) FROM `Student` GROUP BY `LName`","question":"For each LName, find the sum of Advisor in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `LName`, MIN(`Major`) FROM `Student` GROUP BY `LName`","question":"For each LName, find the min of Major in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `LName`, MAX(`Major`) FROM `Student` GROUP BY `LName`","question":"For each LName, find the max of Major in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `LName`, AVG(`Major`) FROM `Student` GROUP BY `LName`","question":"For each LName, find the avg of Major in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `LName`, SUM(`Major`) FROM `Student` GROUP BY `LName`","question":"For each LName, find the sum of Major in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Sex`, MIN(`Advisor`) FROM `Student` GROUP BY `Sex`","question":"For each Sex, find the min of Advisor in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Sex`, MAX(`Advisor`) FROM `Student` GROUP BY `Sex`","question":"For each Sex, find the max of Advisor in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Sex`, AVG(`Advisor`) FROM `Student` GROUP BY `Sex`","question":"For each Sex, find the avg of Advisor in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Sex`, SUM(`Advisor`) FROM `Student` GROUP BY `Sex`","question":"For each Sex, find the sum of Advisor in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Sex`, MIN(`Major`) FROM `Student` GROUP BY `Sex`","question":"For each Sex, find the min of Major in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Sex`, MAX(`Major`) FROM `Student` GROUP BY `Sex`","question":"For each Sex, find the max of Major in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Sex`, AVG(`Major`) FROM `Student` GROUP BY `Sex`","question":"For each Sex, find the avg of Major in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Sex`, SUM(`Major`) FROM `Student` GROUP BY `Sex`","question":"For each Sex, find the sum of Major in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `PetType` FROM `Pets` GROUP BY `PetType` HAVING count(*) >= 1","question":"Find all the PetType that have at least 1 records in table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `PetType` FROM `Pets` GROUP BY `PetType` HAVING count(*) <= 1","question":"Find all the PetType that have at most 1 records in table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `PetType` FROM `Pets` GROUP BY `PetType` HAVING AVG(`pet_age`) >= 2.25","question":"List the PetType which average of pet_age is at least 2.25 in table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `PetType` FROM `Pets` GROUP BY `PetType` HAVING AVG(`pet_age`) <= 2.25","question":"List the PetType which average of pet_age is at most 2.25 in table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `PetType` FROM `Pets` GROUP BY `PetType` HAVING SUM(`pet_age`) >= 3.0","question":"List the PetType which summation of pet_age is at least 3.0 in table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `PetType` FROM `Pets` GROUP BY `PetType` HAVING SUM(`pet_age`) <= 3.0","question":"List the PetType which summation of pet_age is at most 3.0 in table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `LName` FROM `Student` GROUP BY `LName` HAVING count(*) >= 1","question":"Find all the LName that have at least 1 records in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `LName` FROM `Student` GROUP BY `LName` HAVING count(*) <= 1","question":"Find all the LName that have at most 1 records in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Sex` FROM `Student` GROUP BY `Sex` HAVING count(*) >= 17","question":"Find all the Sex that have at least 17 records in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Sex` FROM `Student` GROUP BY `Sex` HAVING count(*) <= 17","question":"Find all the Sex that have at most 17 records in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `city_code` FROM `Student` GROUP BY `city_code` HAVING count(*) >= 1","question":"Find all the city_code that have at least 1 records in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `city_code` FROM `Student` GROUP BY `city_code` HAVING count(*) <= 1","question":"Find all the city_code that have at most 1 records in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `LName` FROM `Student` GROUP BY `LName` HAVING AVG(`Age`) >= 19.71","question":"List the LName which average of Age is at least 19.71 in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `LName` FROM `Student` GROUP BY `LName` HAVING AVG(`Age`) <= 19.71","question":"List the LName which average of Age is at most 19.71 in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `LName` FROM `Student` GROUP BY `LName` HAVING SUM(`Age`) >= 21.45","question":"List the LName which summation of Age is at least 21.45 in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `LName` FROM `Student` GROUP BY `LName` HAVING SUM(`Age`) <= 21.45","question":"List the LName which summation of Age is at most 21.45 in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `city_code` FROM `Student` GROUP BY `city_code` HAVING AVG(`Age`) >= 19.51","question":"List the city_code which average of Age is at least 19.51 in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `city_code` FROM `Student` GROUP BY `city_code` HAVING AVG(`Age`) <= 19.51","question":"List the city_code which average of Age is at most 19.51 in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `city_code` FROM `Student` GROUP BY `city_code` HAVING SUM(`Age`) >= 35.0","question":"List the city_code which summation of Age is at least 35.0 in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `city_code` FROM `Student` GROUP BY `city_code` HAVING SUM(`Age`) <= 35.0","question":"List the city_code which summation of Age is at most 35.0 in table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Has_Pet","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `Has_Pet` AS T1 JOIN `Student` AS T2 ON T1.`StuID` = T2.`StuID`","question":"Join all the records from table Has_Pet with table Student on StuID","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Has_Pet","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `Has_Pet` AS T1 JOIN `Pets` AS T2 ON T1.`PetID` = T2.`PetID`","question":"Join all the records from table Has_Pet with table Pets on PetID","db_schema_normalized":"`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `LName` FROM `Student` GROUP BY `LName` HAVING COUNT(DISTINCT `Sex`) = (SELECT COUNT(DISTINCT `Sex`) FROM `Student`)","question":"What are the LName with all the Sex in table Student?","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Has_Pet","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Has_Pet` ORDER BY `StuID` ASC","question":"Show all data ordered by StuID in ascending order for the table Has_Pet","db_schema_normalized":"`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Has_Pet","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Has_Pet` ORDER BY `StuID` DESC","question":"Show all data ordered by StuID in descending order for the table Has_Pet","db_schema_normalized":"`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Has_Pet","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Has_Pet` ORDER BY `PetID` ASC","question":"Show all data ordered by PetID in ascending order for the table Has_Pet","db_schema_normalized":"`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Has_Pet","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Has_Pet` ORDER BY `PetID` DESC","question":"Show all data ordered by PetID in descending order for the table Has_Pet","db_schema_normalized":"`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Has_Pet","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `StuID` FROM `Has_Pet` ORDER BY `StuID` ASC","question":"Project the StuID ordered in ascending order for the table Has_Pet","db_schema_normalized":"`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Has_Pet","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `StuID` FROM `Has_Pet` ORDER BY `StuID` DESC","question":"Project the StuID ordered in descending order for the table Has_Pet","db_schema_normalized":"`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Has_Pet","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `PetID` FROM `Has_Pet` ORDER BY `PetID` ASC","question":"Project the PetID ordered in ascending order for the table Has_Pet","db_schema_normalized":"`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Has_Pet","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `PetID` FROM `Has_Pet` ORDER BY `PetID` DESC","question":"Project the PetID ordered in descending order for the table Has_Pet","db_schema_normalized":"`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Pets` ORDER BY `PetType` ASC","question":"Show all data ordered by PetType in ascending order for the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Pets` ORDER BY `PetType` DESC","question":"Show all data ordered by PetType in descending order for the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Pets` ORDER BY `PetID` ASC","question":"Show all data ordered by PetID in ascending order for the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Pets` ORDER BY `PetID` DESC","question":"Show all data ordered by PetID in descending order for the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `pet_age` FROM `Pets` ORDER BY `pet_age` ASC","question":"Project the pet_age ordered in ascending order for the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `pet_age` FROM `Pets` ORDER BY `pet_age` DESC","question":"Project the pet_age ordered in descending order for the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `PetID` FROM `Pets` ORDER BY `PetID` ASC","question":"Project the PetID ordered in ascending order for the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `PetID` FROM `Pets` ORDER BY `PetID` DESC","question":"Project the PetID ordered in descending order for the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Student` ORDER BY `Age` ASC","question":"Show all data ordered by Age in ascending order for the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Student` ORDER BY `Age` DESC","question":"Show all data ordered by Age in descending order for the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Student` ORDER BY `city_code` ASC","question":"Show all data ordered by city_code in ascending order for the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Student` ORDER BY `city_code` DESC","question":"Show all data ordered by city_code in descending order for the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Sex` FROM `Student` ORDER BY `Sex` ASC","question":"Project the Sex ordered in ascending order for the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Sex` FROM `Student` ORDER BY `Sex` DESC","question":"Project the Sex ordered in descending order for the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Major` FROM `Student` ORDER BY `Major` ASC","question":"Project the Major ordered in ascending order for the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Major` FROM `Student` ORDER BY `Major` DESC","question":"Project the Major ordered in descending order for the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Has_Pet","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `StuID` FROM `Has_Pet`","question":"Show all StuID in the table Has_Pet","db_schema_normalized":"`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Has_Pet","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `PetID` FROM `Has_Pet`","question":"Show all PetID in the table Has_Pet","db_schema_normalized":"`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Has_Pet","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `Has_Pet`","question":"Show all the rows in the table Has_Pet","db_schema_normalized":"`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Has_Pet","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `StuID` FROM `Has_Pet`","question":"Show all StuID in the table Has_Pet","db_schema_normalized":"`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `PetID` FROM `Pets`","question":"Show all PetID in the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `PetType` FROM `Pets`","question":"Show all PetType in the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `pet_age` FROM `Pets`","question":"Show all pet_age in the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `weight` FROM `Pets`","question":"Show all weight in the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `Pets`","question":"Show all the rows in the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `PetID` FROM `Pets`","question":"Show all PetID in the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `PetType`, `PetID` FROM `Pets`","question":"Show all PetType, PetID in the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `PetType`, `pet_age`, `PetID` FROM `Pets`","question":"Show all PetType, pet_age, PetID in the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Sex` FROM `Student`","question":"Show all Sex in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `city_code` FROM `Student`","question":"Show all city_code in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `LName` FROM `Student`","question":"Show all LName in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `StuID` FROM `Student`","question":"Show all StuID in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Major` FROM `Student`","question":"Show all Major in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `Student`","question":"Show all the rows in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Major` FROM `Student`","question":"Show all Major in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `city_code`, `Age` FROM `Student`","question":"Show all city_code, Age in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Sex`, `Major`, `Age` FROM `Student`","question":"Show all Sex, Major, Age in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `LName`, `Sex`, `city_code`, `StuID` FROM `Student`","question":"Show all LName, Sex, city_code, StuID in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Advisor`, `LName`, `Major`, `StuID`, `Sex` FROM `Student`","question":"Show all Advisor, LName, Major, StuID, Sex in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `city_code`, `LName`, `Age`, `Sex`, `Fname`, `Major` FROM `Student`","question":"Show all city_code, LName, Age, Sex, Fname, Major in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Major`, `city_code`, `LName`, `Sex`, `Advisor`, `Fname`, `StuID` FROM `Student`","question":"Show all Major, city_code, LName, Sex, Advisor, Fname, StuID in the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Pets` WHERE `PetType` == 'cat'","question":"Show the data of the table Pets where PetType is equal to cat","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Pets` WHERE `PetType` != 'dog'","question":"Show the data of the table Pets where PetType is different from dog","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Pets` WHERE `PetType` != 'cat'","question":"Show the data of the table Pets where PetType not equal to cat","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `Pets` WHERE `pet_age` > 2","question":"Show the data of the table Pets where pet_age is greater than 2","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `Pets` WHERE `pet_age` < 2","question":"Show the data of the table Pets where pet_age is less than 2","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `Pets` WHERE `weight` > 9.3","question":"Show the data of the table Pets where weight is greater than 9.3","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `Pets` WHERE `weight` < 12.0","question":"Show the data of the table Pets where weight is less than 12.0","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Student` WHERE `Fname` == 'Dinesh'","question":"Show the data of the table Student where Fname is equal to Dinesh","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Student` WHERE `Fname` != 'Linda'","question":"Show the data of the table Student where Fname is different from Linda","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Student` WHERE `Fname` != 'Paul'","question":"Show the data of the table Student where Fname not equal to Paul","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Student` WHERE `LName` == 'Smith'","question":"Show the data of the table Student where LName is equal to Smith","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Student` WHERE `LName` != 'Jones'","question":"Show the data of the table Student where LName is different from Jones","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Student` WHERE `LName` != 'Jones'","question":"Show the data of the table Student where LName not equal to Jones","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Student` WHERE `Sex` == 'M'","question":"Show the data of the table Student where Sex is equal to M","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Student` WHERE `Sex` != 'M'","question":"Show the data of the table Student where Sex is different from M","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Student` WHERE `Sex` != 'F'","question":"Show the data of the table Student where Sex not equal to F","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `Student` WHERE `Age` > 26","question":"Show the data of the table Student where Age is greater than 26","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `Student` WHERE `Age` < 20","question":"Show the data of the table Student where Age is less than 20","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `Student` WHERE `Advisor` > 8423","question":"Show the data of the table Student where Advisor is greater than 8423","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `Student` WHERE `Major` < 600","question":"Show the data of the table Student where Major is less than 600","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `PetType`) FROM `Pets`","question":"How many different PetType are in table Pets?","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`pet_age`) FROM `Pets`","question":"Find the maximum pet_age for the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`pet_age`) FROM `Pets`","question":"Find the minimum pet_age for the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`pet_age`) FROM `Pets`","question":"Find the average pet_age for the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`weight`) FROM `Pets`","question":"Find the maximum weight for the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`weight`) FROM `Pets`","question":"Find the minimum weight for the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Pets","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`weight`) FROM `Pets`","question":"Find the average weight for the table Pets","db_schema_normalized":"`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `LName`) FROM `Student`","question":"How many different LName are in table Student?","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Fname`) FROM `Student`","question":"How many different Fname are in table Student?","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Sex`) FROM `Student`","question":"How many different Sex are in table Student?","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `city_code`) FROM `Student`","question":"How many different city_code are in table Student?","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Major`) FROM `Student`","question":"Find the maximum Major for the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Major`) FROM `Student`","question":"Find the minimum Major for the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Major`) FROM `Student`","question":"Find the average Major for the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Advisor`) FROM `Student`","question":"Find the maximum Advisor for the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Advisor`) FROM `Student`","question":"Find the minimum Advisor for the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/pets_1\/pets_1.sqlite","db_id":"pets_1","tbl_name":"Student","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Advisor`) FROM `Student`","question":"Find the average Advisor for the table Student","db_schema_normalized":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))","db_schema":"`Student`(StuID INTEGER PRIMARY KEY, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3))\n`Has_Pet`(StuID INTEGER, PetID INTEGER, FOREIGN KEY(PetID) REFERENCES Pets(PetID), FOREIGN KEY(StuID) REFERENCES Student(StuID))\n`Pets`(PetID INTEGER PRIMARY KEY, PetType VARCHAR(20), pet_age INTEGER, weight REAL)"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Maker` FROM `car_makers`","question":"Show the different Maker in the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `FullName` FROM `car_makers`","question":"Show the different FullName in the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Country` FROM `car_makers`","question":"Show the different Country in the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `CountryName` FROM `countries`","question":"Show the different CountryName in the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Continent` FROM `continents`","question":"Show the different Continent in the table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Model` FROM `car_names`","question":"Show the different Model in the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Make` FROM `car_names`","question":"Show the different Make in the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Model` FROM `model_list`","question":"Show the different Model in the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `MPG` FROM `cars_data`","question":"Show the different MPG in the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Horsepower` FROM `cars_data`","question":"Show the different Horsepower in the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Maker`, COUNT(*) FROM `car_makers` GROUP BY `Maker`","question":"For each Maker, count the number of rows in table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `FullName`, COUNT(*) FROM `car_makers` GROUP BY `FullName`","question":"For each FullName, count the number of rows in table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Country`, COUNT(*) FROM `car_makers` GROUP BY `Country`","question":"For each Country, count the number of rows in table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `CountryName`, COUNT(*) FROM `countries` GROUP BY `CountryName`","question":"For each CountryName, count the number of rows in table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `CountryName`, MIN(`Continent`) FROM `countries` GROUP BY `CountryName`","question":"For each CountryName, find the min of Continent in table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `CountryName`, MAX(`Continent`) FROM `countries` GROUP BY `CountryName`","question":"For each CountryName, find the max of Continent in table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `CountryName`, AVG(`Continent`) FROM `countries` GROUP BY `CountryName`","question":"For each CountryName, find the avg of Continent in table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `CountryName`, SUM(`Continent`) FROM `countries` GROUP BY `CountryName`","question":"For each CountryName, find the sum of Continent in table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Continent`, COUNT(*) FROM `continents` GROUP BY `Continent`","question":"For each Continent, count the number of rows in table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Model`, COUNT(*) FROM `car_names` GROUP BY `Model`","question":"For each Model, count the number of rows in table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Make`, COUNT(*) FROM `car_names` GROUP BY `Make`","question":"For each Make, count the number of rows in table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Model`, COUNT(*) FROM `model_list` GROUP BY `Model`","question":"For each Model, count the number of rows in table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Model`, MIN(`Maker`) FROM `model_list` GROUP BY `Model`","question":"For each Model, find the min of Maker in table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Model`, MAX(`Maker`) FROM `model_list` GROUP BY `Model`","question":"For each Model, find the max of Maker in table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Model`, AVG(`Maker`) FROM `model_list` GROUP BY `Model`","question":"For each Model, find the avg of Maker in table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Model`, SUM(`Maker`) FROM `model_list` GROUP BY `Model`","question":"For each Model, find the sum of Maker in table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `MPG`, COUNT(*) FROM `cars_data` GROUP BY `MPG`","question":"For each MPG, count the number of rows in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Horsepower`, COUNT(*) FROM `cars_data` GROUP BY `Horsepower`","question":"For each Horsepower, count the number of rows in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `MPG`, MIN(`Cylinders`) FROM `cars_data` GROUP BY `MPG`","question":"For each MPG, find the min of Cylinders in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `MPG`, MAX(`Cylinders`) FROM `cars_data` GROUP BY `MPG`","question":"For each MPG, find the max of Cylinders in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `MPG`, AVG(`Cylinders`) FROM `cars_data` GROUP BY `MPG`","question":"For each MPG, find the avg of Cylinders in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `MPG`, SUM(`Cylinders`) FROM `cars_data` GROUP BY `MPG`","question":"For each MPG, find the sum of Cylinders in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `MPG`, MIN(`Weight`) FROM `cars_data` GROUP BY `MPG`","question":"For each MPG, find the min of Weight in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `MPG`, MAX(`Weight`) FROM `cars_data` GROUP BY `MPG`","question":"For each MPG, find the max of Weight in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `MPG`, AVG(`Weight`) FROM `cars_data` GROUP BY `MPG`","question":"For each MPG, find the avg of Weight in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `MPG`, SUM(`Weight`) FROM `cars_data` GROUP BY `MPG`","question":"For each MPG, find the sum of Weight in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Horsepower`, MIN(`Cylinders`) FROM `cars_data` GROUP BY `Horsepower`","question":"For each Horsepower, find the min of Cylinders in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Horsepower`, MAX(`Cylinders`) FROM `cars_data` GROUP BY `Horsepower`","question":"For each Horsepower, find the max of Cylinders in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Horsepower`, AVG(`Cylinders`) FROM `cars_data` GROUP BY `Horsepower`","question":"For each Horsepower, find the avg of Cylinders in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Horsepower`, SUM(`Cylinders`) FROM `cars_data` GROUP BY `Horsepower`","question":"For each Horsepower, find the sum of Cylinders in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Horsepower`, MIN(`Weight`) FROM `cars_data` GROUP BY `Horsepower`","question":"For each Horsepower, find the min of Weight in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Horsepower`, MAX(`Weight`) FROM `cars_data` GROUP BY `Horsepower`","question":"For each Horsepower, find the max of Weight in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Horsepower`, AVG(`Weight`) FROM `cars_data` GROUP BY `Horsepower`","question":"For each Horsepower, find the avg of Weight in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Horsepower`, SUM(`Weight`) FROM `cars_data` GROUP BY `Horsepower`","question":"For each Horsepower, find the sum of Weight in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Maker` FROM `car_makers` GROUP BY `Maker` HAVING count(*) >= 1","question":"Find all the Maker that have at least 1 records in table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Maker` FROM `car_makers` GROUP BY `Maker` HAVING count(*) <= 1","question":"Find all the Maker that have at most 1 records in table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `FullName` FROM `car_makers` GROUP BY `FullName` HAVING count(*) >= 1","question":"Find all the FullName that have at least 1 records in table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `FullName` FROM `car_makers` GROUP BY `FullName` HAVING count(*) <= 1","question":"Find all the FullName that have at most 1 records in table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Country` FROM `car_makers` GROUP BY `Country` HAVING count(*) >= 2","question":"Find all the Country that have at least 2 records in table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Country` FROM `car_makers` GROUP BY `Country` HAVING count(*) <= 2","question":"Find all the Country that have at most 2 records in table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `CountryName` FROM `countries` GROUP BY `CountryName` HAVING count(*) >= 1","question":"Find all the CountryName that have at least 1 records in table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `CountryName` FROM `countries` GROUP BY `CountryName` HAVING count(*) <= 1","question":"Find all the CountryName that have at most 1 records in table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `CountryName` FROM `countries` GROUP BY `CountryName` HAVING AVG(`Continent`) >= 2.6","question":"List the CountryName which average of Continent is at least 2.6 in table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `CountryName` FROM `countries` GROUP BY `CountryName` HAVING AVG(`Continent`) <= 2.6","question":"List the CountryName which average of Continent is at most 2.6 in table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `CountryName` FROM `countries` GROUP BY `CountryName` HAVING SUM(`Continent`) >= 2.6","question":"List the CountryName which summation of Continent is at least 2.6 in table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `CountryName` FROM `countries` GROUP BY `CountryName` HAVING SUM(`Continent`) <= 2.6","question":"List the CountryName which summation of Continent is at most 2.6 in table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Continent` FROM `continents` GROUP BY `Continent` HAVING count(*) >= 1","question":"Find all the Continent that have at least 1 records in table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Continent` FROM `continents` GROUP BY `Continent` HAVING count(*) <= 1","question":"Find all the Continent that have at most 1 records in table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Model` FROM `car_names` GROUP BY `Model` HAVING count(*) >= 12","question":"Find all the Model that have at least 12 records in table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Model` FROM `car_names` GROUP BY `Model` HAVING count(*) <= 12","question":"Find all the Model that have at most 12 records in table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Make` FROM `car_names` GROUP BY `Make` HAVING count(*) >= 1","question":"Find all the Make that have at least 1 records in table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Make` FROM `car_names` GROUP BY `Make` HAVING count(*) <= 1","question":"Find all the Make that have at most 1 records in table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Model` FROM `model_list` GROUP BY `Model` HAVING count(*) >= 1","question":"Find all the Model that have at least 1 records in table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Model` FROM `model_list` GROUP BY `Model` HAVING count(*) <= 1","question":"Find all the Model that have at most 1 records in table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Model` FROM `model_list` GROUP BY `Model` HAVING AVG(`Maker`) >= 10.06","question":"List the Model which average of Maker is at least 10.06 in table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Model` FROM `model_list` GROUP BY `Model` HAVING AVG(`Maker`) <= 10.06","question":"List the Model which average of Maker is at most 10.06 in table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Model` FROM `model_list` GROUP BY `Model` HAVING SUM(`Maker`) >= 10.06","question":"List the Model which summation of Maker is at least 10.06 in table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Model` FROM `model_list` GROUP BY `Model` HAVING SUM(`Maker`) <= 10.06","question":"List the Model which summation of Maker is at most 10.06 in table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `MPG` FROM `cars_data` GROUP BY `MPG` HAVING count(*) >= 3","question":"Find all the MPG that have at least 3 records in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `MPG` FROM `cars_data` GROUP BY `MPG` HAVING count(*) <= 3","question":"Find all the MPG that have at most 3 records in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Horsepower` FROM `cars_data` GROUP BY `Horsepower` HAVING count(*) >= 4","question":"Find all the Horsepower that have at least 4 records in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Horsepower` FROM `cars_data` GROUP BY `Horsepower` HAVING count(*) <= 4","question":"Find all the Horsepower that have at most 4 records in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `MPG` FROM `cars_data` GROUP BY `MPG` HAVING AVG(`Accelerate`) >= 16.12","question":"List the MPG which average of Accelerate is at least 16.12 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `MPG` FROM `cars_data` GROUP BY `MPG` HAVING AVG(`Accelerate`) <= 16.12","question":"List the MPG which average of Accelerate is at most 16.12 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `MPG` FROM `cars_data` GROUP BY `MPG` HAVING SUM(`Accelerate`) >= 48.47","question":"List the MPG which summation of Accelerate is at least 48.47 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `MPG` FROM `cars_data` GROUP BY `MPG` HAVING SUM(`Accelerate`) <= 48.47","question":"List the MPG which summation of Accelerate is at most 48.47 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `MPG` FROM `cars_data` GROUP BY `MPG` HAVING AVG(`Edispl`) >= 160.57","question":"List the MPG which average of Edispl is at least 160.57 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `MPG` FROM `cars_data` GROUP BY `MPG` HAVING AVG(`Edispl`) <= 160.57","question":"List the MPG which average of Edispl is at most 160.57 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `MPG` FROM `cars_data` GROUP BY `MPG` HAVING SUM(`Edispl`) >= 608.31","question":"List the MPG which summation of Edispl is at least 608.31 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `MPG` FROM `cars_data` GROUP BY `MPG` HAVING SUM(`Edispl`) <= 608.31","question":"List the MPG which summation of Edispl is at most 608.31 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Horsepower` FROM `cars_data` GROUP BY `Horsepower` HAVING AVG(`Accelerate`) >= 15.21","question":"List the Horsepower which average of Accelerate is at least 15.21 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Horsepower` FROM `cars_data` GROUP BY `Horsepower` HAVING AVG(`Accelerate`) <= 15.21","question":"List the Horsepower which average of Accelerate is at most 15.21 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Horsepower` FROM `cars_data` GROUP BY `Horsepower` HAVING SUM(`Accelerate`) >= 67.03","question":"List the Horsepower which summation of Accelerate is at least 67.03 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Horsepower` FROM `cars_data` GROUP BY `Horsepower` HAVING SUM(`Accelerate`) <= 67.03","question":"List the Horsepower which summation of Accelerate is at most 67.03 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Horsepower` FROM `cars_data` GROUP BY `Horsepower` HAVING AVG(`Edispl`) >= 208.17","question":"List the Horsepower which average of Edispl is at least 208.17 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Horsepower` FROM `cars_data` GROUP BY `Horsepower` HAVING AVG(`Edispl`) <= 208.17","question":"List the Horsepower which average of Edispl is at most 208.17 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Horsepower` FROM `cars_data` GROUP BY `Horsepower` HAVING SUM(`Edispl`) >= 841.28","question":"List the Horsepower which summation of Edispl is at least 841.28 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Horsepower` FROM `cars_data` GROUP BY `Horsepower` HAVING SUM(`Edispl`) <= 841.28","question":"List the Horsepower which summation of Edispl is at most 841.28 in table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `car_makers` AS T1 JOIN `countries` AS T2 ON T1.`Country` = T2.`CountryId`","question":"Join all the records from table car_makers with table countries on Country","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Maker`, T2.`CountryName` FROM `car_makers` AS T1 JOIN `countries` AS T2 ON T1.`Country`=T2.`CountryId`","question":"List all the Maker and CountryName from the table car_makers and the table countries where Country is the same","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`FullName`, T2.`CountryName` FROM `car_makers` AS T1 JOIN `countries` AS T2 ON T1.`Country`=T2.`CountryId`","question":"List all the FullName and CountryName from the table car_makers and the table countries where Country is the same","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `countries` AS T1 JOIN `continents` AS T2 ON T1.`Continent` = T2.`ContId`","question":"Join all the records from table countries with table continents on Continent","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`CountryName`, T2.`Continent` FROM `countries` AS T1 JOIN `continents` AS T2 ON T1.`Continent`=T2.`ContId`","question":"List all the CountryName and Continent from the table countries and the table continents where Continent is the same","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `car_names` AS T1 JOIN `model_list` AS T2 ON T1.`Model` = T2.`Model`","question":"Join all the records from table car_names with table model_list on Model","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `model_list` AS T1 JOIN `car_makers` AS T2 ON T1.`Maker` = T2.`Id`","question":"Join all the records from table model_list with table car_makers on Maker","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Model`, T2.`Maker` FROM `model_list` AS T1 JOIN `car_makers` AS T2 ON T1.`Maker`=T2.`Id`","question":"List all the Model and Maker from the table model_list and the table car_makers where Maker is the same","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Model`, T2.`FullName` FROM `model_list` AS T1 JOIN `car_makers` AS T2 ON T1.`Maker`=T2.`Id`","question":"List all the Model and FullName from the table model_list and the table car_makers where Maker is the same","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Model`, T2.`Country` FROM `model_list` AS T1 JOIN `car_makers` AS T2 ON T1.`Maker`=T2.`Id`","question":"List all the Model and Country from the table model_list and the table car_makers where Maker is the same","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `cars_data` AS T1 JOIN `car_names` AS T2 ON T1.`Id` = T2.`MakeId`","question":"Join all the records from table cars_data with table car_names on Id","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`MPG`, T2.`Model` FROM `cars_data` AS T1 JOIN `car_names` AS T2 ON T1.`Id`=T2.`MakeId`","question":"List all the MPG and Model from the table cars_data and the table car_names where Id is the same","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`MPG`, T2.`Make` FROM `cars_data` AS T1 JOIN `car_names` AS T2 ON T1.`Id`=T2.`MakeId`","question":"List all the MPG and Make from the table cars_data and the table car_names where Id is the same","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Horsepower`, T2.`Model` FROM `cars_data` AS T1 JOIN `car_names` AS T2 ON T1.`Id`=T2.`MakeId`","question":"List all the Horsepower and Model from the table cars_data and the table car_names where Id is the same","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Horsepower`, T2.`Make` FROM `cars_data` AS T1 JOIN `car_names` AS T2 ON T1.`Id`=T2.`MakeId`","question":"List all the Horsepower and Make from the table cars_data and the table car_names where Id is the same","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `car_makers` ORDER BY `Maker` ASC","question":"Show all data ordered by Maker in ascending order for the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `car_makers` ORDER BY `Maker` DESC","question":"Show all data ordered by Maker in descending order for the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `car_makers` ORDER BY `FullName` ASC","question":"Show all data ordered by FullName in ascending order for the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `car_makers` ORDER BY `FullName` DESC","question":"Show all data ordered by FullName in descending order for the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Maker` FROM `car_makers` ORDER BY `Maker` ASC","question":"Project the Maker ordered in ascending order for the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Maker` FROM `car_makers` ORDER BY `Maker` DESC","question":"Project the Maker ordered in descending order for the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Country` FROM `car_makers` ORDER BY `Country` ASC","question":"Project the Country ordered in ascending order for the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Country` FROM `car_makers` ORDER BY `Country` DESC","question":"Project the Country ordered in descending order for the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `countries` ORDER BY `CountryName` ASC","question":"Show all data ordered by CountryName in ascending order for the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `countries` ORDER BY `CountryName` DESC","question":"Show all data ordered by CountryName in descending order for the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `countries` ORDER BY `CountryId` ASC","question":"Show all data ordered by CountryId in ascending order for the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `countries` ORDER BY `CountryId` DESC","question":"Show all data ordered by CountryId in descending order for the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `CountryName` FROM `countries` ORDER BY `CountryName` ASC","question":"Project the CountryName ordered in ascending order for the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `CountryName` FROM `countries` ORDER BY `CountryName` DESC","question":"Project the CountryName ordered in descending order for the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Continent` FROM `countries` ORDER BY `Continent` ASC","question":"Project the Continent ordered in ascending order for the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Continent` FROM `countries` ORDER BY `Continent` DESC","question":"Project the Continent ordered in descending order for the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `continents` ORDER BY `ContId` ASC","question":"Show all data ordered by ContId in ascending order for the table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `continents` ORDER BY `ContId` DESC","question":"Show all data ordered by ContId in descending order for the table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `continents` ORDER BY `Continent` ASC","question":"Show all data ordered by Continent in ascending order for the table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `continents` ORDER BY `Continent` DESC","question":"Show all data ordered by Continent in descending order for the table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `ContId` FROM `continents` ORDER BY `ContId` ASC","question":"Project the ContId ordered in ascending order for the table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `ContId` FROM `continents` ORDER BY `ContId` DESC","question":"Project the ContId ordered in descending order for the table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Continent` FROM `continents` ORDER BY `Continent` ASC","question":"Project the Continent ordered in ascending order for the table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Continent` FROM `continents` ORDER BY `Continent` DESC","question":"Project the Continent ordered in descending order for the table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `car_names` ORDER BY `Model` ASC","question":"Show all data ordered by Model in ascending order for the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `car_names` ORDER BY `Model` DESC","question":"Show all data ordered by Model in descending order for the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `car_names` ORDER BY `Make` ASC","question":"Show all data ordered by Make in ascending order for the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `car_names` ORDER BY `Make` DESC","question":"Show all data ordered by Make in descending order for the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `MakeId` FROM `car_names` ORDER BY `MakeId` ASC","question":"Project the MakeId ordered in ascending order for the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `MakeId` FROM `car_names` ORDER BY `MakeId` DESC","question":"Project the MakeId ordered in descending order for the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Model` FROM `car_names` ORDER BY `Model` ASC","question":"Project the Model ordered in ascending order for the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Model` FROM `car_names` ORDER BY `Model` DESC","question":"Project the Model ordered in descending order for the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `model_list` ORDER BY `Model` ASC","question":"Show all data ordered by Model in ascending order for the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `model_list` ORDER BY `Model` DESC","question":"Show all data ordered by Model in descending order for the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `model_list` ORDER BY `Maker` ASC","question":"Show all data ordered by Maker in ascending order for the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `model_list` ORDER BY `Maker` DESC","question":"Show all data ordered by Maker in descending order for the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `ModelId` FROM `model_list` ORDER BY `ModelId` ASC","question":"Project the ModelId ordered in ascending order for the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `ModelId` FROM `model_list` ORDER BY `ModelId` DESC","question":"Project the ModelId ordered in descending order for the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Model` FROM `model_list` ORDER BY `Model` ASC","question":"Project the Model ordered in ascending order for the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Model` FROM `model_list` ORDER BY `Model` DESC","question":"Project the Model ordered in descending order for the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `cars_data` ORDER BY `Edispl` ASC","question":"Show all data ordered by Edispl in ascending order for the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `cars_data` ORDER BY `Edispl` DESC","question":"Show all data ordered by Edispl in descending order for the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `cars_data` ORDER BY `MPG` ASC","question":"Show all data ordered by MPG in ascending order for the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `cars_data` ORDER BY `MPG` DESC","question":"Show all data ordered by MPG in descending order for the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Id` FROM `cars_data` ORDER BY `Id` ASC","question":"Project the Id ordered in ascending order for the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Id` FROM `cars_data` ORDER BY `Id` DESC","question":"Project the Id ordered in descending order for the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Accelerate` FROM `cars_data` ORDER BY `Accelerate` ASC","question":"Project the Accelerate ordered in ascending order for the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Accelerate` FROM `cars_data` ORDER BY `Accelerate` DESC","question":"Project the Accelerate ordered in descending order for the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Id` FROM `car_makers`","question":"Show all Id in the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Maker` FROM `car_makers`","question":"Show all Maker in the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `FullName` FROM `car_makers`","question":"Show all FullName in the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Country` FROM `car_makers`","question":"Show all Country in the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `car_makers`","question":"Show all the rows in the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Maker` FROM `car_makers`","question":"Show all Maker in the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `FullName`, `Id` FROM `car_makers`","question":"Show all FullName, Id in the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `FullName`, `Country`, `Maker` FROM `car_makers`","question":"Show all FullName, Country, Maker in the table car_makers","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `CountryId` FROM `countries`","question":"Show all CountryId in the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `CountryName` FROM `countries`","question":"Show all CountryName in the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Continent` FROM `countries`","question":"Show all Continent in the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `countries`","question":"Show all the rows in the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `CountryId` FROM `countries`","question":"Show all CountryId in the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Continent`, `CountryName` FROM `countries`","question":"Show all Continent, CountryName in the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `ContId` FROM `continents`","question":"Show all ContId in the table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Continent` FROM `continents`","question":"Show all Continent in the table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `continents`","question":"Show all the rows in the table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `ContId` FROM `continents`","question":"Show all ContId in the table continents","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `MakeId` FROM `car_names`","question":"Show all MakeId in the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Model` FROM `car_names`","question":"Show all Model in the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Make` FROM `car_names`","question":"Show all Make in the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `car_names`","question":"Show all the rows in the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Make` FROM `car_names`","question":"Show all Make in the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `MakeId`, `Model` FROM `car_names`","question":"Show all MakeId, Model in the table car_names","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `ModelId` FROM `model_list`","question":"Show all ModelId in the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Maker` FROM `model_list`","question":"Show all Maker in the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Model` FROM `model_list`","question":"Show all Model in the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `model_list`","question":"Show all the rows in the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `ModelId` FROM `model_list`","question":"Show all ModelId in the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Maker`, `Model` FROM `model_list`","question":"Show all Maker, Model in the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Year` FROM `cars_data`","question":"Show all Year in the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Accelerate` FROM `cars_data`","question":"Show all Accelerate in the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Weight` FROM `cars_data`","question":"Show all Weight in the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Id` FROM `cars_data`","question":"Show all Id in the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Horsepower` FROM `cars_data`","question":"Show all Horsepower in the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `cars_data`","question":"Show all the rows in the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `MPG` FROM `cars_data`","question":"Show all MPG in the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Year`, `Id` FROM `cars_data`","question":"Show all Year, Id in the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Id`, `MPG`, `Weight` FROM `cars_data`","question":"Show all Id, MPG, Weight in the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Edispl`, `Cylinders`, `Year`, `Horsepower` FROM `cars_data`","question":"Show all Edispl, Cylinders, Year, Horsepower in the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Year`, `Cylinders`, `Accelerate`, `Edispl`, `MPG` FROM `cars_data`","question":"Show all Year, Cylinders, Accelerate, Edispl, MPG in the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Weight`, `Cylinders`, `Accelerate`, `MPG`, `Horsepower`, `Id` FROM `cars_data`","question":"Show all Weight, Cylinders, Accelerate, MPG, Horsepower, Id in the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Year`, `Weight`, `Cylinders`, `Accelerate`, `Horsepower`, `MPG`, `Id` FROM `cars_data`","question":"Show all Year, Weight, Cylinders, Accelerate, Horsepower, MPG, Id in the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `car_makers` WHERE `Maker` == 'bmw'","question":"Show the data of the table car_makers where Maker is equal to bmw","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `car_makers` WHERE `Maker` != 'volkswagen'","question":"Show the data of the table car_makers where Maker is different from volkswagen","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `car_makers` WHERE `Maker` != 'ford'","question":"Show the data of the table car_makers where Maker not equal to ford","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `car_makers` WHERE `FullName` == 'BMW'","question":"Show the data of the table car_makers where FullName is equal to BMW","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `car_makers` WHERE `FullName` != 'General Motors'","question":"Show the data of the table car_makers where FullName is different from General Motors","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `car_makers` WHERE `FullName` != 'American Motor Company'","question":"Show the data of the table car_makers where FullName not equal to American Motor Company","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `car_makers` WHERE `Country` == '1'","question":"Show the data of the table car_makers where Country is equal to 1","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `car_makers` WHERE `Country` != '2'","question":"Show the data of the table car_makers where Country is different from 2","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `car_makers` WHERE `Country` != '1'","question":"Show the data of the table car_makers where Country not equal to 1","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `countries` WHERE `CountryName` == 'usa'","question":"Show the data of the table countries where CountryName is equal to usa","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `countries` WHERE `CountryName` != 'france'","question":"Show the data of the table countries where CountryName is different from france","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `countries` WHERE `CountryName` != 'japan'","question":"Show the data of the table countries where CountryName not equal to japan","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `countries` WHERE `Continent` > 2","question":"Show the data of the table countries where Continent is greater than 2","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `countries` WHERE `Continent` < 2","question":"Show the data of the table countries where Continent is less than 2","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `continents` WHERE `Continent` == 'asia'","question":"Show the data of the table continents where Continent is equal to asia","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `continents` WHERE `Continent` != 'america'","question":"Show the data of the table continents where Continent is different from america","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `continents` WHERE `Continent` != 'europe'","question":"Show the data of the table continents where Continent not equal to europe","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `car_names` WHERE `Model` == 'plymouth'","question":"Show the data of the table car_names where Model is equal to plymouth","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `car_names` WHERE `Model` != 'plymouth'","question":"Show the data of the table car_names where Model is different from plymouth","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `car_names` WHERE `Model` != 'buick'","question":"Show the data of the table car_names where Model not equal to buick","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `car_names` WHERE `Make` == 'amc rebel sst'","question":"Show the data of the table car_names where Make is equal to amc rebel sst","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `car_names` WHERE `Make` != 'buick skylark 320'","question":"Show the data of the table car_names where Make is different from buick skylark 320","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `car_names` WHERE `Make` != 'buick skylark 320'","question":"Show the data of the table car_names where Make not equal to buick skylark 320","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `model_list` WHERE `Model` == 'amc'","question":"Show the data of the table model_list where Model is equal to amc","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `model_list` WHERE `Model` != 'buick'","question":"Show the data of the table model_list where Model is different from buick","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `model_list` WHERE `Model` != 'bmw'","question":"Show the data of the table model_list where Model not equal to bmw","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `model_list` WHERE `Maker` > 4","question":"Show the data of the table model_list where Maker is greater than 4","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `model_list` WHERE `Maker` < 3","question":"Show the data of the table model_list where Maker is less than 3","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `cars_data` WHERE `MPG` == '14'","question":"Show the data of the table cars_data where MPG is equal to 14","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `cars_data` WHERE `MPG` != '18'","question":"Show the data of the table cars_data where MPG is different from 18","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `cars_data` WHERE `MPG` != '17'","question":"Show the data of the table cars_data where MPG not equal to 17","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `cars_data` WHERE `Horsepower` == '198'","question":"Show the data of the table cars_data where Horsepower is equal to 198","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `cars_data` WHERE `Horsepower` != '130'","question":"Show the data of the table cars_data where Horsepower is different from 130","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `cars_data` WHERE `Horsepower` != '150'","question":"Show the data of the table cars_data where Horsepower not equal to 150","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `cars_data` WHERE `Accelerate` > 11.5","question":"Show the data of the table cars_data where Accelerate is greater than 11.5","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `cars_data` WHERE `Accelerate` < 10.5","question":"Show the data of the table cars_data where Accelerate is less than 10.5","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `cars_data` WHERE `Edispl` > 302.0","question":"Show the data of the table cars_data where Edispl is greater than 302.0","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `cars_data` WHERE `Edispl` < 350.0","question":"Show the data of the table cars_data where Edispl is less than 350.0","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `cars_data` WHERE `Cylinders` < 8","question":"Show the data of the table cars_data where Cylinders is less than 8","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Maker`) FROM `car_makers`","question":"How many different Maker are in table car_makers?","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `FullName`) FROM `car_makers`","question":"How many different FullName are in table car_makers?","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_makers","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Country`) FROM `car_makers`","question":"How many different Country are in table car_makers?","db_schema_normalized":"`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `CountryName`) FROM `countries`","question":"How many different CountryName are in table countries?","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Continent`) FROM `countries`","question":"Find the maximum Continent for the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Continent`) FROM `countries`","question":"Find the minimum Continent for the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"countries","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Continent`) FROM `countries`","question":"Find the average Continent for the table countries","db_schema_normalized":"`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"continents","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Continent`) FROM `continents`","question":"How many different Continent are in table continents?","db_schema_normalized":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Model`) FROM `car_names`","question":"How many different Model are in table car_names?","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"car_names","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Make`) FROM `car_names`","question":"How many different Make are in table car_names?","db_schema_normalized":"`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Model`) FROM `model_list`","question":"How many different Model are in table model_list?","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Maker`) FROM `model_list`","question":"Find the maximum Maker for the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Maker`) FROM `model_list`","question":"Find the minimum Maker for the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"model_list","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Maker`) FROM `model_list`","question":"Find the average Maker for the table model_list","db_schema_normalized":"`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `MPG`) FROM `cars_data`","question":"How many different MPG are in table cars_data?","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Horsepower`) FROM `cars_data`","question":"How many different Horsepower are in table cars_data?","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Accelerate`) FROM `cars_data`","question":"Find the maximum Accelerate for the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Accelerate`) FROM `cars_data`","question":"Find the minimum Accelerate for the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Accelerate`) FROM `cars_data`","question":"Find the average Accelerate for the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Cylinders`) FROM `cars_data`","question":"Find the maximum Cylinders for the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Cylinders`) FROM `cars_data`","question":"Find the minimum Cylinders for the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/car_1\/car_1.sqlite","db_id":"car_1","tbl_name":"cars_data","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Cylinders`) FROM `cars_data`","question":"Find the average Cylinders for the table cars_data","db_schema_normalized":"`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))","db_schema":"`\"continents\"` (\"ContId\" INTEGER PRIMARY KEY, \"Continent\" TEXT)\n`\"countries\"` (\"CountryId\" INTEGER PRIMARY KEY, \"CountryName\" TEXT, \"Continent\" INTEGER, FOREIGN KEY (Continent) REFERENCES continents(ContId))\n`\"car_makers\"` (\"Id\" INTEGER PRIMARY KEY, \"Maker\" TEXT, \"FullName\" TEXT, \"Country\" TEXT, FOREIGN KEY (Country) REFERENCES countries(CountryId))\n`\"model_list\"` (\"ModelId\" INTEGER PRIMARY KEY, \"Maker\" INTEGER, \"Model\" TEXT UNIQUE, FOREIGN KEY (Maker) REFERENCES car_makers (Id))\n`\"car_names\"` (\"MakeId\" INTEGER PRIMARY KEY, \"Model\" TEXT, \"Make\" TEXT, FOREIGN KEY (Model) REFERENCES model_list (Model))\n`\"cars_data\"` (\"Id\" INTEGER PRIMARY KEY, \"MPG\" TEXT, \"Cylinders\" INTEGER, \"Edispl\" REAL, \"Horsepower\" TEXT, \"Weight\" INTEGER, \"Accelerate\" REAL, \"Year\" INTEGER, FOREIGN KEY (Id) REFERENCES car_names (MakeId))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Airline` FROM `airlines`","question":"Show the different Airline in the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Abbreviation` FROM `airlines`","question":"Show the different Abbreviation in the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Country` FROM `airlines`","question":"Show the different Country in the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `City` FROM `airports`","question":"Show the different City in the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `AirportCode` FROM `airports`","question":"Show the different AirportCode in the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `AirportName` FROM `airports`","question":"Show the different AirportName in the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Country` FROM `airports`","question":"Show the different Country in the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `CountryAbbrev` FROM `airports`","question":"Show the different CountryAbbrev in the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `SourceAirport` FROM `flights`","question":"Show the different SourceAirport in the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `DestAirport` FROM `flights`","question":"Show the different DestAirport in the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Airline`, COUNT(*) FROM `airlines` GROUP BY `Airline`","question":"For each Airline, count the number of rows in table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Abbreviation`, COUNT(*) FROM `airlines` GROUP BY `Abbreviation`","question":"For each Abbreviation, count the number of rows in table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Country`, COUNT(*) FROM `airlines` GROUP BY `Country`","question":"For each Country, count the number of rows in table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `City`, COUNT(*) FROM `airports` GROUP BY `City`","question":"For each City, count the number of rows in table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `AirportCode`, COUNT(*) FROM `airports` GROUP BY `AirportCode`","question":"For each AirportCode, count the number of rows in table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `AirportName`, COUNT(*) FROM `airports` GROUP BY `AirportName`","question":"For each AirportName, count the number of rows in table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Country`, COUNT(*) FROM `airports` GROUP BY `Country`","question":"For each Country, count the number of rows in table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `CountryAbbrev`, COUNT(*) FROM `airports` GROUP BY `CountryAbbrev`","question":"For each CountryAbbrev, count the number of rows in table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `SourceAirport`, COUNT(*) FROM `flights` GROUP BY `SourceAirport`","question":"For each SourceAirport, count the number of rows in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `DestAirport`, COUNT(*) FROM `flights` GROUP BY `DestAirport`","question":"For each DestAirport, count the number of rows in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `SourceAirport`, MIN(`Airline`) FROM `flights` GROUP BY `SourceAirport`","question":"For each SourceAirport, find the min of Airline in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `SourceAirport`, MAX(`Airline`) FROM `flights` GROUP BY `SourceAirport`","question":"For each SourceAirport, find the max of Airline in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `SourceAirport`, AVG(`Airline`) FROM `flights` GROUP BY `SourceAirport`","question":"For each SourceAirport, find the avg of Airline in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `SourceAirport`, SUM(`Airline`) FROM `flights` GROUP BY `SourceAirport`","question":"For each SourceAirport, find the sum of Airline in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `SourceAirport`, MIN(`FlightNo`) FROM `flights` GROUP BY `SourceAirport`","question":"For each SourceAirport, find the min of FlightNo in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `SourceAirport`, MAX(`FlightNo`) FROM `flights` GROUP BY `SourceAirport`","question":"For each SourceAirport, find the max of FlightNo in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `SourceAirport`, AVG(`FlightNo`) FROM `flights` GROUP BY `SourceAirport`","question":"For each SourceAirport, find the avg of FlightNo in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `SourceAirport`, SUM(`FlightNo`) FROM `flights` GROUP BY `SourceAirport`","question":"For each SourceAirport, find the sum of FlightNo in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `DestAirport`, MIN(`Airline`) FROM `flights` GROUP BY `DestAirport`","question":"For each DestAirport, find the min of Airline in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `DestAirport`, MAX(`Airline`) FROM `flights` GROUP BY `DestAirport`","question":"For each DestAirport, find the max of Airline in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `DestAirport`, AVG(`Airline`) FROM `flights` GROUP BY `DestAirport`","question":"For each DestAirport, find the avg of Airline in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `DestAirport`, SUM(`Airline`) FROM `flights` GROUP BY `DestAirport`","question":"For each DestAirport, find the sum of Airline in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `DestAirport`, MIN(`FlightNo`) FROM `flights` GROUP BY `DestAirport`","question":"For each DestAirport, find the min of FlightNo in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `DestAirport`, MAX(`FlightNo`) FROM `flights` GROUP BY `DestAirport`","question":"For each DestAirport, find the max of FlightNo in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `DestAirport`, AVG(`FlightNo`) FROM `flights` GROUP BY `DestAirport`","question":"For each DestAirport, find the avg of FlightNo in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `DestAirport`, SUM(`FlightNo`) FROM `flights` GROUP BY `DestAirport`","question":"For each DestAirport, find the sum of FlightNo in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Airline` FROM `airlines` GROUP BY `Airline` HAVING count(*) >= 1","question":"Find all the Airline that have at least 1 records in table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Airline` FROM `airlines` GROUP BY `Airline` HAVING count(*) <= 1","question":"Find all the Airline that have at most 1 records in table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Abbreviation` FROM `airlines` GROUP BY `Abbreviation` HAVING count(*) >= 1","question":"Find all the Abbreviation that have at least 1 records in table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Abbreviation` FROM `airlines` GROUP BY `Abbreviation` HAVING count(*) <= 1","question":"Find all the Abbreviation that have at most 1 records in table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Country` FROM `airlines` GROUP BY `Country` HAVING count(*) >= 12","question":"Find all the Country that have at least 12 records in table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Country` FROM `airlines` GROUP BY `Country` HAVING count(*) <= 12","question":"Find all the Country that have at most 12 records in table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `City` FROM `airports` GROUP BY `City` HAVING count(*) >= 1","question":"Find all the City that have at least 1 records in table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `City` FROM `airports` GROUP BY `City` HAVING count(*) <= 1","question":"Find all the City that have at most 1 records in table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Country` FROM `airports` GROUP BY `Country` HAVING count(*) >= 100","question":"Find all the Country that have at least 100 records in table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Country` FROM `airports` GROUP BY `Country` HAVING count(*) <= 100","question":"Find all the Country that have at most 100 records in table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `AirportName` FROM `airports` GROUP BY `AirportName` HAVING count(*) >= 1","question":"Find all the AirportName that have at least 1 records in table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `AirportName` FROM `airports` GROUP BY `AirportName` HAVING count(*) <= 1","question":"Find all the AirportName that have at most 1 records in table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `SourceAirport` FROM `flights` GROUP BY `SourceAirport` HAVING count(*) >= 12","question":"Find all the SourceAirport that have at least 12 records in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `SourceAirport` FROM `flights` GROUP BY `SourceAirport` HAVING count(*) <= 12","question":"Find all the SourceAirport that have at most 12 records in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `DestAirport` FROM `flights` GROUP BY `DestAirport` HAVING count(*) >= 12","question":"Find all the DestAirport that have at least 12 records in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `DestAirport` FROM `flights` GROUP BY `DestAirport` HAVING count(*) <= 12","question":"Find all the DestAirport that have at most 12 records in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `SourceAirport` FROM `flights` GROUP BY `SourceAirport` HAVING AVG(`Airline`) >= 6.51","question":"List the SourceAirport which average of Airline is at least 6.51 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `SourceAirport` FROM `flights` GROUP BY `SourceAirport` HAVING AVG(`Airline`) <= 6.51","question":"List the SourceAirport which average of Airline is at most 6.51 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `SourceAirport` FROM `flights` GROUP BY `SourceAirport` HAVING SUM(`Airline`) >= 78.0","question":"List the SourceAirport which summation of Airline is at least 78.0 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `SourceAirport` FROM `flights` GROUP BY `SourceAirport` HAVING SUM(`Airline`) <= 78.0","question":"List the SourceAirport which summation of Airline is at most 78.0 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `SourceAirport` FROM `flights` GROUP BY `SourceAirport` HAVING AVG(`FlightNo`) >= 664.35","question":"List the SourceAirport which average of FlightNo is at least 664.35 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `SourceAirport` FROM `flights` GROUP BY `SourceAirport` HAVING AVG(`FlightNo`) <= 664.35","question":"List the SourceAirport which average of FlightNo is at most 664.35 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `SourceAirport` FROM `flights` GROUP BY `SourceAirport` HAVING SUM(`FlightNo`) >= 7970.2","question":"List the SourceAirport which summation of FlightNo is at least 7970.2 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `SourceAirport` FROM `flights` GROUP BY `SourceAirport` HAVING SUM(`FlightNo`) <= 7970.2","question":"List the SourceAirport which summation of FlightNo is at most 7970.2 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `DestAirport` FROM `flights` GROUP BY `DestAirport` HAVING AVG(`Airline`) >= 6.51","question":"List the DestAirport which average of Airline is at least 6.51 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `DestAirport` FROM `flights` GROUP BY `DestAirport` HAVING AVG(`Airline`) <= 6.51","question":"List the DestAirport which average of Airline is at most 6.51 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `DestAirport` FROM `flights` GROUP BY `DestAirport` HAVING SUM(`Airline`) >= 78.0","question":"List the DestAirport which summation of Airline is at least 78.0 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `DestAirport` FROM `flights` GROUP BY `DestAirport` HAVING SUM(`Airline`) <= 78.0","question":"List the DestAirport which summation of Airline is at most 78.0 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `DestAirport` FROM `flights` GROUP BY `DestAirport` HAVING AVG(`FlightNo`) >= 664.36","question":"List the DestAirport which average of FlightNo is at least 664.36 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `DestAirport` FROM `flights` GROUP BY `DestAirport` HAVING AVG(`FlightNo`) <= 664.36","question":"List the DestAirport which average of FlightNo is at most 664.36 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `DestAirport` FROM `flights` GROUP BY `DestAirport` HAVING SUM(`FlightNo`) >= 7970.2","question":"List the DestAirport which summation of FlightNo is at least 7970.2 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `DestAirport` FROM `flights` GROUP BY `DestAirport` HAVING SUM(`FlightNo`) <= 7970.2","question":"List the DestAirport which summation of FlightNo is at most 7970.2 in table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `Airline` FROM `airlines` GROUP BY `Airline` HAVING COUNT(DISTINCT `Country`) = (SELECT COUNT(DISTINCT `Country`) FROM `airlines`)","question":"What are the Airline with all the Country in table airlines?","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `Abbreviation` FROM `airlines` GROUP BY `Abbreviation` HAVING COUNT(DISTINCT `Country`) = (SELECT COUNT(DISTINCT `Country`) FROM `airlines`)","question":"What are the Abbreviation with all the Country in table airlines?","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `City` FROM `airports` GROUP BY `City` HAVING COUNT(DISTINCT `Country`) = (SELECT COUNT(DISTINCT `Country`) FROM `airports`)","question":"What are the City with all the Country in table airports?","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `City` FROM `airports` GROUP BY `City` HAVING COUNT(DISTINCT `CountryAbbrev`) = (SELECT COUNT(DISTINCT `CountryAbbrev`) FROM `airports`)","question":"What are the City with all the CountryAbbrev in table airports?","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `AirportCode` FROM `airports` GROUP BY `AirportCode` HAVING COUNT(DISTINCT `Country`) = (SELECT COUNT(DISTINCT `Country`) FROM `airports`)","question":"What are the AirportCode with all the Country in table airports?","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `AirportName` FROM `airports` GROUP BY `AirportName` HAVING COUNT(DISTINCT `Country`) = (SELECT COUNT(DISTINCT `Country`) FROM `airports`)","question":"What are the AirportName with all the Country in table airports?","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `Country` FROM `airports` GROUP BY `Country` HAVING COUNT(DISTINCT `CountryAbbrev`) = (SELECT COUNT(DISTINCT `CountryAbbrev`) FROM `airports`)","question":"What are the Country with all the CountryAbbrev in table airports?","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `airlines` ORDER BY `Country` ASC","question":"Show all data ordered by Country in ascending order for the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `airlines` ORDER BY `Country` DESC","question":"Show all data ordered by Country in descending order for the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `airlines` ORDER BY `Abbreviation` ASC","question":"Show all data ordered by Abbreviation in ascending order for the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `airlines` ORDER BY `Abbreviation` DESC","question":"Show all data ordered by Abbreviation in descending order for the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Abbreviation` FROM `airlines` ORDER BY `Abbreviation` ASC","question":"Project the Abbreviation ordered in ascending order for the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Abbreviation` FROM `airlines` ORDER BY `Abbreviation` DESC","question":"Project the Abbreviation ordered in descending order for the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Country` FROM `airlines` ORDER BY `Country` ASC","question":"Project the Country ordered in ascending order for the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Country` FROM `airlines` ORDER BY `Country` DESC","question":"Project the Country ordered in descending order for the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `airports` ORDER BY `Country` ASC","question":"Show all data ordered by Country in ascending order for the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `airports` ORDER BY `Country` DESC","question":"Show all data ordered by Country in descending order for the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `airports` ORDER BY `AirportName` ASC","question":"Show all data ordered by AirportName in ascending order for the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `airports` ORDER BY `AirportName` DESC","question":"Show all data ordered by AirportName in descending order for the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `AirportName` FROM `airports` ORDER BY `AirportName` ASC","question":"Project the AirportName ordered in ascending order for the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `AirportName` FROM `airports` ORDER BY `AirportName` DESC","question":"Project the AirportName ordered in descending order for the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Country` FROM `airports` ORDER BY `Country` ASC","question":"Project the Country ordered in ascending order for the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Country` FROM `airports` ORDER BY `Country` DESC","question":"Project the Country ordered in descending order for the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `flights` ORDER BY `SourceAirport` ASC","question":"Show all data ordered by SourceAirport in ascending order for the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `flights` ORDER BY `SourceAirport` DESC","question":"Show all data ordered by SourceAirport in descending order for the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `flights` ORDER BY `FlightNo` ASC","question":"Show all data ordered by FlightNo in ascending order for the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `flights` ORDER BY `FlightNo` DESC","question":"Show all data ordered by FlightNo in descending order for the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `DestAirport` FROM `flights` ORDER BY `DestAirport` ASC","question":"Project the DestAirport ordered in ascending order for the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `DestAirport` FROM `flights` ORDER BY `DestAirport` DESC","question":"Project the DestAirport ordered in descending order for the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `SourceAirport` FROM `flights` ORDER BY `SourceAirport` ASC","question":"Project the SourceAirport ordered in ascending order for the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `SourceAirport` FROM `flights` ORDER BY `SourceAirport` DESC","question":"Project the SourceAirport ordered in descending order for the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `uid` FROM `airlines`","question":"Show all uid in the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Airline` FROM `airlines`","question":"Show all Airline in the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Abbreviation` FROM `airlines`","question":"Show all Abbreviation in the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Country` FROM `airlines`","question":"Show all Country in the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `airlines`","question":"Show all the rows in the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `uid` FROM `airlines`","question":"Show all uid in the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Abbreviation`, `uid` FROM `airlines`","question":"Show all Abbreviation, uid in the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Country`, `uid`, `Abbreviation` FROM `airlines`","question":"Show all Country, uid, Abbreviation in the table airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `City` FROM `airports`","question":"Show all City in the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `AirportCode` FROM `airports`","question":"Show all AirportCode in the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `AirportName` FROM `airports`","question":"Show all AirportName in the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Country` FROM `airports`","question":"Show all Country in the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `CountryAbbrev` FROM `airports`","question":"Show all CountryAbbrev in the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `airports`","question":"Show all the rows in the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `City` FROM `airports`","question":"Show all City in the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Country`, `CountryAbbrev` FROM `airports`","question":"Show all Country, CountryAbbrev in the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `AirportCode`, `City`, `AirportName` FROM `airports`","question":"Show all AirportCode, City, AirportName in the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Country`, `CountryAbbrev`, `City`, `AirportName` FROM `airports`","question":"Show all Country, CountryAbbrev, City, AirportName in the table airports","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Airline` FROM `flights`","question":"Show all Airline in the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `FlightNo` FROM `flights`","question":"Show all FlightNo in the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `SourceAirport` FROM `flights`","question":"Show all SourceAirport in the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `DestAirport` FROM `flights`","question":"Show all DestAirport in the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `flights`","question":"Show all the rows in the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `DestAirport` FROM `flights`","question":"Show all DestAirport in the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `SourceAirport`, `DestAirport` FROM `flights`","question":"Show all SourceAirport, DestAirport in the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Airline`, `SourceAirport`, `FlightNo` FROM `flights`","question":"Show all Airline, SourceAirport, FlightNo in the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `airlines` WHERE `Airline` == 'Delta Airlines'","question":"Show the data of the table airlines where Airline is equal to Delta Airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `airlines` WHERE `Airline` != 'United Airlines'","question":"Show the data of the table airlines where Airline is different from United Airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `airlines` WHERE `Airline` != 'Delta Airlines'","question":"Show the data of the table airlines where Airline not equal to Delta Airlines","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `airlines` WHERE `Abbreviation` == 'USAir'","question":"Show the data of the table airlines where Abbreviation is equal to USAir","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `airlines` WHERE `Abbreviation` != 'Southwest'","question":"Show the data of the table airlines where Abbreviation is different from Southwest","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `airlines` WHERE `Abbreviation` != 'American'","question":"Show the data of the table airlines where Abbreviation not equal to American","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `airlines` WHERE `Country` == 'USA'","question":"Show the data of the table airlines where Country is equal to USA","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `airports` WHERE `City` == 'Abingdon '","question":"Show the data of the table airports where City is equal to Abingdon ","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `airports` WHERE `City` != 'Ada '","question":"Show the data of the table airports where City is different from Ada ","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `airports` WHERE `City` != 'Abingdon '","question":"Show the data of the table airports where City not equal to Abingdon ","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `airports` WHERE `CountryAbbrev` == 'US'","question":"Show the data of the table airports where CountryAbbrev is equal to US","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `airports` WHERE `CountryAbbrev` != 'US '","question":"Show the data of the table airports where CountryAbbrev is different from US ","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `airports` WHERE `CountryAbbrev` != 'US'","question":"Show the data of the table airports where CountryAbbrev not equal to US","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `airports` WHERE `Country` == 'United States '","question":"Show the data of the table airports where Country is equal to United States ","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `flights` WHERE `SourceAirport` == ' ACV'","question":"Show the data of the table flights where SourceAirport is equal to ACV","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `flights` WHERE `SourceAirport` != ' ASY'","question":"Show the data of the table flights where SourceAirport is different from ASY","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `flights` WHERE `SourceAirport` != ' ACV'","question":"Show the data of the table flights where SourceAirport not equal to ACV","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `flights` WHERE `DestAirport` == ' AHT'","question":"Show the data of the table flights where DestAirport is equal to AHT","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `flights` WHERE `DestAirport` != ' ASY'","question":"Show the data of the table flights where DestAirport is different from ASY","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `flights` WHERE `DestAirport` != ' ASY'","question":"Show the data of the table flights where DestAirport not equal to ASY","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `flights` WHERE `Airline` > 1","question":"Show the data of the table flights where Airline is greater than 1","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `flights` WHERE `FlightNo` > 54","question":"Show the data of the table flights where FlightNo is greater than 54","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `flights` WHERE `FlightNo` < 28","question":"Show the data of the table flights where FlightNo is less than 28","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Airline`) FROM `airlines`","question":"How many different Airline are in table airlines?","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Abbreviation`) FROM `airlines`","question":"How many different Abbreviation are in table airlines?","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airlines","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Country`) FROM `airlines`","question":"How many different Country are in table airlines?","db_schema_normalized":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `City`) FROM `airports`","question":"How many different City are in table airports?","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `AirportCode`) FROM `airports`","question":"How many different AirportCode are in table airports?","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `AirportName`) FROM `airports`","question":"How many different AirportName are in table airports?","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Country`) FROM `airports`","question":"How many different Country are in table airports?","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"airports","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `CountryAbbrev`) FROM `airports`","question":"How many different CountryAbbrev are in table airports?","db_schema_normalized":"`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `SourceAirport`) FROM `flights`","question":"How many different SourceAirport are in table flights?","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `DestAirport`) FROM `flights`","question":"How many different DestAirport are in table flights?","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Airline`) FROM `flights`","question":"Find the maximum Airline for the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Airline`) FROM `flights`","question":"Find the minimum Airline for the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Airline`) FROM `flights`","question":"Find the average Airline for the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`FlightNo`) FROM `flights`","question":"Find the maximum FlightNo for the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`FlightNo`) FROM `flights`","question":"Find the minimum FlightNo for the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/flight_2\/flight_2.sqlite","db_id":"flight_2","tbl_name":"flights","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`FlightNo`) FROM `flights`","question":"Find the average FlightNo for the table flights","db_schema_normalized":"`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))","db_schema":"`'airlines'` (uid INTEGER PRIMARY KEY, Airline TEXT, Abbreviation TEXT, Country TEXT)\n`'airports'` (City TEXT, AirportCode TEXT PRIMARY KEY, AirportName TEXT, Country TEXT, CountryAbbrev TEXT)\n`'flights'` (Airline INTEGER, FlightNo INTEGER, SourceAirport TEXT, DestAirport TEXT, PRIMARY KEY(Airline, FlightNo), FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Name` FROM `employee`","question":"Show the different Name in the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `City` FROM `employee`","question":"Show the different City in the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Employee_ID` FROM `evaluation`","question":"Show the different Employee_ID in the table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Year_awarded` FROM `evaluation`","question":"Show the different Year_awarded in the table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Start_from` FROM `hiring`","question":"Show the different Start_from in the table hiring","db_schema_normalized":"`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Name` FROM `shop`","question":"Show the different Name in the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Location` FROM `shop`","question":"Show the different Location in the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `District` FROM `shop`","question":"Show the different District in the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Manager_name` FROM `shop`","question":"Show the different Manager_name in the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Name`, COUNT(*) FROM `employee` GROUP BY `Name`","question":"For each Name, count the number of rows in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `City`, COUNT(*) FROM `employee` GROUP BY `City`","question":"For each City, count the number of rows in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Name`, MIN(`Age`) FROM `employee` GROUP BY `Name`","question":"For each Name, find the min of Age in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Name`, MAX(`Age`) FROM `employee` GROUP BY `Name`","question":"For each Name, find the max of Age in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Name`, AVG(`Age`) FROM `employee` GROUP BY `Name`","question":"For each Name, find the avg of Age in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Name`, SUM(`Age`) FROM `employee` GROUP BY `Name`","question":"For each Name, find the sum of Age in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `City`, MIN(`Age`) FROM `employee` GROUP BY `City`","question":"For each City, find the min of Age in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `City`, MAX(`Age`) FROM `employee` GROUP BY `City`","question":"For each City, find the max of Age in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `City`, AVG(`Age`) FROM `employee` GROUP BY `City`","question":"For each City, find the avg of Age in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `City`, SUM(`Age`) FROM `employee` GROUP BY `City`","question":"For each City, find the sum of Age in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Employee_ID`, COUNT(*) FROM `evaluation` GROUP BY `Employee_ID`","question":"For each Employee_ID, count the number of rows in table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Year_awarded`, COUNT(*) FROM `evaluation` GROUP BY `Year_awarded`","question":"For each Year_awarded, count the number of rows in table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Employee_ID`, MIN(`Bonus`) FROM `evaluation` GROUP BY `Employee_ID`","question":"For each Employee_ID, find the min of Bonus in table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Employee_ID`, MAX(`Bonus`) FROM `evaluation` GROUP BY `Employee_ID`","question":"For each Employee_ID, find the max of Bonus in table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Employee_ID`, AVG(`Bonus`) FROM `evaluation` GROUP BY `Employee_ID`","question":"For each Employee_ID, find the avg of Bonus in table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Employee_ID`, SUM(`Bonus`) FROM `evaluation` GROUP BY `Employee_ID`","question":"For each Employee_ID, find the sum of Bonus in table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Year_awarded`, MIN(`Bonus`) FROM `evaluation` GROUP BY `Year_awarded`","question":"For each Year_awarded, find the min of Bonus in table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Year_awarded`, MAX(`Bonus`) FROM `evaluation` GROUP BY `Year_awarded`","question":"For each Year_awarded, find the max of Bonus in table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Year_awarded`, AVG(`Bonus`) FROM `evaluation` GROUP BY `Year_awarded`","question":"For each Year_awarded, find the avg of Bonus in table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Year_awarded`, SUM(`Bonus`) FROM `evaluation` GROUP BY `Year_awarded`","question":"For each Year_awarded, find the sum of Bonus in table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Start_from`, COUNT(*) FROM `hiring` GROUP BY `Start_from`","question":"For each Start_from, count the number of rows in table hiring","db_schema_normalized":"`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Name`, COUNT(*) FROM `shop` GROUP BY `Name`","question":"For each Name, count the number of rows in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Location`, COUNT(*) FROM `shop` GROUP BY `Location`","question":"For each Location, count the number of rows in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `District`, COUNT(*) FROM `shop` GROUP BY `District`","question":"For each District, count the number of rows in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Manager_name`, COUNT(*) FROM `shop` GROUP BY `Manager_name`","question":"For each Manager_name, count the number of rows in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Manager_name`, MIN(`Number_products`) FROM `shop` GROUP BY `Manager_name`","question":"For each Manager_name, find the min of Number_products in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Manager_name`, MAX(`Number_products`) FROM `shop` GROUP BY `Manager_name`","question":"For each Manager_name, find the max of Number_products in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Manager_name`, AVG(`Number_products`) FROM `shop` GROUP BY `Manager_name`","question":"For each Manager_name, find the avg of Number_products in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Manager_name`, SUM(`Number_products`) FROM `shop` GROUP BY `Manager_name`","question":"For each Manager_name, find the sum of Number_products in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Location`, MIN(`Number_products`) FROM `shop` GROUP BY `Location`","question":"For each Location, find the min of Number_products in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Location`, MAX(`Number_products`) FROM `shop` GROUP BY `Location`","question":"For each Location, find the max of Number_products in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Location`, AVG(`Number_products`) FROM `shop` GROUP BY `Location`","question":"For each Location, find the avg of Number_products in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Location`, SUM(`Number_products`) FROM `shop` GROUP BY `Location`","question":"For each Location, find the sum of Number_products in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Name` FROM `employee` GROUP BY `Name` HAVING count(*) >= 1","question":"Find all the Name that have at least 1 records in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Name` FROM `employee` GROUP BY `Name` HAVING count(*) <= 1","question":"Find all the Name that have at most 1 records in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `City` FROM `employee` GROUP BY `City` HAVING count(*) >= 2","question":"Find all the City that have at least 2 records in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `City` FROM `employee` GROUP BY `City` HAVING count(*) <= 2","question":"Find all the City that have at most 2 records in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Name` FROM `employee` GROUP BY `Name` HAVING AVG(`Age`) >= 31.9","question":"List the Name which average of Age is at least 31.9 in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Name` FROM `employee` GROUP BY `Name` HAVING AVG(`Age`) <= 31.9","question":"List the Name which average of Age is at most 31.9 in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Name` FROM `employee` GROUP BY `Name` HAVING SUM(`Age`) >= 31.9","question":"List the Name which summation of Age is at least 31.9 in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Name` FROM `employee` GROUP BY `Name` HAVING SUM(`Age`) <= 31.9","question":"List the Name which summation of Age is at most 31.9 in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `City` FROM `employee` GROUP BY `City` HAVING AVG(`Age`) >= 32.1","question":"List the City which average of Age is at least 32.1 in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `City` FROM `employee` GROUP BY `City` HAVING AVG(`Age`) <= 32.1","question":"List the City which average of Age is at most 32.1 in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `City` FROM `employee` GROUP BY `City` HAVING SUM(`Age`) >= 63.8","question":"List the City which summation of Age is at least 63.8 in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `City` FROM `employee` GROUP BY `City` HAVING SUM(`Age`) <= 63.8","question":"List the City which summation of Age is at most 63.8 in table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Employee_ID` FROM `evaluation` GROUP BY `Employee_ID` HAVING count(*) >= 1","question":"Find all the Employee_ID that have at least 1 records in table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Employee_ID` FROM `evaluation` GROUP BY `Employee_ID` HAVING count(*) <= 1","question":"Find all the Employee_ID that have at most 1 records in table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Year_awarded` FROM `evaluation` GROUP BY `Year_awarded` HAVING count(*) >= 1","question":"Find all the Year_awarded that have at least 1 records in table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Year_awarded` FROM `evaluation` GROUP BY `Year_awarded` HAVING count(*) <= 1","question":"Find all the Year_awarded that have at most 1 records in table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Employee_ID` FROM `evaluation` GROUP BY `Employee_ID` HAVING AVG(`Bonus`) >= 3310.0","question":"List the Employee_ID which average of Bonus is at least 3310.0 in table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Employee_ID` FROM `evaluation` GROUP BY `Employee_ID` HAVING AVG(`Bonus`) <= 3310.0","question":"List the Employee_ID which average of Bonus is at most 3310.0 in table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Employee_ID` FROM `evaluation` GROUP BY `Employee_ID` HAVING SUM(`Bonus`) >= 3900.0","question":"List the Employee_ID which summation of Bonus is at least 3900.0 in table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Employee_ID` FROM `evaluation` GROUP BY `Employee_ID` HAVING SUM(`Bonus`) <= 3900.0","question":"List the Employee_ID which summation of Bonus is at most 3900.0 in table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Year_awarded` FROM `evaluation` GROUP BY `Year_awarded` HAVING AVG(`Bonus`) >= 3210.0","question":"List the Year_awarded which average of Bonus is at least 3210.0 in table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Year_awarded` FROM `evaluation` GROUP BY `Year_awarded` HAVING AVG(`Bonus`) <= 3210.0","question":"List the Year_awarded which average of Bonus is at most 3210.0 in table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Year_awarded` FROM `evaluation` GROUP BY `Year_awarded` HAVING SUM(`Bonus`) >= 3900.0","question":"List the Year_awarded which summation of Bonus is at least 3900.0 in table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Year_awarded` FROM `evaluation` GROUP BY `Year_awarded` HAVING SUM(`Bonus`) <= 3900.0","question":"List the Year_awarded which summation of Bonus is at most 3900.0 in table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Start_from` FROM `hiring` GROUP BY `Start_from` HAVING count(*) >= 1","question":"Find all the Start_from that have at least 1 records in table hiring","db_schema_normalized":"`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Start_from` FROM `hiring` GROUP BY `Start_from` HAVING count(*) <= 1","question":"Find all the Start_from that have at most 1 records in table hiring","db_schema_normalized":"`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Location` FROM `shop` GROUP BY `Location` HAVING count(*) >= 1","question":"Find all the Location that have at least 1 records in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Location` FROM `shop` GROUP BY `Location` HAVING count(*) <= 1","question":"Find all the Location that have at most 1 records in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Manager_name` FROM `shop` GROUP BY `Manager_name` HAVING count(*) >= 1","question":"Find all the Manager_name that have at least 1 records in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Manager_name` FROM `shop` GROUP BY `Manager_name` HAVING count(*) <= 1","question":"Find all the Manager_name that have at most 1 records in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `District` FROM `shop` GROUP BY `District` HAVING count(*) >= 1","question":"Find all the District that have at least 1 records in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `District` FROM `shop` GROUP BY `District` HAVING count(*) <= 1","question":"Find all the District that have at most 1 records in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Name` FROM `shop` GROUP BY `Name` HAVING AVG(`Number_products`) >= 6685.11","question":"List the Name which average of Number_products is at least 6685.11 in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Name` FROM `shop` GROUP BY `Name` HAVING AVG(`Number_products`) <= 6685.11","question":"List the Name which average of Number_products is at most 6685.11 in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Name` FROM `shop` GROUP BY `Name` HAVING SUM(`Number_products`) >= 6685.11","question":"List the Name which summation of Number_products is at least 6685.11 in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Name` FROM `shop` GROUP BY `Name` HAVING SUM(`Number_products`) <= 6685.11","question":"List the Name which summation of Number_products is at most 6685.11 in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Manager_name` FROM `shop` GROUP BY `Manager_name` HAVING AVG(`Number_products`) >= 6685.11","question":"List the Manager_name which average of Number_products is at least 6685.11 in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Manager_name` FROM `shop` GROUP BY `Manager_name` HAVING AVG(`Number_products`) <= 6685.11","question":"List the Manager_name which average of Number_products is at most 6685.11 in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Manager_name` FROM `shop` GROUP BY `Manager_name` HAVING SUM(`Number_products`) >= 6685.11","question":"List the Manager_name which summation of Number_products is at least 6685.11 in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Manager_name` FROM `shop` GROUP BY `Manager_name` HAVING SUM(`Number_products`) <= 6685.11","question":"List the Manager_name which summation of Number_products is at most 6685.11 in table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `evaluation` AS T1 JOIN `employee` AS T2 ON T1.`Employee_ID` = T2.`Employee_ID`","question":"Join all the records from table evaluation with table employee on Employee_ID","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Year_awarded`, T2.`Name` FROM `evaluation` AS T1 JOIN `employee` AS T2 ON T1.`Employee_ID`=T2.`Employee_ID`","question":"List all the Year_awarded and Name from the table evaluation and the table employee where Employee_ID is the same","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Year_awarded`, T2.`City` FROM `evaluation` AS T1 JOIN `employee` AS T2 ON T1.`Employee_ID`=T2.`Employee_ID`","question":"List all the Year_awarded and City from the table evaluation and the table employee where Employee_ID is the same","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `hiring` AS T1 JOIN `employee` AS T2 ON T1.`Employee_ID` = T2.`Employee_ID`","question":"Join all the records from table hiring with table employee on Employee_ID","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `hiring` AS T1 JOIN `shop` AS T2 ON T1.`Shop_ID` = T2.`Shop_ID`","question":"Join all the records from table hiring with table shop on Shop_ID","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Start_from`, T2.`Name` FROM `hiring` AS T1 JOIN `employee` AS T2 ON T1.`Employee_ID`=T2.`Employee_ID`","question":"List all the Start_from and Name from the table hiring and the table employee where Employee_ID is the same","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Start_from`, T2.`City` FROM `hiring` AS T1 JOIN `employee` AS T2 ON T1.`Employee_ID`=T2.`Employee_ID`","question":"List all the Start_from and City from the table hiring and the table employee where Employee_ID is the same","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Start_from`, T2.`District` FROM `hiring` AS T1 JOIN `shop` AS T2 ON T1.`Shop_ID`=T2.`Shop_ID`","question":"List all the Start_from and District from the table hiring and the table shop where Shop_ID is the same","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Start_from`, T2.`Location` FROM `hiring` AS T1 JOIN `shop` AS T2 ON T1.`Shop_ID`=T2.`Shop_ID`","question":"List all the Start_from and Location from the table hiring and the table shop where Shop_ID is the same","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Start_from`, T2.`Name` FROM `hiring` AS T1 JOIN `shop` AS T2 ON T1.`Shop_ID`=T2.`Shop_ID`","question":"List all the Start_from and Name from the table hiring and the table shop where Shop_ID is the same","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `employee` ORDER BY `City` ASC","question":"Show all data ordered by City in ascending order for the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `employee` ORDER BY `City` DESC","question":"Show all data ordered by City in descending order for the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `employee` ORDER BY `Name` ASC","question":"Show all data ordered by Name in ascending order for the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `employee` ORDER BY `Name` DESC","question":"Show all data ordered by Name in descending order for the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Age` FROM `employee` ORDER BY `Age` ASC","question":"Project the Age ordered in ascending order for the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Age` FROM `employee` ORDER BY `Age` DESC","question":"Project the Age ordered in descending order for the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Employee_ID` FROM `employee` ORDER BY `Employee_ID` ASC","question":"Project the Employee_ID ordered in ascending order for the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Employee_ID` FROM `employee` ORDER BY `Employee_ID` DESC","question":"Project the Employee_ID ordered in descending order for the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `evaluation` ORDER BY `Year_awarded` ASC","question":"Show all data ordered by Year_awarded in ascending order for the table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `evaluation` ORDER BY `Year_awarded` DESC","question":"Show all data ordered by Year_awarded in descending order for the table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `evaluation` ORDER BY `Employee_ID` ASC","question":"Show all data ordered by Employee_ID in ascending order for the table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `evaluation` ORDER BY `Employee_ID` DESC","question":"Show all data ordered by Employee_ID in descending order for the table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Year_awarded` FROM `evaluation` ORDER BY `Year_awarded` ASC","question":"Project the Year_awarded ordered in ascending order for the table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Year_awarded` FROM `evaluation` ORDER BY `Year_awarded` DESC","question":"Project the Year_awarded ordered in descending order for the table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Employee_ID` FROM `evaluation` ORDER BY `Employee_ID` ASC","question":"Project the Employee_ID ordered in ascending order for the table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Employee_ID` FROM `evaluation` ORDER BY `Employee_ID` DESC","question":"Project the Employee_ID ordered in descending order for the table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `hiring` ORDER BY `Employee_ID` ASC","question":"Show all data ordered by Employee_ID in ascending order for the table hiring","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `hiring` ORDER BY `Employee_ID` DESC","question":"Show all data ordered by Employee_ID in descending order for the table hiring","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `hiring` ORDER BY `Start_from` ASC","question":"Show all data ordered by Start_from in ascending order for the table hiring","db_schema_normalized":"`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `hiring` ORDER BY `Start_from` DESC","question":"Show all data ordered by Start_from in descending order for the table hiring","db_schema_normalized":"`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Start_from` FROM `hiring` ORDER BY `Start_from` ASC","question":"Project the Start_from ordered in ascending order for the table hiring","db_schema_normalized":"`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Start_from` FROM `hiring` ORDER BY `Start_from` DESC","question":"Project the Start_from ordered in descending order for the table hiring","db_schema_normalized":"`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Employee_ID` FROM `hiring` ORDER BY `Employee_ID` ASC","question":"Project the Employee_ID ordered in ascending order for the table hiring","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Employee_ID` FROM `hiring` ORDER BY `Employee_ID` DESC","question":"Project the Employee_ID ordered in descending order for the table hiring","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `shop` ORDER BY `District` ASC","question":"Show all data ordered by District in ascending order for the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `shop` ORDER BY `District` DESC","question":"Show all data ordered by District in descending order for the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `shop` ORDER BY `Number_products` ASC","question":"Show all data ordered by Number_products in ascending order for the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `shop` ORDER BY `Number_products` DESC","question":"Show all data ordered by Number_products in descending order for the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Location` FROM `shop` ORDER BY `Location` ASC","question":"Project the Location ordered in ascending order for the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Location` FROM `shop` ORDER BY `Location` DESC","question":"Project the Location ordered in descending order for the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Shop_ID` FROM `shop` ORDER BY `Shop_ID` ASC","question":"Project the Shop_ID ordered in ascending order for the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Shop_ID` FROM `shop` ORDER BY `Shop_ID` DESC","question":"Project the Shop_ID ordered in descending order for the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Employee_ID` FROM `employee`","question":"Show all Employee_ID in the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Name` FROM `employee`","question":"Show all Name in the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Age` FROM `employee`","question":"Show all Age in the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `City` FROM `employee`","question":"Show all City in the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `employee`","question":"Show all the rows in the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `City` FROM `employee`","question":"Show all City in the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Name`, `Employee_ID` FROM `employee`","question":"Show all Name, Employee_ID in the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Name`, `Age`, `Employee_ID` FROM `employee`","question":"Show all Name, Age, Employee_ID in the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Employee_ID` FROM `evaluation`","question":"Show all Employee_ID in the table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Year_awarded` FROM `evaluation`","question":"Show all Year_awarded in the table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Bonus` FROM `evaluation`","question":"Show all Bonus in the table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `evaluation`","question":"Show all the rows in the table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Year_awarded` FROM `evaluation`","question":"Show all Year_awarded in the table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Bonus`, `Employee_ID` FROM `evaluation`","question":"Show all Bonus, Employee_ID in the table evaluation","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Shop_ID` FROM `hiring`","question":"Show all Shop_ID in the table hiring","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Employee_ID` FROM `hiring`","question":"Show all Employee_ID in the table hiring","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Start_from` FROM `hiring`","question":"Show all Start_from in the table hiring","db_schema_normalized":"`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `hiring`","question":"Show all the rows in the table hiring","db_schema_normalized":"`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Employee_ID` FROM `hiring`","question":"Show all Employee_ID in the table hiring","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Start_from`, `Employee_ID` FROM `hiring`","question":"Show all Start_from, Employee_ID in the table hiring","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `District` FROM `shop`","question":"Show all District in the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Location` FROM `shop`","question":"Show all Location in the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Name` FROM `shop`","question":"Show all Name in the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Number_products` FROM `shop`","question":"Show all Number_products in the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Shop_ID` FROM `shop`","question":"Show all Shop_ID in the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `shop`","question":"Show all the rows in the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Location` FROM `shop`","question":"Show all Location in the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Name`, `Manager_name` FROM `shop`","question":"Show all Name, Manager_name in the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Number_products`, `Shop_ID`, `Manager_name` FROM `shop`","question":"Show all Number_products, Shop_ID, Manager_name in the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Location`, `Name`, `Manager_name`, `District` FROM `shop`","question":"Show all Location, Name, Manager_name, District in the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `District`, `Number_products`, `Shop_ID`, `Location`, `Manager_name` FROM `shop`","question":"Show all District, Number_products, Shop_ID, Location, Manager_name in the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `employee` WHERE `Name` == 'Mark Regan'","question":"Show the data of the table employee where Name is equal to Mark Regan","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `employee` WHERE `Name` != 'George Chuter'","question":"Show the data of the table employee where Name is different from George Chuter","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `employee` WHERE `Name` != 'Lee Mears'","question":"Show the data of the table employee where Name not equal to Lee Mears","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `employee` WHERE `City` == 'Bristol'","question":"Show the data of the table employee where City is equal to Bristol","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `employee` WHERE `City` != 'Bath'","question":"Show the data of the table employee where City is different from Bath","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `employee` WHERE `City` != 'Bath'","question":"Show the data of the table employee where City not equal to Bath","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `employee` WHERE `Age` > 23","question":"Show the data of the table employee where Age is greater than 23","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `evaluation` WHERE `Employee_ID` == '4'","question":"Show the data of the table evaluation where Employee_ID is equal to 4","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `evaluation` WHERE `Employee_ID` != '2'","question":"Show the data of the table evaluation where Employee_ID is different from 2","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `evaluation` WHERE `Employee_ID` != '10'","question":"Show the data of the table evaluation where Employee_ID not equal to 10","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `evaluation` WHERE `Year_awarded` == '2017'","question":"Show the data of the table evaluation where Year_awarded is equal to 2017","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `evaluation` WHERE `Year_awarded` != '2017'","question":"Show the data of the table evaluation where Year_awarded is different from 2017","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `evaluation` WHERE `Year_awarded` != '2015'","question":"Show the data of the table evaluation where Year_awarded not equal to 2015","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `evaluation` WHERE `Bonus` > 3200.0","question":"Show the data of the table evaluation where Bonus is greater than 3200.0","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `evaluation` WHERE `Bonus` < 3000.0","question":"Show the data of the table evaluation where Bonus is less than 3000.0","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `hiring` WHERE `Start_from` == '2011'","question":"Show the data of the table hiring where Start_from is equal to 2011","db_schema_normalized":"`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `hiring` WHERE `Start_from` != '2009'","question":"Show the data of the table hiring where Start_from is different from 2009","db_schema_normalized":"`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `hiring` WHERE `Start_from` != '2013'","question":"Show the data of the table hiring where Start_from not equal to 2013","db_schema_normalized":"`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `shop` WHERE `Location` == 'Turku'","question":"Show the data of the table shop where Location is equal to Turku","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `shop` WHERE `Location` != 'Turku'","question":"Show the data of the table shop where Location is different from Turku","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `shop` WHERE `Location` != 'Espoo'","question":"Show the data of the table shop where Location not equal to Espoo","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `shop` WHERE `District` == 'Jakobstads Centralplan'","question":"Show the data of the table shop where District is equal to Jakobstads Centralplan","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `shop` WHERE `District` != 'Tehtaan kentt\u00e4'","question":"Show the data of the table shop where District is different from Tehtaan kentt\u00e4","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `shop` WHERE `District` != 'Jakobstads Centralplan'","question":"Show the data of the table shop where District not equal to Jakobstads Centralplan","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `shop` WHERE `Manager_name` == 'Mika Laurikainen'","question":"Show the data of the table shop where Manager_name is equal to Mika Laurikainen","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `shop` WHERE `Manager_name` != 'Antti Muurinen'","question":"Show the data of the table shop where Manager_name is different from Antti Muurinen","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `shop` WHERE `Manager_name` != 'Olli Huttunen'","question":"Show the data of the table shop where Manager_name not equal to Olli Huttunen","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `shop` WHERE `Number_products` > 10770","question":"Show the data of the table shop where Number_products is greater than 10770","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `shop` WHERE `Number_products` < 5000","question":"Show the data of the table shop where Number_products is less than 5000","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Name`) FROM `employee`","question":"How many different Name are in table employee?","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `City`) FROM `employee`","question":"How many different City are in table employee?","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Age`) FROM `employee`","question":"Find the maximum Age for the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Age`) FROM `employee`","question":"Find the minimum Age for the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"employee","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Age`) FROM `employee`","question":"Find the average Age for the table employee","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Employee_ID`) FROM `evaluation`","question":"How many different Employee_ID are in table evaluation?","db_schema_normalized":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Year_awarded`) FROM `evaluation`","question":"How many different Year_awarded are in table evaluation?","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Bonus`) FROM `evaluation`","question":"Find the maximum Bonus for the table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Bonus`) FROM `evaluation`","question":"Find the minimum Bonus for the table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"evaluation","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Bonus`) FROM `evaluation`","question":"Find the average Bonus for the table evaluation","db_schema_normalized":"`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"hiring","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Start_from`) FROM `hiring`","question":"How many different Start_from are in table hiring?","db_schema_normalized":"`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Name`) FROM `shop`","question":"How many different Name are in table shop?","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Location`) FROM `shop`","question":"How many different Location are in table shop?","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `District`) FROM `shop`","question":"How many different District are in table shop?","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Manager_name`) FROM `shop`","question":"How many different Manager_name are in table shop?","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Number_products`) FROM `shop`","question":"Find the maximum Number_products for the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Number_products`) FROM `shop`","question":"Find the minimum Number_products for the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/employee_hire_evaluation\/employee_hire_evaluation.sqlite","db_id":"employee_hire_evaluation","tbl_name":"shop","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Number_products`) FROM `shop`","question":"Find the average Number_products for the table shop","db_schema_normalized":"`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))","db_schema":"`\"employee\"` (\"Employee_ID\" int, \"Name\" text, \"Age\" int, \"City\" text, PRIMARY KEY (\"Employee_ID\"))\n`\"shop\"` (\"Shop_ID\" int, \"Name\" text, \"Location\" text, \"District\" text, \"Number_products\" int, \"Manager_name\" text, PRIMARY KEY (\"Shop_ID\"))\n`\"hiring\"` (\"Shop_ID\" int, \"Employee_ID\" int, \"Start_from\" text, \"Is_full_time\" bool, PRIMARY KEY (\"Employee_ID\"), FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))\n`\"evaluation\"` (\"Employee_ID\" text, \"Year_awarded\" text, \"Bonus\" real, PRIMARY KEY (\"Employee_ID\",\"Year_awarded\"), FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Document_Name` FROM `Documents`","question":"Show the different Document_Name in the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Document_Description` FROM `Documents`","question":"Show the different Document_Description in the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Other_Details` FROM `Documents`","question":"Show the different Other_Details in the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Template_Type_Code` FROM `Templates`","question":"Show the different Template_Type_Code in the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Template_Details` FROM `Templates`","question":"Show the different Template_Details in the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Template_Type_Code` FROM `Ref_Template_Types`","question":"Show the different Template_Type_Code in the table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Template_Type_Description` FROM `Ref_Template_Types`","question":"Show the different Template_Type_Description in the table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Paragraph_Text` FROM `Paragraphs`","question":"Show the different Paragraph_Text in the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Other_Details` FROM `Paragraphs`","question":"Show the different Other_Details in the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Document_Name`, COUNT(*) FROM `Documents` GROUP BY `Document_Name`","question":"For each Document_Name, count the number of rows in table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Document_Description`, COUNT(*) FROM `Documents` GROUP BY `Document_Description`","question":"For each Document_Description, count the number of rows in table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Other_Details`, COUNT(*) FROM `Documents` GROUP BY `Other_Details`","question":"For each Other_Details, count the number of rows in table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Template_Type_Code`, COUNT(*) FROM `Templates` GROUP BY `Template_Type_Code`","question":"For each Template_Type_Code, count the number of rows in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Template_Details`, COUNT(*) FROM `Templates` GROUP BY `Template_Details`","question":"For each Template_Details, count the number of rows in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Template_Type_Code`, MIN(`Version_Number`) FROM `Templates` GROUP BY `Template_Type_Code`","question":"For each Template_Type_Code, find the min of Version_Number in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Template_Type_Code`, MAX(`Version_Number`) FROM `Templates` GROUP BY `Template_Type_Code`","question":"For each Template_Type_Code, find the max of Version_Number in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Template_Type_Code`, AVG(`Version_Number`) FROM `Templates` GROUP BY `Template_Type_Code`","question":"For each Template_Type_Code, find the avg of Version_Number in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Template_Type_Code`, SUM(`Version_Number`) FROM `Templates` GROUP BY `Template_Type_Code`","question":"For each Template_Type_Code, find the sum of Version_Number in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Template_Details`, MIN(`Version_Number`) FROM `Templates` GROUP BY `Template_Details`","question":"For each Template_Details, find the min of Version_Number in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Template_Details`, MAX(`Version_Number`) FROM `Templates` GROUP BY `Template_Details`","question":"For each Template_Details, find the max of Version_Number in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Template_Details`, AVG(`Version_Number`) FROM `Templates` GROUP BY `Template_Details`","question":"For each Template_Details, find the avg of Version_Number in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Template_Details`, SUM(`Version_Number`) FROM `Templates` GROUP BY `Template_Details`","question":"For each Template_Details, find the sum of Version_Number in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Template_Type_Code`, COUNT(*) FROM `Ref_Template_Types` GROUP BY `Template_Type_Code`","question":"For each Template_Type_Code, count the number of rows in table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Template_Type_Description`, COUNT(*) FROM `Ref_Template_Types` GROUP BY `Template_Type_Description`","question":"For each Template_Type_Description, count the number of rows in table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Paragraph_Text`, COUNT(*) FROM `Paragraphs` GROUP BY `Paragraph_Text`","question":"For each Paragraph_Text, count the number of rows in table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Other_Details`, COUNT(*) FROM `Paragraphs` GROUP BY `Other_Details`","question":"For each Other_Details, count the number of rows in table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Document_Name` FROM `Documents` GROUP BY `Document_Name` HAVING count(*) >= 1","question":"Find all the Document_Name that have at least 1 records in table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Document_Name` FROM `Documents` GROUP BY `Document_Name` HAVING count(*) <= 1","question":"Find all the Document_Name that have at most 1 records in table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Document_Description` FROM `Documents` GROUP BY `Document_Description` HAVING count(*) >= 1","question":"Find all the Document_Description that have at least 1 records in table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Document_Description` FROM `Documents` GROUP BY `Document_Description` HAVING count(*) <= 1","question":"Find all the Document_Description that have at most 1 records in table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Other_Details` FROM `Documents` GROUP BY `Other_Details` HAVING count(*) >= 15","question":"Find all the Other_Details that have at least 15 records in table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Other_Details` FROM `Documents` GROUP BY `Other_Details` HAVING count(*) <= 15","question":"Find all the Other_Details that have at most 15 records in table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Template_Type_Code` FROM `Templates` GROUP BY `Template_Type_Code` HAVING count(*) >= 4","question":"Find all the Template_Type_Code that have at least 4 records in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Template_Type_Code` FROM `Templates` GROUP BY `Template_Type_Code` HAVING count(*) <= 4","question":"Find all the Template_Type_Code that have at most 4 records in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Template_Details` FROM `Templates` GROUP BY `Template_Details` HAVING count(*) >= 20","question":"Find all the Template_Details that have at least 20 records in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Template_Details` FROM `Templates` GROUP BY `Template_Details` HAVING count(*) <= 20","question":"Find all the Template_Details that have at most 20 records in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Template_Type_Code` FROM `Templates` GROUP BY `Template_Type_Code` HAVING AVG(`Version_Number`) >= 5.5","question":"List the Template_Type_Code which average of Version_Number is at least 5.5 in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Template_Type_Code` FROM `Templates` GROUP BY `Template_Type_Code` HAVING AVG(`Version_Number`) <= 5.5","question":"List the Template_Type_Code which average of Version_Number is at most 5.5 in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Template_Type_Code` FROM `Templates` GROUP BY `Template_Type_Code` HAVING SUM(`Version_Number`) >= 20.6","question":"List the Template_Type_Code which summation of Version_Number is at least 20.6 in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Template_Type_Code` FROM `Templates` GROUP BY `Template_Type_Code` HAVING SUM(`Version_Number`) <= 20.6","question":"List the Template_Type_Code which summation of Version_Number is at most 20.6 in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Template_Details` FROM `Templates` GROUP BY `Template_Details` HAVING AVG(`Version_Number`) >= 5.15","question":"List the Template_Details which average of Version_Number is at least 5.15 in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Template_Details` FROM `Templates` GROUP BY `Template_Details` HAVING AVG(`Version_Number`) <= 5.15","question":"List the Template_Details which average of Version_Number is at most 5.15 in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Template_Details` FROM `Templates` GROUP BY `Template_Details` HAVING SUM(`Version_Number`) >= 103.0","question":"List the Template_Details which summation of Version_Number is at least 103.0 in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Template_Details` FROM `Templates` GROUP BY `Template_Details` HAVING SUM(`Version_Number`) <= 103.0","question":"List the Template_Details which summation of Version_Number is at most 103.0 in table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Template_Type_Code` FROM `Ref_Template_Types` GROUP BY `Template_Type_Code` HAVING count(*) >= 1","question":"Find all the Template_Type_Code that have at least 1 records in table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Template_Type_Code` FROM `Ref_Template_Types` GROUP BY `Template_Type_Code` HAVING count(*) <= 1","question":"Find all the Template_Type_Code that have at most 1 records in table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Template_Type_Description` FROM `Ref_Template_Types` GROUP BY `Template_Type_Description` HAVING count(*) >= 1","question":"Find all the Template_Type_Description that have at least 1 records in table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Template_Type_Description` FROM `Ref_Template_Types` GROUP BY `Template_Type_Description` HAVING count(*) <= 1","question":"Find all the Template_Type_Description that have at most 1 records in table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Paragraph_Text` FROM `Paragraphs` GROUP BY `Paragraph_Text` HAVING count(*) >= 1","question":"Find all the Paragraph_Text that have at least 1 records in table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Paragraph_Text` FROM `Paragraphs` GROUP BY `Paragraph_Text` HAVING count(*) <= 1","question":"Find all the Paragraph_Text that have at most 1 records in table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Other_Details` FROM `Paragraphs` GROUP BY `Other_Details` HAVING count(*) >= 15","question":"Find all the Other_Details that have at least 15 records in table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Other_Details` FROM `Paragraphs` GROUP BY `Other_Details` HAVING count(*) <= 15","question":"Find all the Other_Details that have at most 15 records in table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `Documents` AS T1 JOIN `Templates` AS T2 ON T1.`Template_ID` = T2.`Template_ID`","question":"Join all the records from table Documents with table Templates on Template_ID","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Document_Name`, T2.`Template_Type_Code` FROM `Documents` AS T1 JOIN `Templates` AS T2 ON T1.`Template_ID`=T2.`Template_ID`","question":"List all the Document_Name and Template_Type_Code from the table Documents and the table Templates where Template_ID is the same","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Document_Name`, T2.`Template_Details` FROM `Documents` AS T1 JOIN `Templates` AS T2 ON T1.`Template_ID`=T2.`Template_ID`","question":"List all the Document_Name and Template_Details from the table Documents and the table Templates where Template_ID is the same","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Document_Description`, T2.`Template_Type_Code` FROM `Documents` AS T1 JOIN `Templates` AS T2 ON T1.`Template_ID`=T2.`Template_ID`","question":"List all the Document_Description and Template_Type_Code from the table Documents and the table Templates where Template_ID is the same","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Document_Description`, T2.`Template_Details` FROM `Documents` AS T1 JOIN `Templates` AS T2 ON T1.`Template_ID`=T2.`Template_ID`","question":"List all the Document_Description and Template_Details from the table Documents and the table Templates where Template_ID is the same","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Other_Details`, T2.`Template_Type_Code` FROM `Documents` AS T1 JOIN `Templates` AS T2 ON T1.`Template_ID`=T2.`Template_ID`","question":"List all the Other_Details and Template_Type_Code from the table Documents and the table Templates where Template_ID is the same","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Other_Details`, T2.`Template_Details` FROM `Documents` AS T1 JOIN `Templates` AS T2 ON T1.`Template_ID`=T2.`Template_ID`","question":"List all the Other_Details and Template_Details from the table Documents and the table Templates where Template_ID is the same","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `Templates` AS T1 JOIN `Ref_Template_Types` AS T2 ON T1.`Template_Type_Code` = T2.`Template_Type_Code`","question":"Join all the records from table Templates with table Ref_Template_Types on Template_Type_Code","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Template_Details`, T2.`Template_Type_Description` FROM `Templates` AS T1 JOIN `Ref_Template_Types` AS T2 ON T1.`Template_Type_Code`=T2.`Template_Type_Code`","question":"List all the Template_Details and Template_Type_Description from the table Templates and the table Ref_Template_Types where Template_Type_Code is the same","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `Paragraphs` AS T1 JOIN `Documents` AS T2 ON T1.`Document_ID` = T2.`Document_ID`","question":"Join all the records from table Paragraphs with table Documents on Document_ID","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Paragraph_Text`, T2.`Document_Name` FROM `Paragraphs` AS T1 JOIN `Documents` AS T2 ON T1.`Document_ID`=T2.`Document_ID`","question":"List all the Paragraph_Text and Document_Name from the table Paragraphs and the table Documents where Document_ID is the same","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Paragraph_Text`, T2.`Document_Description` FROM `Paragraphs` AS T1 JOIN `Documents` AS T2 ON T1.`Document_ID`=T2.`Document_ID`","question":"List all the Paragraph_Text and Document_Description from the table Paragraphs and the table Documents where Document_ID is the same","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Paragraph_Text`, T2.`Other_Details` FROM `Paragraphs` AS T1 JOIN `Documents` AS T2 ON T1.`Document_ID`=T2.`Document_ID`","question":"List all the Paragraph_Text and Other_Details from the table Paragraphs and the table Documents where Document_ID is the same","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Other_Details`, T2.`Document_Name` FROM `Paragraphs` AS T1 JOIN `Documents` AS T2 ON T1.`Document_ID`=T2.`Document_ID`","question":"List all the Other_Details and Document_Name from the table Paragraphs and the table Documents where Document_ID is the same","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Other_Details`, T2.`Document_Description` FROM `Paragraphs` AS T1 JOIN `Documents` AS T2 ON T1.`Document_ID`=T2.`Document_ID`","question":"List all the Other_Details and Document_Description from the table Paragraphs and the table Documents where Document_ID is the same","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`Other_Details`, T2.`Other_Details` FROM `Paragraphs` AS T1 JOIN `Documents` AS T2 ON T1.`Document_ID`=T2.`Document_ID`","question":"List all the Other_Details and Other_Details from the table Paragraphs and the table Documents where Document_ID is the same","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `Document_Name` FROM `Documents` GROUP BY `Document_Name` HAVING COUNT(DISTINCT `Other_Details`) = (SELECT COUNT(DISTINCT `Other_Details`) FROM `Documents`)","question":"What are the Document_Name with all the Other_Details in table Documents?","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `Document_Description` FROM `Documents` GROUP BY `Document_Description` HAVING COUNT(DISTINCT `Other_Details`) = (SELECT COUNT(DISTINCT `Other_Details`) FROM `Documents`)","question":"What are the Document_Description with all the Other_Details in table Documents?","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `Template_Type_Code` FROM `Templates` GROUP BY `Template_Type_Code` HAVING COUNT(DISTINCT `Template_Details`) = (SELECT COUNT(DISTINCT `Template_Details`) FROM `Templates`)","question":"What are the Template_Type_Code with all the Template_Details in table Templates?","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"many-to-many-generator","sql_tag":"many-to-many","query":"SELECT `Paragraph_Text` FROM `Paragraphs` GROUP BY `Paragraph_Text` HAVING COUNT(DISTINCT `Other_Details`) = (SELECT COUNT(DISTINCT `Other_Details`) FROM `Paragraphs`)","question":"What are the Paragraph_Text with all the Other_Details in table Paragraphs?","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Documents` ORDER BY `Template_ID` ASC","question":"Show all data ordered by Template_ID in ascending order for the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Documents` ORDER BY `Template_ID` DESC","question":"Show all data ordered by Template_ID in descending order for the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Documents` ORDER BY `Document_Description` ASC","question":"Show all data ordered by Document_Description in ascending order for the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Documents` ORDER BY `Document_Description` DESC","question":"Show all data ordered by Document_Description in descending order for the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Document_Description` FROM `Documents` ORDER BY `Document_Description` ASC","question":"Project the Document_Description ordered in ascending order for the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Document_Description` FROM `Documents` ORDER BY `Document_Description` DESC","question":"Project the Document_Description ordered in descending order for the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Template_ID` FROM `Documents` ORDER BY `Template_ID` ASC","question":"Project the Template_ID ordered in ascending order for the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Template_ID` FROM `Documents` ORDER BY `Template_ID` DESC","question":"Project the Template_ID ordered in descending order for the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Templates` ORDER BY `Version_Number` ASC","question":"Show all data ordered by Version_Number in ascending order for the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Templates` ORDER BY `Version_Number` DESC","question":"Show all data ordered by Version_Number in descending order for the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Templates` ORDER BY `Template_Type_Code` ASC","question":"Show all data ordered by Template_Type_Code in ascending order for the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Templates` ORDER BY `Template_Type_Code` DESC","question":"Show all data ordered by Template_Type_Code in descending order for the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Template_Type_Code` FROM `Templates` ORDER BY `Template_Type_Code` ASC","question":"Project the Template_Type_Code ordered in ascending order for the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Template_Type_Code` FROM `Templates` ORDER BY `Template_Type_Code` DESC","question":"Project the Template_Type_Code ordered in descending order for the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Version_Number` FROM `Templates` ORDER BY `Version_Number` ASC","question":"Project the Version_Number ordered in ascending order for the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Version_Number` FROM `Templates` ORDER BY `Version_Number` DESC","question":"Project the Version_Number ordered in descending order for the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Ref_Template_Types` ORDER BY `Template_Type_Code` ASC","question":"Show all data ordered by Template_Type_Code in ascending order for the table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Ref_Template_Types` ORDER BY `Template_Type_Code` DESC","question":"Show all data ordered by Template_Type_Code in descending order for the table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Ref_Template_Types` ORDER BY `Template_Type_Description` ASC","question":"Show all data ordered by Template_Type_Description in ascending order for the table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Ref_Template_Types` ORDER BY `Template_Type_Description` DESC","question":"Show all data ordered by Template_Type_Description in descending order for the table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Template_Type_Code` FROM `Ref_Template_Types` ORDER BY `Template_Type_Code` ASC","question":"Project the Template_Type_Code ordered in ascending order for the table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Template_Type_Code` FROM `Ref_Template_Types` ORDER BY `Template_Type_Code` DESC","question":"Project the Template_Type_Code ordered in descending order for the table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Template_Type_Description` FROM `Ref_Template_Types` ORDER BY `Template_Type_Description` ASC","question":"Project the Template_Type_Description ordered in ascending order for the table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Template_Type_Description` FROM `Ref_Template_Types` ORDER BY `Template_Type_Description` DESC","question":"Project the Template_Type_Description ordered in descending order for the table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Paragraphs` ORDER BY `Paragraph_Text` ASC","question":"Show all data ordered by Paragraph_Text in ascending order for the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Paragraphs` ORDER BY `Paragraph_Text` DESC","question":"Show all data ordered by Paragraph_Text in descending order for the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Paragraphs` ORDER BY `Other_Details` ASC","question":"Show all data ordered by Other_Details in ascending order for the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `Paragraphs` ORDER BY `Other_Details` DESC","question":"Show all data ordered by Other_Details in descending order for the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Paragraph_Text` FROM `Paragraphs` ORDER BY `Paragraph_Text` ASC","question":"Project the Paragraph_Text ordered in ascending order for the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Paragraph_Text` FROM `Paragraphs` ORDER BY `Paragraph_Text` DESC","question":"Project the Paragraph_Text ordered in descending order for the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Other_Details` FROM `Paragraphs` ORDER BY `Other_Details` ASC","question":"Project the Other_Details ordered in ascending order for the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Other_Details` FROM `Paragraphs` ORDER BY `Other_Details` DESC","question":"Project the Other_Details ordered in descending order for the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Document_ID` FROM `Documents`","question":"Show all Document_ID in the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Template_ID` FROM `Documents`","question":"Show all Template_ID in the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Document_Name` FROM `Documents`","question":"Show all Document_Name in the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Document_Description` FROM `Documents`","question":"Show all Document_Description in the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Other_Details` FROM `Documents`","question":"Show all Other_Details in the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `Documents`","question":"Show all the rows in the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Other_Details` FROM `Documents`","question":"Show all Other_Details in the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Document_Description`, `Other_Details` FROM `Documents`","question":"Show all Document_Description, Other_Details in the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Document_ID`, `Document_Name`, `Other_Details` FROM `Documents`","question":"Show all Document_ID, Document_Name, Other_Details in the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Template_ID`, `Document_Name`, `Document_Description`, `Document_ID` FROM `Documents`","question":"Show all Template_ID, Document_Name, Document_Description, Document_ID in the table Documents","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Template_ID` FROM `Templates`","question":"Show all Template_ID in the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Version_Number` FROM `Templates`","question":"Show all Version_Number in the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Template_Type_Code` FROM `Templates`","question":"Show all Template_Type_Code in the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Template_Details` FROM `Templates`","question":"Show all Template_Details in the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `Templates`","question":"Show all the rows in the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Template_Type_Code` FROM `Templates`","question":"Show all Template_Type_Code in the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Version_Number`, `Template_ID` FROM `Templates`","question":"Show all Version_Number, Template_ID in the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Template_ID`, `Template_Type_Code`, `Template_Details` FROM `Templates`","question":"Show all Template_ID, Template_Type_Code, Template_Details in the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Template_Type_Code` FROM `Ref_Template_Types`","question":"Show all Template_Type_Code in the table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Template_Type_Description` FROM `Ref_Template_Types`","question":"Show all Template_Type_Description in the table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `Ref_Template_Types`","question":"Show all the rows in the table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Template_Type_Description` FROM `Ref_Template_Types`","question":"Show all Template_Type_Description in the table Ref_Template_Types","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Paragraph_ID` FROM `Paragraphs`","question":"Show all Paragraph_ID in the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Document_ID` FROM `Paragraphs`","question":"Show all Document_ID in the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Paragraph_Text` FROM `Paragraphs`","question":"Show all Paragraph_Text in the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Other_Details` FROM `Paragraphs`","question":"Show all Other_Details in the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `Paragraphs`","question":"Show all the rows in the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Paragraph_Text` FROM `Paragraphs`","question":"Show all Paragraph_Text in the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Paragraph_ID`, `Document_ID` FROM `Paragraphs`","question":"Show all Paragraph_ID, Document_ID in the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Other_Details`, `Paragraph_Text`, `Document_ID` FROM `Paragraphs`","question":"Show all Other_Details, Paragraph_Text, Document_ID in the table Paragraphs","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Documents` WHERE `Document_Name` == 'Introduction of OS'","question":"Show the data of the table Documents where Document_Name is equal to Introduction of OS","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Documents` WHERE `Document_Name` != 'Welcome to NY'","question":"Show the data of the table Documents where Document_Name is different from Welcome to NY","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Documents` WHERE `Document_Name` != 'Understanding DB'","question":"Show the data of the table Documents where Document_Name not equal to Understanding DB","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Documents` WHERE `Document_Description` == 'w'","question":"Show the data of the table Documents where Document_Description is equal to w","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Documents` WHERE `Document_Description` != 'n'","question":"Show the data of the table Documents where Document_Description is different from n","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Documents` WHERE `Document_Description` != 'h'","question":"Show the data of the table Documents where Document_Description not equal to h","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Templates` WHERE `Template_Type_Code` == 'BK'","question":"Show the data of the table Templates where Template_Type_Code is equal to BK","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Templates` WHERE `Template_Type_Code` != 'PPT'","question":"Show the data of the table Templates where Template_Type_Code is different from PPT","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Templates` WHERE `Template_Type_Code` != 'PP'","question":"Show the data of the table Templates where Template_Type_Code not equal to PP","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Templates` WHERE `Template_Details` == ''","question":"Show the data of the table Templates where Template_Details is equal to ","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `Templates` WHERE `Version_Number` > 2","question":"Show the data of the table Templates where Version_Number is greater than 2","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `Templates` WHERE `Version_Number` < 4","question":"Show the data of the table Templates where Version_Number is less than 4","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Ref_Template_Types` WHERE `Template_Type_Code` == 'BK'","question":"Show the data of the table Ref_Template_Types where Template_Type_Code is equal to BK","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Ref_Template_Types` WHERE `Template_Type_Code` != 'PPT'","question":"Show the data of the table Ref_Template_Types where Template_Type_Code is different from PPT","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Ref_Template_Types` WHERE `Template_Type_Code` != 'PPT'","question":"Show the data of the table Ref_Template_Types where Template_Type_Code not equal to PPT","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Ref_Template_Types` WHERE `Template_Type_Description` == 'Advertisement'","question":"Show the data of the table Ref_Template_Types where Template_Type_Description is equal to Advertisement","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Ref_Template_Types` WHERE `Template_Type_Description` != 'Presentation'","question":"Show the data of the table Ref_Template_Types where Template_Type_Description is different from Presentation","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Ref_Template_Types` WHERE `Template_Type_Description` != 'Advertisement'","question":"Show the data of the table Ref_Template_Types where Template_Type_Description not equal to Advertisement","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Paragraphs` WHERE `Paragraph_Text` == 'Jersey'","question":"Show the data of the table Paragraphs where Paragraph_Text is equal to Jersey","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Paragraphs` WHERE `Paragraph_Text` != 'Korea'","question":"Show the data of the table Paragraphs where Paragraph_Text is different from Korea","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `Paragraphs` WHERE `Paragraph_Text` != 'Palestinian Territory'","question":"Show the data of the table Paragraphs where Paragraph_Text not equal to Palestinian Territory","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Document_Name`) FROM `Documents`","question":"How many different Document_Name are in table Documents?","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Document_Description`) FROM `Documents`","question":"How many different Document_Description are in table Documents?","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Documents","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Other_Details`) FROM `Documents`","question":"How many different Other_Details are in table Documents?","db_schema_normalized":"`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Template_Type_Code`) FROM `Templates`","question":"How many different Template_Type_Code are in table Templates?","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Template_Details`) FROM `Templates`","question":"How many different Template_Details are in table Templates?","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Version_Number`) FROM `Templates`","question":"Find the maximum Version_Number for the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Version_Number`) FROM `Templates`","question":"Find the minimum Version_Number for the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Templates","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Version_Number`) FROM `Templates`","question":"Find the average Version_Number for the table Templates","db_schema_normalized":"`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Template_Type_Code`) FROM `Ref_Template_Types`","question":"How many different Template_Type_Code are in table Ref_Template_Types?","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Ref_Template_Types","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Template_Type_Description`) FROM `Ref_Template_Types`","question":"How many different Template_Type_Description are in table Ref_Template_Types?","db_schema_normalized":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Paragraph_Text`) FROM `Paragraphs`","question":"How many different Paragraph_Text are in table Paragraphs?","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/cre_Doc_Template_Mgt\/cre_Doc_Template_Mgt.sqlite","db_id":"cre_Doc_Template_Mgt","tbl_name":"Paragraphs","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Other_Details`) FROM `Paragraphs`","question":"How many different Other_Details are in table Paragraphs?","db_schema_normalized":"`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))","db_schema":"`Ref_Template_Types`(Template_Type_Code CHAR(15) NOT NULL, Template_Type_Description VARCHAR(255) NOT NULL, PRIMARY KEY (Template_Type_Code))\n`Templates`(Template_ID INTEGER NOT NULL, Version_Number INTEGER NOT NULL, Template_Type_Code CHAR(15) NOT NULL, Date_Effective_From DATETIME, Date_Effective_To DATETIME, Template_Details VARCHAR(255) NOT NULL, PRIMARY KEY (Template_ID), FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code))\n`Documents`(Document_ID INTEGER NOT NULL, Template_ID INTEGER, Document_Name VARCHAR(255), Document_Description VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Document_ID), FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID))\n`Paragraphs`(Paragraph_ID INTEGER NOT NULL, Document_ID INTEGER NOT NULL, Paragraph_Text VARCHAR(255), Other_Details VARCHAR(255), PRIMARY KEY (Paragraph_ID), FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Staring_Date` FROM `course`","question":"Show the different Staring_Date in the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Course` FROM `course`","question":"Show the different Course in the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Name` FROM `teacher`","question":"Show the different Name in the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Age` FROM `teacher`","question":"Show the different Age in the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Hometown` FROM `teacher`","question":"Show the different Hometown in the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Staring_Date`, COUNT(*) FROM `course` GROUP BY `Staring_Date`","question":"For each Staring_Date, count the number of rows in table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Course`, COUNT(*) FROM `course` GROUP BY `Course`","question":"For each Course, count the number of rows in table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Name`, COUNT(*) FROM `teacher` GROUP BY `Name`","question":"For each Name, count the number of rows in table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Age`, COUNT(*) FROM `teacher` GROUP BY `Age`","question":"For each Age, count the number of rows in table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Hometown`, COUNT(*) FROM `teacher` GROUP BY `Hometown`","question":"For each Hometown, count the number of rows in table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Staring_Date` FROM `course` GROUP BY `Staring_Date` HAVING count(*) >= 1","question":"Find all the Staring_Date that have at least 1 records in table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Staring_Date` FROM `course` GROUP BY `Staring_Date` HAVING count(*) <= 1","question":"Find all the Staring_Date that have at most 1 records in table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Course` FROM `course` GROUP BY `Course` HAVING count(*) >= 1","question":"Find all the Course that have at least 1 records in table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Course` FROM `course` GROUP BY `Course` HAVING count(*) <= 1","question":"Find all the Course that have at most 1 records in table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Name` FROM `teacher` GROUP BY `Name` HAVING count(*) >= 1","question":"Find all the Name that have at least 1 records in table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Name` FROM `teacher` GROUP BY `Name` HAVING count(*) <= 1","question":"Find all the Name that have at most 1 records in table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Age` FROM `teacher` GROUP BY `Age` HAVING count(*) >= 1","question":"Find all the Age that have at least 1 records in table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Age` FROM `teacher` GROUP BY `Age` HAVING count(*) <= 1","question":"Find all the Age that have at most 1 records in table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Hometown` FROM `teacher` GROUP BY `Hometown` HAVING count(*) >= 1","question":"Find all the Hometown that have at least 1 records in table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Hometown` FROM `teacher` GROUP BY `Hometown` HAVING count(*) <= 1","question":"Find all the Hometown that have at most 1 records in table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `course_arrange` AS T1 JOIN `course` AS T2 ON T1.`Course_ID` = T2.`Course_ID`","question":"Join all the records from table course_arrange with table course on Course_ID","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `course_arrange` AS T1 JOIN `teacher` AS T2 ON T1.`Teacher_ID` = T2.`Teacher_ID`","question":"Join all the records from table course_arrange with table teacher on Teacher_ID","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `course` ORDER BY `Staring_Date` ASC","question":"Show all data ordered by Staring_Date in ascending order for the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `course` ORDER BY `Staring_Date` DESC","question":"Show all data ordered by Staring_Date in descending order for the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `course` ORDER BY `Course_ID` ASC","question":"Show all data ordered by Course_ID in ascending order for the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `course` ORDER BY `Course_ID` DESC","question":"Show all data ordered by Course_ID in descending order for the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Course_ID` FROM `course` ORDER BY `Course_ID` ASC","question":"Project the Course_ID ordered in ascending order for the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Course_ID` FROM `course` ORDER BY `Course_ID` DESC","question":"Project the Course_ID ordered in descending order for the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Staring_Date` FROM `course` ORDER BY `Staring_Date` ASC","question":"Project the Staring_Date ordered in ascending order for the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Staring_Date` FROM `course` ORDER BY `Staring_Date` DESC","question":"Project the Staring_Date ordered in descending order for the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `course_arrange` ORDER BY `Grade` ASC","question":"Show all data ordered by Grade in ascending order for the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `course_arrange` ORDER BY `Grade` DESC","question":"Show all data ordered by Grade in descending order for the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `course_arrange` ORDER BY `Teacher_ID` ASC","question":"Show all data ordered by Teacher_ID in ascending order for the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `course_arrange` ORDER BY `Teacher_ID` DESC","question":"Show all data ordered by Teacher_ID in descending order for the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Course_ID` FROM `course_arrange` ORDER BY `Course_ID` ASC","question":"Project the Course_ID ordered in ascending order for the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Course_ID` FROM `course_arrange` ORDER BY `Course_ID` DESC","question":"Project the Course_ID ordered in descending order for the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Grade` FROM `course_arrange` ORDER BY `Grade` ASC","question":"Project the Grade ordered in ascending order for the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Grade` FROM `course_arrange` ORDER BY `Grade` DESC","question":"Project the Grade ordered in descending order for the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `teacher` ORDER BY `Teacher_ID` ASC","question":"Show all data ordered by Teacher_ID in ascending order for the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `teacher` ORDER BY `Teacher_ID` DESC","question":"Show all data ordered by Teacher_ID in descending order for the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `teacher` ORDER BY `Name` ASC","question":"Show all data ordered by Name in ascending order for the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `teacher` ORDER BY `Name` DESC","question":"Show all data ordered by Name in descending order for the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Name` FROM `teacher` ORDER BY `Name` ASC","question":"Project the Name ordered in ascending order for the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Name` FROM `teacher` ORDER BY `Name` DESC","question":"Project the Name ordered in descending order for the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Hometown` FROM `teacher` ORDER BY `Hometown` ASC","question":"Project the Hometown ordered in ascending order for the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Hometown` FROM `teacher` ORDER BY `Hometown` DESC","question":"Project the Hometown ordered in descending order for the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Course_ID` FROM `course`","question":"Show all Course_ID in the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Staring_Date` FROM `course`","question":"Show all Staring_Date in the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Course` FROM `course`","question":"Show all Course in the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `course`","question":"Show all the rows in the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Course_ID` FROM `course`","question":"Show all Course_ID in the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Course`, `Staring_Date` FROM `course`","question":"Show all Course, Staring_Date in the table course","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Course_ID` FROM `course_arrange`","question":"Show all Course_ID in the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Teacher_ID` FROM `course_arrange`","question":"Show all Teacher_ID in the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Grade` FROM `course_arrange`","question":"Show all Grade in the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `course_arrange`","question":"Show all the rows in the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Grade` FROM `course_arrange`","question":"Show all Grade in the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Grade`, `Course_ID` FROM `course_arrange`","question":"Show all Grade, Course_ID in the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Teacher_ID` FROM `teacher`","question":"Show all Teacher_ID in the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Name` FROM `teacher`","question":"Show all Name in the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Age` FROM `teacher`","question":"Show all Age in the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Hometown` FROM `teacher`","question":"Show all Hometown in the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `teacher`","question":"Show all the rows in the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Hometown` FROM `teacher`","question":"Show all Hometown in the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Hometown`, `Age` FROM `teacher`","question":"Show all Hometown, Age in the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Teacher_ID`, `Hometown`, `Name` FROM `teacher`","question":"Show all Teacher_ID, Hometown, Name in the table teacher","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `course` WHERE `Staring_Date` == '10 May'","question":"Show the data of the table course where Staring_Date is equal to 10 May","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `course` WHERE `Staring_Date` != '5 May'","question":"Show the data of the table course where Staring_Date is different from 5 May","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `course` WHERE `Staring_Date` != '5 May'","question":"Show the data of the table course where Staring_Date not equal to 5 May","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `course` WHERE `Course` == 'Science'","question":"Show the data of the table course where Course is equal to Science","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `course` WHERE `Course` != 'Science'","question":"Show the data of the table course where Course is different from Science","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `course` WHERE `Course` != 'Science'","question":"Show the data of the table course where Course not equal to Science","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `course_arrange` WHERE `Grade` > 3","question":"Show the data of the table course_arrange where Grade is greater than 3","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `teacher` WHERE `Name` == 'Gustaaf Deloor'","question":"Show the data of the table teacher where Name is equal to Gustaaf Deloor","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `teacher` WHERE `Name` != 'John Deloor'","question":"Show the data of the table teacher where Name is different from John Deloor","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `teacher` WHERE `Name` != 'John Deloor'","question":"Show the data of the table teacher where Name not equal to John Deloor","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `teacher` WHERE `Age` == '26'","question":"Show the data of the table teacher where Age is equal to 26","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `teacher` WHERE `Age` != '32'","question":"Show the data of the table teacher where Age is different from 32","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `teacher` WHERE `Age` != '29'","question":"Show the data of the table teacher where Age not equal to 29","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `teacher` WHERE `Hometown` == 'Blackrod Urban District'","question":"Show the data of the table teacher where Hometown is equal to Blackrod Urban District","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `teacher` WHERE `Hometown` != 'Blackrod Urban District'","question":"Show the data of the table teacher where Hometown is different from Blackrod Urban District","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `teacher` WHERE `Hometown` != 'Horwich Urban District'","question":"Show the data of the table teacher where Hometown not equal to Horwich Urban District","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Staring_Date`) FROM `course`","question":"How many different Staring_Date are in table course?","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Course`) FROM `course`","question":"How many different Course are in table course?","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Grade`) FROM `course_arrange`","question":"Find the maximum Grade for the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Grade`) FROM `course_arrange`","question":"Find the minimum Grade for the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"course_arrange","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Grade`) FROM `course_arrange`","question":"Find the average Grade for the table course_arrange","db_schema_normalized":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Name`) FROM `teacher`","question":"How many different Name are in table teacher?","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Age`) FROM `teacher`","question":"How many different Age are in table teacher?","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/course_teach\/course_teach.sqlite","db_id":"course_teach","tbl_name":"teacher","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Hometown`) FROM `teacher`","question":"How many different Hometown are in table teacher?","db_schema_normalized":"`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))","db_schema":"`\"course\"` (\"Course_ID\" int, \"Staring_Date\" text, \"Course\" text, PRIMARY KEY (\"Course_ID\"))\n`\"teacher\"` (\"Teacher_ID\" int, \"Name\" text, \"Age\" text, \"Hometown\" text, PRIMARY KEY (\"Teacher_ID\"))\n`\"course_arrange\"` (\"Course_ID\" int, \"Teacher_ID\" int, \"Grade\" int, PRIMARY KEY (\"Course_ID\",\"Teacher_ID\",\"Grade\"), FOREIGN KEY (\"Course_ID\") REFERENCES `course`(\"Course_ID\"), FOREIGN KEY (\"Teacher_ID\") REFERENCES `teacher`(\"Teacher_ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Name` FROM `museum`","question":"Show the different Name in the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Open_Year` FROM `museum`","question":"Show the different Open_Year in the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `visitor_ID` FROM `visit`","question":"Show the different visitor_ID in the table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"DISTINCT","sql_tag":"DISTINCT-SINGLE","query":"SELECT DISTINCT `Name` FROM `visitor`","question":"Show the different Name in the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Name`, COUNT(*) FROM `museum` GROUP BY `Name`","question":"For each Name, count the number of rows in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Open_Year`, COUNT(*) FROM `museum` GROUP BY `Open_Year`","question":"For each Open_Year, count the number of rows in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Name`, MIN(`Num_of_Staff`) FROM `museum` GROUP BY `Name`","question":"For each Name, find the min of Num_of_Staff in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Name`, MAX(`Num_of_Staff`) FROM `museum` GROUP BY `Name`","question":"For each Name, find the max of Num_of_Staff in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Name`, AVG(`Num_of_Staff`) FROM `museum` GROUP BY `Name`","question":"For each Name, find the avg of Num_of_Staff in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Name`, SUM(`Num_of_Staff`) FROM `museum` GROUP BY `Name`","question":"For each Name, find the sum of Num_of_Staff in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Open_Year`, MIN(`Num_of_Staff`) FROM `museum` GROUP BY `Open_Year`","question":"For each Open_Year, find the min of Num_of_Staff in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Open_Year`, MAX(`Num_of_Staff`) FROM `museum` GROUP BY `Open_Year`","question":"For each Open_Year, find the max of Num_of_Staff in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Open_Year`, AVG(`Num_of_Staff`) FROM `museum` GROUP BY `Open_Year`","question":"For each Open_Year, find the avg of Num_of_Staff in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Open_Year`, SUM(`Num_of_Staff`) FROM `museum` GROUP BY `Open_Year`","question":"For each Open_Year, find the sum of Num_of_Staff in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `visitor_ID`, COUNT(*) FROM `visit` GROUP BY `visitor_ID`","question":"For each visitor_ID, count the number of rows in table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `visitor_ID`, MIN(`Num_of_Ticket`) FROM `visit` GROUP BY `visitor_ID`","question":"For each visitor_ID, find the min of Num_of_Ticket in table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `visitor_ID`, MAX(`Num_of_Ticket`) FROM `visit` GROUP BY `visitor_ID`","question":"For each visitor_ID, find the max of Num_of_Ticket in table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `visitor_ID`, AVG(`Num_of_Ticket`) FROM `visit` GROUP BY `visitor_ID`","question":"For each visitor_ID, find the avg of Num_of_Ticket in table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `visitor_ID`, SUM(`Num_of_Ticket`) FROM `visit` GROUP BY `visitor_ID`","question":"For each visitor_ID, find the sum of Num_of_Ticket in table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `visitor_ID`, MIN(`Total_spent`) FROM `visit` GROUP BY `visitor_ID`","question":"For each visitor_ID, find the min of Total_spent in table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `visitor_ID`, MAX(`Total_spent`) FROM `visit` GROUP BY `visitor_ID`","question":"For each visitor_ID, find the max of Total_spent in table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `visitor_ID`, AVG(`Total_spent`) FROM `visit` GROUP BY `visitor_ID`","question":"For each visitor_ID, find the avg of Total_spent in table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `visitor_ID`, SUM(`Total_spent`) FROM `visit` GROUP BY `visitor_ID`","question":"For each visitor_ID, find the sum of Total_spent in table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"GROUPBY","sql_tag":"GROUPBY-COUNT","query":"SELECT `Name`, COUNT(*) FROM `visitor` GROUP BY `Name`","question":"For each Name, count the number of rows in table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Name`, MIN(`Level_of_membership`) FROM `visitor` GROUP BY `Name`","question":"For each Name, find the min of Level_of_membership in table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Name`, MAX(`Level_of_membership`) FROM `visitor` GROUP BY `Name`","question":"For each Name, find the max of Level_of_membership in table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Name`, AVG(`Level_of_membership`) FROM `visitor` GROUP BY `Name`","question":"For each Name, find the avg of Level_of_membership in table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Name`, SUM(`Level_of_membership`) FROM `visitor` GROUP BY `Name`","question":"For each Name, find the sum of Level_of_membership in table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MIN","query":"SELECT `Name`, MIN(`Age`) FROM `visitor` GROUP BY `Name`","question":"For each Name, find the min of Age in table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-MAX","query":"SELECT `Name`, MAX(`Age`) FROM `visitor` GROUP BY `Name`","question":"For each Name, find the max of Age in table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-AVG","query":"SELECT `Name`, AVG(`Age`) FROM `visitor` GROUP BY `Name`","question":"For each Name, find the avg of Age in table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"GROUPBY","sql_tag":"GROUPBY-AGG-SUM","query":"SELECT `Name`, SUM(`Age`) FROM `visitor` GROUP BY `Name`","question":"For each Name, find the sum of Age in table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Name` FROM `museum` GROUP BY `Name` HAVING count(*) >= 1","question":"Find all the Name that have at least 1 records in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Name` FROM `museum` GROUP BY `Name` HAVING count(*) <= 1","question":"Find all the Name that have at most 1 records in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Open_Year` FROM `museum` GROUP BY `Open_Year` HAVING count(*) >= 1","question":"Find all the Open_Year that have at least 1 records in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Open_Year` FROM `museum` GROUP BY `Open_Year` HAVING count(*) <= 1","question":"Find all the Open_Year that have at most 1 records in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Name` FROM `museum` GROUP BY `Name` HAVING AVG(`Num_of_Staff`) >= 22.62","question":"List the Name which average of Num_of_Staff is at least 22.62 in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Name` FROM `museum` GROUP BY `Name` HAVING AVG(`Num_of_Staff`) <= 22.62","question":"List the Name which average of Num_of_Staff is at most 22.62 in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Name` FROM `museum` GROUP BY `Name` HAVING SUM(`Num_of_Staff`) >= 22.62","question":"List the Name which summation of Num_of_Staff is at least 22.62 in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Name` FROM `museum` GROUP BY `Name` HAVING SUM(`Num_of_Staff`) <= 22.62","question":"List the Name which summation of Num_of_Staff is at most 22.62 in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Open_Year` FROM `museum` GROUP BY `Open_Year` HAVING AVG(`Num_of_Staff`) >= 24.75","question":"List the Open_Year which average of Num_of_Staff is at least 24.75 in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Open_Year` FROM `museum` GROUP BY `Open_Year` HAVING AVG(`Num_of_Staff`) <= 24.75","question":"List the Open_Year which average of Num_of_Staff is at most 24.75 in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Open_Year` FROM `museum` GROUP BY `Open_Year` HAVING SUM(`Num_of_Staff`) >= 30.17","question":"List the Open_Year which summation of Num_of_Staff is at least 30.17 in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Open_Year` FROM `museum` GROUP BY `Open_Year` HAVING SUM(`Num_of_Staff`) <= 30.17","question":"List the Open_Year which summation of Num_of_Staff is at most 30.17 in table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `visitor_ID` FROM `visit` GROUP BY `visitor_ID` HAVING count(*) >= 2","question":"Find all the visitor_ID that have at least 2 records in table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `visitor_ID` FROM `visit` GROUP BY `visitor_ID` HAVING count(*) <= 2","question":"Find all the visitor_ID that have at most 2 records in table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `visitor_ID` FROM `visit` GROUP BY `visitor_ID` HAVING AVG(`Num_of_Ticket`) >= 10.5","question":"List the visitor_ID which average of Num_of_Ticket is at least 10.5 in table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `visitor_ID` FROM `visit` GROUP BY `visitor_ID` HAVING AVG(`Num_of_Ticket`) <= 10.5","question":"List the visitor_ID which average of Num_of_Ticket is at most 10.5 in table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `visitor_ID` FROM `visit` GROUP BY `visitor_ID` HAVING SUM(`Num_of_Ticket`) >= 21.0","question":"List the visitor_ID which summation of Num_of_Ticket is at least 21.0 in table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `visitor_ID` FROM `visit` GROUP BY `visitor_ID` HAVING SUM(`Num_of_Ticket`) <= 21.0","question":"List the visitor_ID which summation of Num_of_Ticket is at most 21.0 in table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Name` FROM `visitor` GROUP BY `Name` HAVING count(*) >= 1","question":"Find all the Name that have at least 1 records in table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"HAVING","sql_tag":"HAVING-COUNT","query":"SELECT `Name` FROM `visitor` GROUP BY `Name` HAVING count(*) <= 1","question":"Find all the Name that have at most 1 records in table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Name` FROM `visitor` GROUP BY `Name` HAVING AVG(`Level_of_membership`) >= 3.83","question":"List the Name which average of Level_of_membership is at least 3.83 in table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"HAVING","sql_tag":"HAVING-AGG-AVG","query":"SELECT `Name` FROM `visitor` GROUP BY `Name` HAVING AVG(`Level_of_membership`) <= 3.83","question":"List the Name which average of Level_of_membership is at most 3.83 in table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Name` FROM `visitor` GROUP BY `Name` HAVING SUM(`Level_of_membership`) >= 3.83","question":"List the Name which summation of Level_of_membership is at least 3.83 in table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"HAVING","sql_tag":"HAVING-AGG-SUM","query":"SELECT `Name` FROM `visitor` GROUP BY `Name` HAVING SUM(`Level_of_membership`) <= 3.83","question":"List the Name which summation of Level_of_membership is at most 3.83 in table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `visit` AS T1 JOIN `museum` AS T2 ON T1.`Museum_ID` = T2.`Museum_ID`","question":"Join all the records from table visit with table museum on Museum_ID","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-ALL","query":"SELECT * FROM `visit` AS T1 JOIN `visitor` AS T2 ON T1.`visitor_ID` = T2.`ID`","question":"Join all the records from table visit with table visitor on visitor_ID","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`visitor_ID`, T2.`Name` FROM `visit` AS T1 JOIN `museum` AS T2 ON T1.`Museum_ID`=T2.`Museum_ID`","question":"List all the visitor_ID and Name from the table visit and the table museum where Museum_ID is the same","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"INNER-JOIN","sql_tag":"JOIN-PROJECT-CAT","query":"SELECT T1.`visitor_ID`, T2.`Open_Year` FROM `visit` AS T1 JOIN `museum` AS T2 ON T1.`Museum_ID`=T2.`Museum_ID`","question":"List all the visitor_ID and Open_Year from the table visit and the table museum where Museum_ID is the same","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `museum` ORDER BY `Open_Year` ASC","question":"Show all data ordered by Open_Year in ascending order for the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `museum` ORDER BY `Open_Year` DESC","question":"Show all data ordered by Open_Year in descending order for the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `museum` ORDER BY `Name` ASC","question":"Show all data ordered by Name in ascending order for the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `museum` ORDER BY `Name` DESC","question":"Show all data ordered by Name in descending order for the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Museum_ID` FROM `museum` ORDER BY `Museum_ID` ASC","question":"Project the Museum_ID ordered in ascending order for the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Museum_ID` FROM `museum` ORDER BY `Museum_ID` DESC","question":"Project the Museum_ID ordered in descending order for the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Open_Year` FROM `museum` ORDER BY `Open_Year` ASC","question":"Project the Open_Year ordered in ascending order for the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Open_Year` FROM `museum` ORDER BY `Open_Year` DESC","question":"Project the Open_Year ordered in descending order for the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `visit` ORDER BY `Museum_ID` ASC","question":"Show all data ordered by Museum_ID in ascending order for the table visit","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `visit` ORDER BY `Museum_ID` DESC","question":"Show all data ordered by Museum_ID in descending order for the table visit","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `visit` ORDER BY `Num_of_Ticket` ASC","question":"Show all data ordered by Num_of_Ticket in ascending order for the table visit","db_schema_normalized":"`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `visit` ORDER BY `Num_of_Ticket` DESC","question":"Show all data ordered by Num_of_Ticket in descending order for the table visit","db_schema_normalized":"`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Museum_ID` FROM `visit` ORDER BY `Museum_ID` ASC","question":"Project the Museum_ID ordered in ascending order for the table visit","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Museum_ID` FROM `visit` ORDER BY `Museum_ID` DESC","question":"Project the Museum_ID ordered in descending order for the table visit","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `visitor_ID` FROM `visit` ORDER BY `visitor_ID` ASC","question":"Project the visitor_ID ordered in ascending order for the table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `visitor_ID` FROM `visit` ORDER BY `visitor_ID` DESC","question":"Project the visitor_ID ordered in descending order for the table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `visitor` ORDER BY `Level_of_membership` ASC","question":"Show all data ordered by Level_of_membership in ascending order for the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `visitor` ORDER BY `Level_of_membership` DESC","question":"Show all data ordered by Level_of_membership in descending order for the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `visitor` ORDER BY `Age` ASC","question":"Show all data ordered by Age in ascending order for the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"ORDERBY","sql_tag":"ORDERBY-SINGLE","query":"SELECT * FROM `visitor` ORDER BY `Age` DESC","question":"Show all data ordered by Age in descending order for the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `ID` FROM `visitor` ORDER BY `ID` ASC","question":"Project the ID ordered in ascending order for the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `ID` FROM `visitor` ORDER BY `ID` DESC","question":"Project the ID ordered in descending order for the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Name` FROM `visitor` ORDER BY `Name` ASC","question":"Project the Name ordered in ascending order for the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"ORDERBY","sql_tag":"ORDERBY-PROJECT","query":"SELECT `Name` FROM `visitor` ORDER BY `Name` DESC","question":"Project the Name ordered in descending order for the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Museum_ID` FROM `museum`","question":"Show all Museum_ID in the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Name` FROM `museum`","question":"Show all Name in the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Num_of_Staff` FROM `museum`","question":"Show all Num_of_Staff in the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Open_Year` FROM `museum`","question":"Show all Open_Year in the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `museum`","question":"Show all the rows in the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Name` FROM `museum`","question":"Show all Name in the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Museum_ID`, `Name` FROM `museum`","question":"Show all Museum_ID, Name in the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Open_Year`, `Name`, `Num_of_Staff` FROM `museum`","question":"Show all Open_Year, Name, Num_of_Staff in the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Museum_ID` FROM `visit`","question":"Show all Museum_ID in the table visit","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `visitor_ID` FROM `visit`","question":"Show all visitor_ID in the table visit","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Num_of_Ticket` FROM `visit`","question":"Show all Num_of_Ticket in the table visit","db_schema_normalized":"`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Total_spent` FROM `visit`","question":"Show all Total_spent in the table visit","db_schema_normalized":"`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `visit`","question":"Show all the rows in the table visit","db_schema_normalized":"`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Total_spent` FROM `visit`","question":"Show all Total_spent in the table visit","db_schema_normalized":"`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Museum_ID`, `Total_spent` FROM `visit`","question":"Show all Museum_ID, Total_spent in the table visit","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `visitor_ID`, `Museum_ID`, `Total_spent` FROM `visit`","question":"Show all visitor_ID, Museum_ID, Total_spent in the table visit","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `ID` FROM `visitor`","question":"Show all ID in the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Name` FROM `visitor`","question":"Show all Name in the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Level_of_membership` FROM `visitor`","question":"Show all Level_of_membership in the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"PROJECT","sql_tag":"SELECT-SINGLE-COL","query":"SELECT `Age` FROM `visitor`","question":"Show all Age in the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"PROJECT","sql_tag":"SELECT-ALL","query":"SELECT * FROM `visitor`","question":"Show all the rows in the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Level_of_membership` FROM `visitor`","question":"Show all Level_of_membership in the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Level_of_membership`, `Name` FROM `visitor`","question":"Show all Level_of_membership, Name in the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"PROJECT","sql_tag":"SELECT-RANDOM-COL","query":"SELECT `Age`, `ID`, `Name` FROM `visitor`","question":"Show all Age, ID, Name in the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `museum` WHERE `Name` == 'Plaza Museum'","question":"Show the data of the table museum where Name is equal to Plaza Museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `museum` WHERE `Name` != 'Willow Grande Museum'","question":"Show the data of the table museum where Name is different from Willow Grande Museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `museum` WHERE `Name` != 'Willow Grande Museum'","question":"Show the data of the table museum where Name not equal to Willow Grande Museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `museum` WHERE `Open_Year` == '2012'","question":"Show the data of the table museum where Open_Year is equal to 2012","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `museum` WHERE `Open_Year` != '2008'","question":"Show the data of the table museum where Open_Year is different from 2008","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `museum` WHERE `Open_Year` != '2010'","question":"Show the data of the table museum where Open_Year not equal to 2010","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `museum` WHERE `Num_of_Staff` > 18","question":"Show the data of the table museum where Num_of_Staff is greater than 18","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `museum` WHERE `Num_of_Staff` < 18","question":"Show the data of the table museum where Num_of_Staff is less than 18","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `visit` WHERE `visitor_ID` == '5'","question":"Show the data of the table visit where visitor_ID is equal to 5","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `visit` WHERE `visitor_ID` != '5'","question":"Show the data of the table visit where visitor_ID is different from 5","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `visit` WHERE `visitor_ID` != '6'","question":"Show the data of the table visit where visitor_ID not equal to 6","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `visit` WHERE `Num_of_Ticket` > 10","question":"Show the data of the table visit where Num_of_Ticket is greater than 10","db_schema_normalized":"`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `visit` WHERE `Num_of_Ticket` < 20","question":"Show the data of the table visit where Num_of_Ticket is less than 20","db_schema_normalized":"`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `visit` WHERE `Total_spent` < 320.14","question":"Show the data of the table visit where Total_spent is less than 320.14","db_schema_normalized":"`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `visitor` WHERE `Name` == 'Fernando Gago'","question":"Show the data of the table visitor where Name is equal to Fernando Gago","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `visitor` WHERE `Name` != 'Arjen Robben'","question":"Show the data of the table visitor where Name is different from Arjen Robben","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"SELECT","sql_tag":"WHERE-CAT","query":"SELECT * FROM `visitor` WHERE `Name` != 'Arjen Robben'","question":"Show the data of the table visitor where Name not equal to Arjen Robben","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `visitor` WHERE `Age` > 28","question":"Show the data of the table visitor where Age is greater than 28","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"SELECT","sql_tag":"WHERE-NUM","query":"SELECT * FROM `visitor` WHERE `Age` < 28","question":"Show the data of the table visitor where Age is less than 28","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Name`) FROM `museum`","question":"How many different Name are in table museum?","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Open_Year`) FROM `museum`","question":"How many different Open_Year are in table museum?","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Num_of_Staff`) FROM `museum`","question":"Find the maximum Num_of_Staff for the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Num_of_Staff`) FROM `museum`","question":"Find the minimum Num_of_Staff for the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"museum","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Num_of_Staff`) FROM `museum`","question":"Find the average Num_of_Staff for the table museum","db_schema_normalized":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `visitor_ID`) FROM `visit`","question":"How many different visitor_ID are in table visit?","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Num_of_Ticket`) FROM `visit`","question":"Find the maximum Num_of_Ticket for the table visit","db_schema_normalized":"`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Num_of_Ticket`) FROM `visit`","question":"Find the minimum Num_of_Ticket for the table visit","db_schema_normalized":"`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Num_of_Ticket`) FROM `visit`","question":"Find the average Num_of_Ticket for the table visit","db_schema_normalized":"`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Total_spent`) FROM `visit`","question":"Find the maximum Total_spent for the table visit","db_schema_normalized":"`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Total_spent`) FROM `visit`","question":"Find the minimum Total_spent for the table visit","db_schema_normalized":"`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visit","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Total_spent`) FROM `visit`","question":"Find the average Total_spent for the table visit","db_schema_normalized":"`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-COUNT-DISTINCT","query":"SELECT COUNT(DISTINCT `Name`) FROM `visitor`","question":"How many different Name are in table visitor?","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Level_of_membership`) FROM `visitor`","question":"Find the maximum Level_of_membership for the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Level_of_membership`) FROM `visitor`","question":"Find the minimum Level_of_membership for the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Level_of_membership`) FROM `visitor`","question":"Find the average Level_of_membership for the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MAX","query":"SELECT MAX(`Age`) FROM `visitor`","question":"Find the maximum Age for the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-MIN","query":"SELECT MIN(`Age`) FROM `visitor`","question":"Find the minimum Age for the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"},{"db_path":"QATCH-journal\/spider_data\/test_database\/museum_visit\/museum_visit.sqlite","db_id":"museum_visit","tbl_name":"visitor","test_category":"SIMPLE-AGG","sql_tag":"SIMPLE-AGG-AVG","query":"SELECT AVG(`Age`) FROM `visitor`","question":"Find the average Age for the table visitor","db_schema_normalized":"`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))","db_schema":"`\"museum\"` (\"Museum_ID\" int, \"Name\" text, \"Num_of_Staff\" int, \"Open_Year\" text, PRIMARY KEY (\"Museum_ID\"))\n`\"visitor\"` (\"ID\" int, \"Name\" text, \"Level_of_membership\" int, \"Age\" int, PRIMARY KEY (\"ID\"))\n`\"visit\"` (\"Museum_ID\" int, \"visitor_ID\" text, \"Num_of_Ticket\" int, \"Total_spent\" real, PRIMARY KEY (\"Museum_ID\",\"visitor_ID\"), FOREIGN KEY (\"Museum_ID\") REFERENCES `museum`(\"Museum_ID\"), FOREIGN KEY (\"visitor_ID\") REFERENCES `visitor`(\"ID\"))"}]