--- CSC 365 Spring 2008 --- Lab 8 AIRLINES dataset test 01 --- note: I am using table names from "my" database: please adjust them to match your --- table names declare begin - 1 air.direct_connect('ALB','ANY'); -2 air.direct_connect('ANY','ALB'); -3 air.direct_connect('RLI','LTS'); -4 air.direct_connect('ACV','ATW'); -5 air.direct_connect('ACV','ACV'); end; /