f I have a DB Table in Oracle with the following structure: ID,location, transport, cost Where transport = plane, train,automobile how would i write a query to find the trips viaautomobile that cost more than trips via train? and a separatequery to find the train trips that cost the exact same price?
Expert Answer
An answer will be send to you shortly. . . . .