D
David
I'm learning SQL with MS ACCESS and my attempt to create a view is not
working...
Your assistance is appreciated. I'm good at ACCESS, just new to SQL from
scratch!
CREATE VIEW ProductCustomers
(cust_id, cust_contact) as
Select cust_id, cust_contact
from Customers;
I always get "SYNTAX ERROR with TABLE STATEMENT and VIEW is highlighted.
working...
Your assistance is appreciated. I'm good at ACCESS, just new to SQL from
scratch!
CREATE VIEW ProductCustomers
(cust_id, cust_contact) as
Select cust_id, cust_contact
from Customers;
I always get "SYNTAX ERROR with TABLE STATEMENT and VIEW is highlighted.