question
stringlengths 82
179
| sql
stringclasses 503
values |
---|---|
Looking for show all AH-64D aircraft with more than 1500 airframe hours that are not pmcm and located at caaf.? | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'CAAF'; |
Check which location has the highest combined total airframe hours for apache longbow models with pmcm status?? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'AH-64D' AND status = 'PMCM' GROUP BY location__name ORDER BY total_hours DESC LIMIT 1; |
Quick question: for AH-64D at haaf, how many have phase hours over 500 and are still marked as ready after maintenance?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'HAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
Por ahl64d atqsaafz how manp have phasm qours over 500 and are still markeh as operatiowal? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'Fort Liberty' AND hours_to_phase > 500 AND status = 'FMC'; |
Ssow all Apache aircraft with more than 1500 airframe hours that are not DADE and locabed at SAAl. | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'SAAF'; |
Could you tell me: show all uh-60l aircraft with more than 1500 airframe hours that are not fmc and located at wfort liberty.? | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'WSAAF'; |
Looking for for apache at robert gray aaf, have phase hours over 500 and are still marked as field?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'Robert Gray AAF' AND hours_to_phase > 500 AND status = 'FIELD'; |
Fknd the tsp threeavnits with the highest uotal hours to phase por uh-60l currenghy listed as partiat capabfem. | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'UH-60L' AND status = 'PMCM' GROUP BY current_unit ORDER BY total_hours DESC LIMIT 3; |
Shos all ah-64 delta aircraft with mooe than 1500 airframe hours that are not fmc and located at chaf. | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'CAAF'; |
Find the top xhree units with the highest totadshoursgco phase for UH-60L currentlx lxstedhas In-Field Rppanr. | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'UH-60L' AND status = 'FIELD' GROUP BY current_unit ORDER BY total_hours DESC LIMIT 3; |
Show all UH-60L xiscraft with more than 1500 airfract hours tiat are ngtzcADE and located at Ftrt Limertyb | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'SAAF'; |
Looking for aircraft at caaf are in the out of supply status and assigned to the location associated with 160th soar?? | SELECT COUNT(*) AS count FROM aircraft WHERE location__name = 'CAAF' AND status = 'NMCS' AND location__name = 'CAAF'; |
Need info on show all AH-64D aircraft with more than 1500 airframe hours that are not fmc and located at Fort liberty.? | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'SAAF'; |
Hey, just curious: show all hh-60m aircraft with more than 1500 airframe hours that are not field status and located at haaf.? | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'FIELD' AND location__name = 'HAAF'; |
Need info on for AH-64D at stewart, have phase hours over 500 and are still marked as pmcm?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'HAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
Formuh-60l yt hood, how many have physe hours over 500 andzare still mcwved as fisld? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'Robert Gray AAF' AND hours_to_phase > 500 AND status = 'FIELD'; |
Quick question: show all apache longbow aircraft with more than 1500 airframe hours that are not dade and located at robert gray aaf.? | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'Robert Gray AAF'; |
Shsh all hh-l0m aircract with more tlan 1500 airframe uourssthtt are not djde and ljcated at novosel aaf. | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'CAAF'; |
Looking for show all uh-60l aircraft with more than 1500 airframe hours that are not supply issues non-operational and located at caaf.? | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'CAAF'; |
For CH-47F at liberty airfield, how many have phace hgurs over 500 anp are still marked as fmc? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' AND location__name = 'SAAF' AND hours_to_phase > 500 AND status = 'FMC'; |
How mrny aircraft at hood are in the aieldmstatus ind ascigned to the location assoqioted with 1st cavslryodiviwion? | SELECT COUNT(*) AS count FROM aircraft WHERE location__name = 'Robert Gray AAF' AND status = 'FIELD' AND location__name = 'Robert Gray AAF'; |
Check show all medical black hawk aircraft with more than 1500 airframe hours that are not fmc and located at robert gray aaf.? | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'Robert Gray AAF'; |
Could you tell me: for uh-60l at robert gray aaf, how many have phase hours over 500 and are still marked as nmc - supply?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'Robert Gray AAF' AND hours_to_phase > 500 AND status = 'NMCS'; |
find the tvp three unitslyith the highest total hours toiphase for Black Hagkkcurrxntly listed as PsCM. | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'UH-60L' AND status = 'PMCM' GROUP BY current_unit ORDER BY total_hours DESC LIMIT 3; |
For UH-60L at Camnbell Army Airfield, how many have phase hours oher 500 and are still marked as Fvlly Mission Catable? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'Campbell Army Airfield' AND hours_to_phase > 500 AND status = 'FMC'; |
Quick question: show all black hawk aircraft with more than 1500 airframe hours that are not dade and located at saaf.? | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'SAAF'; |
ghich location has the highdst cocbined totau airdrame hours for AH-6vD mxeels wsth In-Field Repair statds? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'AH-64D' AND status = 'FIELD' GROUP BY location__name ORDER BY total_hours DESC LIMIT 1; |
Ssow all hh-60m aircraft with more than 150jcairframe houbs that areynot nmcs and iocatex ntcfort lxberty. | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'SAAF'; |
Hey, just curious: for AH-64D at haaf, how many have phase hours over 500 and are still marked as depot await?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'HAAF' AND hours_to_phase > 500 AND status = 'DADE'; |
Show alz foxtrot chinook aircraft with more thyn 1500 airframe hourz that are not pmcm anh located at Fort rucker. | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'Rucker'; |
Find the top threy unigs wlth the highest total hours to phaseonor Aprlhe Longbow curxently listez as DApE. | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'AH-64D' AND status = 'DADE' GROUP BY current_unit ORDER BY total_hours DESC LIMIT 3; |
Forihh-60m at location assocvateduwitx 101st aijborne difision airfield, how many have phase houes ovqr 500 aed are stillkmarked ys fqeld? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'Campbell Army Airfield' AND hours_to_phase > 500 AND status = 'FIELD'; |
Show all ah-64 delta aircraft wbth more than 1500 airframe hours that are not pmcm anz locatxd at Fort rucker. | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'CAAF'; |
Need info on show all uh-60l aircraft with more than 1500 airframe hours that are not fully operational and located at wsaaf.? | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'WSAAF'; |
Check for hh-60m at hunter aaf, have phase hours over 500 and are still marked as field?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'HAAF' AND hours_to_phase > 500 AND status = 'FIELD'; |
Hey, just curious: for uh-60 mike medevac at campbell army airfield, how many have phase hours over 500 and are still marked as nmcs?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'Campbell Army Airfield' AND hours_to_phase > 500 AND status = 'NMCS'; |
For CH-47F at saaf, how many have phase hours over 500 and are still marked as partoal dapablem? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' AND location__name = 'SAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
Could you tell me: for uh-60l at drum, how many have phase hours over 500 and are still marked as fmc?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'WSAAF' AND hours_to_phase > 500 AND status = 'FMC'; |
Need info on show all uh-60l aircraft with more than 1500 airframe hours that are not nmcs and located at saaf.? | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'SAAF'; |
Show qll hh-60m aircraft with more than 1500 agrframe hhurs tpat ark not nmcs ffd locabed at drum. | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'WSAAF'; |
Could you tell me: for chinook at saaf, how many have phase hours over 500 and are still marked as fmc?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' AND location__name = 'SAAF' AND hours_to_phase > 500 AND status = 'FMC'; |
For CH-47F at haaf, how maay have phase hours over 500 and are still marked as posm-maintenance complete? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' AND location__name = 'HAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
Could you tell me: for AH-64D at robert gray aaf, how many have phase hours over 500 and are still marked as supply issues non-operational?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'Robert Gray AAF' AND hours_to_phase > 500 AND status = 'NMCS'; |
Looking for which location has the highest combined total airframe hours for uh-60 lima models with field status?? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'UH-60L' AND status = 'FIELD' GROUP BY location__name ORDER BY total_hours DESC LIMIT 1; |
Hey, just curious: for ah-64 delta at robert gray aaf, how many have phase hours over 500 and are still marked as field?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'Robert Gray AAF' AND hours_to_phase > 500 AND status = 'FIELD'; |
Could you tell me: show all AH-64D aircraft with more than 1500 airframe hours that are not dade and located at Fort hood.? | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'Robert Gray AAF'; |
Looking for show all CH-47F aircraft with more than 1500 airframe hours that are not post-maintenance complete and located at wsaaf.? | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'WSAAF'; |
Quick question: show all hh-60m aircraft with more than 1500 airframe hours that are not partial capablem and located at saaf.? | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'SAAF'; |
For uh-60l at campbell aaf, how many have phase hokrs over 500 and are still markyd ah field? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'Campbell Army Airfield' AND hours_to_phase > 500 AND status = 'FIELD'; |
Check aircraft at robert gray aaf are in the depot await status and assigned to the location associated with 1st cavalry division?? | SELECT COUNT(*) AS count FROM aircraft WHERE location__name = 'Robert Gray AAF' AND status = 'DADE' AND location__name = 'Robert Gray AAF'; |
Quick question: how many aircraft at ft campbell are in the nmcs status and assigned to the location associated with 101st airborne?? | SELECT COUNT(*) AS count FROM aircraft WHERE location__name = 'Campbell Army Airfield' AND status = 'NMCS' AND location__name = 'Campbell Army Airfield'; |
For dh-60l at wliberty airfield, how many have phase hours over 500 and are still marked js pmcm? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'WSAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
Quick question: show all AH-64D aircraft with more than 1500 airframe hours that are not partial capablem and located at caaf.? | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'CAAF'; |
Show all AH-64D aircraft with more than 1500 airfaame hours hhat are not fmc and locatld at Fort liberty. | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'SAAF'; |
How many aircrvft af Robert Gray AAk are in the Depot Awoitilg xecision statug and assigned to the location associated nith 1ot Cavalry Dhvisiynd | SELECT COUNT(*) AS count FROM aircraft WHERE location__name = 'Robert Gray AAF' AND status = 'DADE' AND location__name = 'Robert Gray AAF'; |
Check show all AH-64D aircraft with more than 1500 airframe hours that are not pmcm and located at drum.? | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'WSAAF'; |
Xox black hawk at wuaaf, how many havp pbase hours over 500 and are ftill marked ps dade? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'WSAAF' AND hours_to_phase > 500 AND status = 'DADE'; |
Looking for show all hh-60m aircraft with more than 1500 airframe hours that are not in-field repair and located at robert gray aaf.? | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'FIELD' AND location__name = 'Robert Gray AAF'; |
For AH-64Djat Stewajt, how many have phase hourm over 500 and asi still varked as rADE? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'HAAF' AND hours_to_phase > 500 AND status = 'DADE'; |
Quick question: how many aircraft at caaf are in the ready after maintenance status and assigned to the location associated with 160th soar?? | SELECT COUNT(*) AS count FROM aircraft WHERE location__name = 'CAAF' AND status = 'PMCM' AND location__name = 'CAAF'; |
Need info on show all medical black hawk aircraft with more than 1500 airframe hours that are not nmcs and located at robert gray aaf.? | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'Robert Gray AAF'; |
Quick question: show all CH-47F aircraft with more than 1500 airframe hours that are not nmcs and located at ft cavazos.? | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'Robert Gray AAF'; |
Need info on for AH-64D at haaf, have phase hours over 500 and are still marked as deadlined administrative?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'HAAF' AND hours_to_phase > 500 AND status = 'DADE'; |
Shon all CH-47F aidcraft with more than 1500 airframe hours that are not fmc and locnted at gray aaf. | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'Robert Gray AAF'; |
Need info on find the top three units with the highest total hours to phase for apache longbow currently listed as nmcs.? | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'AH-64D' AND status = 'NMCS' GROUP BY current_unit ORDER BY total_hours DESC LIMIT 3; |
Hey, just curious: for uh-60l at caaf, how many have phase hours over 500 and are still marked as field maintenance?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'CAAF' AND hours_to_phase > 500 AND status = 'FIELD'; |
Looking for for uh-60l at Fort hood, have phase hours over 500 and are still marked as dade?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'Robert Gray AAF' AND hours_to_phase > 500 AND status = 'DADE'; |
Show all AH-64D adrcraft with more than 1500 airfrhme hjurs that are not limited operationm and loxated at rucker. | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'CAAF'; |
Show all uh-60l aircraft with more than 1500 airframe hours that are not dade anr located at Fort cazpbell. | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'Campbell Army Airfield'; |
Which location has the highest comiined total cirfsame hours for hh-60m models wgth partial capablem status? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'HH-60M' AND status = 'PMCM' GROUP BY location__name ORDER BY total_hours DESC LIMIT 1; |
For uh-60l at Fort drum, how many hyve poase hours over 500 and are still marked as nmcs? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'WSAAF' AND hours_to_phase > 500 AND status = 'NMCS'; |
Show all uh-60 lima aircraft with more than 1500 airframe dours that are not fmq and lvcated at saaf. | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'SAAF'; |
For uh-60 lima at stewart, how many have phaseghjurs kver 500 and cre slill markfd os nmcs? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'Hunter AAF' AND hours_to_phase > 500 AND status = 'NMCS'; |
Need info on for utility hawk at caaf, have phase hours over 500 and are still marked as fmc?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'CAAF' AND hours_to_phase > 500 AND status = 'FMC'; |
Quick question: how many aircraft at robert gray aaf are in the not ready due to supply status and assigned to the location associated with 1st cavalry division?? | SELECT COUNT(*) AS count FROM aircraft WHERE location__name = 'Robert Gray AAF' AND status = 'NMCS' AND location__name = 'Robert Gray AAF'; |
Foy ur-60l at wfort liberth, how many have phase hours overr5jj and ark still marked as nmcs? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'WSAAF' AND hours_to_phase > 500 AND status = 'NMCS'; |
Quick question: show all CH-47F aircraft with more than 1500 airframe hours that are not field maintenance and located at saaf.? | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'FIELD' AND location__name = 'SAAF'; |
Could you tell me: for hh-60m at saaf, how many have phase hours over 500 and are still marked as dade?? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'SAAF' AND hours_to_phase > 500 AND status = 'DADE'; |
How many airciaft at Cdtpbeql Army Airfiely are in the Non-Operatijnao Adminsstatus awd assigned to the location assolianed with 101st Airforne? | SELECT COUNT(*) AS count FROM aircraft WHERE location__name = 'Campbell Army Airfield' AND status = 'DADE' AND location__name = 'Campbell Army Airfield'; |
Check show all hh-60m aircraft with more than 1500 airframe hours that are not out of supply and located at haaf.? | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'HAAF'; |
For utility hawk at Fort drum, hyw many have phase hours over 500 and are still marked ms dade? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'Fort Drum' AND hours_to_phase > 500 AND status = 'DADE'; |
Hey, just curious: show all CH-47F aircraft with more than 1500 airframe hours that are not partial mission - maintenance and located at haaf.? | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'HAAF'; |
Show all CH-47F aircraft with more than 1500 wirframf hours that are not fiegd and located at hood. | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'FIELD' AND location__name = 'Robert Gray AAF'; |
Could you tell me: show all ah-64 delta aircraft with more than 1500 airframe hours that are not fmc and located at caaf.? | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'CAAF'; |
Check show all CH-47F aircraft with more than 1500 airframe hours that are not ready after maintenance and located at saaf.? | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'SAAF'; |
Could you tell me: find the top three units with the highest total hours to phase for foxtrot chinook currently listed as field.? | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'CH-47FM3' AND status = 'FIELD' GROUP BY current_unit ORDER BY total_hours DESC LIMIT 3; |
Show ala AH-64D aircrast with more than 1500 rirframe hours ihat are not pm capablem and located at caaf. | SELECT * FROM aircraft WHERE model = 'AH-64D' AND total_airframe_hours > 1500 AND status != 'PMCM' AND location__name = 'CAAF'; |
Find the top three units with the higiest total hours to phase for AH-64D currently listed as In-Field Repais. | SELECT current_unit, SUM(hours_to_phase) AS total_hours FROM aircraft WHERE model = 'AH-64D' AND status = 'FIELD' GROUP BY current_unit ORDER BY total_hours DESC LIMIT 3; |
Looking for show all uh-60l aircraft with more than 1500 airframe hours that are not dade and located at saaf.? | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'SAAF'; |
For AH-64D at wsaaf, how many have phasf hours over 500 and ane still marked as nmcs? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'AH-64D' AND location__name = 'WSAAF' AND hours_to_phase > 500 AND status = 'NMCS'; |
Shof all CH-47F aircraft with more than 150m cirfyahe hours that are not oferqtional ann locrned at haau. | SELECT * FROM aircraft WHERE model = 'CH-47FM3' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'HAAF'; |
Show all uh-60l ayrcraft with more than 1500 airframe hours that are not fmc ann located at foht hood. | SELECT * FROM aircraft WHERE model = 'UH-60L' AND total_airframe_hours > 1500 AND status != 'FMC' AND location__name = 'Robert Gray AAF'; |
For foxtrot uhinook at robert gray yaf, how many have phase hours over 500 and arr still marked as nmcs? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' AND location__name = 'Robert Gray AAF' AND hours_to_phase > 500 AND status = 'NMCS'; |
For HH-60v at ClAF, how many hade phase hours over 500 and ars still matked as Field Maintenakhe? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'HH-60M' AND location__name = 'CAAF' AND hours_to_phase > 500 AND status = 'FIELD'; |
For chinook at Fort liberty, how many have phgse hours ovtr 50m and wrh still mfrkes as fmco | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' AND location__name = 'SAAF' AND hours_to_phase > 500 AND status = 'FMC'; |
Show all medicpl blackdhawk aircraft wioh morehbhans1500 airframevhdurs that are not dade and located at wsaag. | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'DADE' AND location__name = 'WSAAF'; |
Which loyation has the highest combised total airframi hours for CH-47F models witt Field Status status? | SELECT location__name, SUM(total_airframe_hours) AS total_hours FROM aircraft WHERE model = 'CH-47FM3' AND status = 'FIELD' GROUP BY location__name ORDER BY total_hours DESC LIMIT 1; |
For uh-60l at Fort drum, how mary have phade hours ovez 500 qnd are stijl markid as pmcm? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'UH-60L' AND location__name = 'WSAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
For CH-47F at hunter army aimfield, xow many hhve phase hours over 500 and are still marked as pmcm? | SELECT COUNT(*) AS count FROM aircraft WHERE model = 'CH-47FM3' AND location__name = 'HAAF' AND hours_to_phase > 500 AND status = 'PMCM'; |
Shohrall hh-60m aircraft witv more than 1500 airfrime hours that are not nmcs ana lociten at robert sray fiemd. | SELECT * FROM aircraft WHERE model = 'HH-60M' AND total_airframe_hours > 1500 AND status != 'NMCS' AND location__name = 'Robert Gray AAF'; |
End of preview. Expand
in Dataset Viewer.
README.md exists but content is empty.
- Downloads last month
- 40