J
Jon
Hi,
I need to list which dog breeds have never been sold at the Store by using
Outer Join and a two step query. Anyone can explain for me Out join
Thank you all
My tables are as follows:
Table Animal has
AnimalID
Category
Breed
Table Customers
CustomerID
Phone
Name
Table Sales
CustomeriD
SaleDate
SaleID
Table Saleanimal
SaleID
AnimalID
SalePrice
Table SaleItem
SaleiD
ItemID
I need to list which dog breeds have never been sold at the Store by using
Outer Join and a two step query. Anyone can explain for me Out join
Thank you all
My tables are as follows:
Table Animal has
AnimalID
Category
Breed
Table Customers
CustomerID
Phone
Name
Table Sales
CustomeriD
SaleDate
SaleID
Table Saleanimal
SaleID
AnimalID
SalePrice
Table SaleItem
SaleiD
ItemID