input_sentence
stringlengths 32
88
| latency_ref
int64 30
60
| output_sentence
stringlengths 57
175
| throughput_ref
int64 130
160
|
---|---|---|---|
What is the total number of bad chips for Station_Y on 2025-01-24?
| 57 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-24';
| 150 |
What is the total number of bad chips in lot J61390PR?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J61390PR';
| 146 |
What is the total number of bad chips for Station_W on 2025-01-23?
| 57 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-23';
| 153 |
What is the total number of bad marks in lot S52406EV?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S52406EV';
| 146 |
What is the total numbec of bad marks for Station_L on 2025-01-19?
| 41 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_L' AND DATE(date_time) = '2025-01-19';
| 159 |
What is the total number of bad chips for Station_G on 2025-01-20?
| 55 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-20';
| 134 |
What is the total nummber of bad marks in lot I19202YZ?
| 37 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I19202YZ';
| 159 |
What is the total number of bad marks for Station_J on 2025-01-24?
| 53 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-24';
| 149 |
What is the total number of bad marks for Station_P on 2025-01-19?
| 51 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-19';
| 147 |
What is the average defect rate for station MOKU-AVI?
| 39 |
SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = MOKU-AVI;
| 145 |
What is the total number of bad chips for Station_D on 2025-01-11?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-11';
| 145 |
Which tray had the maximum number of good chips scanned this year?
| 50 |
SELECT lot_id, MAX(72 - def_qty) AS max_good_qty FROM machine WHERE YEAR(date_time) = YEAR(CURDATE());
| 135 |
What is the total number of bad marks for Station_Z on 2025-01-19?
| 44 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-19';
| 142 |
What is the total number of bad marks in lot E65093JL?
| 35 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E65093JL';
| 156 |
What is the total number of bad chips for Station_O on 2025-01-06?
| 44 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-06';
| 150 |
What is the total number of bad chips in lot L43953EF?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L43953EF';
| 146 |
What is the total number of bad chips for Station_I on 2025-01-14?
| 59 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_I' AND DATE(date_time) = '2025-01-14';
| 138 |
What is the tottal number of bad marks in lot W05701AM?
| 32 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W05701AM';
| 143 |
What is the total number of bad chips in lot D09656ZN?
| 30 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D09656ZN';
| 143 |
What is the total nummber of bad marks in lot S04153MC?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S04153MC';
| 143 |
What is the total number of bad chips in lot V91732KT?
| 34 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V91732KT';
| 160 |
What is the total number of bad marks in lot R42168YU?
| 32 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R42168YU';
| 150 |
What is the total number of bad marks in lot B90287JO?
| 41 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B90287JO';
| 159 |
What is the total number of bad chips in lot R05748OE?
| 50 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R05748OE';
| 154 |
What is the total number of bad marks for Station_J on 2025-01-14?
| 53 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-14';
| 144 |
What is the total number of bad chips for Station_D on 2025-01-08?
| 57 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-08';
| 131 |
What is the total number of bad marks for Station_P on 2025-01-24?
| 60 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-24';
| 135 |
What is the total number of bad chips in lot I64438KM?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I64438KM';
| 141 |
What is the total number of bad marks in lot Q26819BS?
| 36 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q26819BS';
| 150 |
What is the total number of bad marks in lot T02721LE?
| 31 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T02721LE';
| 154 |
What is the total number of bad chips in lot J41534NU?
| 35 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J41534NU';
| 152 |
What is the total number of bad marks in lot G67183QH?
| 38 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G67183QH';
| 147 |
What is the averge defect rete for station MOKU-AVI?
| 42 |
SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = MOKU-AVI;
| 150 |
What is the tottal number of bad marks in lot T41145SS?
| 35 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T41145SS';
| 141 |
What is the total number of bad marks for Station_Z on 2025-01-04?
| 47 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Z' AND DATE(date_time) = '2025-01-04';
| 146 |
What is the total number of bad marks in lot I24075KM?
| 30 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I24075KM';
| 149 |
What is the total number of bad chips for Station_Y on 2025-01-06?
| 52 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-06';
| 157 |
What is the total number of bad marks for Station_J on 2025-01-09?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-09';
| 158 |
What is the total number of bad chips in lot B40593UY?
| 32 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B40593UY';
| 148 |
What is the total number of bad marks in lot P17542WL?
| 34 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P17542WL';
| 147 |
What is the total number of bad chips for Station_F on 2025-01-08?
| 59 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-08';
| 137 |
What is the total number of bad marks in lot X83168XM?
| 48 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X83168XM';
| 147 |
What is the average defect rat for station JUNB-AVI?
| 30 |
SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = JUNB-AVI;
| 145 |
What is the total number of bad marks in lot Y22203HN?
| 39 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y22203HN';
| 143 |
What is the total nummber of bad marks in lot U98329JO?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U98329JO';
| 153 |
What is the total number of bad chips in lot L56778YL?
| 48 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L56778YL';
| 151 |
What is the total number of bad marks in lot B25259OT?
| 30 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B25259OT';
| 142 |
Which tray had the maximum number of good chips in the last 24 hours?
| 50 |
SELECT lot_id, MAX(72 - def_qty) AS max_good_qty FROM machine WHERE date_time >= NOW() - INTERVAL 1 DAY;
| 140 |
What is the total number of bad marks in lot B43011BC?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B43011BC';
| 143 |
What is the total number of bad marks for Station_A on 2025-01-15?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-15';
| 143 |
What is the total number of bad chips for Station_O on 2025-01-07?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-07';
| 147 |
What is the total number of bad marks in lot V12503EY?
| 35 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V12503EY';
| 158 |
What is the total number of bad chips for Station_G on 2025-01-23?
| 52 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-23';
| 160 |
What is the total number of bad chips for Station_S on 2025-01-19?
| 48 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-19';
| 146 |
What is the total number of bad chips for Station_G on 2025-01-31?
| 43 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-31';
| 139 |
What is the total number of bad marks in lot J89526OQ?
| 45 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J89526OQ';
| 160 |
What is the total number of bad marks in lot L53121EY?
| 45 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L53121EY';
| 157 |
What is the total number of bad chips for Station_D on 2025-01-05?
| 47 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-05';
| 148 |
What is the total number of bad marks for Station_E on 2025-01-01?
| 56 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-01';
| 137 |
Find the tray with the locest number of good chips in the year 20t5.
| 50 |
SELECT lot_id, MIN(72 - def_qty) AS min_good_chips FROM machine WHERE YEAR(date_time) = 2025 GROUP BY lot_id ORDER BY min_good_chips LIMIT 1;
| 135 |
What is the total number of bad marks for Station_I on 2025-01-12?
| 42 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_I' AND DATE(date_time) = '2025-01-12';
| 138 |
What is the total number of bad chips fox Station_I on 2025-01-08?
| 53 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_I' AND DATE(date_time) = '2025-01-08';
| 138 |
What is the total number of bad marks in lot S18423RF?
| 50 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S18423RF';
| 158 |
What is the total number of bad marks for Station_F on 2025-01-25?
| 57 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_F' AND DATE(date_time) = '2025-01-25';
| 159 |
What is the total number of bad chips for Station_Q on 2025-01-13?
| 60 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-13';
| 132 |
What is the total number of bad marks in lot O16775FG?
| 41 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O16775FG';
| 156 |
What is the total number of bad chips in lot S24357UA?
| 30 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S24357UA';
| 157 |
What is the total number of bad marks in lot V69494HW?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V69494HW';
| 153 |
What is the total number of bad chips for Station_W on 2025-01-13?
| 59 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-13';
| 130 |
What is the total number of bap chips for Station_X on 2025-01-10?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_X' AND DATE(date_time) = '2025-01-10';
| 157 |
What is the total number of bad chips in lot P26381MC?
| 32 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P26381MC';
| 153 |
What is the total number of bad marks in lot S63980KB?
| 39 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S63980KB';
| 140 |
What is the total number of bad chips for Station_M on 2025-01-06?
| 58 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-06';
| 134 |
What is the total number of bad marks in lot S48964CJ?
| 43 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S48964CJ';
| 146 |
What is the total number of bad marks for Station_W on 2025-01-05?
| 56 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-05';
| 146 |
What is the total number of bad marks for Station_M on 2025-01-10?
| 51 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-10';
| 157 |
What is the total number of bad marks in lod T06136YC?
| 30 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T06136YC';
| 140 |
What is the total number of bad chips for Station_A on 2025-01-20?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_A' AND DATE(date_time) = '2025-01-20';
| 156 |
What is the total number of bad chips in lot A08570UK?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A08570UK';
| 142 |
What is the total number of bad chips for Station_G on 2025-01-12?
| 41 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_G' AND DATE(date_time) = '2025-01-12';
| 156 |
What is the total number of bad chips in lot H94857RL?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H94857RL';
| 140 |
What is the total number of bad marks for Station_M on 2025-01-20?
| 55 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-20';
| 159 |
What is the total number of bad chips for Station_O on 2025-01-05?
| 57 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-05';
| 135 |
What is the total number of bad chips in lot F25571XA?
| 41 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F25571XA';
| 152 |
What is the total number of bad chips in lot F30412HA?
| 38 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F30412HA';
| 156 |
What is the tgtal number of bad chips for Station_N on 2025-01-02?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_N' AND DATE(date_time) = '2025-01-02';
| 151 |
What is the total number of bad marks in lot T49991ND?
| 30 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T49991ND';
| 152 |
What is the total number of bad marks in lot N32548CY?
| 48 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N32548CY';
| 148 |
What is the total number of bad marks for Station_R on 2025-01-19?
| 56 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-19';
| 143 |
What is the total number of bad marks in lot Z95051MK?
| 45 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Z95051MK';
| 152 |
What is the total number of bad marks in lot N98714NF?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N98714NF';
| 155 |
Find the tray with the highest percentage of good chips scanned last week.
| 45 |
SELECT lot_id, MAX((72 - def_qty) / 72 * 100) AS max_good_percentage FROM machine WHERE WEEK(date_time) = WEEK(CURDATE() - INTERVAL 1 WEEK);
| 140 |
What is the totav numder of bad harks in lot S87896QS?
| 35 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S87896QS';
| 152 |
What is the total number of bad chips for Station_R on 2025-01-03?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_R' AND DATE(date_time) = '2025-01-03';
| 156 |
What is the total number of bad chips in lot H86905DV?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H86905DV';
| 146 |
What is the tottal number of bad marks in lot O66590WD?
| 48 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O66590WD';
| 155 |
What is the total number of bad marks in lot U10265GL?
| 30 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U10265GL';
| 150 |
What is the total number of bad marks in lot R02564PS?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R02564PS';
| 143 |
What is the total number of bad chips for Station_I on 2025-01-05?
| 41 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_I' AND DATE(date_time) = '2025-01-05';
| 147 |
What is the total nhmber of bad marks for Station_Y on 2025-01-28?
| 48 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-28';
| 139 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.