Article ID: 130122
Article Last Modified on 2/12/2007
CREATE SQL VIEW myview AS SELECT * FROM customer WHERE ;
customer.cust_id IN (SELECT orders.cust_id from orders)
Regardless of which method you use to create the view, you should see
the view within the database designer. The view is stored as part of
the .DBC file. It is not stored as a separate file on disk.Keywords: kbcode kbhowto kbprint kbreportwriter KB130122