Querying the TurboNet Database
The turbonet database lives on Daffy.
select cust_no, name, home_phone, work_phone from tcustomers where cust_id in
(select cust_id from tbilling where account_type <> "STANDARD PPP ACCESS' and end_date < '5/1/2000')
note that leaving a space in front of the second line makes it a continuation of the first line.
Print from the file menu.