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_D on 2025-01-24?
| 51 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_D' AND DATE(date_time) = '2025-01-24';
| 151 |
What is the total number of bad chips in lot I80165AY?
| 30 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I80165AY';
| 151 |
What is the total number of lad ghips for Station_E on 2025-01-14?
| 51 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-14';
| 139 |
What is the tottal number of bad marks in lot W31936PW?
| 42 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W31936PW';
| 148 |
What is the total number of bad chips for Station_L on 2025-01-27?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_L' AND DATE(date_time) = '2025-01-27';
| 136 |
What is the total number of bad marks for Station_W on 2025-01-18?
| 47 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-18';
| 145 |
What is the total number of bad chips in lot A44283CI?
| 43 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A44283CI';
| 160 |
What is the averge defect rate for station JUNB-AVIy
| 43 |
SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = JUNB-AVI;
| 143 |
mhat is the total nudber of bad marks in lot S34941ME?
| 35 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S34941ME';
| 143 |
What is the total number of bad chips for Station_B on 2025-01-19?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_B' AND DATE(date_time) = '2025-01-19';
| 150 |
What is the total number of bad chips in lot K33280NH?
| 31 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'K33280NH';
| 150 |
Retrieve the top 3 lots with the highest defects from Station_K.
| 54 |
SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_K' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;
| 151 |
What is the total number of bad marks in lot F21039MJ?
| 34 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F21039MJ';
| 144 |
What is the total numfer of bad chiis in lot X65828CM?
| 31 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X65828CM';
| 158 |
What is the total number of bad marks in lot Q93758MR?
| 33 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q93758MR';
| 154 |
What is the total number of bad marks in lot R04355TY?
| 41 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R04355TY';
| 143 |
What is the total number of bad marks in lot M46756JV?
| 31 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M46756JV';
| 157 |
Retrieve the top 3 lots with the highest defects from Station_E.
| 58 |
SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_E' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;
| 152 |
What is the total number of bad chips for Station_J on 2025-01-18?
| 42 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-18';
| 153 |
What is the total number of bad chips in lot V27197VX?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V27197VX';
| 152 |
What is the totat number of bad chips in lot V18718BJ?
| 44 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V18718BJ';
| 157 |
What is the total number of bad chips in lot O37630RU?
| 43 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O37630RU';
| 142 |
Retrieve the top 3 lots with the highest defects from Station_G.
| 53 |
SELECT lot_id, SUM(def_qty) AS total_defective FROM machine WHERE proc_id = 'Station_G' GROUP BY lot_id ORDER BY total_defective DESC LIMIT 3;
| 152 |
What is the total number of bad marks for Station_T on 2025-01-27?
| 59 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-27';
| 144 |
What is the total number of bad chips for Station_P on 2025-01-15?
| 43 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-15';
| 135 |
What is the total number of bad chips in lot M44720JV?
| 43 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'M44720JV';
| 140 |
What is the total number of bad chips for Station_M on 2025-01-30?
| 53 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_M' AND DATE(date_time) = '2025-01-30';
| 149 |
What is the tottal number of bad chips in lot N89345HZ?
| 36 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'N89345HZ';
| 143 |
What is the total number of bad chips in lot I98731EU?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I98731EU';
| 146 |
What is the total number of bad marks for Station_E on 2025-01-18?
| 58 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-18';
| 135 |
What is the total number of bad chips for Station_U on 2025-01-24?
| 52 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-24';
| 158 |
What is the total number of bad marks in lot O99346GP?
| 42 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O99346GP';
| 152 |
What is the total number of bad marks in lot D52364AA?
| 43 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D52364AA';
| 155 |
What is the total number of bad marks for Station_L on 2025-01-15?
| 52 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_L' AND DATE(date_time) = '2025-01-15';
| 134 |
List all lots with defect rate higher than 20% for Station_F.
| 55 |
SELECT lot_id FROM machine WHERE proc_id = 'Station_F' AND def_rate > 20;
| 159 |
What is the total number of bad marks in lot U12105XS?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'U12105XS';
| 140 |
What is the total number of bad chips for Station_S on 2025-01-27?
| 47 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_S' AND DATE(date_time) = '2025-01-27';
| 156 |
What is the average number of good chips scanned last month?
| 45 |
SELECT AVG(good_qty) AS avg_good_chips FROM machine WHERE MONTH(date_time) = MONTH(CURDATE() - INTERVAL 1 MONTH);
| 140 |
What is the tottal number of bad marks in lot B35743YQ?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B35743YQ';
| 147 |
What is the total nummber of bad chips in lot A44283CI?
| 45 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A44283CI';
| 150 |
What is the total number of bad marks in lot L78852GM?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L78852GM';
| 143 |
What is the total number of bad chips for Station_Y on 2025-01-21?
| 60 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Y' AND DATE(date_time) = '2025-01-21';
| 132 |
What is the total number of bad marks in lot I52120QG?
| 32 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I52120QG';
| 156 |
What is the total number of bad chips in lot X77935VH?
| 42 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'X77935VH';
| 151 |
What is the total number of bad marks for Station_H on 2025-01-15?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_H' AND DATE(date_time) = '2025-01-15';
| 160 |
What is the total number of bad chips in lot S83724QR?
| 50 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'S83724QR';
| 143 |
Which tray had the highest number of good chips today?
| 50 |
SELECT lot_id, MAX(good_qty) AS max_good_chips FROM machine WHERE CURDATE() GROUP BY lot_id ORDER BY max_good_chips DESC LIMIT 1;
| 135 |
What is the tottal number of bad chips in lot Y25213RT?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Y25213RT';
| 143 |
What is the total number of bad chips in lot I94864IW?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I94864IW';
| 144 |
What is the tottal number of bad chips in lot V96653WX?
| 44 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V96653WX';
| 155 |
What is qhe total number of ead marks in lot H50494IF?
| 39 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H50494IF';
| 158 |
What is the total number of bad chips in lot P35623SV?
| 39 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'P35623SV';
| 156 |
What is the total number of bad chips for Station_P on 2025-01-03?
| 50 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-03';
| 157 |
What is the total number of bad chips for Station_P on 2025-01-26?
| 43 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-26';
| 150 |
What is the total number of bad marks for Station_W on 2025-01-20?
| 48 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_W' AND DATE(date_time) = '2025-01-20';
| 153 |
How many trays were tounted today?
| 42 |
SELECT COUNT(*) AS total_trays FROM machine WHERE CURDATE();
| 145 |
What is the averge defect rate for station BS?
| 30 |
SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = BS;
| 143 |
What is the total number of bad marks in lot B23644PD?
| 43 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B23644PD';
| 140 |
What is the tottl number of bad marks for Station_E on 2025-01-12?
| 58 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-12';
| 142 |
What is the tottal number of bad marks in lot J54956GT?
| 36 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'J54956GT';
| 141 |
What is the total number of bad chips in lot E23152RQ?
| 47 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E23152RQ';
| 144 |
What is the total number of bad marks in lot A39149AV?
| 44 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'A39149AV';
| 146 |
What is the total number of bad marks fob Station_P on 2025-01-31?
| 53 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-31';
| 138 |
What is the total number of bad chips in lot Hf3766PF?
| 39 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'H93766PF';
| 148 |
What is the total number of bad marks in lot O56027SE?
| 45 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'O56027SE';
| 143 |
What is the total number of bad chips in lot F30763YA?
| 32 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'F30763YA';
| 150 |
What is the total number of bad chips in lot R05876FX?
| 50 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R05876FX';
| 145 |
What is the total number of bad marks for Station_V on 2025-01-28?
| 54 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_V' AND DATE(date_time) = '2025-01-28';
| 151 |
What is the averge defect rate for station JUNB-BAKE?
| 32 |
SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = JUNB-BAKE;
| 156 |
What is the total number of bad marks in lot I46746GG?
| 31 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I46746GG';
| 149 |
What is the averge defect rete for station C test?
| 38 |
SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = C test;
| 149 |
What is the tottal number of bad chips in lot E36350GN?
| 42 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'E36350GN';
| 158 |
How many chips were scanned in total today?
| 40 |
SELECT COUNT(*) AS total_chips FROM machine WHERE DATE(date_time) = CURDATE();
| 150 |
What is the total number of bad chips for Station_E on 2025-01-17?
| 59 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-17';
| 134 |
Whft is the averge defect rate for station C test?
| 37 |
SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = C test;
| 147 |
What is the total number of bad marks for Station_J on 2025-01-04?
| 50 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_J' AND DATE(date_time) = '2025-01-04';
| 158 |
What is the total number of bad chips for Station_B on 2025-01-15?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_B' AND DATE(date_time) = '2025-01-15';
| 143 |
What is the total number of bad marks for Station_U on 2025-01-16?
| 47 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_U' AND DATE(date_time) = '2025-01-16';
| 141 |
What is the total number of bad chips in lot R06882KT?
| 42 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'R06882KT';
| 147 |
What is the total number of bad marks in lot V73450GU?
| 43 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V73450GU';
| 154 |
What is the average defect rete for station BA_RF?
| 46 |
SELECT AVG(def_rate) AS avg_defect_rate FROM machine WHERE proc_id = BA_RF;
| 156 |
What is the total nummber of bad marks in lot L77305WS?
| 45 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'L77305WS';
| 149 |
What is the total number of bad chips for Station_N on 2025-01-24?
| 56 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_N' AND DATE(date_time) = '2025-01-24';
| 142 |
What is the total number of bad chips in lot D12415TR?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'D12415TR';
| 159 |
What is the total number of bad marks for Station_E on 2025-01-08?
| 47 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_E' AND DATE(date_time) = '2025-01-08';
| 154 |
What is the total number of bad marks in lot W71878JX?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W71878JX';
| 157 |
What is the total number of bad chips in lot T91917LO?
| 36 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'T91917LO';
| 159 |
What is tho jotal number of bad chips for Station_T on 2025w01-19?
| 52 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_T' AND DATE(date_time) = '2025-01-19';
| 136 |
How many trays have been counted so far?
| 49 |
SELECT MAX(count_id) AS total_trays_counted FROM machine;
| 160 |
What is the total number of bad chips in lot I66908PE?
| 49 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'I66908PE';
| 146 |
What is the total number of bad chips for Station_Q on 2025-01-26?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-26';
| 149 |
What is the total number of bad marks in lot Q74911EQ?
| 46 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q74911EQ';
| 156 |
What is the total number of bad chips in lot G87424QQ?
| 36 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'G87424QQ';
| 160 |
What is the total number of bad marks for Station_O on 2025-01-02?
| 41 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_O' AND DATE(date_time) = '2025-01-02';
| 155 |
What is the tottal number of bad marks in lot V89518YY?
| 42 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'V89518YY';
| 152 |
What is the total number of bad marks for Station_P on 2025-01-13?
| 41 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_P' AND DATE(date_time) = '2025-01-13';
| 158 |
What is the totar number of bad marks in lot B62922PD?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'B62922PD';
| 148 |
What is the total number of bad chips in lot Q13576ME?
| 50 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'Q13576ME';
| 151 |
What is the total number of bad marks in lot W74534UN?
| 40 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE lot_id = 'W74534UN';
| 140 |
Wdat is thq total number of bad marks for Station_Q on 2025-01-04?
| 53 |
SELECT SUM(def_qty) AS total_defective_chips FROM machine WHERE proc_id = 'Station_Q' AND DATE(date_time) = '2025-01-04';
| 137 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.