-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphase4.sql
163 lines (155 loc) · 38.5 KB
/
phase4.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('1', 'DEL', 'MUM', '2020/10/06', '10:25', '8:20', '10:30', '8:25', '2:05', '0', '1350', '0', '345', 'Arrived', '427691459617', '701316776234');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('2', 'DEL', 'MUM', '2020/10/06', '11:30', '9:25', '11:35', '9:30', '2:05', '1', '1350', '0', '232', 'Arrived', '139446154652', '940190667854');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('3', 'DEL', 'MUM', '2020/10/06', '14:15', '12:10', '14:20', '12:15', '2:05', '0', '1350', '1', '642', 'Arrived', '816989698738', '727603019279');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('4', 'DEL', 'MUM', '2020/10/06', '17:15', '15:10', '17:20', '15:15', '2:05', '2', '1350', '0', '734', 'Arrived', '492889047751', '915403132186');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('5', 'DEL', 'MUM', '2020/10/06', '18:35', '16:30', '18:40', '16:35', '2:05', '0', '1350', '1', '875', 'Arrived', '740585609636', '562920204688');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('6', 'DEL', 'MUM', '2020/10/06', '19:15', '17:00', '19:20', '17:05', '2:15', '1', '1350', '0', '242', 'Arrived', '590695444281', '947056199545');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('7', 'HYD', 'MUM', '2020/10/06', '22:15', '20:00', '22:20', '20:05', '2:15', '0', '1350', '0', '435', 'Arrived', '998727690821', '357284469139');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('8', 'BLR', 'MUM', '2020/10/06', '22:05', '19:50', '22:10', '19:55', '2:15', '0', '1350', '0', '975', 'Arrived', '533489174577', '801202304690');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('9', 'BLR', 'MUM', '2020/10/06', '9:10', '6:45', '9:15', '6:50', '2:25', '1', '1350', '1', '645', 'Arrived', '895942302481', '341648440548');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('10', 'BLR', 'MUM', '2020/10/06', '13:15', '11:10', '13:20', '11:15', '2:05', '0', '1350', '0', '893', 'Arrived', '576404241274', '994162770130');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('11', 'BLR', 'MUM', '2020/10/06', '15:00', '12:55', '15:05', '13:00', '2:05', '1', '1350', '1', '234', 'Arrived', '351662528098', '984116856572');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('12', 'HYD', 'MUM', '2020/10/07', '17:40', '15:35', '17:45', '15:40', '2:05', '0', '1350', '0', '212', 'Arrived', '723531887630', '882529509704');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('13', 'HYD', 'MUM', '2020/10/07', '22:40', '20:35', '22:45', '20:40', '2:05', '1', '1350', '1', '673', 'Arrived', '271274517218', '910746441422');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('14', 'HYD', 'MUM', '2020/10/07', '8:05', '5:55', '8:10', '6:00', '2:05', '0', '1350', '0', '546', 'Arrived', '866295518182', '701316776234');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('15', 'DEL', 'HYD', '2020/10/07', '9:10', '7:15', '9:15', '7:20', '1:55', '0', '1023', '0', '343', 'Arrived', '728003163445', '940190667854');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('16', 'DEL', 'HYD', '2020/10/07', '9:25', '7:20', '9:30', '7:25', '2:05', '2', '1023', '0', '235', 'Arrived', '743180682606', '727603019279');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('17', 'DEL', 'HYD', '2020/10/07', '16:30', '14:20', '16:35', '14:25', '2:10', '1', '1023', '1', '232', 'Arrived', '725253952481', '915403132186');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('18', 'BLR', 'HYD', '2020/10/07', '12:15', '10:00', '12:20', '10:05', '2:15', '0', '1023', '0', '796', 'Arrived', '852751115441', '562920204688');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('19', 'BLR', 'HYD', '2020/10/08', '9:40', '7:30', '9:45', '7:35', '2:10', '0', '1023', '1', '878', 'Arrived', '324523567094', '947056199545');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('20', 'MUM', 'HYD', '2020/10/08', '13:15', '11:00', '13:20', '11:05', '2:15', '1', '1023', '0', '238', 'Arrived', '331235638977', '357284469139');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('21', 'MUM', 'HYD', '2020/10/08', '17:15', '15:00', '17:20', '15:05', '2:15', '0', '1023', '0', '124', 'Arrived', '427691459617', '801202304690');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('22', 'DEL', 'BLR', '2020/10/08', '15:10', '12:35', '15:15', '12:40', '2:35', '2', '1530', '1', '974', 'Arrived', '139446154652', '341648440548');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('23', 'MUM', 'BLR', '2020/10/08', '21:30', '18:45', '21:35', '18:50', '2:45', '0', '1530', '0', '642', 'Arrived', '816989698738', '994162770130');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('24', 'HYD', 'BLR', '2020/10/08', '22:30', '19:40', '22:35', '19:45', '2:50', '0', '1530', '0', '234', 'Arrived', '492889047751', '984116856572');
INSERT INTO `airport_db`.`Route` (`Route ID`, `fk_to_airport_src_iata_code`, `fk_to_airport_dest_iata_code`, `Date`, `Scheduled arrival`, `Scheduled Departure`, `Actual arrival time`, `Actual departure time`, `Time duration`, `fk_to_runway_Take off runway id`, `Distance Travelled`, `fk_to_runway_Landing runway ID`, `fk_to_aircraft_registration_num`, `Status`, `Pilot captain Aadhar_card_number`, `Chief_flight_attendant Aadhar_card_number`) VALUES ('25', 'DEL', 'BLR', '2020/10/08', '7:55', '5:20', '8:00', '5:25', '2:35', '2', '1530', '1', '236', 'Arrived', '740585609636', '882529509704');
INSERT INTO `airport_db`.`stopover_airports_on_route` (`fk_route_id`, `fk_iata_stopover_airport`) VALUES ('22', 'HYD');
INSERT INTO `airport_db`.`stopover_airports_on_route` (`fk_route_id`, `fk_iata_stopover_airport`) VALUES ('23', 'HYD');
INSERT INTO `airport_db`.`stopover_airports_on_route` (`fk_route_id`, `fk_iata_stopover_airport`) VALUES ('25', 'HYD');
INSERT INTO `airport_db`.`stopover_airports_on_route` (`fk_route_id`, `fk_iata_stopover_airport`) VALUES ('16', 'BLR');
INSERT INTO `airport_db`.`stopover_airports_on_route` (`fk_route_id`, `fk_iata_stopover_airport`) VALUES ('17', 'BLR');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('427691459617', '1');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('139446154652', '2');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('816989698738', '3');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('492889047751', '4');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('740585609636', '5');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('590695444281', '6');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('998727690821', '7');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('533489174577', '8');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('895942302481', '9');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('576404241274', '10');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('351662528098', '11');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('723531887630', '12');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('271274517218', '13');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('866295518182', '14');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('728003163445', '15');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('743180682606', '16');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('725253952481', '17');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('852751115441', '18');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('324523567094', '19');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('331235638977', '20');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('427691459617', '21');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('139446154652', '22');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('816989698738', '23');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('492889047751', '24');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('740585609636', '25');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('139446154652', '1');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('816989698738', '2');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('492889047751', '3');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('740585609636', '4');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('590695444281', '5');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('998727690821', '6');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('533489174577', '7');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('895942302481', '8');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('576404241274', '9');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('351662528098', '10');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('723531887630', '11');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('271274517218', '12');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('866295518182', '13');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('728003163445', '14');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('743180682606', '15');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('725253952481', '16');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('852751115441', '17');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('324523567094', '18');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('331235638977', '19');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('427691459617', '20');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('139446154652', '21');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('816989698738', '22');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('492889047751', '23');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('740585609636', '24');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('427691459617', '25');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('701316776234', '1');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('940190667854', '2');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('727603019279', '3');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('915403132186', '4');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('562920204688', '5');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('947056199545', '6');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('357284469139', '7');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('801202304690', '8');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('341648440548', '9');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('994162770130', '10');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('984116856572', '11');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('882529509704', '12');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('910746441422', '13');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('701316776234', '14');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('940190667854', '15');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('727603019279', '16');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('915403132186', '17');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('562920204688', '18');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('947056199545', '19');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('357284469139', '20');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('801202304690', '21');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('341648440548', '22');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('994162770130', '23');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('984116856572', '24');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('882529509704', '25');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('263894653433', '1');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('989795868900', '2');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('929409113318', '3');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('898590197215', '4');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('885349935083', '5');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('293071995777', '6');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('960473363810', '7');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('186480088941', '8');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('699936401511', '9');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('229570111446', '10');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('307444476492', '11');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('201895719396', '12');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('442222040823', '13');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('350063861992', '14');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('710069101922', '15');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('901079987005', '16');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('859876076991', '17');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('263894653433', '18');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('989795868900', '19');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('929409113318', '20');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('898590197215', '21');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('885349935083', '22');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('293071995777', '23');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('960473363810', '24');
INSERT INTO `airport_db`.`flight_crew_serves_on_route` (`fk_to_flight_crew_Aadhar_card_number`, `fk_to_route_Route ID`) VALUES ('186480088941', '25');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('427691459617', '139446154652', '701316776234', '263894653433', '4', '2');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('139446154652', '816989698738', '940190667854', '989795868900', '3', '2');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('816989698738', '492889047751', '727603019279', '929409113318', '4', '2');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('492889047751', '740585609636', '915403132186', '898590197215', '3', '2');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('740585609636', '590695444281', '562920204688', '885349935083', '4', '2');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('590695444281', '998727690821', '947056199545', '293071995777', '2', '2');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('998727690821', '533489174577', '357284469139', '960473363810', '4', '2');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('533489174577', '895942302481', '801202304690', '186480088941', '3', '2');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('895942302481', '576404241274', '341648440548', '699936401511', '4', '2');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('576404241274', '351662528098', '994162770130', '229570111446', '3', '2');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('351662528098', '723531887630', '984116856572', '307444476492', '2', '2');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('723531887630', '271274517218', '882529509704', '201895719396', '4', '2');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('271274517218', '866295518182', '910746441422', '442222040823', '2', '2');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('866295518182', '728003163445', '701316776234', '350063861992', '3', '2');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('728003163445', '743180682606', '940190667854', '710069101922', '4', '2');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('743180682606', '725253952481', '727603019279', '901079987005', '4', '1');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('725253952481', '852751115441', '915403132186', '859876076991', '5', '1');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('852751115441', '324523567094', '562920204688', '263894653433', '3', '1');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('324523567094', '331235638977', '947056199545', '989795868900', '3', '1');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('331235638977', '427691459617', '357284469139', '929409113318', '5', '1');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('427691459617', '139446154652', '801202304690', '898590197215', '3', '1');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('139446154652', '816989698738', '341648440548', '885349935083', '4', '1');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('816989698738', '492889047751', '994162770130', '293071995777', '2', '1');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('492889047751', '740585609636', '984116856572', '960473363810', '3', '1');
INSERT INTO `airport_db`.`crew_has_worked_together` (`Pilot captain Aadhar_card_number`, `Pilot first officer Aadhar_card_number`, `flight_attendant Aadhar_card_number`, `flight_engineer Aadhar_card_number`, `Avg_competence_rating`, `Number of Languages spoken overall`) VALUES ('740585609636', '427691459617', '882529509704', '186480088941', '2', '1');