Hi everyone,
I have these tables but having trouble getting the SQL commands to work.
Thanks
The schema are:
CUSTOMER (Customer_ID,Customer Name, CustomerAddress, CustomerCity,CustomerState, Postal Code)
DOES_BUSINESS_IN_T ( Customer_Id, Territory_Id)
TERRITORY_T (Territory_ID, Territory_Name )
I have these tables but having trouble getting the SQL commands to work.
- What are the names of customers in NorthEast? I tried connecting the 3 tables but not dice. The program I am using doesn't return the error in english but an error code so I have no way of knowing what I am doing wrong.
- How many customers is their in NorthEast?
Thanks
The schema are:
CUSTOMER (Customer_ID,Customer Name, CustomerAddress, CustomerCity,CustomerState, Postal Code)
DOES_BUSINESS_IN_T ( Customer_Id, Territory_Id)
TERRITORY_T (Territory_ID, Territory_Name )